@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,800);/**
General
**/

@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 50px;
  height: 27px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 50px;
  height: 3px;
  background-color: white;
  border-radius: 2px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -12px;
}

.hamburger-inner::after {
  bottom: -12px;
}

/*
   * Spring
   */

.hamburger--spring .hamburger-inner {
  top: 1.5px;
  -webkit-transition: background-color 0s 0.15s linear;
  transition: background-color 0s 0.15s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 12px;
  -webkit-transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 24px;
  -webkit-transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  -webkit-transition-delay: 0.32s;
          transition-delay: 0.32s;
  background-color: transparent;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 12px, 0) rotate(45deg);
          transform: translate3d(0, 12px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  -webkit-transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 12px, 0) rotate(-45deg);
          transform: translate3d(0, 12px, 0) rotate(-45deg);
}

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

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-slide:focus {
  outline: none;
}

@font-face {
  font-family: 'carmela';
  src: url(./fonts/carmela.eot?373c2caffe7f69c4978178720a20d5a0);
  src: url(./fonts/carmela.eot?373c2caffe7f69c4978178720a20d5a0) format("embedded-opentype"), url(./fonts/carmela.woff?4ae7c9318488e2d4d03f4b3b8815227e) format("woff"), url(./fonts/carmela.ttf?b9c78c329c096932ef1fb78f8d644b62) format("truetype"), url(./fonts/carmela.svg?833f7fe1da62b6a68dbebad9e3af9cd6) format("svg");
  font-weight: normal;
  font-style: normal;
}

fieldset {
  background-color: #f7f7f7;
  border: 1px solid #dddddd;
  margin: 0 0 0.75em;
  padding: 1.5em;
}

input,
label,
select {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
}

label {
  font-weight: 600;
  margin-bottom: 0.375em;
}

label.required::after {
  content: "*";
}

label abbr {
  display: none;
}

.file-input .control-label,
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
input:not([type]),
textarea,
select {
  background-color: transparent;
  border: 1px solid #3880c3;
  border-radius: 100px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  margin-bottom: 0;
  color: white;
  padding: 0.5em 0.75em;
  -webkit-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  width: 100%;
}

.file-input .control-label:hover,
input[type="color"]:hover,
input[type="date"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="email"]:hover,
input[type="month"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="text"]:hover,
input[type="time"]:hover,
input[type="url"]:hover,
input[type="week"]:hover,
input:not([type]):hover,
textarea:hover,
select:hover {
  border-color: #b1b1b1;
}

.file-input .control-label:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
input:not([type]):focus,
textarea:focus,
select:focus {
  border-color: #3880c3;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(50, 115, 175, 0.7);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(50, 115, 175, 0.7);
  outline: none;
}

.file-input .control-label:disabled,
input[type="color"]:disabled,
input[type="date"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="email"]:disabled,
input[type="month"]:disabled,
input[type="number"]:disabled,
input[type="password"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="text"]:disabled,
input[type="time"]:disabled,
input[type="url"]:disabled,
input[type="week"]:disabled,
input:not([type]):disabled,
textarea:disabled,
select:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}

.file-input .control-label:disabled:hover,
input[type="color"]:disabled:hover,
input[type="date"]:disabled:hover,
input[type="datetime"]:disabled:hover,
input[type="datetime-local"]:disabled:hover,
input[type="email"]:disabled:hover,
input[type="month"]:disabled:hover,
input[type="number"]:disabled:hover,
input[type="password"]:disabled:hover,
input[type="search"]:disabled:hover,
input[type="tel"]:disabled:hover,
input[type="text"]:disabled:hover,
input[type="time"]:disabled:hover,
input[type="url"]:disabled:hover,
input[type="week"]:disabled:hover,
input:not([type]):disabled:hover,
textarea:disabled:hover,
select:disabled:hover {
  border: 1px solid #dddddd;
}

select {
  width: 100% !important;
}

textarea {
  border-radius: 10px;
  resize: vertical;
  display: block;
}

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

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
}

input[type="file"] {
  margin-bottom: 0.75em;
  width: 100%;
  padding: 0.4em 0.75em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto;
}

.intl-tel-input {
  width: 100%;
}

.country-list {
  color: black;
}

.form-group {
  margin-bottom: 15px;
  position: relative;
}

.form-group.has-error {
  margin-bottom: 30px;
}

.form-group:not(.file-input) .control-label {
  display: inline-block;
  margin: 0;
  top: 0.5em;
  bottom: 0.5em;
  left: 0.5em;
  right: 0.5em;
  background-color: #222d4f;
  z-index: 10;
  position: absolute;
  font-weight: 100;
  padding: 0;
  cursor: text;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.form-group:not(.file-input).is-focused .control-label {
  margin: 0;
  top: 0;
  bottom: auto;
  left: 0.5em;
  padding: 0 5px;
  right: auto;
  background-color: #222d4f;
  -webkit-transform: translate(-20%, -50%) scale(0.7);
          transform: translate(-20%, -50%) scale(0.7);
}

.form-group .help-block {
  position: absolute;
  left: 0;
  top: 100%;
  padding: 3px 0.75em;
  font-size: 0.7rem;
  color: red;
  line-height: 1;
}

.form-group .intl-tel-input .country-list {
  z-index: 15;
}

.alert.alert.alert.alert.alert {
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.2;
  font-weight: 100;
  padding: 5px;
  border-radius: 100px;
}

.alert.alert.alert.alert.alert.alert-success {
  color: white;
  background-color: green;
}

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

.file-input {
  display: inline-block;
}

.file-input .control-label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: 0;
  vertical-align: middle;
  font-weight: 100;
  cursor: pointer;
  z-index: 5;
}

.file-input .control-label .field_required {
  display: none;
}

.file-input .file-prevent-overflow input {
  opacity: 0;
}

.file-input input[type="file"] {
  margin: 0;
  cursor: pointer;
}

.file-name > div {
  padding: 0.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

dl {
  margin-bottom: 0.75em;
}

dl dt {
  font-weight: bold;
  margin-top: 0.75em;
}

dl dd {
  margin: 0;
}

table {
  border-collapse: collapse;
  -webkit-font-feature-settings: "kern", "liga", "tnum";
          font-feature-settings: "kern", "liga", "tnum";
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #dddddd;
  padding: 0.75em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

html {
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  color: white;
  font: 12px/1.4 "Open Sans", sans-serif;
  background-color: #222d4f;
  -webkit-font-smoothing: antialiased;
}

body:not(.accessibility) :focus {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 0.75em;
  color: white;
}

p {
  margin: 0 0 0.75em;
}

a {
  color: #3880c3;
  text-decoration: none;
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease;
}

a:active,
a:focus,
a:hover {
  color: #2a6092;
}

hr {
  border-bottom: 1px solid #dddddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption,
.gallery-caption {
  color: #666;
  font-size: 0.8125rem;
  font-style: italic;
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0 1.5em;
  padding: 0 1em 0 0;
  width: 50%;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  display: inline-block;
}

.gallery-item a img {
  display: block;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
  -webkit-filter: opacity(60%);
          filter: opacity(60%);
}

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  padding-top: 0;
}

.container {
  max-width: 1920px;
  padding-left: 54px;
  padding-right: 54px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container.is-small {
  max-width: 900px;
  margin: 0 auto;
}

.container.is-medium {
  max-width: 1250px;
  margin: 0 auto;
}

@media only screen and (max-width: 1620px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media only screen and (max-width: 760px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .container {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-slide:focus {
  outline: none;
}

.bs-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.bs-container:before,
.bs-container:after {
  content: " ";
  display: table;
}

.bs-container:after {
  clear: both;
}

@media (min-width: 768px) {
  .bs-container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .bs-container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .bs-container {
    width: 1170px;
  }
}

.bs-container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.bs-container-fluid:before,
.bs-container-fluid:after {
  content: " ";
  display: table;
}

.bs-container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.row > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

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

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

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

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

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

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

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

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

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

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

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

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

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

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

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

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

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

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

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

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

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

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

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

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

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

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

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

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

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

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

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

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

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

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

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

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

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

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

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

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

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

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

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

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

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

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

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

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

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

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

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

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

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

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

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

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

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

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

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

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

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

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

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

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

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

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

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

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

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

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

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

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

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

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

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

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

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

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */

.animated,
.home-page .slide.slick-active > .home-row .home-box,
.home-page .slide.slick-active > .home-row .lecturers-col.expendable,
.home-page .slide.slick-active > .home-row .home-col,
.home-page .slide.slick-active .programs-grid > div,
.home-page .slide.slick-active .home-col.big-article-container .content,
.home-page .slide.slick-active .home-col.big-article-container body#tinymce,
.home-page .slide.slick-active .home-col.big-article-container
.entry-content,
.home-page .slide.slick-active .home-col.big-article-container .footer,
.home-page .slide.slick-active .home-lecturers-grid > div .lecturer-item,
.home-page .slide.slick-active .events-list .list-item,
.home-page .slide.slick-active .home-row.actions,
.home-page .slide.slick-active .news-grid .grid-col:not(.haf),
.home-page .slide.slick-active .news-grid .grid-col.haf > div {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated.infinite,
.home-page .slide.slick-active > .home-row .infinite.home-box,
.home-page .slide.slick-active > .home-row .infinite.lecturers-col.expendable,
.home-page .slide.slick-active > .home-row .infinite.home-col,
.home-page .slide.slick-active .programs-grid > div.infinite,
.home-page .slide.slick-active .home-col.big-article-container .infinite.content,
.home-page .slide.slick-active .home-col.big-article-container body.infinite#tinymce,
.home-page .slide.slick-active .home-col.big-article-container
.infinite.entry-content,
.home-page .slide.slick-active .home-col.big-article-container .infinite.footer,
.home-page .slide.slick-active .home-lecturers-grid > div .infinite.lecturer-item,
.home-page .slide.slick-active .events-list .infinite.list-item,
.home-page .slide.slick-active .infinite.home-row.actions,
.home-page .slide.slick-active .news-grid .infinite.grid-col:not(.haf),
.home-page .slide.slick-active .news-grid .grid-col.haf > div.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animated.hinge,
.home-page .slide.slick-active > .home-row .hinge.home-box,
.home-page .slide.slick-active > .home-row .hinge.lecturers-col.expendable,
.home-page .slide.slick-active > .home-row .hinge.home-col,
.home-page .slide.slick-active .programs-grid > div.hinge,
.home-page .slide.slick-active .home-col.big-article-container .hinge.content,
.home-page .slide.slick-active .home-col.big-article-container body.hinge#tinymce,
.home-page .slide.slick-active .home-col.big-article-container
.hinge.entry-content,
.home-page .slide.slick-active .home-col.big-article-container .hinge.footer,
.home-page .slide.slick-active .home-lecturers-grid > div .hinge.lecturer-item,
.home-page .slide.slick-active .events-list .hinge.list-item,
.home-page .slide.slick-active .hinge.home-row.actions,
.home-page .slide.slick-active .news-grid .hinge.grid-col:not(.haf),
.home-page .slide.slick-active .news-grid .grid-col.haf > div.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.animated.flipOutX,
.home-page .slide.slick-active > .home-row .flipOutX.home-box,
.home-page .slide.slick-active > .home-row .flipOutX.lecturers-col.expendable,
.home-page .slide.slick-active > .home-row .flipOutX.home-col,
.home-page .slide.slick-active .programs-grid > div.flipOutX,
.home-page .slide.slick-active .home-col.big-article-container .flipOutX.content,
.home-page .slide.slick-active .home-col.big-article-container body.flipOutX#tinymce,
.home-page .slide.slick-active .home-col.big-article-container
.flipOutX.entry-content,
.home-page .slide.slick-active .home-col.big-article-container .flipOutX.footer,
.home-page .slide.slick-active .home-lecturers-grid > div .flipOutX.lecturer-item,
.home-page .slide.slick-active .events-list .flipOutX.list-item,
.home-page .slide.slick-active .flipOutX.home-row.actions,
.home-page .slide.slick-active .news-grid .flipOutX.grid-col:not(.haf),
.home-page .slide.slick-active .news-grid .grid-col.haf > div.flipOutX,
.animated.flipOutY,
.home-page .slide.slick-active > .home-row .flipOutY.home-box,
.home-page .slide.slick-active > .home-row .flipOutY.lecturers-col.expendable,
.home-page .slide.slick-active > .home-row .flipOutY.home-col,
.home-page .slide.slick-active .programs-grid > div.flipOutY,
.home-page .slide.slick-active .home-col.big-article-container .flipOutY.content,
.home-page .slide.slick-active .home-col.big-article-container body.flipOutY#tinymce,
.home-page .slide.slick-active .home-col.big-article-container
.flipOutY.entry-content,
.home-page .slide.slick-active .home-col.big-article-container .flipOutY.footer,
.home-page .slide.slick-active .home-lecturers-grid > div .flipOutY.lecturer-item,
.home-page .slide.slick-active .events-list .flipOutY.list-item,
.home-page .slide.slick-active .flipOutY.home-row.actions,
.home-page .slide.slick-active .news-grid .flipOutY.grid-col:not(.haf),
.home-page .slide.slick-active .news-grid .grid-col.haf > div.flipOutY,
.animated.bounceIn,
.home-page .slide.slick-active > .home-row .bounceIn.home-box,
.home-page .slide.slick-active > .home-row .bounceIn.lecturers-col.expendable,
.home-page .slide.slick-active > .home-row .bounceIn.home-col,
.home-page .slide.slick-active .programs-grid > div.bounceIn,
.home-page .slide.slick-active .home-col.big-article-container .bounceIn.content,
.home-page .slide.slick-active .home-col.big-article-container body.bounceIn#tinymce,
.home-page .slide.slick-active .home-col.big-article-container
.bounceIn.entry-content,
.home-page .slide.slick-active .home-col.big-article-container .bounceIn.footer,
.home-page .slide.slick-active .home-lecturers-grid > div .bounceIn.lecturer-item,
.home-page .slide.slick-active .events-list .bounceIn.list-item,
.home-page .slide.slick-active .bounceIn.home-row.actions,
.home-page .slide.slick-active .news-grid .bounceIn.grid-col:not(.haf),
.home-page .slide.slick-active .news-grid .grid-col.haf > div.bounceIn,
.animated.bounceOut,
.home-page .slide.slick-active > .home-row .bounceOut.home-box,
.home-page .slide.slick-active > .home-row .bounceOut.lecturers-col.expendable,
.home-page .slide.slick-active > .home-row .bounceOut.home-col,
.home-page .slide.slick-active .programs-grid > div.bounceOut,
.home-page .slide.slick-active .home-col.big-article-container .bounceOut.content,
.home-page .slide.slick-active .home-col.big-article-container body.bounceOut#tinymce,
.home-page .slide.slick-active .home-col.big-article-container
.bounceOut.entry-content,
.home-page .slide.slick-active .home-col.big-article-container .bounceOut.footer,
.home-page .slide.slick-active .home-lecturers-grid > div .bounceOut.lecturer-item,
.home-page .slide.slick-active .events-list .bounceOut.list-item,
.home-page .slide.slick-active .bounceOut.home-row.actions,
.home-page .slide.slick-active .news-grid .bounceOut.grid-col:not(.haf),
.home-page .slide.slick-active .news-grid .grid-col.haf > div.bounceOut {
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
          animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
          animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
          animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
            transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
            transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
            transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
            transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
            transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
            transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
            transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
            transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
          animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation-name: swing;
          animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
          animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
            transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
            transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
            transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
          animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
            transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
            transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
          animation-name: jello;
  -webkit-transform-origin: center;
          transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInDown,
.home-page .slide.slick-active .home-box.video {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
          animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
          animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.bounceInUp,
.home-page .slide.slick-active .home-col.lecturer-image,
.home-page .slide.slick-active .home-box.lecturer,
.home-page .slide.slick-active .home-box.small-promotion {
  -webkit-animation-name: bounceInUp;
          animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
          animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
          animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
          animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
          animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
          animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn,
.home-page .slide.slick-active .home-col.big-article-container,
.home-page .slide.slick-active .home-row.actions {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
          animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
          animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
          animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUp,
.home-page .slide.slick-active .home-col.big-article-container .content,
.home-page .slide.slick-active .home-col.big-article-container body#tinymce,
.home-page .slide.slick-active .home-col.big-article-container
.entry-content,
.home-page .slide.slick-active .home-col.big-article-container .footer,
.home-page .slide.slick-active .events-list .list-item {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
          animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
          animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
          animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
          animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
          animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
          animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
          animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
            transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
            transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

.animated.flip,
.home-page .slide.slick-active > .home-row .flip.home-box,
.home-page .slide.slick-active > .home-row .flip.lecturers-col.expendable,
.home-page .slide.slick-active > .home-row .flip.home-col,
.home-page .slide.slick-active .programs-grid > div.flip,
.home-page .slide.slick-active .home-col.big-article-container .flip.content,
.home-page .slide.slick-active .home-col.big-article-container body.flip#tinymce,
.home-page .slide.slick-active .home-col.big-article-container
.flip.entry-content,
.home-page .slide.slick-active .home-col.big-article-container .flip.footer,
.home-page .slide.slick-active .home-lecturers-grid > div .flip.lecturer-item,
.home-page .slide.slick-active .events-list .flip.list-item,
.home-page .slide.slick-active .flip.home-row.actions,
.home-page .slide.slick-active .news-grid .flip.grid-col:not(.haf),
.home-page .slide.slick-active .news-grid .grid-col.haf > div.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
          animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

.flipInX,
.home-page .slide.slick-active .home-box.big-promotion,
.home-page .slide.slick-active .home-box.know,
.home-page .slide.slick-active .programs-grid > div:nth-child(6),
.home-page .slide.slick-active .news-grid .grid-col.haf > div {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
          animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

.flipInY,
.home-page .slide.slick-active .home-col.big-slider,
.home-page .slide.slick-active .programs-grid > div,
.home-page .slide.slick-active .home-lecturers-grid > div .lecturer-item,
.home-page .slide.slick-active .news-grid .grid-col:not(.haf) {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
          animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
          animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
          animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
          animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
          animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
          animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
          animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
          animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
          animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
          animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
          animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
          animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
          animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
          animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
          animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
            transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
            transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
          animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
          animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
          animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
          animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
          animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
          animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
          animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
          animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
            transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
            transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
          animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
            transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
            transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
          animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
          animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.slideInDown,
.home-page .slide.slick-active .home-col.home-slide-header {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
          animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
          animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
          animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
          animation-name: slideOutUp;
}

.column {
  display: block;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding: 0.75rem;
}

.columns.is-mobile > .column.is-narrow {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.columns.is-mobile > .column.is-full {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
}

.columns.is-mobile > .column.is-three-quarters {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 75%;
}

.columns.is-mobile > .column.is-two-thirds {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 66.6666%;
}

.columns.is-mobile > .column.is-half {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 50%;
}

.columns.is-mobile > .column.is-one-third {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 33.3333%;
}

.columns.is-mobile > .column.is-one-quarter {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 25%;
}

.columns.is-mobile > .column.is-offset-three-quarters {
  margin-left: 75%;
}

.columns.is-mobile > .column.is-offset-two-thirds {
  margin-left: 66.6666%;
}

.columns.is-mobile > .column.is-offset-half {
  margin-left: 50%;
}

.columns.is-mobile > .column.is-offset-one-third {
  margin-left: 33.3333%;
}

.columns.is-mobile > .column.is-offset-one-quarter {
  margin-left: 25%;
}

.columns.is-mobile > .column.is-1 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 8.33333333%;
}

.columns.is-mobile > .column.is-offset-1 {
  margin-left: 8.33333333%;
}

.columns.is-mobile > .column.is-2 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 16.66666667%;
}

.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.66666667%;
}

.columns.is-mobile > .column.is-3 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 25%;
}

.columns.is-mobile > .column.is-offset-3 {
  margin-left: 25%;
}

.columns.is-mobile > .column.is-4 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 33.33333333%;
}

.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.33333333%;
}

.columns.is-mobile > .column.is-5 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 41.66666667%;
}

.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.66666667%;
}

.columns.is-mobile > .column.is-6 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 50%;
}

.columns.is-mobile > .column.is-offset-6 {
  margin-left: 50%;
}

.columns.is-mobile > .column.is-7 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 58.33333333%;
}

.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.33333333%;
}

.columns.is-mobile > .column.is-8 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 66.66666667%;
}

.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.66666667%;
}

.columns.is-mobile > .column.is-9 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 75%;
}

.columns.is-mobile > .column.is-offset-9 {
  margin-left: 75%;
}

.columns.is-mobile > .column.is-10 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 83.33333333%;
}

.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.33333333%;
}

.columns.is-mobile > .column.is-11 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 91.66666667%;
}

.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.66666667%;
}

.columns.is-mobile > .column.is-12 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
}

.columns.is-mobile > .column.is-offset-12 {
  margin-left: 100%;
}

@media screen and (max-width: 768px) {
  .column.is-narrow-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .column.is-full-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  .column.is-three-quarters-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  .column.is-two-thirds-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }

  .column.is-half-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  .column.is-one-third-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  .column.is-offset-three-quarters-mobile {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-mobile {
    margin-left: 50%;
  }

  .column.is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-mobile {
    margin-left: 25%;
  }

  .column.is-1-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.33333333%;
  }

  .column.is-offset-1-mobile {
    margin-left: 8.33333333%;
  }

  .column.is-2-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.66666667%;
  }

  .column.is-offset-2-mobile {
    margin-left: 16.66666667%;
  }

  .column.is-3-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

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

  .column.is-4-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33333333%;
  }

  .column.is-offset-4-mobile {
    margin-left: 33.33333333%;
  }

  .column.is-5-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.66666667%;
  }

  .column.is-offset-5-mobile {
    margin-left: 41.66666667%;
  }

  .column.is-6-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

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

  .column.is-7-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.33333333%;
  }

  .column.is-offset-7-mobile {
    margin-left: 58.33333333%;
  }

  .column.is-8-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.66666667%;
  }

  .column.is-offset-8-mobile {
    margin-left: 66.66666667%;
  }

  .column.is-9-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

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

  .column.is-10-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.33333333%;
  }

  .column.is-offset-10-mobile {
    margin-left: 83.33333333%;
  }

  .column.is-11-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.66666667%;
  }

  .column.is-offset-11-mobile {
    margin-left: 91.66666667%;
  }

  .column.is-12-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}

@media screen and (min-width: 769px), print {
  .column.is-narrow,
  .column.is-narrow-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .column.is-full,
  .column.is-full-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  .column.is-three-quarters,
  .column.is-three-quarters-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  .column.is-two-thirds,
  .column.is-two-thirds-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }

  .column.is-half,
  .column.is-half-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  .column.is-one-third,
  .column.is-one-third-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter,
  .column.is-one-quarter-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  .column.is-offset-three-quarters,
  .column.is-offset-three-quarters-tablet {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds,
  .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }

  .column.is-offset-half,
  .column.is-offset-half-tablet {
    margin-left: 50%;
  }

  .column.is-offset-one-third,
  .column.is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter,
  .column.is-offset-one-quarter-tablet {
    margin-left: 25%;
  }

  .column.is-1,
  .column.is-1-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.33333333%;
  }

  .column.is-offset-1,
  .column.is-offset-1-tablet {
    margin-left: 8.33333333%;
  }

  .column.is-2,
  .column.is-2-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.66666667%;
  }

  .column.is-offset-2,
  .column.is-offset-2-tablet {
    margin-left: 16.66666667%;
  }

  .column.is-3,
  .column.is-3-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  .column.is-offset-3,
  .column.is-offset-3-tablet {
    margin-left: 25%;
  }

  .column.is-4,
  .column.is-4-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33333333%;
  }

  .column.is-offset-4,
  .column.is-offset-4-tablet {
    margin-left: 33.33333333%;
  }

  .column.is-5,
  .column.is-5-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.66666667%;
  }

  .column.is-offset-5,
  .column.is-offset-5-tablet {
    margin-left: 41.66666667%;
  }

  .column.is-6,
  .column.is-6-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  .column.is-offset-6,
  .column.is-offset-6-tablet {
    margin-left: 50%;
  }

  .column.is-7,
  .column.is-7-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.33333333%;
  }

  .column.is-offset-7,
  .column.is-offset-7-tablet {
    margin-left: 58.33333333%;
  }

  .column.is-8,
  .column.is-8-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.66666667%;
  }

  .column.is-offset-8,
  .column.is-offset-8-tablet {
    margin-left: 66.66666667%;
  }

  .column.is-9,
  .column.is-9-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  .column.is-offset-9,
  .column.is-offset-9-tablet {
    margin-left: 75%;
  }

  .column.is-10,
  .column.is-10-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.33333333%;
  }

  .column.is-offset-10,
  .column.is-offset-10-tablet {
    margin-left: 83.33333333%;
  }

  .column.is-11,
  .column.is-11-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.66666667%;
  }

  .column.is-offset-11,
  .column.is-offset-11-tablet {
    margin-left: 91.66666667%;
  }

  .column.is-12,
  .column.is-12-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  .column.is-offset-12,
  .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}

@media screen and (max-width: 999px) {
  .column.is-narrow-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .column.is-full-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  .column.is-three-quarters-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  .column.is-two-thirds-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }

  .column.is-half-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  .column.is-one-third-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  .column.is-offset-three-quarters-touch {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-touch {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-touch {
    margin-left: 50%;
  }

  .column.is-offset-one-third-touch {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-touch {
    margin-left: 25%;
  }

  .column.is-1-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.33333333%;
  }

  .column.is-offset-1-touch {
    margin-left: 8.33333333%;
  }

  .column.is-2-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.66666667%;
  }

  .column.is-offset-2-touch {
    margin-left: 16.66666667%;
  }

  .column.is-3-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

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

  .column.is-4-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33333333%;
  }

  .column.is-offset-4-touch {
    margin-left: 33.33333333%;
  }

  .column.is-5-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.66666667%;
  }

  .column.is-offset-5-touch {
    margin-left: 41.66666667%;
  }

  .column.is-6-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

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

  .column.is-7-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.33333333%;
  }

  .column.is-offset-7-touch {
    margin-left: 58.33333333%;
  }

  .column.is-8-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.66666667%;
  }

  .column.is-offset-8-touch {
    margin-left: 66.66666667%;
  }

  .column.is-9-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

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

  .column.is-10-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.33333333%;
  }

  .column.is-offset-10-touch {
    margin-left: 83.33333333%;
  }

  .column.is-11-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.66666667%;
  }

  .column.is-offset-11-touch {
    margin-left: 91.66666667%;
  }

  .column.is-12-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  .column.is-offset-12-touch {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1000px) {
  .column.is-narrow-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .column.is-full-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  .column.is-three-quarters-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  .column.is-two-thirds-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }

  .column.is-half-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  .column.is-one-third-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  .column.is-offset-three-quarters-desktop {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-desktop {
    margin-left: 50%;
  }

  .column.is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-desktop {
    margin-left: 25%;
  }

  .column.is-1-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.33333333%;
  }

  .column.is-offset-1-desktop {
    margin-left: 8.33333333%;
  }

  .column.is-2-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.66666667%;
  }

  .column.is-offset-2-desktop {
    margin-left: 16.66666667%;
  }

  .column.is-3-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

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

  .column.is-4-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33333333%;
  }

  .column.is-offset-4-desktop {
    margin-left: 33.33333333%;
  }

  .column.is-5-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.66666667%;
  }

  .column.is-offset-5-desktop {
    margin-left: 41.66666667%;
  }

  .column.is-6-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

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

  .column.is-7-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.33333333%;
  }

  .column.is-offset-7-desktop {
    margin-left: 58.33333333%;
  }

  .column.is-8-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.66666667%;
  }

  .column.is-offset-8-desktop {
    margin-left: 66.66666667%;
  }

  .column.is-9-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

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

  .column.is-10-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.33333333%;
  }

  .column.is-offset-10-desktop {
    margin-left: 83.33333333%;
  }

  .column.is-11-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.66666667%;
  }

  .column.is-offset-11-desktop {
    margin-left: 91.66666667%;
  }

  .column.is-12-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1192px) {
  .column.is-narrow-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .column.is-full-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  .column.is-three-quarters-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  .column.is-two-thirds-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }

  .column.is-half-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  .column.is-one-third-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  .column.is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-widescreen {
    margin-left: 50%;
  }

  .column.is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }

  .column.is-1-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.33333333%;
  }

  .column.is-offset-1-widescreen {
    margin-left: 8.33333333%;
  }

  .column.is-2-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.66666667%;
  }

  .column.is-offset-2-widescreen {
    margin-left: 16.66666667%;
  }

  .column.is-3-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

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

  .column.is-4-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33333333%;
  }

  .column.is-offset-4-widescreen {
    margin-left: 33.33333333%;
  }

  .column.is-5-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.66666667%;
  }

  .column.is-offset-5-widescreen {
    margin-left: 41.66666667%;
  }

  .column.is-6-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

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

  .column.is-7-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.33333333%;
  }

  .column.is-offset-7-widescreen {
    margin-left: 58.33333333%;
  }

  .column.is-8-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.66666667%;
  }

  .column.is-offset-8-widescreen {
    margin-left: 66.66666667%;
  }

  .column.is-9-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

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

  .column.is-10-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.33333333%;
  }

  .column.is-offset-10-widescreen {
    margin-left: 83.33333333%;
  }

  .column.is-11-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.66666667%;
  }

  .column.is-offset-11-widescreen {
    margin-left: 91.66666667%;
  }

  .column.is-12-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1384px) {
  .column.is-narrow-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .column.is-full-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  .column.is-three-quarters-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  .column.is-two-thirds-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }

  .column.is-half-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  .column.is-one-third-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  .column.is-offset-three-quarters-fullhd {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-fullhd {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-fullhd {
    margin-left: 50%;
  }

  .column.is-offset-one-third-fullhd {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-fullhd {
    margin-left: 25%;
  }

  .column.is-1-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.33333333%;
  }

  .column.is-offset-1-fullhd {
    margin-left: 8.33333333%;
  }

  .column.is-2-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.66666667%;
  }

  .column.is-offset-2-fullhd {
    margin-left: 16.66666667%;
  }

  .column.is-3-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

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

  .column.is-4-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33333333%;
  }

  .column.is-offset-4-fullhd {
    margin-left: 33.33333333%;
  }

  .column.is-5-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.66666667%;
  }

  .column.is-offset-5-fullhd {
    margin-left: 41.66666667%;
  }

  .column.is-6-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

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

  .column.is-7-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.33333333%;
  }

  .column.is-offset-7-fullhd {
    margin-left: 58.33333333%;
  }

  .column.is-8-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.66666667%;
  }

  .column.is-offset-8-fullhd {
    margin-left: 66.66666667%;
  }

  .column.is-9-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

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

  .column.is-10-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.33333333%;
  }

  .column.is-offset-10-fullhd {
    margin-left: 83.33333333%;
  }

  .column.is-11-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.66666667%;
  }

  .column.is-offset-11-fullhd {
    margin-left: 91.66666667%;
  }

  .column.is-12-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  .column.is-offset-12-fullhd {
    margin-left: 100%;
  }
}

.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}

.columns:last-child {
  margin-bottom: -0.75rem;
}

.columns:not(:last-child) {
  margin-bottom: 0.75rem;
}

.columns.is-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.columns.is-gapless:last-child {
  margin-bottom: 0;
}

.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}

.columns.is-gapless > .column {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 769px), print {
  .columns.is-grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .columns.is-grid > .column {
    max-width: 33.3333%;
    padding: 0.75rem;
    width: 33.3333%;
  }

  .columns.is-grid > .column + .column {
    margin-left: 0;
  }
}

.columns.is-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.columns.is-multiline {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.columns.is-vcentered {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 769px), print {
  .columns:not(.is-desktop) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1000px) {
  .columns.is-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.tile {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: block;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
}

.tile.is-ancestor {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}

.tile.is-ancestor:last-child {
  margin-bottom: -0.75rem;
}

.tile.is-ancestor:not(:last-child) {
  margin-bottom: 0.75rem;
}

.tile.is-child {
  margin: 0 !important;
}

.tile.is-parent {
  padding: 0.75rem;
}

.tile.is-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tile.is-vertical > .tile.is-child:not(:last-child) {
  margin-bottom: 1.5rem !important;
}

@media screen and (min-width: 769px), print {
  .tile:not(.is-child) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .tile.is-1 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.33333333%;
  }

  .tile.is-2 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.66666667%;
  }

  .tile.is-3 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  .tile.is-4 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33333333%;
  }

  .tile.is-5 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.66666667%;
  }

  .tile.is-6 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  .tile.is-7 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.33333333%;
  }

  .tile.is-8 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.66666667%;
  }

  .tile.is-9 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  .tile.is-10 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.33333333%;
  }

  .tile.is-11 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.66666667%;
  }

  .tile.is-12 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}

.content,
body#tinymce,
.entry-content {
  color: white;
}

.content:not(:last-child),
body#tinymce:not(:last-child),
.entry-content:not(:last-child) {
  margin-bottom: 1.5rem;
}

.content li + li,
body#tinymce li + li,
.entry-content li + li {
  margin-top: 0.25em;
}

.content p:not(:last-child),
body#tinymce p:not(:last-child),
.entry-content p:not(:last-child),
.content dl:not(:last-child),
body#tinymce dl:not(:last-child),
.entry-content dl:not(:last-child),
.content ol:not(:last-child),
body#tinymce ol:not(:last-child),
.entry-content ol:not(:last-child),
.content ul:not(:last-child),
body#tinymce ul:not(:last-child),
.entry-content ul:not(:last-child),
.content blockquote:not(:last-child),
body#tinymce blockquote:not(:last-child),
.entry-content blockquote:not(:last-child),
.content pre:not(:last-child),
body#tinymce pre:not(:last-child),
.entry-content pre:not(:last-child),
.content table:not(:last-child),
body#tinymce table:not(:last-child),
.entry-content table:not(:last-child) {
  margin-bottom: 1em;
}

.content h1,
body#tinymce h1,
.entry-content h1,
.content h2,
body#tinymce h2,
.entry-content h2,
.content h3,
body#tinymce h3,
.entry-content h3,
.content h4,
body#tinymce h4,
.entry-content h4,
.content h5,
body#tinymce h5,
.entry-content h5,
.content h6,
body#tinymce h6,
.entry-content h6 {
  color: white;
  font-weight: 400;
  line-height: 1.125;
}

.content h1,
body#tinymce h1,
.entry-content h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
}

.content h1:not(:first-child),
body#tinymce h1:not(:first-child),
.entry-content h1:not(:first-child) {
  margin-top: 1em;
}

.content h2,
body#tinymce h2,
.entry-content h2 {
  font-size: 1.75em;
  margin-bottom: 0.5714em;
}

.content h2:not(:first-child),
body#tinymce h2:not(:first-child),
.entry-content h2:not(:first-child) {
  margin-top: 1.1428em;
}

.content h3,
body#tinymce h3,
.entry-content h3 {
  font-size: 1.5em;
  margin-bottom: 0.6666em;
}

.content h3:not(:first-child),
body#tinymce h3:not(:first-child),
.entry-content h3:not(:first-child) {
  margin-top: 1.3333em;
}

.content h4,
body#tinymce h4,
.entry-content h4 {
  font-size: 1.25em;
  margin-bottom: 0.8em;
}

.content h5,
body#tinymce h5,
.entry-content h5 {
  font-size: 1.125em;
  margin-bottom: 0.8888em;
}

.content h6,
body#tinymce h6,
.entry-content h6 {
  font-size: 1em;
  margin-bottom: 1em;
}

.content blockquote,
body#tinymce blockquote,
.entry-content blockquote {
  background-color: whitesmoke;
  border-left: 5px solid #dbdbdb;
  padding: 1.25em 1.5em;
}

.content ol,
body#tinymce ol,
.entry-content ol {
  list-style: decimal outside;
  margin-left: 2em;
  margin-top: 1em;
}

.content ul,
body#tinymce ul,
.entry-content ul {
  list-style: disc outside;
  margin-left: 2em;
  margin-top: 1em;
}

.content ul ul,
body#tinymce ul ul,
.entry-content ul ul {
  list-style-type: circle;
  margin-top: 0.5em;
}

.content ul ul ul,
body#tinymce ul ul ul,
.entry-content ul ul ul {
  list-style-type: square;
}

.content dd,
body#tinymce dd,
.entry-content dd {
  margin-left: 2em;
}

.content figure,
body#tinymce figure,
.entry-content figure {
  text-align: center;
}

.content figure img,
body#tinymce figure img,
.entry-content figure img {
  display: inline-block;
}

.content figure figcaption,
body#tinymce figure figcaption,
.entry-content figure figcaption {
  font-style: italic;
}

.content pre,
body#tinymce pre,
.entry-content pre {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  padding: 1.25em 1.5em;
  white-space: pre;
  word-wrap: normal;
}

.content sup,
body#tinymce sup,
.entry-content sup,
.content sub,
body#tinymce sub,
.entry-content sub {
  font-size: 70%;
}

.content table,
body#tinymce table,
.entry-content table {
  width: 100%;
}

.content table td,
body#tinymce table td,
.entry-content table td,
.content table th,
body#tinymce table th,
.entry-content table th {
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}

.content table th,
body#tinymce table th,
.entry-content table th {
  color: white;
  text-align: left;
}

.content table tr:hover,
body#tinymce table tr:hover,
.entry-content table tr:hover {
  background-color: whitesmoke;
}

.content table thead td,
body#tinymce table thead td,
.entry-content table thead td,
.content table thead th,
body#tinymce table thead th,
.entry-content table thead th {
  border-width: 0 0 2px;
  color: white;
}

.content table tfoot td,
body#tinymce table tfoot td,
.entry-content table tfoot td,
.content table tfoot th,
body#tinymce table tfoot th,
.entry-content table tfoot th {
  border-width: 2px 0 0;
  color: white;
}

.content table tbody tr:last-child td,
body#tinymce table tbody tr:last-child td,
.entry-content table tbody tr:last-child td,
.content table tbody tr:last-child th,
body#tinymce table tbody tr:last-child th,
.entry-content table tbody tr:last-child th {
  border-bottom-width: 0;
}

.content.is-small,
body.is-small#tinymce,
.is-small.entry-content {
  font-size: 0.75rem;
}

.content.is-medium,
body.is-medium#tinymce,
.is-medium.entry-content {
  font-size: 1.25rem;
}

.content.is-large,
body.is-large#tinymce,
.is-large.entry-content {
  font-size: 1.5rem;
}

/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* overlay at start */

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/**
Layouts
**/

.banner {
  font-size: 1.55em;
}

@media only screen and (max-width: 1520px) {
  .banner {
    font-size: 1.38em;
  }
}

.banner .off-canvas-navigation--trigger {
  display: none;
  position: relative;
  z-index: 101;
  line-height: 0;
}

.banner .off-canvas-navigation--trigger .hamburger {
  line-height: 0;
  outline: 0;
}

.banner .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 1300px) {
  .banner .top {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.banner .site-brand {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 33px;
  padding: 5px 0 0;
}

@media only screen and (max-width: 1706px) {
  .banner .site-brand {
    margin-right: 5px;
  }
}

@media only screen and (max-width: 1300px) {
  .banner .site-brand {
    margin-right: 0;
  }
}

.banner .site-brand img,
.banner .site-brand .brand {
  display: block;
}

.banner .site-brand img.brand:focus,
.banner .site-brand .brand.brand:focus {
  opacity: 0.8;
}

@media only screen and (max-width: 1627px) {
  .banner .site-brand {
    padding: 10px 0 0;
  }

  .banner .site-brand img {
    width: 265px;
  }
}

@media only screen and (max-width: 1375px) {
  .banner .site-brand img {
    width: 230px;
  }
}

@media only screen and (max-width: 1315px) {
  .banner .site-brand img {
    width: 220px;
  }
}

@media only screen and (max-width: 1300px) {
  .banner .site-brand {
    padding: 10px 0 0;
    text-align: center;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  .banner .site-brand .brand {
    line-height: 1;
  }

  .banner .site-brand img {
    width: inherit;
    display: block;
  }
}

@media only screen and (max-width: 450px) {
  .banner .site-brand {
    max-width: 210px;
  }
}

@media only screen and (max-width: 340px) {
  .banner .site-brand {
    max-width: 180px;
  }
}

.banner .site-main-nav {
  background-color: #212734;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 27px;
}

@media only screen and (max-width: 1520px) {
  .banner .site-main-nav {
    padding: 0 17px;
  }
}

@media only screen and (max-width: 1300px) {
  .banner .site-main-nav {
    background-color: transparent;
    padding: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

  .banner .site-main-nav .nav-primary {
    display: none;
  }

  .banner .site-main-nav .search-form {
    display: none;
  }

  .banner .site-main-nav .off-canvas-navigation--trigger {
    display: block;
  }
}

.banner .language-switcher {
  margin-left: 24px;
  margin-right: 50px;
  font-size: 0.8em;
  line-height: 1;
}

@media only screen and (max-width: 1680px) {
  .banner .language-switcher {
    margin-left: 15px;
    margin-right: 20px;
    font-size: 0.7em;
  }
}

@media only screen and (max-width: 1355px) {
  .banner .language-switcher {
    margin-left: 10px;
    margin-right: 14px;
  }
}

.banner .language-switcher ul > li {
  float: left;
}

.banner .language-switcher ul > li a {
  display: inline-block;
  line-height: 1;
  padding: 4px 5px 0;
  color: #4c5f86;
}

.banner .language-switcher ul > li a.is-active {
  color: white;
}

.banner .language-switcher ul > li a:focus,
.banner .language-switcher ul > li a:hover {
  color: white;
}

.banner .language-switcher ul > li:not(:last-child) {
  border-right: 1px solid white;
}

.banner .search-form {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media only screen and (max-width: 1300px) {
  .banner .bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
}

.banner .user-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 5px 0;
}

.banner .login-button {
  vertical-align: middle;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner .login-button .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  background-color: #3880c3;
  border-radius: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner .login-button .icon svg {
  vertical-align: middle;
  width: 16px;
  height: 17px;
  text-align: center;
}

.banner .login-button .text {
  margin-left: 13px;
  color: white;
}

.banner .login-button:focus .icon,
.banner .login-button:hover .icon {
  background-color: rgba(56, 128, 195, 0.8);
}

@media only screen and (max-width: 450px) {
  .banner .hamburger-inner,
  .banner .hamburger-inner::before,
  .banner .hamburger-inner::after,
  .banner .hamburger-box {
    width: 40px;
  }
}

@media only screen and (max-width: 340px) {
  .banner .hamburger-inner,
  .banner .hamburger-inner::before,
  .banner .hamburger-inner::after,
  .banner .hamburger-box {
    width: 30px;
  }
}

.content,
body#tinymce,
.entry-content {
  font-size: 1rem;
}

body.mce-content-body,
body#tinymce {
  color: black;
  background-color: white;
  max-width: 900px;
}

body.mce-content-body h1,
body.mce-content-body h2,
body.mce-content-body h3,
body.mce-content-body h4,
body.mce-content-body h5,
body.mce-content-body h6,
body#tinymce h1,
body#tinymce h2,
body#tinymce h3,
body#tinymce h4,
body#tinymce h5,
body#tinymce h6 {
  color: black;
}

body.mce-content-body.rtl,
body#tinymce.rtl {
  direction: rtl;
}

body.mce-content-body label,
body#tinymce label {
  color: black;
}

body.mce-content-body.content,
body.mce-content-body#tinymce,
body.mce-content-body.entry-content,
body#tinymce.content,
body#tinymce {
  color: black;
}

body:not(#tinymce):not(.mce-content-body) {
  overflow-y: auto;
  min-height: 100vh;
}

body > .page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

body > .page > .content-info,
body > .page > .site-header {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

body > .page > .content-info {
  justify-self: flex-end;
}

body > .page > .wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.content-info {
  margin-top: 100px;
  background-color: #1b2644;
}

.content-info .widget h3 {
  display: none;
}

.content-info .footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 46px 0;
}

@media only screen and (max-width: 600px) {
  .content-info .footer-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

.content-info .text-collection {
  font-size: 0.8rem;
  max-width: 620px;
  color: #3880c2;
  margin-right: 15px;
}

@media only screen and (max-width: 600px) {
  .content-info .text-collection {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.content-info .text-collection p {
  margin: 0;
}

.content-info .links-collection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.content-info .links-collection .widget:not(:last-child) {
  margin-right: 10px;
}

.content-info .links-collection .widget h3 {
  display: none;
}

.content-info .links-collection .widget .textwidget {
  font-size: 1.7rem;
  color: white;
}

.content-info .links-collection .widget .textwidget p {
  margin: 0;
}

.content-info .links-collection .widget .textwidget a {
  color: white;
}

.content-info .links-collection .widget .textwidget a:hover {
  color: #3880c3;
}

.content-info .app-footer {
  text-align: center;
  color: white;
  font-size: 0.9rem;
  background-color: #1a1b3e;
}

.content-info .app-footer p {
  margin-bottom: 0;
}

body#tinymce {
  margin: 12px !important;
}

/**
Components
**/

.nav-primary:before,
.nav-primary:after {
  content: " ";
  display: table;
}

.nav-primary:after {
  clear: both;
}

.nav-primary ul.nav {
  position: relative;
}

.nav-primary ul.nav:before,
.nav-primary ul.nav:after {
  content: " ";
  display: table;
}

.nav-primary ul.nav:after {
  clear: both;
}

.nav-primary ul.nav > li {
  float: left;
  line-height: 1;
  font-size: 1em;
  position: relative;
}

.nav-primary ul.nav > li:not(:last-child) {
  margin-right: 1em;
}

@media only screen and (max-width: 1805px) {
  .nav-primary ul.nav > li:not(:last-child) {
    font-size: 0.8em;
    margin-right: 0.7em;
  }
}

@media only screen and (max-width: 1360px) {
  .nav-primary ul.nav > li:not(:last-child) {
    margin-right: 0.6em;
  }
}

@media only screen and (max-width: 1805px) {
  .nav-primary ul.nav > li:last-child {
    font-size: 0.8em;
  }
}

.nav-primary ul.nav > li > ul.sub-menu {
  position: absolute;
  top: 80%;
  right: 0;
  z-index: 99;
  background-color: #212734;
  min-width: 140px;
  padding: 5px 10px;
  -webkit-box-shadow: 0 0 10px 0 #000;
          box-shadow: 0 0 10px 0 #000;
  border-top: 5px solid #4c5f86;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.nav-primary ul.nav > li > ul.sub-menu > li a {
  padding: 5px 0;
}

.nav-primary ul.nav > li > ul.sub-menu > li a:after {
  background-color: transparent;
}

.nav-primary ul.nav > li > ul.sub-menu > li a.current_page_item,
.nav-primary ul.nav > li > ul.sub-menu > li a:focus,
.nav-primary ul.nav > li > ul.sub-menu > li a:hover {
  color: #3385b9;
}

.nav-primary ul.nav > li:active > ul.sub-menu,
.nav-primary ul.nav > li:focus > ul.sub-menu,
.nav-primary ul.nav > li:hover > ul.sub-menu {
  display: block;
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.nav-primary ul.nav > li a {
  position: relative;
  color: white;
  display: block;
  padding: 36px 0;
  overflow: hidden;
}

.nav-primary ul.nav > li:not(.menu-item-has-children) a:after {
  content: "";
  display: block;
  background-color: #4c5f86;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 9px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.nav-primary ul.nav > li:not(.menu-item-has-children) a:focus:after,
.nav-primary ul.nav > li:not(.menu-item-has-children) a:hover:after {
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
  opacity: 0.8;
}

.nav-primary ul.nav > li.current-menu-parent a:after,
.nav-primary ul.nav > li.current_page_item a:after {
  content: "";
  display: block;
  background-color: #4c5f86;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 9px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.search-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
  position: relative;
}

.search-form .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.search-form label,
.search-form input {
  margin: 0;
  color: white;
  font-weight: 400;
}

.search-form input {
  background-color: #3880c3;
  border: 0;
  width: 100%;
  padding: 8px 8px;
  border-radius: 50px 0 0 50px;
}

.search-form ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.search-form :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.search-form ::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.search-form .field-group {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 1;
  font-size: 0.9em;
}

@media only screen and (max-width: 1520px) {
  .search-form .field-group {
    font-size: 1em;
  }
}

.search-form .submit-group {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 0.9em;
}

.search-form .submit-group button {
  padding: 8px 10px;
  border: 0;
  background-color: #3880c3;
  line-height: 1;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  border-radius: 0 50px 50px 0;
  cursor: pointer;
}

.search-form .submit-group button svg {
  width: 21px;
}

.search-form .submit-group button svg path {
  fill: white;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .search-form .submit-group button {
    height: 35px;
  }
}

.mobile-menu-container > div {
  position: fixed;
  width: 100%;
  height: 100%;
  font-size: 1.6em;
  top: 0;
  left: 0;
  z-index: 100;
}

.mobile-menu-container .backdrop {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(33, 39, 52, 0.8);
  z-index: 9;
  opacity: 1;
}

.mobile-menu-container .the-menu {
  background-color: #212734;
  z-index: 10;
  position: absolute;
  padding: 32px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 0;
  top: 0;
  bottom: 0;
  width: 310px;
  -webkit-box-shadow: 4px 0 30px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 4px 0 30px 0 rgba(0, 0, 0, 0.5);
  overflow-x: hidden;
  overflow-y: auto;
}

.mobile-menu-container .mobile-nav li {
  padding: 3px 0;
  background-color: rgba(255, 255, 255, 0);
}

.mobile-menu-container .mobile-nav li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.mobile-menu-container .mobile-nav li:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.mobile-menu-container .mobile-nav li a {
  color: white;
  display: block;
  padding: 3px 15px;
}

.mobile-menu-container .mobile-nav li ul.sub-menu {
  display: none;
}

.mobile-menu-container .search-form {
  padding: 0 15px;
  margin-bottom: 25px;
}

.mobile-menu-container .search-form .field-group {
  font-size: 0.9em;
}

.mobile-menu-container.fade-enter-active,
.mobile-menu-container.fade-leave-active {
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  pointer-events: none;
}

.mobile-menu-container.fade-enter-active .backdrop,
.mobile-menu-container.fade-leave-active .backdrop {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.mobile-menu-container.fade-enter-active .the-menu,
.mobile-menu-container.fade-leave-active .the-menu {
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.mobile-menu-container.fade-enter .backdrop,
.mobile-menu-container.fade-leave-to .backdrop {
  opacity: 0;
}

.mobile-menu-container.fade-enter .the-menu,
.mobile-menu-container.fade-leave-to .the-menu {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.button,
.tabs-actions .action {
  display: inline-block;
  padding: 0 25px;
  border: 0;
  background-color: #dddddd;
  color: black;
  line-height: 2.3rem;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  cursor: pointer;
}

.button.is-primary,
.tabs-actions .is-primary.action {
  color: white;
  background-color: #3880c3;
}

.button.is-primary:hover,
.tabs-actions .is-primary.action:hover {
  background-color: #212734;
}

.button.is-round,
.tabs-actions .action {
  border-radius: 60px;
}

.button.has-round-arrow,
.tabs-actions .has-round-arrow.action {
  padding: 0 10px 0 20px;
}

.button.has-round-arrow:after,
.tabs-actions .has-round-arrow.action:after {
  content: "";
  width: 1.125em;
  height: 1.125em;
  margin-left: 7px;
  line-height: 0;
  display: inline-block;
  vertical-align: middle;
  background-image: url(./images/arrow-left.png?4fdbb5539ad08fe8534d2c80224207d1);
  background-repeat: no-repeat;
  border: 1px solid white;
  border-radius: 100%;
  background-size: 0.468em;
  background-position: 0.28em 0.156em;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.button.is-small,
.tabs-actions .is-small.action {
  padding: 0 15px;
  line-height: 1.5rem;
}

.button.is-small.has-round-arrow,
.tabs-actions .is-small.has-round-arrow.action {
  padding: 0 5px 0 15px;
}

.button.is-small.has-round-arrow:after,
.tabs-actions .is-small.has-round-arrow.action:after {
  width: 1em;
  height: 1em;
  margin-left: 5px;
  vertical-align: text-bottom;
}

.button button,
.tabs-actions .action button,
.button input[type="button"],
.tabs-actions .action input[type="button"],
.button input[type="reset"],
.tabs-actions .action input[type="reset"],
.button input[type="submit"],
.tabs-actions .action input[type="submit"] {
  padding: 0;
  margin: 0;
  line-height: 1;
  display: inline-block;
  background-color: transparent;
  border: 0;
  color: inherit;
  vertical-align: sub;
  vertical-align: -webkit-baseline-middle;
}

.button > div,
.tabs-actions .action > div {
  display: inline-block;
  vertical-align: middle;
}

.lecturer-item {
  position: relative;
  cursor: pointer;
}

.lecturer-item .image {
  overflow: hidden;
}

.lecturer-item .image img {
  width: 102%;
  margin-left: -2px;
  max-width: none;
  height: auto;
  display: block;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}

.lecturer-item .name {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #212734;
  line-height: 1.1;
  text-align: center;
  color: white;
  margin: 0;
  padding: 15px 0;
  -webkit-transition: background-color 1s ease;
  transition: background-color 1s ease;
}

@media only screen and (max-width: 500px) {
  .lecturer-item {
    padding: 10px 0;
    font-size: 0.8rem;
    font-weight: 100;
  }
}

@media only screen and (max-width: 440px) {
  .lecturer-item .name {
    position: static;
    min-height: 58px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.lecturer-item.is-active .image img,
.lecturer-item:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.lecturer-item.is-active .name {
  background-color: #3880c3;
}

.site-loader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #212734;
  z-index: 1500;
  color: white;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

.site-loader .loader-inner {
  max-width: 320px;
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.site-loader svg {
  width: 80px;
  height: 80px;
}

.site-loader svg path,
.site-loader svg rect {
  fill: #3880c3;
}

.site-loader .loader-label {
  font-size: 2rem;
  font-weight: 100;
  margin-top: 30px;
}

body.is-loading > .page {
  display: none;
}

.site-loader.loading,
body.is-loading .site-loader {
  opacity: 1;
  pointer-events: all;
}

.page-header {
  margin-bottom: 20px;
}

.page-header > div {
  position: relative;
  width: 100%;
  padding-bottom: 22.9119%;
}

.page-header > div:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(15%, #222d4f), color-stop(140%, rgba(56, 128, 195, 0.1)));
  background: linear-gradient(0deg, #222d4f 15%, rgba(56, 128, 195, 0.1) 140%);
}

.page-header .image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
  overflow: hidden;
}

.page-header .image img {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto;
  max-width: none;
}

.page-header .container {
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  z-index: 12;
  width: 100%;
}

.page-header .text {
  text-align: center;
  padding-bottom: 50px;
}

.page-header h1 {
  margin: 0;
  font-size: 4rem;
}

.page-header .subtitle {
  font-size: 1.5rem;
  margin-bottom: 0;
}

@media only screen and (max-width: 600px) {
  .page-header h1 {
    font-size: 2rem;
  }

  .page-header .subtitle {
    font-size: 1.2rem;
    line-height: 1.1;
  }
}

.page-header .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 12px 0;
}

.page-header .actions .action {
  display: inline-block;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  border: 0;
  padding: 0;
  margin: 0 2px;
  background-color: rgba(56, 128, 195, 0);
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  border-radius: 3px;
}

.page-header .actions .action:hover,
.page-header .actions .action:focus {
  background-color: rgba(56, 128, 195, 0.5);
}

.page-header .actions .action span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.page-header .actions .action.facebook {
  background-image: url(./images/facebook-icon.png?465963550ee73721b3a1a1dfecb264a5);
}

.page-header .actions .action.google-plus {
  background-image: url(./images/g-plus-icon.png?3094ffcac5736c8ceedafe55be2b5dec);
}

.page-header .actions .action.print {
  background-image: url(./images/print-icon.png?7b34ee51dbefd4048b8555a5c087df7c);
}

.page-header .line {
  content: "";
  display: block;
  width: 100%;
  background-color: #394d86;
  height: 1px;
}

@media only screen and (max-width: 900px) {
  .page-header > div {
    padding-top: 22.9119%;
  }
}

@media only screen and (max-width: 400px) {
  .page-header > div {
    padding-top: 30.9119%;
  }
}

.popup {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1500;
}

.popup .popup-backdrop {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.popup .popup-container {
  max-width: 640px;
  margin: 0 auto;
  padding-top: 100px;
  position: relative;
  z-index: 11;
}

.popup .popup-container > div {
  background-color: #222d4f;
  padding: 50px 80px;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .popup .popup-container > div {
    padding: 30px 30px;
  }
}

@media only screen and (max-width: 500px) {
  .popup .popup-container {
    height: 100%;
    padding-top: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .popup .popup-container > div {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 100%;
    padding: 20px 20px;
  }
}

.popup .close {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  cursor: pointer;
  top: -50px;
}

@media only screen and (max-width: 500px) {
  .popup .close {
    width: 30px;
    height: 30px;
    top: 5px;
  }
}

.popup .close:after,
.popup .close:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  background-color: white;
  -webkit-transform: rotate(-45deg) translate(0);
          transform: rotate(-45deg) translate(0);
}

.popup .close:after {
  -webkit-transform: rotate(45deg) translate(0);
          transform: rotate(45deg) translate(0);
}

.popup .header {
  text-align: center;
  margin-bottom: 15px;
}

.popup .header .title {
  margin-bottom: 10px;
  font-size: 1.8rem;
}

.popup .header .subtitle {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  color: #3880c3;
}

@media only screen and (max-width: 500px) {
  .popup .header .title {
    font-size: 1.3rem;
  }
}

.popup.popup-enter-active,
.popup.popup-leave-active {
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.popup.popup-enter-active .popup-container,
.popup.popup-leave-active .popup-container {
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.2s ease-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.2s ease-out;
  transition: transform 0.3s ease-in-out, opacity 0.2s ease-out, -webkit-transform 0.3s ease-in-out;
}

.popup.popup-enter,
.popup.popup-leave-to {
  opacity: 0;
}

.popup.popup-enter .popup-container,
.popup.popup-leave-to .popup-container {
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

.tabs-actions {
  text-align: center;
  margin-bottom: 39px;
}

.tabs-actions .action {
  padding-left: 60px;
  padding-right: 60px;
  margin: 0 7px;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #4aa8ff;
  color: #4aa8ff;
  line-height: 1.8;
  font-size: 1.5rem;
}

.tabs-actions .action:focus,
.tabs-actions .action:hover {
  color: white;
  background-color: rgba(74, 168, 255, 0.7);
}

.tabs-actions .action.is-active {
  color: white;
  background-color: #4aa8ff;
}

@media only screen and (max-width: 660px) {
  .tabs-actions .action {
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 5px;
  }
}

.__vev_calendar-wrapper {
  position: relative;
  width: 100%;
}

.__vev_calendar-wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.__vev_calendar-wrapper .calendar-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.__vev_calendar-wrapper .calendar-months {
  width: 90px;
  background-color: #4aa8ff;
  color: #1b2644;
  font-size: 0.9rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.__vev_calendar-wrapper .calendar-months .month input {
  opacity: 0;
  position: absolute;
  left: -100px;
}

.__vev_calendar-wrapper .calendar-months .month label {
  font-weight: normal;
  cursor: pointer;
  padding: 3px 0 3px 10px;
  position: relative;
}

.__vev_calendar-wrapper .calendar-months .month label:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background-color: #3880c2;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.__vev_calendar-wrapper .calendar-months .month label:focus:before,
.__vev_calendar-wrapper .calendar-months .month label:hover:before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.__vev_calendar-wrapper .calendar-months .month input:checked + label {
  color: white;
}

.__vev_calendar-wrapper .calendar-months .month input:checked + label:before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.__vev_calendar-wrapper .paint {
  position: relative;
}

.__vev_calendar-wrapper .date-num {
  line-height: 50px;
  margin: 0;
}

.__vev_calendar-wrapper .loading-container {
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: white;
  z-index: 999;
}

.__vev_calendar-wrapper .loading-container .message {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: white;
  text-align: center;
  font-size: 1.4rem;
  left: 0;
  width: 100%;
  font-weight: 100;
  padding: 0;
  margin: 0;
}

.__vev_calendar-wrapper .cal-header {
  position: relative;
  width: 100%;
  font-weight: 400;
  overflow: hidden;
  padding-bottom: 0;
}

.__vev_calendar-wrapper .cal-header .select {
  position: relative;
  display: inline-block;
}

.__vev_calendar-wrapper .cal-header .select span {
  font-weight: 400;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.3em 0 0.75em;
  border: 1px solid #4aa8ff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #4aa8ff;
  background-color: #141d33;
  border-radius: 50px;
  line-height: 1;
  z-index: 5;
  pointer-events: none;
}

.__vev_calendar-wrapper .cal-header .select span:after {
  content: "";
  position: absolute;
  display: block;
  z-index: 10;
  width: 12px;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 5px;
  background-image: url(./images/blue-down-arrow.png?bc712b16b51c876c250a3906f5f5c972);
  background-repeat: no-repeat;
  background-position: center;
}

.__vev_calendar-wrapper .cal-header .select select {
  opacity: 0;
  margin: 0;
  padding: 0.1em 1.4em 0.1em 0.75em;
  color: black;
}

.__vev_calendar-wrapper .cal-header .month-select {
  display: none;
}

.__vev_calendar-wrapper .cal-body {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #202734;
  color: white;
  font-weight: 100;
  padding: 0 13px;
}

.__vev_calendar-wrapper .weeks {
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.__vev_calendar-wrapper .weeks .item {
  width: 100%;
  line-height: 50px;
}

.__vev_calendar-wrapper .dates {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.__vev_calendar-wrapper .dates .item {
  position: relative;
  display: block;
  width: 14.285%;
  border-top: 2px solid #4c5c7b;
  -webkit-tap-highlight-color: transparent;
}

.__vev_calendar-wrapper .dates .item .date-num {
  padding-top: 25px;
  font-size: 2.5rem;
  position: relative;
  line-height: 1;
  margin: 0;
}

.__vev_calendar-wrapper .dates .item .markers {
  height: 30px;
  margin: 0;
  text-align: center;
  padding-top: 5px;
}

.__vev_calendar-wrapper .dates .item .markers .has-events {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #4aa8ff;
}

.__vev_calendar-wrapper .dates .item.is-today .date-num {
  color: #4aa8ff;
}

.__vev_calendar-wrapper .dates .item.is-last-month {
  color: #4b5c7b;
}

.__vev_calendar-wrapper .dates .item.has-events .date-num {
  cursor: pointer;
}

.__vev_calendar-wrapper .dates .item:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  border-bottom: 15px solid #4aa8ff;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 30px);
          transform: translate(-50%, 30px);
  bottom: -13px;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.3s ease;
  transition: transform 0.5s ease, opacity 0.3s ease, -webkit-transform 0.5s ease;
}

.__vev_calendar-wrapper .dates .item.is-selected:after {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.__vev_calendar-wrapper ::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  border-radius: 100px;
}

.__vev_calendar-wrapper ::-webkit-scrollbar-thumb {
  background: #3b86cc;
  overflow: hidden;
}

.__vev_calendar-wrapper ::-webkit-scrollbar-track {
  background: white;
  border-radius: 20px;
}

.__vev_calendar-wrapper .events {
  text-align: start;
  position: absolute;
  width: 320px;
  left: 50%;
  top: 100%;
  -webkit-transform: translate(-50%, 10px);
          transform: translate(-50%, 10px);
  z-index: 10;
  opacity: 1;
}

.__vev_calendar-wrapper .events.fade-enter-active,
.__vev_calendar-wrapper .events.fade-leave-active {
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.3s ease;
  transition: transform 0.5s ease, opacity 0.3s ease, -webkit-transform 0.5s ease;
}

.__vev_calendar-wrapper .events.fade-enter,
.__vev_calendar-wrapper .events.fade-leave-to {
  opacity: 0;
  -webkit-transform: translate(-50%, 30px);
          transform: translate(-50%, 30px);
}

.__vev_calendar-wrapper .events > div {
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #4aa8ff;
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.35);
  padding: 20px 15px;
}

@media only screen and (max-width: 880px) {
  .__vev_calendar-wrapper .dates .item:nth-child(7n) .events {
    left: auto;
    right: 0;
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }

  .__vev_calendar-wrapper .dates .item:nth-child(7n) .events.fade-enter,
  .__vev_calendar-wrapper .dates .item:nth-child(7n) .events.fade-leave-to {
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
  }
}

@media only screen and (max-width: 830px) {
  .__vev_calendar-wrapper .dates .item:nth-child(7n - 1) .events {
    left: auto;
    right: 0;
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }

  .__vev_calendar-wrapper .dates .item:nth-child(7n - 1) .events.fade-enter,
  .__vev_calendar-wrapper .dates .item:nth-child(7n - 1) .events.fade-leave-to {
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
  }

  .__vev_calendar-wrapper .dates .item:nth-child(7n - 6) .events {
    left: 0;
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }

  .__vev_calendar-wrapper .dates .item:nth-child(7n - 6) .events.fade-enter,
  .__vev_calendar-wrapper .dates .item:nth-child(7n - 6) .events.fade-leave-to {
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
  }
}

@media only screen and (max-width: 760px) {
  .__vev_calendar-wrapper .dates .item .date-num {
    padding-top: 25px;
    font-size: 2rem;
  }

  .__vev_calendar-wrapper .dates .item .events:after {
    right: 7% !important;
  }
}

@media only screen and (max-width: 630px) {
  .__vev_calendar-wrapper .dates .item:nth-child(7n - 5) .events {
    left: 0;
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }

  .__vev_calendar-wrapper .dates .item:nth-child(7n - 5) .events:after {
    left: 8%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  .__vev_calendar-wrapper .dates .item:nth-child(7n - 5) .events.fade-enter,
  .__vev_calendar-wrapper .dates .item:nth-child(7n - 5) .events.fade-leave-to {
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
  }

  .__vev_calendar-wrapper .calendar-months {
    display: none;
  }

  .__vev_calendar-wrapper .cal-header .month-select {
    display: inline-block;
  }
}

@media only screen and (max-width: 510px) {
  .__vev_calendar-wrapper .dates .item .date-num {
    padding-top: 15px;
    font-size: 1.5rem;
  }

  .__vev_calendar-wrapper .dates .item:nth-child(7n - 2) .events {
    left: auto;
    right: 0;
    -webkit-transform: translate(25%, 10px);
            transform: translate(25%, 10px);
  }

  .__vev_calendar-wrapper .dates .item:nth-child(7n - 2) .events.fade-enter,
  .__vev_calendar-wrapper .dates .item:nth-child(7n - 2) .events.fade-leave-to {
    -webkit-transform: translate(25%, 30px);
            transform: translate(25%, 30px);
  }

  .__vev_calendar-wrapper .dates .item:nth-child(7n - 4) .events {
    left: 0;
    -webkit-transform: translate(-20%, 10px);
            transform: translate(-20%, 10px);
  }

  .__vev_calendar-wrapper .dates .item:nth-child(7n - 4) .events.fade-enter,
  .__vev_calendar-wrapper .dates .item:nth-child(7n - 4) .events.fade-leave-to {
    -webkit-transform: translate(-20%, 30px);
            transform: translate(-20%, 30px);
  }
}

@media only screen and (max-width: 440px) {
  .__vev_calendar-wrapper .dates .item .date-num {
    padding-top: 10px;
    font-size: 1.2rem;
  }

  .__vev_calendar-wrapper .dates .item .markers {
    height: 20px;
    padding-top: 0;
  }

  .__vev_calendar-wrapper .dates .item .markers .has-events {
    width: 5px;
    height: 5px;
    margin-bottom: 5px;
  }

  .__vev_calendar-wrapper .dates .item.is-selected:after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  .__vev_calendar-wrapper .dates .item .events {
    position: fixed;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0;
    max-width: none;
    width: 100%;
    max-height: none;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transform: translate(0, 0) !important;
            transform: translate(0, 0) !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .__vev_calendar-wrapper .dates .item .events > div {
    width: 300px;
    margin: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  }

  .__vev_calendar-wrapper .dates .item .events.fade-enter > div,
  .__vev_calendar-wrapper .dates .item .events.fade-leave-to > div {
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
  }
}

@media only screen and (max-width: 340px) {
  .__vev_calendar-wrapper .weeks .item {
    font-size: 0.8rem;
  }

  .__vev_calendar-wrapper .dates .item .date-num {
    padding-top: 10px;
    font-size: 1rem;
  }
}

.__vev_calendar-wrapper .event-item + .event-item {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.__vev_calendar-wrapper .event-wrapper {
  font-weight: normal;
}

.__vev_calendar-wrapper .event-wrapper .title {
  font-size: 1.4em;
  line-height: 1.1;
  margin-bottom: 2px;
}

.__vev_calendar-wrapper .event-wrapper .event-meta {
  list-style: none;
  margin: 0 0 8px;
  font-size: 0.7rem;
}

.__vev_calendar-wrapper .event-wrapper .event-meta li {
  display: inline-block;
}

.__vev_calendar-wrapper .event-wrapper .event-meta li + li {
  margin-right: 3px;
}

.__vev_calendar-wrapper .event-wrapper .event-meta li + li:before {
  content: "|";
  margin-right: 3px;
}

.__vev_calendar-wrapper .event-wrapper .description {
  font-size: 0.95rem;
  line-height: 1.1;
  margin: 0;
}

.__vev_calendar-wrapper .event-wrapper .event-link {
  font-size: 0.95rem;
  margin: 12px 0 0 0;
  display: block;
  color: white;
}

.__vev_calendar-wrapper .event-wrapper .event-link:after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  border: 1px solid white;
  vertical-align: middle;
  border-radius: 100%;
  background-image: url(./images/arrow-left.png?4fdbb5539ad08fe8534d2c80224207d1);
  background-position: 5.5px 3px;
  background-size: 36%;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg) translateX(0);
          transform: rotate(180deg) translateX(0);
  margin-left: 5px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.__vev_calendar-wrapper .event-wrapper .event-link:hover {
  color: #202734;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .calendar-component {
    width: 90%;
  }
}

/**
Views
**/

.home-page img {
  max-width: 100%;
  display: block;
  height: auto;
}

.home-page .home-slider ::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 100px;
}

.home-page .home-slider ::-webkit-scrollbar-thumb {
  background: #2d669c;
  overflow: hidden;
}

.home-page .home-slider ::-webkit-scrollbar-track {
  background: #d5e4f3;
  border-radius: 20px;
}

.home-page .home-slider > .slick-prev {
  display: none !important;
}

.home-page .home-slider > .slick-next {
  position: absolute;
  right: 0;
  -webkit-transform: translate(25%, -50%) rotate(180deg);
          transform: translate(25%, -50%) rotate(180deg);
}

.home-page .home-slider .home-slide-header .title {
  color: white;
  font-size: 2.8rem;
  line-height: 1.2;
  margin-bottom: 20px;
}

.home-page .home-slider .home-slide-header .subtitle {
  font-size: 1.5rem;
  color: #3385b9;
  line-height: 1;
}

@media only screen and (max-width: 760px) {
  .home-page .home-slider .home-slide-header {
    text-align: center;
    padding-top: 39px;
    margin-top: 39px;
    margin-bottom: 35px;
    position: relative;
  }

  .home-page .home-slider .home-slide-header:before {
    content: "";
    position: absolute;
    display: inline-block;
    background-color: #547db4;
    width: 60%;
    height: 1px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .home-page .home-slider .home-slide-header .title {
    font-size: 2.1rem;
    margin-bottom: 10px;
  }

  .home-page .home-slider .home-slide-header .subtitle {
    font-size: 1.1rem;
  }
}

.home-page .home-slider .slick-arrow {
  top: 50%;
  color: transparent;
  border-radius: 50%;
  border: 13px solid #384560;
  width: 82px;
  height: 80px;
  background: #4c5f86 url(./images/arrow-left.png?4fdbb5539ad08fe8534d2c80224207d1) no-repeat 42% 50%;
  background-size: 18px;
  cursor: pointer;
  -webkit-transition: border-color 0.5s ease, background-color 0.2s ease;
  transition: border-color 0.5s ease, background-color 0.2s ease;
}

.home-page .home-slider .slick-arrow:hover {
  border-color: #3880c3;
  background-color: #212734;
}

@media only screen and (max-width: 1390px) {
  .home-page .home-slider .slick-arrow {
    width: 52px;
    height: 50px;
    background: #4c5f86 url(./images/arrow-left.png?4fdbb5539ad08fe8534d2c80224207d1) no-repeat 42% 50%;
    background-size: 12px;
    border-width: 6px;
  }
}

.home-page .home-slider > .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  list-style: none;
  z-index: 18;
  margin: 0;
  padding: 0;
  text-align: center;
  padding-top: 15px;
}

.home-page .home-slider > .slick-dots > li {
  display: inline-block;
  margin: 0;
}

.home-page .home-slider > .slick-dots > li button {
  background-color: #212734;
  border: 0;
  padding: 0;
  width: 55px;
  height: 4px;
  line-height: 0;
  color: transparent;
  cursor: pointer;
}

.home-page .home-slider > .slick-dots > li:not(:last-child) {
  margin: 0 9px 0 0;
}

.home-page .home-slider > .slick-dots > li.slick-active button {
  background-color: #3880c3;
}

.home-page .home-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  max-width: 100%;
}

.home-page .home-col {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 100%;
}

.home-page .home-box .slick-dots {
  margin: 0;
  border-radius: 30px;
  line-height: 0;
}

.home-page .home-box .slick-dots > li {
  display: inline-block;
  margin: 0;
  line-height: 0;
}

.home-page .home-box .slick-dots > li:not(:last-child) {
  margin-right: 9px;
}

.home-page .home-box .slick-dots button {
  background-color: white;
  padding: 0;
  border: 0;
  border-radius: 15px;
  width: 12px;
  height: 12px;
  line-height: 12px;
  overflow: hidden;
  color: transparent;
  text-overflow: clip;
}

.home-page .home-box .slick-dots .slick-active button {
  background-color: #3880c3;
}

.home-page .slide-1 .home-col.big-slider {
  width: 40.5%;
}

.home-page .slide-1 .home-col.big-slider .home-box {
  position: relative;
}

.home-page .slide-1 .home-col.big-slider .slick-slide {
  position: relative;
  z-index: 5;
}

.home-page .slide-1 .home-col.big-slider .slick-slide:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(1%, rgba(252, 252, 252, 0)), to(rgba(0, 1, 1, 0.8)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(252, 252, 252, 0) 1%, rgba(0, 1, 1, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#cc000101',GradientType=0 );
  z-index: 1;
}

.home-page .slide-1 .home-col.big-slider .slick-dots {
  position: absolute;
  bottom: 16px;
  left: 16px;
  z-index: 2;
  background-color: #212734;
  padding: 8px 13px;
}

.home-page .slide-1 .home-col.big-slider .title {
  position: absolute;
  font-size: 2.5rem;
  bottom: 62px;
  left: 46px;
  right: 46px;
  line-height: 1.1;
  color: white;
  z-index: 5;
}

@media only screen and (max-width: 1450px) {
  .home-page .slide-1 .home-col.big-slider .title {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 860px) {
  .home-page .slide-1 .home-col.big-slider .title {
    position: absolute;
    font-size: 1.5rem;
    bottom: 50px;
    left: 25px;
    right: 25px;
  }
}

@media only screen and (max-width: 760px) {
  .home-page .slide-1 .home-col.big-slider img {
    width: 100%;
    max-width: none;
    height: auto;
  }
}

@media only screen and (max-width: 350px) {
  .home-page .slide-1 .home-col.big-slider .title {
    font-size: 1.2rem;
    left: 15px;
    right: 15px;
  }
}

.home-page .slide-1 .home-col.end,
.home-page .slide-1 .home-col.middle {
  width: 28.5%;
}

@media only screen and (max-width: 1450px) {
  .home-page .slide-1 .home-col.middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.home-page .slide-1 .home-col.end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media only screen and (max-width: 760px) {
  .home-page .slide-1 .home-col.end {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (max-width: 1250px) {
  .home-page .slide-1 > .home-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .home-page .slide-1 .home-col.big-slider {
    width: 57.75%;
  }

  .home-page .slide-1 .home-col.middle {
    width: 40%;
  }

  .home-page .slide-1 .home-col.end {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 1060px) {
  .home-page .slide-1 .home-col.big-slider {
    width: 58.25%;
  }

  .home-page .slide-1 .home-col.middle {
    width: 41%;
  }

  .home-page .slide-1 .home-col.end {
    margin-top: 8px;
  }
}

@media only screen and (max-width: 760px) {
  .home-page .slide-1 .home-col.big-slider {
    width: 100%;
  }

  .home-page .slide-1 .home-col.middle {
    width: 100%;
  }

  .home-page .slide-1 .home-col {
    margin-top: 8px;
  }
}

.home-page .slide-1 .home-box.video {
  position: relative;
  margin-bottom: 17px;
}

.home-page .slide-1 .home-box.video .image {
  overflow: hidden;
}

.home-page .slide-1 .home-box.video .image,
.home-page .slide-1 .home-box.video .image img {
  display: block;
}

.home-page .slide-1 .home-box.video .image img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  opacity: 1;
}

.home-page .slide-1 .home-box.video .video-link:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.8;
}

.home-page .slide-1 .home-box.video .video-link {
  position: relative;
  display: block;
}

.home-page .slide-1 .home-box.video .icon {
  display: block;
  width: 87px;
  height: 61px;
  background-image: url(./images/play-icon.png?5f8953013ec794c6b7f1f51cfae6741e);
  background-repeat: no-repeat;
  margin-bottom: 16px;
}

.home-page .slide-1 .home-box.video .title {
  text-align: center;
  display: block;
}

.home-page .slide-1 .home-box.video .center {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-size: 1.5rem;
  background-image: url(./images/video-shadow.png?0ada2370506b0a2084f8219c41d636ab);
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (max-width: 1060px) {
  .home-page .slide-1 .home-box.video {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 760px) {
  .home-page .slide-1 .home-box.video .image img {
    max-width: none;
    width: 100%;
    height: auto;
  }
}

.home-page .slide-1 .home-box.lecturer {
  background-color: #3880c3;
  color: white;
  padding: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  height: calc(50% - 8px);
  -webkit-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
}

.home-page .slide-1 .home-box.lecturer:hover {
  background-color: #212734;
}

.home-page .slide-1 .home-box.lecturer .box-title {
  font-size: 1.3rem;
  font-weight: 100;
  line-height: 1;
  margin-bottom: 11px;
}

.home-page .slide-1 .home-box.lecturer .box-content {
  font-size: 1rem;
  line-height: 1.1;
}

@media only screen and (max-width: 1700px) {
  .home-page .slide-1 .home-box.lecturer {
    height: calc(65% - 8px);
  }
}

@media only screen and (max-width: 1570px) {
  .home-page .slide-1 .home-box.lecturer {
    padding: 9px;
  }
}

@media only screen and (max-width: 1450px) {
  .home-page .slide-1 .home-box.lecturer {
    height: calc(50% - 8px);
    padding: 18px;
  }
}

@media only screen and (max-width: 1190px) {
  .home-page .slide-1 .home-box.lecturer {
    height: calc(65% - 8px);
    padding: 9px;
  }
}

@media only screen and (max-width: 1030px) {
  .home-page .slide-1 .home-box.lecturer .box-title {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }

  .home-page .slide-1 .home-box.lecturer .box-content {
    font-size: 1rem;
    line-height: 1;
    font-weight: 100;
  }
}

@media only screen and (max-width: 760px) {
  .home-page .slide-1 .home-box.lecturer {
    height: auto;
    width: calc(60% - 10px);
    padding: 18px;
  }

  .home-page .slide-1 .home-box.lecturer .box-title {
    font-size: 1.7rem;
    font-weight: 100;
    line-height: 1;
    margin-bottom: 11px;
  }

  .home-page .slide-1 .home-box.lecturer .box-content {
    font-size: 1.3rem;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 640px) {
  .home-page .slide-1 .home-box.lecturer {
    padding: 10px;
  }

  .home-page .slide-1 .home-box.lecturer .box-title {
    font-size: 1.3rem;
    margin-bottom: 8px;
  }

  .home-page .slide-1 .home-box.lecturer .box-content {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 430px) {
  .home-page .slide-1 .home-box.lecturer .box-title {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }

  .home-page .slide-1 .home-box.lecturer .box-content {
    font-size: 0.9rem;
    line-height: 1;
  }
}

@media only screen and (max-width: 760px) {
  .home-page .slide-1 .home-box.lecturer-mobile-image {
    width: 40%;
    background-position: center;
    background-size: cover;
  }

  .home-page .slide-1 .home-box.lecturer-mobile-image img {
    display: block;
    max-width: none;
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 450px) {
  .home-page .slide-1 .home-box.lecturer-mobile-image {
    overflow: hidden;
  }

  .home-page .slide-1 .home-box.lecturer-mobile-image img {
    display: none;
  }
}

.home-page .slide-1 .home-box.small-promotion {
  background-color: #212734;
  height: calc(50% - 8px);
  margin-top: 16px;
  -webkit-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
}

.home-page .slide-1 .home-box.small-promotion:hover {
  background-color: #3880c3;
}

.home-page .slide-1 .home-box.small-promotion:hover .box-title {
  color: #212734;
}

.home-page .slide-1 .home-box.small-promotion a {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  line-height: 1.1;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.home-page .slide-1 .home-box.small-promotion .box-title {
  color: #3880c3;
  font-size: 2rem;
}

.home-page .slide-1 .home-box.small-promotion .box-content {
  font-size: 1.5rem;
}

@media only screen and (max-width: 1775px) {
  .home-page .slide-1 .home-box.small-promotion .box-title {
    font-size: 1.5rem;
  }

  .home-page .slide-1 .home-box.small-promotion .box-content {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 1700px) {
  .home-page .slide-1 .home-box.small-promotion {
    height: calc(35% - 8px);
  }
}

@media only screen and (max-width: 1570px) {
  .home-page .slide-1 .home-box.small-promotion {
    padding: 9px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media only screen and (max-width: 1450px) {
  .home-page .slide-1 .home-box.small-promotion {
    height: calc(50% - 8px);
  }
}

@media only screen and (max-width: 1190px) {
  .home-page .slide-1 .home-box.small-promotion {
    height: calc(35% - 8px);
  }
}

@media only screen and (max-width: 1060px) {
  .home-page .slide-1 .home-box.small-promotion {
    height: calc(35% - 5px);
    margin-top: 10px;
  }
}

@media only screen and (max-width: 760px) {
  .home-page .slide-1 .home-box.small-promotion {
    height: auto;
    width: 100%;
    padding: 35px 15px;
  }

  .home-page .slide-1 .home-box.small-promotion .box-title {
    font-size: 2rem;
  }

  .home-page .slide-1 .home-box.small-promotion .box-content {
    font-size: 1.5rem;
  }
}

.home-page .slide-1 .split-row > .home-col {
  width: 50%;
}

.home-page .slide-1 .split-row .home-col:first-child {
  margin-right: 8px;
}

.home-page .slide-1 .split-row .home-col:last-child {
  margin-left: 8px;
}

@media only screen and (max-width: 1450px) {
  .home-page .slide-1 .split-row {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .home-page .slide-1 .split-row > .home-col {
    width: 100%;
  }

  .home-page .slide-1 .split-row > .home-col.lecturer-image {
    display: none;
  }

  .home-page .slide-1 .split-row .home-col:first-child {
    margin-right: 0;
  }

  .home-page .slide-1 .split-row .home-col:last-child {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1240px) {
  .home-page .slide-1 .split-row > .home-col.lecturer-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .home-page .slide-1 .split-row .home-col:first-child {
    margin-right: 8px;
  }

  .home-page .slide-1 .split-row .home-col:last-child {
    margin-left: 8px;
  }
}

@media only screen and (max-width: 1060px) {
  .home-page .slide-1 .split-row .home-col:first-child {
    margin-right: 5px;
  }

  .home-page .slide-1 .split-row .home-col:last-child {
    margin-left: 5px;
  }
}

@media only screen and (max-width: 970px) {
  .home-page .slide-1 .split-row > .home-col.lecturer-image {
    display: none;
  }

  .home-page .slide-1 .split-row .home-col:first-child {
    margin-right: 0;
  }

  .home-page .slide-1 .split-row .home-col:last-child {
    margin-left: 0;
  }
}

@media only screen and (max-width: 760px) {
  .home-page .slide-1 .split-row {
    margin-bottom: 8px;
  }

  .home-page .slide-1 .split-row > .home-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.home-page .slide-1 .split-row .lecturer-image .home-box {
  position: relative;
  overflow: hidden;
}

.home-page .slide-1 .split-row .lecturer-image .home-box img {
  display: block;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.home-page .slide-1 .split-row .lecturer-image .home-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(-27deg, #00b4f7 16%, #00ddf7 84%);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}

.home-page .slide-1 .split-row .lecturer-image .home-box:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.home-page .slide-1 .split-row .lecturer-image .home-box:hover:after {
  opacity: 0.3;
}

.home-page .slide-1 .home-box.big-promotion {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-bottom: 15px;
  overflow: hidden;
}

.home-page .slide-1 .home-box.big-promotion > a {
  position: relative;
  display: block;
}

.home-page .slide-1 .home-box.big-promotion > a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.home-page .slide-1 .home-box.big-promotion .image {
  position: relative;
}

.home-page .slide-1 .home-box.big-promotion .image img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.home-page .slide-1 .home-box.big-promotion .image:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(1%, rgba(252, 252, 252, 0)), to(rgba(0, 1, 1, 0.8)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(252, 252, 252, 0) 1%, rgba(0, 1, 1, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#cc000101',GradientType=0 );
  z-index: 1;
}

.home-page .slide-1 .home-box.big-promotion .box-title {
  color: white;
  position: absolute;
  text-align: center;
  left: 35px;
  right: 35px;
  bottom: 35px;
  font-size: 1.7rem;
  line-height: 1;
  z-index: 10;
}

@media only screen and (max-width: 1450px) {
  .home-page .slide-1 .home-box.big-promotion .box-title {
    left: 25px;
    right: 25px;
    bottom: 25px;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 1390px) {
  .home-page .slide-1 .home-box.big-promotion .image {
    padding-bottom: 48%;
    background-position: center;
    background-size: cover;
  }

  .home-page .slide-1 .home-box.big-promotion .image img {
    display: none;
  }
}

@media only screen and (max-width: 1250px) {
  .home-page .slide-1 .home-box.big-promotion {
    width: 40%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 0;
  }

  .home-page .slide-1 .home-box.big-promotion .image {
    padding-bottom: 0;
  }

  .home-page .slide-1 .home-box.big-promotion .image img {
    display: inline-block;
  }
}

@media only screen and (max-width: 1250px) {
  .home-page .slide-1 .home-box.big-promotion {
    width: 41%;
  }
}

@media only screen and (max-width: 860px) {
  .home-page .slide-1 .home-box.big-promotion .box-title {
    left: 10px;
    right: 10px;
    bottom: 25px;
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 760px) {
  .home-page .slide-1 .home-box.big-promotion {
    width: 100%;
    margin-bottom: 15px;
  }

  .home-page .slide-1 .home-box.big-promotion a {
    display: block;
  }

  .home-page .slide-1 .home-box.big-promotion .image {
    background-image: none !important;
    background-position: center;
    background-size: cover;
  }

  .home-page .slide-1 .home-box.big-promotion .image img {
    display: block;
    max-width: none;
    height: auto;
    width: 100%;
  }
}

.home-page .slide-1 .home-box.know {
  background-color: #212734;
  color: #ffffff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.home-page .slide-1 .home-box.know .box-head {
  text-align: center;
  padding: 43px 30px 0 30px;
  margin-bottom: 52px;
}

.home-page .slide-1 .home-box.know .box-head .box-title {
  color: #3880c3;
  font-size: 2rem;
  margin-bottom: 9px;
}

.home-page .slide-1 .home-box.know .box-head .box-subtitle {
  font-size: 1.1rem;
  line-height: 1.1;
  font-weight: 100;
}

@media only screen and (max-width: 1843px) {
  .home-page .slide-1 .home-box.know .box-head {
    padding: 22px 20px 0 20px;
    margin-bottom: 52px;
  }
}

@media only screen and (max-width: 1775px) {
  .home-page .slide-1 .home-box.know .box-head .box-title {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }

  .home-page .slide-1 .home-box.know .box-head .box-subtitle {
    font-size: 1rem;
    line-height: 1;
  }
}

@media only screen and (max-width: 1775px) {
  .home-page .slide-1 .home-box.know .box-head {
    margin-bottom: 30px;
  }

  .home-page .slide-1 .home-box.know .box-head .box-title {
    font-size: 1.2rem;
  }

  .home-page .slide-1 .home-box.know .box-head .box-subtitle {
    font-size: 0.9rem;
  }
}

@media only screen and (max-width: 1390px) {
  .home-page .slide-1 .home-box.know .box-head .box-title {
    font-size: 1.4rem;
  }

  .home-page .slide-1 .home-box.know .box-head .box-subtitle {
    font-size: 1rem;
  }

  .home-page .slide-1 .home-box.know .box-head .box-subtitle br {
    display: none;
  }
}

@media only screen and (max-width: 920px) {
  .home-page .slide-1 .home-box.know .box-head {
    margin-bottom: 15px;
  }

  .home-page .slide-1 .home-box.know .box-head .box-title {
    font-size: 1.2rem;
  }

  .home-page .slide-1 .home-box.know .box-head .box-subtitle {
    font-size: 0.9rem;
  }
}

@media only screen and (max-width: 760px) {
  .home-page .slide-1 .home-box.know .box-head {
    text-align: center;
    padding: 25px 30px 0 30px;
    margin-bottom: 25px;
  }

  .home-page .slide-1 .home-box.know .box-head .box-title {
    font-size: 2rem;
    margin-bottom: 5px;
  }

  .home-page .slide-1 .home-box.know .box-head .box-subtitle {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 350px) {
  .home-page .slide-1 .home-box.know .box-head {
    text-align: center;
    padding: 15px 20px 0 20px;
    margin-bottom: 15px;
  }

  .home-page .slide-1 .home-box.know .box-head .box-title {
    font-size: 1.7rem;
  }

  .home-page .slide-1 .home-box.know .box-head .box-subtitle {
    font-size: 1.1rem;
  }
}

.home-page .slide-1 .home-box.know .slider {
  padding: 0 30px;
  text-align: center;
}

.home-page .slide-1 .home-box.know .slider a {
  display: block;
  line-height: 1;
  color: white;
}

.home-page .slide-1 .home-box.know .slider .title {
  display: block;
}

.home-page .slide-1 .home-box.know .slider .icon {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.home-page .slide-1 .home-box.know .slider .icon:hover {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

.home-page .slide-1 .home-box.know .slider img {
  margin: 0 auto;
}

@media only screen and (max-width: 1775px) {
  .home-page .slide-1 .home-box.know .slider {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 1775px) {
  .home-page .slide-1 .home-box.know .slider a {
    font-size: 0.9rem;
  }

  .home-page .slide-1 .home-box.know .slider .icon {
    margin-bottom: 20px;
  }

  .home-page .slide-1 .home-box.know .slider .icon img {
    width: 60px;
  }
}

@media only screen and (max-width: 920px) {
  .home-page .slide-1 .home-box.know .slider a {
    font-weight: 100;
  }

  .home-page .slide-1 .home-box.know .slider .icon {
    margin-bottom: 10px;
  }

  .home-page .slide-1 .home-box.know .slider .icon img {
    width: 50px;
  }
}

.home-page .slide-1 .home-box.know .slick-dots {
  margin-top: 10px;
  text-align: center;
}

.home-page .slide-1 .home-box.know .slick-dots button {
  width: 10px;
  height: 10px;
  line-height: 6px;
}

@media only screen and (max-width: 1250px) {
  .home-page .slide-1 .home-box.know {
    width: 57.75%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 21px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media only screen and (max-width: 1060px) {
  .home-page .slide-1 .home-box.know {
    width: 58.25%;
  }
}

@media only screen and (max-width: 990px) {
  .home-page .slide-1 .home-box.know {
    padding: 0;
  }
}

@media only screen and (max-width: 760px) {
  .home-page .slide-1 .home-box.know {
    padding-bottom: 25px;
    width: 100%;
  }
}

@media only screen and (max-width: 1250px) {
  .home-page .slide-2 > .home-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.home-page .slide-2 .big-article-container {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1250px) {
  .home-page .slide-2 .big-article-container {
    width: 100%;
    margin-left: 0;
    min-height: 410px;
  }
}

@media only screen and (max-width: 700px) {
  .home-page .slide-2 .big-article-container {
    min-height: 380px;
  }
}

.home-page .slide-2 .big-article-container .big-article {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  text-align: center;
  padding: 38px 96px;
}

@media only screen and (max-width: 1440px) {
  .home-page .slide-2 .big-article-container .big-article {
    padding: 30px 60px;
  }
}

@media only screen and (max-width: 550px) {
  .home-page .slide-2 .big-article-container .big-article {
    padding: 20px 15px;
  }
}

.home-page .slide-2 .big-article-container .big-article .content,
.home-page .slide-2 .big-article-container .big-article body#tinymce,
.home-page .slide-2 .big-article-container .big-article
.entry-content {
  position: relative;
  z-index: 5;
  color: white;
}

.home-page .slide-2 .big-article-container .big-article .content h3,
.home-page .slide-2 .big-article-container .big-article body#tinymce h3,
.home-page .slide-2 .big-article-container .big-article
.entry-content h3 {
  font-size: 1.8rem;
  color: white;
  margin-bottom: 5px;
}

.home-page .slide-2 .big-article-container .big-article .content h4,
.home-page .slide-2 .big-article-container .big-article body#tinymce h4,
.home-page .slide-2 .big-article-container .big-article
.entry-content h4 {
  color: white;
  margin-bottom: 5px;
}

@media only screen and (max-width: 700px) {
  .home-page .slide-2 .big-article-container .big-article .content p,
  .home-page .slide-2 .big-article-container .big-article body#tinymce p,
  .home-page .slide-2 .big-article-container .big-article
  .entry-content p {
    display: none;
  }
}

@media only screen and (max-width: 550px) {
  .home-page .slide-2 .big-article-container .big-article .content h3,
  .home-page .slide-2 .big-article-container .big-article body#tinymce h3,
  .home-page .slide-2 .big-article-container .big-article
  .entry-content h3 {
    font-size: 1.3rem;
  }

  .home-page .slide-2 .big-article-container .big-article .content h4,
  .home-page .slide-2 .big-article-container .big-article body#tinymce h4,
  .home-page .slide-2 .big-article-container .big-article
  .entry-content h4 {
    font-size: 1.1rem;
  }
}

.home-page .slide-2 .big-article-container .big-article .footer {
  position: relative;
  z-index: 6;
}

.home-page .slide-2 .big-article-container .big-article:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(60%, rgba(1, 1, 1, 0.8)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgba(1, 1, 1, 0.8) 60%, rgba(255, 255, 255, 0) 100%);
}

.home-page .slide-2 .programs-grid:before,
.home-page .slide-2 .programs-grid:after {
  content: " ";
  display: table;
}

.home-page .slide-2 .programs-grid:after {
  clear: both;
}

@media only screen and (max-width: 1250px) {
  .home-page .slide-2 .programs-grid {
    margin: 0 -5px;
  }
}

.home-page .slide-2 .programs-grid .grid-item {
  float: left;
  width: 33.33%;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 10px;
}

.home-page .slide-2 .programs-grid .grid-item > a {
  display: block;
  padding-bottom: 112.5%;
  position: relative;
}

@media only screen and (max-width: 1250px) {
  .home-page .slide-2 .programs-grid .grid-item > a {
    padding-bottom: 70%;
  }
}

@media only screen and (max-width: 1035px) {
  .home-page .slide-2 .programs-grid .grid-item > a {
    padding-bottom: 90%;
  }
}

@media only screen and (max-width: 900px) {
  .home-page .slide-2 .programs-grid .grid-item > a {
    padding-bottom: 100%;
  }
}

@media only screen and (max-width: 700px) {
  .home-page .slide-2 .programs-grid .grid-item > a {
    padding-bottom: 112.5%;
  }
}

@media only screen and (max-width: 455px) {
  .home-page .slide-2 .programs-grid .grid-item {
    padding: 0 3px;
  }
}

@media only screen and (max-width: 370px) {
  .home-page .slide-2 .programs-grid .grid-item > a {
    padding-bottom: 130%;
  }
}

.home-page .slide-2 .program-button > a {
  background-color: #212734;
}

.home-page .slide-2 .program-button > a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background: linear-gradient(-27deg, #00b4f7 16%, #00ddf7 84%);
}

.home-page .slide-2 .program-button .icon {
  position: absolute;
  width: 100%;
  z-index: 10;
}

.home-page .slide-2 .program-button .icon > div {
  text-align: center;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.home-page .slide-2 .program-button .icon > div img {
  display: inline-block;
}

@media only screen and (max-width: 1440px) {
  .home-page .slide-2 .program-button .icon > div img {
    width: 130px;
  }
}

@media only screen and (max-width: 1250px) {
  .home-page .slide-2 .program-button .icon > div img {
    width: auto;
  }
}

@media only screen and (max-width: 900px) {
  .home-page .slide-2 .program-button .icon > div img {
    width: 150px;
  }
}

@media only screen and (max-width: 700px) {
  .home-page .slide-2 .program-button .icon > div img {
    width: 100px;
  }
}

@media only screen and (max-width: 550px) {
  .home-page .slide-2 .program-button .icon > div {
    margin-top: 5px;
  }

  .home-page .slide-2 .program-button .icon > div img {
    width: 100px;
  }
}

@media only screen and (max-width: 455px) {
  .home-page .slide-2 .program-button .icon > div {
    margin-top: 0;
  }

  .home-page .slide-2 .program-button .icon > div img {
    width: 80px;
  }
}

.home-page .slide-2 .program-button .icon .white {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
}

.home-page .slide-2 .program-button .title {
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 22px;
  text-align: center;
  line-height: 1.1;
  color: white;
  z-index: 10;
  font-size: 1.3rem;
}

@media only screen and (max-width: 900px) {
  .home-page .slide-2 .program-button .title {
    left: 10px;
    right: 10px;
    bottom: 10px;
    line-height: 1;
  }
}

@media only screen and (max-width: 550px) {
  .home-page .slide-2 .program-button .title {
    left: 7px;
    right: 7px;
    bottom: 20px;
    font-size: 0.9rem;
  }
}

@media only screen and (max-width: 455px) {
  .home-page .slide-2 .program-button .title {
    bottom: 10px;
  }
}

@media only screen and (max-width: 370px) {
  .home-page .slide-2 .program-button .title {
    left: 5px;
    right: 5px;
    font-size: 0.8rem;
  }
}

.home-page .slide-2 .program-button > a:hover .white {
  opacity: 1;
}

.home-page .slide-2 .program-button > a:hover .colored {
  opacity: 0;
}

.home-page .slide-2 .program-button > a:hover:after {
  opacity: 1;
}

.home-page .slide-2 .more-items > a {
  background-color: #00acec;
  color: white;
  -webkit-transition: background-color 0.3s ease, color 0.5s ease;
  transition: background-color 0.3s ease, color 0.5s ease;
}

.home-page .slide-2 .more-items > a:hover {
  color: #00acec;
  background-color: #212734;
}

.home-page .slide-2 .more-items .title {
  position: absolute;
  font-size: 2.1rem;
  top: 20%;
  left: 30px;
  right: 30px;
  text-align: center;
  line-height: 1.1;
}

.home-page .slide-2 .more-items .icon {
  position: absolute;
  width: 77px;
  height: 77px;
  left: 50%;
  bottom: 10%;
  -webkit-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
  background: url(./images/arrow-left.png?4fdbb5539ad08fe8534d2c80224207d1) 40% 50% no-repeat;
  border: 2px solid white;
  border-radius: 100%;
}

@media only screen and (max-width: 900px) {
  .home-page .slide-2 .more-items .title {
    font-size: 1.8rem;
    left: 20px;
    right: 20px;
  }

  .home-page .slide-2 .more-items .icon {
    position: absolute;
    width: 60px;
    height: 60px;
    background-size: 35%;
  }
}

@media only screen and (max-width: 700px) {
  .home-page .slide-2 .more-items .title {
    font-size: 1.3rem;
    left: 10px;
    right: 10px;
  }

  .home-page .slide-2 .more-items .icon {
    width: 55px;
    height: 55px;
  }
}

@media only screen and (max-width: 455px) {
  .page-template-template-home .home-page .slide-3 .lecturers-col{
    width: 100% !important;
  }
  .home-page .slide-2 .more-items .title {
    font-size: 1.2rem;
  }

  .home-page .slide-2 .more-items .icon {
    width: 45px;
    height: 45px;
  }
}

.home-page .slide-3 > .home-row {
  padding-right: 90px;
}

.home-page .slide-3 .mobile-actions {
  text-align: center;
  display: none;
}

@media only screen and (max-width: 1390px) {
  .home-page .slide-3 > .home-row {
    padding-right: 45px;
  }
}

@media only screen and (max-width: 1250px) {
  .home-page .slide-3 > .home-row {
    padding-right: 286px;
  }

  .home-page .slide-3 .mobile-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 1100px) {
  .home-page .slide-3 > .home-row {
    padding-right: 150px;
  }
}

@media only screen and (max-width: 890px) {
  .home-page .slide-3 > .home-row {
    padding-right: 75px;
  }
}

@media only screen and (max-width: 760px) {
  .home-page .slide-3 > .home-row {
    padding-right: 0;
  }
}

.home-page .slide-3 .home-lecturers-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.home-page .slide-3 .home-lecturers-grid.is-mobile {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: none;
}

@media only screen and (max-width: 1250px) {
  .home-page .slide-3 .home-lecturers-grid {
    display: none;
  }

  .home-page .slide-3 .home-lecturers-grid.is-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.home-page .slide-3 .lecturer-item:not(:last-child) {
  margin-bottom: 18px;
}

@media only screen and (max-width: 1300px) {
  .home-page .slide-3 .lecturer-item:not(:last-child) {
    margin-bottom: 10px;
  }
}

.home-page .slide-3 .lecturer-item:after {
  content: "";
  opacity: 0;
  pointer-events: none;
  right: -59px;
  top: 20%;
  position: absolute;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  height: 0;
  width: 0;
  border-bottom: 25px solid transparent;
  border-right: 25px solid #212734;
  border-top: 25px solid transparent;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.6s ease;
  transition: transform 0.3s ease, opacity 0.6s ease, -webkit-transform 0.3s ease;
}

.home-page .slide-3 .lecturer-item.is-active:after {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media only screen and (max-width: 1300px) {
  .home-page .slide-3 .lecturer-item:after {
    right: -29px;
    height: 0;
    width: 0;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #212734;
    border-top: 20px solid transparent;
  }
}

.home-page .slide-3 .lecturer-item.more-button {
  background-color: #3385b9;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.home-page .slide-3 .lecturer-item.more-button:hover {
  background-color: #212734;
}

.home-page .slide-3 .lecturer-item.more-button > a {
  display: block;
  margin: 0;
  padding-bottom: 108%;
  position: relative;
  color: white;
  font-size: 2.6rem;
  line-height: 1.2;
  font-weight: 100;
}

.home-page .slide-3 .lecturer-item.more-button > a span {
  position: absolute;
  display: block;
  text-align: center;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 50px;
}

.home-page .slide-3 .lecturer-item.more-button > a span .icon {
  display: block;
  width: 67px;
  height: 67px;
  margin: 0 auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background: url(./images/arrow-left.png?4fdbb5539ad08fe8534d2c80224207d1) 40% 50% no-repeat;
  border: 2px solid white;
  border-radius: 100%;
}

.home-page .slide-3 .lecturers-col {
  width: 17%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 1300px) {
  .home-page .slide-3 .lecturers-col {
    margin-right: 10px;
  }
}

.home-page .slide-3 .lecturers-col.expendable {
  width: auto;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 40px;
  background-color: #212734;
  color: white;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  justify-self: flex-start;
  position: relative;
  overflow: hidden;
}

.home-page .slide-3 .lecturers-col.expendable > div {
  padding: 0 12px;
  position: absolute;
  left: 12px;
  right: 12px;
  top: 42px;
  bottom: 42px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.home-page .slide-3 .lecturers-col.expendable .name {
  font-size: 2rem;
  color: #3880c3;
  line-height: 1.1;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1300px) {
  .home-page .slide-3 .lecturers-col.expendable {
    margin-left: 10px;
  }

  .home-page .slide-3 .lecturers-col.expendable > div {
    font-size: 0.9rem;
    font-weight: 100;
    padding: 0 6px;
    left: 6px;
    right: 6px;
    top: 22px;
    bottom: 22px;
  }

  .home-page .slide-3 .lecturers-col.expendable .name {
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
}

.home-page .slide-3 .is-mobile .lecturers-col {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.home-page .slide-3 .is-mobile .lecturer-item {
  margin-bottom: 20px;
}

.home-page .slide-3 .is-mobile .lecturer-item:not(:last-child) {
  margin-right: 20px;
}

.home-page .slide-3 .is-mobile .lecturer-item:after {
  right: 50%;
  top: auto;
  bottom: -13px;
  -webkit-transform: translate(50%, 100%) rotate(90deg);
          transform: translate(50%, 100%) rotate(90deg);
}

@media only screen and (max-width: 500px) {
  .home-page .slide-3 .is-mobile .lecturer-item:not(:last-child) {
    margin-right: 5px;
  }
}

.home-page .slide-3 .is-mobile .lecturers-col {
  width: auto;
  margin: 0 0 20px;
}

.home-page .slide-3 .is-mobile .lecturers-col.expendable > div {
  position: static;
  padding: 42px 22px;
}

.home-page .slide-3 .content,
.home-page .slide-3 body#tinymce,
.home-page .slide-3
.entry-content {
  color: white;
}

.home-page .slide-4 > .home-row {
  padding-right: 90px;
}

@media only screen and (max-width: 1390px) {
  .home-page .slide-4 > .home-row {
    padding-right: 45px;
  }
}

@media only screen and (max-width: 760px) {
  .home-page .slide-4 > .home-row {
    padding-right: 0;
  }
}

.home-page .slide-4 .content,
.home-page .slide-4 body#tinymce,
.home-page .slide-4
.entry-content {
  color: white;
}

.home-page .slide-4 .col-footer {
  margin-top: 10px;
  text-align: center;
  display: none;
}

.home-page .slide-4 .events-actions,
.home-page .slide-4 .events {
  width: 38%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media only screen and (max-width: 1390px) {
  .home-page .slide-4 .events-actions,
  .home-page .slide-4 .events {
    width: 45%;
  }
}

@media only screen and (max-width: 1200px) {
  .home-page .slide-4 > .home-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .home-page .slide-4 .events-actions,
  .home-page .slide-4 .events {
    width: 100%;
  }

  .home-page .slide-4 .col-footer {
    display: block;
  }
}

.home-page .slide-4 .events-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 1200px) {
  .home-page .slide-4 .events-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.home-page .slide-4 .events-list .list-item {
  background-color: #212734;
  -webkit-box-shadow: 0 0 10px 0 rgba(8, 9, 8, 0);
          box-shadow: 0 0 10px 0 rgba(8, 9, 8, 0);
  -webkit-transition: background-color 0.3s ease, -webkit-box-shadow 0.8s ease-out, -webkit-transform 0.2s ease-in-out;
  transition: background-color 0.3s ease, -webkit-box-shadow 0.8s ease-out, -webkit-transform 0.2s ease-in-out;
  transition: background-color 0.3s ease, box-shadow 0.8s ease-out, transform 0.2s ease-in-out;
  transition: background-color 0.3s ease, box-shadow 0.8s ease-out, transform 0.2s ease-in-out, -webkit-box-shadow 0.8s ease-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transform: scale(1) translateX(0);
          transform: scale(1) translateX(0);
}

.home-page .slide-4 .events-list .list-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: white;
}

.home-page .slide-4 .events-list .list-item:not(:last-child) {
  margin-bottom: 16px;
}

@media only screen and (max-width: 1500px) {
  .home-page .slide-4 .events-list .list-item:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 1200px) {
  .home-page .slide-4 .events-list .list-item {
    margin-bottom: 10px;
    width: 49%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media only screen and (max-width: 890px) {
  .home-page .slide-4 .events-list .list-item {
    width: 100%;
  }
}

.home-page .slide-4 .events-list .list-item .date {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  background-color: #2c3445;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.home-page .slide-4 .events-list .list-item .date > div {
  padding: 0 15px;
}

.home-page .slide-4 .events-list .list-item .date .day,
.home-page .slide-4 .events-list .list-item .date .month {
  display: block;
}

.home-page .slide-4 .events-list .list-item .date .month {
  font-size: 0.8rem;
}

.home-page .slide-4 .events-list .list-item .date .month:after {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background-color: white;
  margin: 10px 0;
}

.home-page .slide-4 .events-list .list-item .date .day {
  font-size: 1.7rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}

@media only screen and (max-width: 450px) {
  .home-page .slide-4 .events-list .list-item .date {
    width: 80px;
  }

  .home-page .slide-4 .events-list .list-item .date .month {
    font-size: 0.7rem;
  }
}

.home-page .slide-4 .events-list .list-item .item-content {
  padding: 23px 20px;
}

.home-page .slide-4 .events-list .list-item .item-content .title {
  margin-bottom: 18px;
  font-size: 1.4rem;
}

.home-page .slide-4 .events-list .list-item .item-content .content,
.home-page .slide-4 .events-list .list-item .item-content body#tinymce,
.home-page .slide-4 .events-list .list-item .item-content
.entry-content {
  margin-bottom: 0;
  color: white;
}

@media only screen and (max-width: 1700px) {
  .home-page .slide-4 .events-list .list-item .item-content {
    padding: 18px 15px;
  }

  .home-page .slide-4 .events-list .list-item .item-content .title {
    margin-bottom: 15px;
    font-size: 1.3rem;
  }

  .home-page .slide-4 .events-list .list-item .item-content .content,
  .home-page .slide-4 .events-list .list-item .item-content body#tinymce,
  .home-page .slide-4 .events-list .list-item .item-content
  .entry-content {
    font-size: 0.95rem;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 450px) {
  .home-page .slide-4 .events-list .list-item .item-content {
    padding: 14px 10px;
  }

  .home-page .slide-4 .events-list .list-item .item-content .title {
    margin-bottom: 8px;
    font-size: 1.2rem;
    font-weight: 100;
  }

  .home-page .slide-4 .events-list .list-item .item-content .content,
  .home-page .slide-4 .events-list .list-item .item-content body#tinymce,
  .home-page .slide-4 .events-list .list-item .item-content
  .entry-content {
    font-size: 0.90rem;
    line-height: 1.1;
  }
}

.home-page .slide-4 .events-list .list-item:hover {
  background-color: #3286bb;
  -webkit-box-shadow: 0 1px 38px 0 rgba(8, 9, 8, 0.89);
          box-shadow: 0 1px 38px 0 rgba(8, 9, 8, 0.89);
  -webkit-transform: scale(1.01) translateX(1%);
          transform: scale(1.01) translateX(1%);
}

.home-page .slide-4 .events-list .list-item:hover .date {
  background-color: #276891;
}

.home-page .slide-4 .news-actions,
.home-page .slide-4 .news {
  margin-left: 54px;
}

@media only screen and (max-width: 1500px) {
  .home-page .slide-4 .news-actions,
  .home-page .slide-4 .news {
    margin-left: 34px;
  }
}

@media only screen and (max-width: 1200px) {
  .home-page .slide-4 .news-actions,
  .home-page .slide-4 .news {
    margin-top: 34px;
    margin-left: 0;
  }
}

.home-page .slide-4 .news-grid {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 1200px) {
  .home-page .slide-4 .news-grid {
    min-height: 400px;
  }
}

@media only screen and (max-width: 760px) {
  .home-page .slide-4 .news-grid {
    min-height: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.home-page .slide-4 .news-grid .grid-col {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.home-page .slide-4 .news-grid .grid-col:last-child {
  margin-left: 16px;
}

.home-page .slide-4 .news-grid .grid-col:first-child {
  margin-right: 16px;
}

@media only screen and (max-width: 1500px) {
  .home-page .slide-4 .news-grid .grid-col:last-child {
    margin-left: 10px;
  }

  .home-page .slide-4 .news-grid .grid-col:first-child {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 760px) {
  .home-page .slide-4 .news-grid .grid-col:last-child {
    margin-left: 0;
  }

  .home-page .slide-4 .news-grid .grid-col:first-child {
    margin-right: 0;
  }
}

.home-page .slide-4 .news-grid .news-grid-item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
}

@media only screen and (max-width: 760px) {
  .home-page .slide-4 .news-grid .news-grid-item {
    margin: 0 0 10px;
  }
}

.home-page .slide-4 .news-grid .news-grid-item .image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.home-page .slide-4 .news-grid .news-grid-item .image img {
  display: block;
  opacity: 0;
}

@media only screen and (max-width: 760px) {
  .home-page .slide-4 .news-grid .news-grid-item .image {
    position: static;
  }

  .home-page .slide-4 .news-grid .news-grid-item .image img {
    opacity: 1;
    max-width: none;
    height: auto;
    width: 100%;
  }
}

.home-page .slide-4 .news-grid .news-grid-item .item-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-color: #212734;
  padding: 15px 15px 26px;
}

.home-page .slide-4 .news-grid .news-grid-item .item-content p {
  margin: 0;
}

.home-page .slide-4 .news-grid .news-grid-item .item-content .title {
  font-size: 1.5rem;
  margin-bottom: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media only screen and (max-width: 1500px) {
  .home-page .slide-4 .news-grid .news-grid-item .item-content {
    padding: 10px;
  }

  .home-page .slide-4 .news-grid .news-grid-item .item-content .title {
    font-size: 1.3rem;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 450px) {
  .home-page .slide-4 .news-grid .news-grid-item .item-content {
    position: static;
  }

  .home-page .slide-4 .news-grid .news-grid-item .item-content .content,
  .home-page .slide-4 .news-grid .news-grid-item .item-content body#tinymce,
  .home-page .slide-4 .news-grid .news-grid-item .item-content
  .entry-content {
    font-size: 0.9rem;
  }
}

.home-page .slide-4 .news-grid .news-grid-item:hover .image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.home-page .slide-4 .news-grid .haf .news-grid-item:last-child {
  margin-top: 16px;
}

.home-page .slide-4 .news-grid .haf .news-grid-item:first-child {
  margin-bottom: 16px;
}

@media only screen and (max-width: 1500px) {
  .home-page .slide-4 .news-grid .haf .news-grid-item:last-child {
    margin-top: 10px;
  }

  .home-page .slide-4 .news-grid .haf .news-grid-item:first-child {
    margin-bottom: 10px;
  }
}

.home-page .slide-4 .actions {
  margin-top: 15px;
}

@media only screen and (max-width: 1200px) {
  .home-page .slide-4 .actions {
    display: none;
  }
}

.home-page .slide-4 .events-actions,
.home-page .slide-4 .news-actions {
  text-align: center;
}

.home-page .slide > .home-row .home-box,
.home-page .slide > .home-row .home-col {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.home-page .slide.slick-active > .home-row .home-box,
.home-page .slide.slick-active > .home-row .lecturers-col.expendable,
.home-page .slide.slick-active > .home-row .home-col {
  opacity: 1;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.home-page .slide.slick-active .home-box.video {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.home-page .slide.slick-active .home-col.lecturer-image {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.home-page .slide.slick-active .home-box.lecturer {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.home-page .slide.slick-active .home-box.small-promotion {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.home-page .slide.slick-active .programs-grid > div {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.home-page .slide.slick-active .programs-grid > div:nth-child(2) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}

.home-page .slide.slick-active .programs-grid > div:nth-child(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.home-page .slide.slick-active .programs-grid > div:nth-child(4) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}

.home-page .slide.slick-active .programs-grid > div:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.home-page .slide.slick-active .programs-grid > div:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.home-page .slide.slick-active .home-col.big-article-container {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.home-page .slide.slick-active .home-col.big-article-container .content,
.home-page .slide.slick-active .home-col.big-article-container body#tinymce,
.home-page .slide.slick-active .home-col.big-article-container
.entry-content {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.home-page .slide.slick-active .home-col.big-article-container .footer {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.home-page .slide.slick-active .home-lecturers-grid > div .lecturer-item {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.home-page .slide.slick-active .home-lecturers-grid > div:nth-child(2) .lecturer-item {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}

.home-page .slide.slick-active .home-lecturers-grid > div:nth-child(3) .lecturer-item {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.home-page .slide.slick-active .home-lecturers-grid > div:nth-child(4) .lecturer-item {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}

.home-page .slide.slick-active .events-list .list-item {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.home-page .slide.slick-active .events-list .list-item:nth-child(2) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.home-page .slide.slick-active .events-list .list-item:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.home-page .slide.slick-active .events-list .list-item:nth-child(4) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}

.home-page .slide.slick-active .home-row.actions {
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
}

.home-page .slide.slick-active .news-grid .grid-col:not(.haf) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.home-page .slide.slick-active .news-grid .grid-col.haf > div {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.home-page .slide.slick-active .news-grid .grid-col.haf > div:last-child {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}

.career-jobs-list .list-item {
  padding-bottom: 34px;
  margin-bottom: 34px;
  border-bottom: 1px solid rgba(218, 218, 218, 0.38);
}

.career-jobs-list .list-item .job-title {
  font-size: 1.3rem;
  color: #4aa8ff;
  line-height: 1.1;
  margin-bottom: 10px;
}

.career-jobs-list .list-item .item-content {
  line-height: 1.1;
  margin-bottom: 15px;
}

.career-jobs-list .list-item .item-content .section-title {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 5px;
}

.career-jobs-list .list-item .item-content ul {
  margin: 0;
  list-style-position: inside;
}

.blog .post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px solid #dadada;
  padding-bottom: 77px;
  margin-bottom: 39px;
}

.blog .post .image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 30%;
}

.blog .post .image img {
  max-width: 100%;
  height: auto;
  display: block;
}

.blog .post.news-big .image {
  width: 50%;
}

.blog .post .text {
  margin-left: 22px;
}

.blog .post .text .entry-title {
  margin: 20px 0 14px 0;
  color: white;
  font-size: 1.4rem;
  line-height: 1.2;
}

.blog .post .text a {
  color: white;
}

@media only screen and (max-width: 744px) {
  .blog .post .text {
    margin-left: 15px;
  }

  .blog .post .image {
    width: 20%;
  }

  .blog .post.news-big .image {
    width: 40%;
  }
}

@media only screen and (max-width: 615px) {
  .blog .post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .blog .post .text {
    margin-left: 0;
    margin-top: 15px;
  }

  .blog .post .image {
    width: 100%;
  }

  .blog .post .image img {
    width: 100%;
    height: auto;
    max-width: none;
  }

  .blog .post.news-big .image {
    width: 100%;
  }
}

.page-template-template-rich .slick-dots {
  margin: 27px 0 0 0;
  padding: 0;
  text-align: center;
}

.page-template-template-rich .slick-dots > * {
  display: inline-block;
  margin: 0 3px;
}

.page-template-template-rich .slick-dots button {
  border: 0;
  padding: 0;
  border-radius: 50%;
  background-color: #d6d6d6;
  width: 15px;
  height: 15px;
  color: transparent;
  cursor: pointer;
}

.page-template-template-rich .slick-dots .slick-active button {
  background-color: #3880c2;
}

.page-template-template-rich .header-section {
  padding-top: 100px;
}

.page-template-template-rich .header-section .split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-template-template-rich .header-section .split .slider {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50%;
  margin-right: 50px;
}

.page-template-template-rich .header-section .split .slider .slide {
  width: 100%;
  position: relative;
}

.page-template-template-rich .header-section .split .slider .slide.is-video:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 83px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./images/play-icon.png?5f8953013ec794c6b7f1f51cfae6741e);
  background-size: contain;
  pointer-events: none;
}

.page-template-template-rich .header-section .split .slider img {
  width: 100%;
  height: auto;
  max-width: none;
}

.page-template-template-rich .header-section .split .text h1 {
  color: #ffffff;
  font-size: 3rem;
  font-weight: bolder;
  line-height: 1;
}

.page-template-template-rich .header-section .split .text .content,
.page-template-template-rich .header-section .split .text body#tinymce,
.page-template-template-rich .header-section .split .text
.entry-content {
  color: #48a6fb;
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 1.1;
}

@media only screen and (max-width: 1300px) {
  .page-template-template-rich .header-section .split .text h1 {
    font-size: 2.5rem;
  }

  .page-template-template-rich .header-section .split .text .content,
  .page-template-template-rich .header-section .split .text body#tinymce,
  .page-template-template-rich .header-section .split .text
  .entry-content {
    font-size: 1.8rem;
  }

  .page-template-template-rich .header-section .split .slider {
    margin-right: 40px;
  }
}

@media only screen and (max-width: 1070px) {
  .page-template-template-rich .header-section .split .text h1 {
    font-size: 2rem;
  }

  .page-template-template-rich .header-section .split .text .content,
  .page-template-template-rich .header-section .split .text body#tinymce,
  .page-template-template-rich .header-section .split .text
  .entry-content {
    font-size: 1.4rem;
  }

  .page-template-template-rich .header-section .split .slider {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 940px) {
  .page-template-template-rich .header-section .split .text h1 {
    font-size: 1.8rem;
  }

  .page-template-template-rich .header-section .split .text .content,
  .page-template-template-rich .header-section .split .text body#tinymce,
  .page-template-template-rich .header-section .split .text
  .entry-content {
    font-size: 1.2rem;
  }

  .page-template-template-rich .header-section .split .slider {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 680px) {
  .page-template-template-rich .header-section .split .text h1 {
    font-size: 1.5rem;
  }

  .page-template-template-rich .header-section .split .text .content,
  .page-template-template-rich .header-section .split .text body#tinymce,
  .page-template-template-rich .header-section .split .text
  .entry-content {
    font-size: 1rem;
  }

  .page-template-template-rich .header-section .split .slider {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 680px) {
  .page-template-template-rich .header-section .split {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .page-template-template-rich .header-section .split .slider {
    margin-top: 15px;
    margin-right: 0;
    width: 100%;
    max-width: 614px;
  }
}

@media only screen and (max-width: 680px) {
  .page-template-template-rich .header-section {
    padding-top: 50px;
  }
}

.page-template-template-rich .unique-section {
  margin-top: 48px;
  background-color: #3880c2;
  padding: 73px 0 58px;
  background-image: url(./images/rich-decor.png?916754bddcb5cd0e41a88bcc40c5637e);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}

.page-template-template-rich .unique-section .section-header {
  text-align: center;
  margin-bottom: 51px;
}

.page-template-template-rich .unique-section .section-header .title {
  color: white;
  font-size: 3rem;
  line-height: 1;
}

.page-template-template-rich .unique-section .icons-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-template-template-rich .unique-section .icon {
  text-align: center;
  width: 25%;
}

.page-template-template-rich .unique-section .icon:not(:last-child) {
  margin-right: 72px;
}

.page-template-template-rich .unique-section .icon .image {
  height: 103px;
  width: 100%;
  position: relative;
  margin-bottom: 29px;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.page-template-template-rich .unique-section .icon .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.page-template-template-rich .unique-section .icon:hover .image {
  -webkit-transform: translateY(-15px) scale(1.1);
          transform: translateY(-15px) scale(1.1);
}

@media only screen and (max-width: 1270px) {
  .page-template-template-rich .unique-section .icon:not(:last-child) {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 1110px) {
  .page-template-template-rich .unique-section {
    padding: 40px 0 15px;
  }

  .page-template-template-rich .unique-section .section-header {
    margin-bottom: 25px;
  }

  .page-template-template-rich .unique-section .section-header .title {
    font-size: 2.3rem;
  }

  .page-template-template-rich .unique-section .icons-grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .page-template-template-rich .unique-section .icon {
    width: 35%;
    margin-bottom: 25px;
    margin-right: 0 !important;
  }
}

@media only screen and (max-width: 660px) {
  .page-template-template-rich .unique-section .section-header .title {
    font-size: 1.8rem;
  }

  .page-template-template-rich .unique-section .icons-grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .page-template-template-rich .unique-section .icon {
    width: 45%;
  }
}

@media only screen and (max-width: 570px) {
  .page-template-template-rich .unique-section .section-header .title {
    font-size: 1.8rem;
  }

  .page-template-template-rich .unique-section .icons-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .page-template-template-rich .unique-section .icon {
    text-align: left;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .page-template-template-rich .unique-section .icon .image {
    width: 80px;
    height: auto;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 20px;
    margin-bottom: 0;
  }

  .page-template-template-rich .unique-section .icon .image img {
    position: static;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.page-template-template-rich .services-section {
  margin-top: 95px;
}

.page-template-template-rich .services-section .section-header {
  text-align: center;
  margin-bottom: 84px;
}

.page-template-template-rich .services-section .section-header .title {
  color: white;
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 27px;
}

.page-template-template-rich .services-section .section-header .subtitle {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #3880c2;
  margin: 0;
}

.page-template-template-rich .services-section .services-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-template-template-rich .services-section .services-list .service {
  width: 25%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  max-width: 385px;
  text-align: center;
}

.page-template-template-rich .services-section .services-list .service:not(:last-child) {
  margin-right: 20px;
}

.page-template-template-rich .services-section .services-list .service .image {
  overflow: hidden;
}

.page-template-template-rich .services-section .services-list .service img {
  display: block;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.page-template-template-rich .services-section .services-list .service a {
  display: block;
}

.page-template-template-rich .services-section .services-list .service a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.page-template-template-rich .services-section .services-list .service .text {
  font-size: 1.5rem;
  color: white;
  line-height: 1.1;
  padding: 20px 5px;
}

.page-template-template-rich .services-section .services-list .service .text p {
  margin: 0;
}

@media only screen and (max-width: 1200px) {
  .page-template-template-rich .services-section .services-list .service .text {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 960px) {
  .page-template-template-rich .services-section .services-list .service:not(:last-child) {
    margin-right: 10px;
  }

  .page-template-template-rich .services-section .services-list .service .text {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 960px) {
  .page-template-template-rich .services-section .section-header {
    margin-bottom: 44px;
  }

  .page-template-template-rich .services-section .section-header .title {
    font-size: 2.5rem;
    margin-bottom: 15px;
  }

  .page-template-template-rich .services-section .section-header .subtitle {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 800px) {
  .page-template-template-rich .services-section {
    margin-top: 50px;
  }

  .page-template-template-rich .services-section .section-header {
    margin-bottom: 30px;
  }

  .page-template-template-rich .services-section .section-header .title {
    font-size: 2rem;
  }

  .page-template-template-rich .services-section .section-header .subtitle {
    font-size: 1.1rem;
  }
}

@media only screen and (max-width: 770px) {
  .page-template-template-rich .services-section .services-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .page-template-template-rich .services-section .services-list .service {
    width: 50%;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .page-template-template-rich .services-section .services-list .service:nth-child(odd) {
    padding: 0 10px 0 0;
  }

  .page-template-template-rich .services-section .services-list .service:nth-child(even) {
    padding: 0 0 0 10px;
  }
}

@media only screen and (max-width: 420px) {
  .page-template-template-rich .services-section .services-list .service {
    margin-bottom: 15px;
    width: 100%;
  }

  .page-template-template-rich .services-section .services-list .service:nth-child(odd) {
    padding: 0;
  }

  .page-template-template-rich .services-section .services-list .service:nth-child(even) {
    padding: 0;
  }
}

.page-template-template-rich .clients-section {
  background-color: #1b2644;
  padding: 94px 0 35px;
  margin-top: 100px;
}

.page-template-template-rich .clients-section .slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page-template-template-rich .clients-section .image {
  display: table-cell;
  vertical-align: middle;
  height: 86px;
  padding: 0 40px;
}

@media only screen and (max-width: 960px) {
  .page-template-template-rich .clients-section {
    margin-top: 50px;
    padding: 50px 0 35px;
  }

  .page-template-template-rich .clients-section .image {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 630px) {
  .page-template-template-rich .clients-section .image {
    height: 50px;
    padding: 0 15px;
  }
}

.page-template-template-rich .clients-section .slick-dots button {
  background-color: #a7a7a7;
}

.page-template-template-rich .clients-section .slick-dots .slick-active button {
  background-color: #34477b;
}

.page-template-template-rich .flipper-holder {
  position: fixed;
  right: 41px;
  top: 220px;
}

@media only screen and (max-width: 1540px) {
  .page-template-template-rich .flipper-holder {
    right: 8px;
    top: 200px;
  }
}

@media only screen and (max-width: 1480px) {
  .page-template-template-rich .flipper-holder {
    top: auto;
    bottom: 50px;
  }
}

@media only screen and (max-width: 820px) {
  .page-template-template-rich .flipper-holder {
    bottom: 15px;
  }
}

.page-template-template-rich .flipper {
  position: relative;
  width: 149px;
  height: 141px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

@media only screen and (max-width: 820px) {
  .page-template-template-rich .flipper {
    width: 99px;
    height: 91px;
  }
}

.page-template-template-rich .flipper > * {
  background-image: url(./images/sticker.png?72c900d3c5d290f8ed3dd2e415ae50e0);
  background-position: center;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.page-template-template-rich .flipper .text {
  position: absolute;
  display: block;
  left: 18px;
  right: 18px;
  top: 39px;
  text-align: center;
  color: #222e50;
  font-size: 1.3rem;
  font-weight: 100;
  line-height: 1;
}

@media only screen and (max-width: 820px) {
  .page-template-template-rich .flipper {
    width: 99px;
    height: 91px;
  }

  .page-template-template-rich .flipper .text {
    left: 8px;
    right: 8px;
    top: 25px;
    font-size: 1rem;
  }
}

.page-template-template-rich .flipper .front {
  z-index: 2;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

.page-template-template-rich .flipper .back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.page-template-template-rich .flipper:hover {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.page-template-template-rich .content-info {
  margin-top: 0;
}

.page-template-template-testimonials .testimonials-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-template-template-testimonials .testimonials-grid-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding: 8.5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page-template-template-testimonials .testimonials-grid-item > div {
  background-color: #d4d4d4;
  color: #222e50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-shadow: 0 0 10px 0 transparent;
          box-shadow: 0 0 10px 0 transparent;
  -webkit-transition: -webkit-box-shadow 0.5s ease;
  transition: -webkit-box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease, -webkit-box-shadow 0.5s ease;
  height: 100%;
}

.page-template-template-testimonials .testimonials-grid-item > div:hover {
  -webkit-box-shadow: 10px 7px 33px -7px rgba(0, 0, 0, 0.72);
          box-shadow: 10px 7px 33px -7px rgba(0, 0, 0, 0.72);
}

.page-template-template-testimonials .testimonials-grid-item .image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.page-template-template-testimonials .testimonials-grid-item .image img {
  display: block;
}

.page-template-template-testimonials .testimonials-grid-item .text {
  padding: 26px 22px 0;
}

.page-template-template-testimonials .testimonials-grid-item .header {
  margin-bottom: 10px;
}

.page-template-template-testimonials .testimonials-grid-item .header .title {
  margin: 0;
  font-size: 1.2rem;
  font-weight: bold;
  color: #222e50;
}

.page-template-template-testimonials .testimonials-grid-item .header .subtitle {
  font-size: 1rem;
  margin: 0;
}

.page-template-template-testimonials .testimonials-grid-item .description {
  font-size: 0.98rem;
  line-height: 1.1;
}

@media only screen and (max-width: 1222px) {
  .page-template-template-testimonials .testimonials-grid-item .text {
    padding: 15px 10px;
  }
}

@media only screen and (max-width: 1100px) {
  .page-template-template-testimonials .testimonials-grid-item .image img {
    width: 120px;
  }
}

@media only screen and (max-width: 935px) {
  .page-template-template-testimonials .testimonials-grid-item > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .page-template-template-testimonials .testimonials-grid-item .image {
    text-align: center;
    padding-top: 15px;
  }

  .page-template-template-testimonials .testimonials-grid-item .image img {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 600px) {
  .page-template-template-testimonials .testimonials-grid-item {
    padding: 3px;
  }
}

@media only screen and (max-width: 420px) {
  .page-template-template-testimonials .testimonials-grid-item {
    padding: 6px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .page-template-template-testimonials .testimonials-grid-item {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
}

.page-template-template-contact .contact-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}

@media only screen and (max-width: 660px) {
  .page-template-template-contact .contact-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.page-template-template-contact .form-card {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #4c5f86;
  -webkit-box-shadow: 0 4px 48.28px 19.72px rgba(39, 37, 37, 0.25);
          box-shadow: 0 4px 48.28px 19.72px rgba(39, 37, 37, 0.25);
  margin-right: 48px;
  padding: 70px;
}

@media only screen and (max-width: 900px) {
  .page-template-template-contact .form-card {
    margin-right: 20px;
    padding: 70px 30px;
  }
}

@media only screen and (max-width: 660px) {
  .page-template-template-contact .form-card {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
    padding: 30px;
  }
}

.page-template-template-contact .form-card .control-label {
  background-color: #4c5f86;
  left: 0;
  right: 0;
}

.page-template-template-contact .form-card .is-focused .control-label {
  background-color: #4c5f86;
  left: 0;
}

.page-template-template-contact .form-card input[type="color"],
.page-template-template-contact .form-card input[type="date"],
.page-template-template-contact .form-card input[type="datetime"],
.page-template-template-contact .form-card input[type="datetime-local"],
.page-template-template-contact .form-card input[type="email"],
.page-template-template-contact .form-card input[type="month"],
.page-template-template-contact .form-card input[type="number"],
.page-template-template-contact .form-card input[type="password"],
.page-template-template-contact .form-card input[type="search"],
.page-template-template-contact .form-card input[type="tel"],
.page-template-template-contact .form-card input[type="text"],
.page-template-template-contact .form-card input[type="time"],
.page-template-template-contact .form-card input[type="url"],
.page-template-template-contact .form-card input[type="week"],
.page-template-template-contact .form-card input:not([type]),
.page-template-template-contact .form-card textarea,
.page-template-template-contact .form-card select {
  border: 0;
  border-bottom: 1px solid white;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

.page-template-template-contact .form-card .select-field .control-label {
  pointer-events: none;
}

.page-template-template-contact .form-card .select-field option {
  color: black;
}

.page-template-template-contact .form-card .select-field > div {
  position: relative;
}

.page-template-template-contact .form-card .select-field > div:after {
  content: "";
  background-color: #4c5f86;
  background-image: url(./images/arrow-down.png?550bbf2d847f948dfba82735102dfa39);
  width: 21px;
  height: 21px;
  display: block;
  position: absolute;
  right: 0;
  top: 6px;
  background-size: contain;
  z-index: 10;
  background-repeat: no-repeat;
  background-position: center;
}

.page-template-template-contact .form-card .submit-row {
  margin-top: 23px;
}

.page-template-template-contact .form-card .submit-row .button,
.page-template-template-contact .form-card .submit-row .tabs-actions .action,
.tabs-actions .page-template-template-contact .form-card .submit-row .action {
  padding: 0 40px;
}

.page-template-template-contact .content h3,
.page-template-template-contact body#tinymce h3,
.page-template-template-contact
.entry-content h3 {
  color: #3880c2;
  font-size: 2em;
  margin: 0 0 3px;
  line-height: 1;
}

.page-template-template-contact .content a,
.page-template-template-contact body#tinymce a,
.page-template-template-contact
.entry-content a {
  color: white;
}

.page-template-template-contact .content p + h3,
.page-template-template-contact body#tinymce p + h3,
.page-template-template-contact
.entry-content p + h3 {
  margin-top: 25px;
}

.page-template-template-gallery .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 380px) {
  .page-template-template-gallery .grid {
    margin-right: -5px;
    margin-left: -5px;
  }
}

@media only screen and (max-width: 340px) {
  .page-template-template-gallery .grid {
    margin-right: -3px;
    margin-left: -3px;
  }
}

.page-template-template-gallery .grid .grid-item {
  width: 25%;
  padding: 9px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 915px) {
  .page-template-template-gallery .grid .grid-item {
    width: 33.33%;
  }
}

@media only screen and (max-width: 660px) {
  .page-template-template-gallery .grid .grid-item {
    padding: 5px;
  }
}

@media only screen and (max-width: 540px) {
  .page-template-template-gallery .grid .grid-item {
    width: 50%;
  }
}

@media only screen and (max-width: 340px) {
  .page-template-template-gallery .grid .grid-item {
    padding: 3px;
  }
}

.page-template-template-gallery .grid .grid-item > a {
  display: block;
  overflow: hidden;
  position: relative;
}

.page-template-template-gallery .grid .grid-item img {
  display: block;
  width: 100%;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.page-template-template-gallery .grid .grid-item .title {
  background-color: #d4d4d4;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  text-align: center;
  padding: 5px 5px;
  color: #232f51;
  height: 60px;
  -webkit-transition: background-color 0.4s ease, color 0.5s ease;
  transition: background-color 0.4s ease, color 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 660px) {
  .page-template-template-gallery .grid .grid-item .title {
    font-size: 0.95rem;
    height: 50px;
    line-height: 1;
  }
}

@media only screen and (max-width: 380px) {
  .page-template-template-gallery .grid .grid-item .title {
    font-size: 0.80rem;
    height: 40px;
  }
}

.page-template-template-gallery .grid .grid-item > a:hover .title {
  background-color: #151e36;
  color: white;
}

.page-template-template-gallery .grid .grid-item > a:hover img {
  -webkit-transform: scale(1) translateY(-50px);
          transform: scale(1) translateY(-50px);
}

@media only screen and (max-width: 380px) {
  .page-template-template-gallery .grid .grid-item > a:hover img {
    -webkit-transform: scale(1) translateY(-40px);
            transform: scale(1) translateY(-40px);
  }
}

.page-template-template-events .calendar-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-bottom: 100px;
}

.page-template-template-events .featured-events {
  width: 30%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 21px;
  padding-top: 35px;
}

.page-template-template-events .featured-events .event .image {
  overflow: hidden;
}

.page-template-template-events .featured-events .event .image img {
  width: 100%;
  height: auto;
}

.page-template-template-events .featured-events .event header .title {
  font-size: 1.3rem;
  line-height: 1.1;
  margin-bottom: 5px;
}

.page-template-template-events .featured-events .event header .meta {
  font-size: 0.80rem;
  line-height: 1.3;
  margin: 0;
}

.page-template-template-events .featured-events .event header .meta > span + span {
  margin-right: 3px;
}

.page-template-template-events .featured-events .event header .meta > span + span:before {
  content: "|";
  margin-right: 3px;
}

.page-template-template-events .featured-events .event .content,
.page-template-template-events .featured-events .event body#tinymce,
.page-template-template-events .featured-events .event
.entry-content {
  font-size: 0.9rem;
  line-height: 1.2;
  margin: 7px 0;
}

.page-template-template-events .featured-events .event + .event {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #334477;
}

@media only screen and (max-width: 880px) {
  .page-template-template-events .calendar-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .page-template-template-events .featured-events {
    width: 100%;
    padding-top: 0;
    margin-top: 50px;
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .page-template-template-events .featured-events .event {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

  .page-template-template-events .featured-events .event + .event {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
    margin-left: 20px;
  }
}

@media only screen and (max-width: 570px) {
  .page-template-template-events .featured-events {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .page-template-template-events .featured-events .event {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .page-template-template-events .featured-events .event + .event {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #334477;
    margin-left: 0;
  }
}

.page-template-template-team .wrap {
  padding-bottom: 100px;
}

.page-template-template-team .team-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 -10px;
}

.page-template-template-team .team-grid .lecturer-item {
  width: 25%;
  padding: 16.5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: auto;
}

.page-template-template-team .team-grid .lecturer-item .name > span {
  padding: 0 5px;
  font-size: 0.9rem;
  display: block;
}

.page-template-template-team .team-grid .lecturer-item .name > span.p-name {
  margin-bottom: 5px;
}

.page-template-template-team .team-grid .lecturer-item .item-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
}

.page-template-template-team .team-grid .lecturer-item .item-holder .image {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.page-template-template-team .team-grid .lecturer-item .item-holder .name {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: static;
  min-height: 58px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-template-template-team .team-grid .lecturer-item > .item-holder {
  position: relative;
  cursor: pointer;
}

.page-template-template-team .team-grid .lecturer-item > .item-holder:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  pointer-events: none;
  z-index: 60;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.3s ease;
  transition: transform 0.5s ease, opacity 0.3s ease, -webkit-transform 0.5s ease;
}

.page-template-template-team .team-grid .lecturer-item.is-active > .item-holder:after {
  opacity: 1;
}

@media only screen and (max-width: 980px) {
  .page-template-template-team .team-grid {
    margin: 0 -10px;
  }

  .page-template-template-team .team-grid .lecturer-item {
    padding: 10px;
    width: 33.33%;
  }
}

@media only screen and (max-width: 710px) {
  .page-template-template-team .team-grid {
    margin: 0 -5px;
  }

  .page-template-template-team .team-grid .lecturer-item {
    padding: 5px;
  }
}

@media only screen and (max-width: 640px) {
  .page-template-template-team .team-grid {
    margin: 0;
  }

  .page-template-template-team .team-grid .lecturer-item {
    width: 50%;
    padding: 10px;
  }
}

@media only screen and (max-width: 400px) {
  .page-template-template-team .team-grid {
    margin: 0;
  }

  .page-template-template-team .team-grid .lecturer-item {
    padding: 5px;
  }
}

@media only screen and (max-width: 360px) {
  .page-template-template-team .team-grid .lecturer-item {
    width: 100%;
    padding: 5px 20px;
  }
}

.page-template-template-team .lecturer-popup {
  position: absolute;
  z-index: 50;
  top: 0;
  padding-top: 16.5px;
  margin-bottom: 50px;
  opacity: 1;
}

.page-template-template-team .lecturer-popup ::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  border-radius: 100px;
}

.page-template-template-team .lecturer-popup ::-webkit-scrollbar-thumb {
  background: #3b86cc;
  overflow: hidden;
}

.page-template-template-team .lecturer-popup ::-webkit-scrollbar-track {
  background: white;
  border-radius: 20px;
}

.page-template-template-team .lecturer-popup.fade-enter-active,
.page-template-template-team .lecturer-popup.fade-leave-active {
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.3s ease;
  transition: transform 0.5s ease, opacity 0.3s ease, -webkit-transform 0.5s ease;
}

.page-template-template-team .lecturer-popup.fade-enter,
.page-template-template-team .lecturer-popup.fade-leave-to {
  opacity: 0;
}

.page-template-template-team .lecturer-popup > div {
  background-color: rgba(33, 39, 52, 0.98);
  padding: 22px 11px;
  width: 510px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.page-template-template-team .lecturer-popup .scroll-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 22px 11px;
  max-height: 570px;
  width: 100%;
}

.page-template-template-team .lecturer-popup .title {
  color: #3386ba;
  font-size: 2.7em;
  margin-bottom: 35px;
  line-height: 1;
}

.page-template-template-team .lecturer-popup .close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  cursor: pointer;
  top: -50px;
  display: none;
}

@media only screen and (max-width: 500px) {
  .page-template-template-team .lecturer-popup .close {
    width: 30px;
    height: 30px;
    top: 8px;
    right: 20px;
  }
}

.page-template-template-team .lecturer-popup .close:after,
.page-template-template-team .lecturer-popup .close:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  background-color: white;
  -webkit-transform: rotate(-45deg) translate(0);
          transform: rotate(-45deg) translate(0);
}

.page-template-template-team .lecturer-popup .close:after {
  -webkit-transform: rotate(45deg) translate(0);
          transform: rotate(45deg) translate(0);
}

.page-template-template-team .lecturer-item:nth-child(4n) .lecturer-popup,
.page-template-template-team .lecturer-item:nth-child(4n - 1) .lecturer-popup {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  right: 100%;
}

.page-template-template-team .lecturer-item:nth-child(4n) .lecturer-popup > div,
.page-template-template-team .lecturer-item:nth-child(4n - 1) .lecturer-popup > div {
  -webkit-box-shadow: -10px 0 63.25px 5px rgba(39, 37, 37, 0.8);
          box-shadow: -10px 0 63.25px 5px rgba(39, 37, 37, 0.8);
}

.page-template-template-team .lecturer-item:nth-child(4n) .lecturer-popup.fade-enter,
.page-template-template-team .lecturer-item:nth-child(4n) .lecturer-popup.fade-leave-to,
.page-template-template-team .lecturer-item:nth-child(4n - 1) .lecturer-popup.fade-enter,
.page-template-template-team .lecturer-item:nth-child(4n - 1) .lecturer-popup.fade-leave-to {
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}

.page-template-template-team .lecturer-item:nth-child(4n) > .item-holder:after,
.page-template-template-team .lecturer-item:nth-child(4n - 1) > .item-holder:after {
  left: 0;
  -webkit-transform: translate(-60px, -50%);
          transform: translate(-60px, -50%);
  height: 0;
  width: 0;
  border-bottom: 15px solid transparent;
  border-left: 15px solid rgba(33, 39, 52, 0.98);
  border-top: 15px solid transparent;
}

.page-template-template-team .lecturer-item:nth-child(4n).is-active > .item-holder:after,
.page-template-template-team .lecturer-item:nth-child(4n - 1).is-active > .item-holder:after {
  -webkit-transform: translate(-27px, -50%);
          transform: translate(-27px, -50%);
}

.page-template-template-team .lecturer-item:nth-child(4n + 2) .lecturer-popup,
.page-template-template-team .lecturer-item:nth-child(4n + 1) .lecturer-popup {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  left: 100%;
}

.page-template-template-team .lecturer-item:nth-child(4n + 2) .lecturer-popup > div,
.page-template-template-team .lecturer-item:nth-child(4n + 1) .lecturer-popup > div {
  -webkit-box-shadow: 10px 0 63.25px 5px rgba(39, 37, 37, 0.8);
          box-shadow: 10px 0 63.25px 5px rgba(39, 37, 37, 0.8);
}

.page-template-template-team .lecturer-item:nth-child(4n + 2) .lecturer-popup.fade-enter,
.page-template-template-team .lecturer-item:nth-child(4n + 2) .lecturer-popup.fade-leave-to,
.page-template-template-team .lecturer-item:nth-child(4n + 1) .lecturer-popup.fade-enter,
.page-template-template-team .lecturer-item:nth-child(4n + 1) .lecturer-popup.fade-leave-to {
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}

.page-template-template-team .lecturer-item:nth-child(4n + 2) > .item-holder:after,
.page-template-template-team .lecturer-item:nth-child(4n + 1) > .item-holder:after {
  right: 0;
  -webkit-transform: translate(60px, -50%);
          transform: translate(60px, -50%);
  height: 0;
  width: 0;
  border-bottom: 15px solid transparent;
  border-right: 15px solid rgba(33, 39, 52, 0.98);
  border-top: 15px solid transparent;
}

.page-template-template-team .lecturer-item:nth-child(4n + 2).is-active > .item-holder:after,
.page-template-template-team .lecturer-item:nth-child(4n + 1).is-active > .item-holder:after {
  -webkit-transform: translate(27px, -50%);
          transform: translate(27px, -50%);
}

@media only screen and (max-width: 1200px) {
  .page-template-template-team .lecturer-popup > div {
    padding: 11px 6px;
    width: 450px;
  }

  .page-template-template-team .lecturer-popup .title {
    font-size: 2.3em;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 980px) {
  .page-template-template-team .wrap {
    padding-bottom: 30px;
  }

  .page-template-template-team .lecturer-item > .item-holder:after {
    display: none !important;
  }

  .page-template-template-team .lecturer-item .lecturer-popup {
    position: fixed;
    z-index: 1500;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    left: 0 !important;
    padding-top: 0;
    margin-bottom: 0;
    -webkit-transform: translate(0, 0) !important;
            transform: translate(0, 0) !important;
    background-color: rgba(0, 0, 0, 0.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .page-template-template-team .lecturer-item .lecturer-popup .close {
    display: block;
  }

  .page-template-template-team .lecturer-item .lecturer-popup.fade-enter,
  .page-template-template-team .lecturer-item .lecturer-popup.fade-leave-to {
    opacity: 0;
  }

  .page-template-template-team .lecturer-item .lecturer-popup > div {
    margin: auto;
    padding: 22px 11px;
    max-width: 510px;
    width: 100%;
  }

  .page-template-template-team .lecturer-item .lecturer-popup .scroll-container {
    padding: 22px 11px;
    max-height: 500px;
  }
}

.error404 .page-header {
  margin-bottom: 100px;
}

.error404 .page-header p {
  color: #00a5f7;
  font-size: 2em;
}

.error404 .page-header p a {
  text-decoration: underline;
  color: #00a5f7;
}

@media print {
  body {
    background-color: white;
  }

  body .banner .site-main-nav {
    display: none !important;
  }

  body .banner .top {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  body .banner .site-brand {
    margin: 0;
    padding: 0;
  }

  body .banner .bottom {
    display: none;
  }

  body .page-header {
    margin-top: 30px;
  }

  body .page-header > div {
    padding-bottom: 0;
  }

  body .page-header > div:after {
    display: none;
  }

  body .page-header .actions,
  body .page-header .image {
    display: none;
  }

  body .page-header .container {
    position: static;
    -webkit-transform: none;
            transform: none;
  }

  body .page-header h1 {
    color: black;
  }

  body .sidebar {
    display: none;
  }

  body .content,
  body body#tinymce,
  body
  .entry-content,
  body body#tinymce,
  body .entry-content,
  body .content h1,
  body body#tinymce h1,
  body
  .entry-content h1,
  body body#tinymce h1,
  body .entry-content h1,
  body .content h2,
  body body#tinymce h2,
  body
  .entry-content h2,
  body body#tinymce h2,
  body .entry-content h2,
  body .content h3,
  body body#tinymce h3,
  body
  .entry-content h3,
  body body#tinymce h3,
  body .entry-content h3,
  body .content h4,
  body body#tinymce h4,
  body
  .entry-content h4,
  body body#tinymce h4,
  body .entry-content h4,
  body .content h5,
  body body#tinymce h5,
  body
  .entry-content h5,
  body body#tinymce h5,
  body .entry-content h5,
  body .content h6,
  body body#tinymce h6,
  body
  .entry-content h6,
  body body#tinymce h6,
  body .entry-content h6 {
    color: black;
  }
}

