/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@font-face {
  font-family: "icomoon";
  src: url(../fonts/icomoon.eot);
  src: url(../fonts/icomoon.eot#iefix) format("embedded-opentype"), url(../fonts/icomoon.ttf) format("truetype"), url(../fonts/icomoon.woff) format("woff"), url(../fonts/icomoon.svg#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^=icon-],[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-email:before {
  content: "";
}

.icon-chevron-bottom:before {
  content: "";
}

.icon-warning:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-youtube:before {
  content: "";
}

.icon-chevron-right:before {
  content: "";
}

.icon-chevron-left:before {
  content: "";
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[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 rgba(0, 0, 0, 0);
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: slick;
  src: url(../fonts/slick.eot);
  src: url(../fonts/slick.eot?#iefix) format("embedded-opentype"), url(../fonts/slick.woff) format("woff"), url(../fonts/slick.ttf) format("truetype"), url(../fonts/slick.svg#slick) format("svg");
  font-weight: 400;
  font-style: normal;
}

.slick-loading .slick-list {
  background: #ffffff url(../images/ajax-loader.gif) center center no-repeat;
}

.slick-next,.slick-prev {
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: 0 0;
  color: rgba(0, 0, 0, 0);
  border: none;
  transform: translate(0, -50%);
}

.slick-next:focus .slick-next-icon,.slick-next:focus .slick-prev-icon,.slick-next:hover .slick-next-icon,.slick-next:hover .slick-prev-icon,.slick-prev:focus .slick-next-icon,.slick-prev:focus .slick-prev-icon,.slick-prev:hover .slick-next-icon,.slick-prev:hover .slick-prev-icon {
  opacity: 1;
}

.slick-next:focus .slick-next-icon,.slick-next:focus .slick-prev-icon,.slick-prev:focus .slick-next-icon,.slick-prev:focus .slick-prev-icon {
  color: orange;
  font-size: 28px;
  margin-left: -2px;
}

.slick-next.slick-disabled,.slick-prev.slick-disabled {
  cursor: default;
}

.slick-next.slick-disabled .slick-next-icon,.slick-next.slick-disabled .slick-prev-icon,.slick-prev.slick-disabled .slick-next-icon,.slick-prev.slick-disabled .slick-prev-icon {
  opacity: .25;
}

.slick-next .slick-next-icon,.slick-next .slick-prev-icon,.slick-prev .slick-next-icon,.slick-prev .slick-prev-icon {
  display: block;
  color: #000000;
  opacity: .75;
  font-family: slick;
  font-size: 24px;
  line-height: 1;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev .slick-prev-icon:before {
  content: "←";
}

[dir=rtl] .slick-prev .slick-prev-icon:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next .slick-next-icon:before {
  content: "→";
}

[dir=rtl] .slick-next .slick-next-icon:before {
  content: "←";
}

.slick-slider {
  margin-bottom: 30px;
}

.slick-slider.slick-dotted {
  margin-bottom: 60px;
}

.slick-dots {
  position: absolute;
  bottom: -30px;
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}

.slick-dots li button {
  display: block;
  height: 20px;
  width: 20px;
  margin-top: -4px;
  margin-left: -4px;
  line-height: 0;
  font-size: 0;
  color: rgba(0, 0, 0, 0);
  border: 0;
  background: 0 0;
  cursor: pointer;
}

.slick-dots li button:focus .slick-dot-icon,.slick-dots li button:hover .slick-dot-icon {
  opacity: 1;
}

.slick-dots li button:focus .slick-dot-icon:before {
  color: orange;
}

.slick-dots li button .slick-dot-icon {
  color: #000000;
  opacity: .25;
}

.slick-dots li button .slick-dot-icon:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  font-family: slick;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  transition: all .05s linear;
}

.slick-dots li.slick-active button:focus .slick-dot-icon {
  color: orange;
  opacity: 1;
}

.slick-dots li.slick-active button .slick-dot-icon {
  color: #000000;
  opacity: 1;
}

.slick-dots li.slick-active button .slick-dot-icon:before {
  margin-top: -3px;
  margin-left: -2px;
  font-size: 18px;
}

.slick-sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.slick-autoplay-toggle-button {
  position: absolute;
  left: 5px;
  bottom: -32px;
  z-index: 10;
  opacity: .75;
  background: 0 0;
  border: 0;
  cursor: pointer;
  color: #000000;
}

.slick-autoplay-toggle-button:focus,.slick-autoplay-toggle-button:hover {
  opacity: 1;
}

.slick-autoplay-toggle-button:focus {
  color: orange;
}

.slick-autoplay-toggle-button .slick-pause-icon:before {
  content: "⏸";
  width: 20px;
  height: 20px;
  font-family: slick;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}

.slick-autoplay-toggle-button .slick-play-icon:before {
  content: "▶";
  width: 20px;
  height: 20px;
  font-family: slick;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}

html {
  box-sizing: border-box;
}

*,*:before,*:after {
  box-sizing: inherit;
}

.accessibility {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.accessibility:focus {
  position: static;
  width: auto;
  height: auto;
}

.hidden {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.connect-tabset,.footer-nav,.social-networks,.drop ul,.main-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

button,[type=button],[type=reset],[type=submit],.btn,.resetButton {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  padding: 0;
  background: none;
  cursor: pointer;
}

body {
  color: #4b4b4b;
  background-color: #ffffff;
  font-family: "objektiv-mk2", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 400;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  transition: color .35s cubic-bezier(.3, .86, .36, .95);
  color: #f8af00;
  text-decoration: underline;
}

a:hover {
  color: #010067;
  text-decoration: none;
}

ul,ol,dl,p {
  margin: 0 0 .5em;
}

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,.h {
  font-family: "objektiv-mk2", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 700;
  margin: 0 0 .5em;
  color: #010067;
}

h1,.h1 {
  font-size: 1.875rem;
  line-height: 1;
  color: #ffffff;
}

h2,.h2 {
  font-size: 2rem;
  line-height: 1.15;
  font-weight: 700;
}

h3,.h3 {
  font-size: 1.75rem;
  line-height: .85;
}

h4,.h4 {
  font-size: 1.75rem;
}

h5,.h5 {
  font-size: 1.5625rem;
}

h6,.h6 {
  font-size: 1.125rem;
}

.display-1 {
  font-size: 1.875rem;
  line-height: 1.2;
  font-weight: 700;
  text-transform: none;
}

form,fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type=text],input[type=email],input[type=tel],input[type=search],input[type=password],input[type=url],input[type=date],input[type=datetime],input[type=datetime-local],input[type=time],input[type=week],input[type=month],input[type=number],input[type=color],input:not([type]),textarea {
  transition: border-color .35s cubic-bezier(.3, .86, .36, .95);
  border: 0 solid #ffffff;
  font-size: 1.125rem;
  line-height: 1;
  background-color: #ffffff;
  width: 100%;
  min-width: 0;
  height: 4.875rem;
  padding: .3125rem .9375rem;
  border-radius: 0;
  -webkit-appearance: none;
}

input[type=text]::-ms-clear,input[type=email]::-ms-clear,input[type=tel]::-ms-clear,input[type=search]::-ms-clear,input[type=password]::-ms-clear,input[type=url]::-ms-clear,input[type=date]::-ms-clear,input[type=datetime]::-ms-clear,input[type=datetime-local]::-ms-clear,input[type=time]::-ms-clear,input[type=week]::-ms-clear,input[type=month]::-ms-clear,input[type=number]::-ms-clear,input[type=color]::-ms-clear,input:not([type])::-ms-clear,textarea::-ms-clear {
  display: none;
}

input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=week]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=color]::-moz-placeholder, input:not([type])::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
}

input[type=text]::placeholder,input[type=email]::placeholder,input[type=tel]::placeholder,input[type=search]::placeholder,input[type=password]::placeholder,input[type=url]::placeholder,input[type=date]::placeholder,input[type=datetime]::placeholder,input[type=datetime-local]::placeholder,input[type=time]::placeholder,input[type=week]::placeholder,input[type=month]::placeholder,input[type=number]::placeholder,input[type=color]::placeholder,input:not([type])::placeholder,textarea::placeholder {
  opacity: 1;
}

input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.resize-active *,.resize-active *:before,.resize-active *:after {
  transition: none !important;
}

.header {
  transition: background-color .35s cubic-bezier(.3, .86, .36, .95), margin .35s cubic-bezier(.3, .86, .36, .95);
  z-index: 100;
  width: auto !important;
  position: fixed;
  left: 0 !important;
  right: 0 !important;
  top: 0;
}

.header.fixed-position {
  background-color: #010067;
}

.header .logo {
  transition: width .35s cubic-bezier(.3, .86, .36, .95);
  position: relative;
  z-index: 2;
  width: 11.25rem;
  flex-shrink: 0;
  margin-right: auto;
}

.logo {
  display: block;
}

.logo a {
  display: block;
}

.logo img {
  width: 100%;
}

.header-holder {
  transition: padding .35s cubic-bezier(.3, .86, .36, .95);
  display: flex;
  align-items: center;
  padding: .625rem .3125rem .625rem 1.5625rem;
}

.drop-holder {
  margin: 0 1.125rem 0 0;
}

.main-nav {
  width: 100%;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 1.3125rem;
  text-align: right;
}

.main-nav>li {
  position: relative;
}

.main-nav>li>a {
  position: relative;
  z-index: 10;
  color: inherit;
  display: block;
  text-transform: uppercase;
  font-size: 1.125rem;
  padding: .5625rem 0;
  font-weight: 700;
}

.main-nav>li>a:hover {
  color: #f8af00;
}

.main-nav>li.active>a {
  color: #f8af00;
}

.main-nav a {
  text-decoration: none;
  display: block;
}

.second-level-nav>li.active>a,.second-level-nav>li.hover-js>a,.second-level-nav>li.hover-tab>a {
  color: #f8af00;
}

.drop {
  padding: .6875rem .1875rem .375rem .4375rem;
  font-family: "objektiv-mk2", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: .75rem;
}

.drop a {
  transition: background .35s cubic-bezier(.3, .86, .36, .95);
  position: relative;
  color: inherit;
}

.drop ul {
  color: #ffffff;
}

.drop ul>li {
  position: relative;
}

.drop ul li {
  margin: 0 0 .6875rem;
}

.drop ul li:last-child {
  margin-bottom: 0;
}

.drop .drop {
  padding: 1.5rem 0 .1875rem 1.0625rem;
}

.drop .third-level-nav li.active a {
  color: #ffffff;
}

.drop .third-level-nav a {
  color: #f8af00;
}

.main-nav-drop {
  transition: transform .35s cubic-bezier(.3, .86, .36, .95), opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
  padding: 4.9375rem 3.6875rem 2.875rem .9375rem;
  top: 0;
  right: -1.5625rem;
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: calc(var(--vh)*100);
  max-width: 30rem;
}

.main-nav-drop .nav-opener {
  position: absolute;
  top: .4375rem;
  right: .9375rem;
  margin: 0;
}

.main-nav-drop .nav-opener span {
  display: none;
}

.main-nav-drop .nav-opener::after,.main-nav-drop .nav-opener::before {
  width: 100%;
}

.main-nav-drop .nav-opener::before {
  transform: rotate(-45deg);
  top: 1.125rem;
  left: .375rem;
}

.main-nav-drop .nav-opener::after {
  transform: rotate(45deg);
  top: 1.125rem;
  left: .375rem;
}

.main-nav-drop .social-networks {
  display: block;
  text-align: center;
}

.main-nav-drop .social-networks li {
  padding: 0;
  margin-bottom: .75rem;
}

.main-nav-drop .social-networks a {
  color: #ffffff;
}

.main-nav-inner {
  display: flex;
  flex-direction: column;
}

.main-nav-inner .btn {
  align-self: end;
  min-width: 11.6875rem;
}

.nav-opener {
  transition: background .35s cubic-bezier(.3, .86, .36, .95), margin .35s cubic-bezier(.3, .86, .36, .95);
  display: inline-block;
  width: 2.0625rem;
  height: 1.625rem;
  text-indent: -9999px;
  position: relative;
  z-index: 1;
  margin: .625rem 0 0;
}

.nav-opener:after,.nav-opener:before,.nav-opener span {
  transition: opacity .3s ease-in-out, transform .3s ease-in-out;
  content: "";
  position: absolute;
  height: .1875rem;
  left: 0;
  right: 0;
  background: #f8af00;
}

.nav-opener:after {
  top: 0;
}

.nav-opener span {
  top: .5625rem;
}

.nav-opener:before {
  top: 1.125rem;
  left: .375rem;
}

.nav-opener:hover:after,.nav-opener:hover:before,.nav-opener:hover span {
  opacity: .8;
}

.js-acc-hidden {
  visibility: hidden;
}

.alert-holder {
  overflow: hidden;
}

.alert-holder.clone-alert-holder {
  opacity: 0;
}

.alert-bar {
  transition: max-height .3s ease-in-out;
  background: #010067;
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 2.375rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.4px;
  max-height: 0;
}

.alert-bar .btn {
  border-radius: 0;
  padding: 0;
  font-size: .75rem;
  min-width: 0;
  padding: .5625rem .75rem;
}

.alert-bar .btn:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #010067;
}

.page-loaded .alert-bar {
  max-height: 200px;
  transition-delay: 1s;
}

.alert-bar .alert-close {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  padding: .625rem;
  position: absolute;
  right: .4375rem;
  top: .9375rem;
}

.alert-bar .alert-close:after,.alert-bar .alert-close:before {
  content: "";
  width: .1875rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #ffffff;
  transform: translate(-50%, -50%) rotate(45deg);
}

.alert-bar .alert-close:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.alert-bar .text {
  text-align: center;
  padding: 2.75rem 0 1.375rem;
}

.alert-bar .text-wrap {
  letter-spacing: 0;
}

.alert-bar .icon-warning {
  position: absolute;
  left: .625rem;
  top: .75rem;
  font-size: 1.625rem;
  width: 10px;
  height: 10px;
}

.alert-bar-close .alert-bar {
  max-height: 0;
  transition-delay: 0s;
}

.search-opener {
  transition: color .35s cubic-bezier(.3, .86, .36, .95), background .35s cubic-bezier(.3, .86, .36, .95), height .35s cubic-bezier(.3, .86, .36, .95);
  color: #ffffff;
  background: #f8af00;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  font-size: 1rem;
  padding: .3125rem;
  width: 2.5rem;
  height: 2.875rem;
  margin-bottom: 1.375rem;
}

.search-opener:before,.search-opener:after {
  transition: background-color .35s cubic-bezier(.3, .86, .36, .95), opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 1.5rem;
  height: .1875rem;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  width: .1875rem;
  height: 2.0625rem;
}

.search-opener:hover {
  text-decoration: none;
  background: #010067;
  color: #ffffff;
}

.search-form {
  position: relative;
  z-index: 11;
}

.search-form .search-opener {
  transition: color .35s cubic-bezier(.3, .86, .36, .95), background .35s cubic-bezier(.3, .86, .36, .95), height .35s cubic-bezier(.3, .86, .36, .95);
  color: #ffffff;
  background: #f8af00;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  font-size: 1rem;
  padding: .3125rem;
  width: 2.75rem;
  height: 2.75rem;
}

.search-form .input-holder {
  position: relative;
  width: 100%;
  max-width: 31.375rem;
  margin-left: auto;
  margin-right: auto;
}

.search-form .btn-search {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95);
  background: rgba(0, 0, 0, 0);
  color: #ffffff;
  font-size: 1.25rem;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  padding: .1875rem .125rem .5625rem .125rem;
}

.search-form .btn-search:hover {
  opacity: .8;
}

.search-form .search-drop {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
  margin: 0;
  background: rgba(1, 0, 103, .9);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  opacity: 0;
  padding: 7.625rem 1.9375rem 7.625rem 2.6875rem;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.search-active .search-form .search-drop {
  opacity: 1;
  visibility: visible;
}

.search-form .search-drop .search-opener {
  position: absolute;
  right: 0;
  top: 0;
  width: 2.5rem;
  height: 3.375rem;
  display: none;
  background-color: rgba(0, 0, 0, 0);
}

.search-form .search-drop .search-opener::before,.search-form .search-drop .search-opener::after {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #f8af00;
}

.search-form .search-drop .search-opener::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.search-active .search-form .search-drop .search-opener {
  display: block;
}

.search-form .search-drop .search-opener .icon-search {
  opacity: 0;
  visibility: hidden;
}

.search-form input[type=search],.search-form input[type=text] {
  width: 100%;
  color: #ffffff;
  background: rgba(0, 0, 0, 0);
  padding: .3125rem 1.875rem .3125rem 0;
  height: 2.125rem;
  font-size: 1rem;
  border: 0;
  border-bottom: 4px solid #ffffff;
}

.search-form input[type=search]::-moz-placeholder, .search-form input[type=text]::-moz-placeholder {
  color: #ffffff;
}

.search-form input[type=search]::placeholder,.search-form input[type=text]::placeholder {
  color: #ffffff;
}

.search-form input[type=search]:focus,.search-form input[type=text]:focus {
  outline-offset: 4px;
}

.social-networks {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.125rem;
  margin: 0 -0.4375rem;
}

.social-networks li {
  padding: 0 .4375rem;
}

.social-networks a {
  display: block;
  color: #010067;
  text-decoration: none;
}

.social-networks a:hover {
  text-decoration: none;
  color: #f8af00;
}

.social-networks .icon-facebook {
  font-size: 1.4375rem;
}

.social-networks .icon-twitter {
  font-size: 1.25rem;
}

.social-networks .icon-youtube {
  font-size: .9375rem;
}

.social-networks .icon-instagram {
  font-size: 1.3125rem;
}

.container {
  max-width: 78.75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 35px;
  padding-right: 35px;
  width: 100%;
}

.wrapper {
  transition: margin .35s cubic-bezier(.3, .86, .36, .95);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: calc(1vh*100);
  min-height: calc(var(--vh, 1vh)*100);
  left: 0;
}

.wrapper-inner {
  min-height: 100vh;
  min-height: calc(1vh*100);
  min-height: calc(var(--vh, 1vh)*100);
  display: grid;
  grid-template-rows: auto 1fr auto;
  -ms-grid-template-columns: minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr);
}

.wrapper-inner .header {
  grid-row: 1;
}

.wrapper-inner .main {
  grid-row: 2;
}

.wrapper-inner .footer {
  grid-row: 3;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.footer {
  color: #ffffff;
  position: relative;
}

.footer .container {
  max-width: 74rem;
}

.footer .logo {
  width: 100%;
  max-width: 15.375rem;
  margin: 0 auto 2.625rem;
}

.footer-top {
  position: relative;
  text-align: center;
  padding: 1.875rem 0 1.625rem;
}

.footer-top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f8af00;
  width: 11rem;
  height: .6875rem;
}

.footer-top .container {
  position: relative;
}

.footer-top .left-holder {
  position: relative;
  z-index: 2;
}

.footer-top .map-holder {
  margin-bottom: 1rem;
}

.footer-top .map-holder .js-map-pin circle {
  transition: fill .35s cubic-bezier(.3, .86, .36, .95);
}

.footer-top .map-holder .js-map-pin.pin-active circle {
  fill: #f8af00;
}

.footer-top .map-holder svg {
  width: 100%;
  height: auto;
}

.address-item {
  color: #010067;
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 1.625rem;
}

.address-item h3 {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.166;
  margin-bottom: .125rem;
}

.address-item .map-toggler {
  transition: color .35s cubic-bezier(.3, .86, .36, .95);
  text-align: center;
  cursor: pointer;
  color: currentColor;
  font-weight: 700;
  font-size: inherit;
  line-height: inherit;
}

.address-item .map-toggler.active {
  color: #f8af00;
}

.address-item address {
  font-style: normal;
}

.address-item a {
  color: currentColor;
  text-decoration: none;
}

.address-item a:hover {
  text-decoration: underline;
}

.back-to-top {
  transition: background-color .35s cubic-bezier(.3, .86, .36, .95), color .35s cubic-bezier(.3, .86, .36, .95);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 2.5rem;
  font-size: 1.5rem;
  color: #ffffff;
  background-color: #f8af00;
  display: flex;
  align-items: center;
  justify-content: center;
}

.back-to-top span {
  transform: rotate(-180deg);
  display: block;
}

.back-to-top:hover {
  background-color: #ffffff;
  color: #010067;
}

.footer-bottom {
  padding: 1.3125rem 0 .625rem;
  background-color: #010067;
  position: relative;
}

.footer-bottom .container {
  max-width: 89.1875rem;
}

.footer-bottom .holder {
  padding: 0 .6875rem 0 0;
}

.footer-bottom .social-networks {
  margin: 0 -0.5625rem 1.0625rem -0.9375rem;
}

.footer-bottom .social-networks li {
  padding: 0 .5625rem;
}

.footer-bottom .social-networks a {
  color: #ffffff;
}

.footer-bottom .social-networks a:hover {
  color: #f8af00;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  font-size: .6875rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 -0.625rem;
}

.footer-nav li {
  padding: 0 .625rem;
  margin-bottom: .75rem;
}

.footer-nav a {
  color: currentColor;
  text-decoration: none;
}

.footer-nav a:hover {
  text-decoration: none;
  color: #f8af00;
}

.btn {
  transition: background-color .35s cubic-bezier(.3, .86, .36, .95), color .35s cubic-bezier(.3, .86, .36, .95), border-color .35s cubic-bezier(.3, .86, .36, .95);
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
  background-color: #f8af00;
  border: .125rem solid #f8af00;
  padding: .8125rem 1.125rem;
  font-size: .8125rem;
  line-height: 1;
  font-weight: 700;
  font-family: "objektiv-mk2", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  min-width: 10.8125rem;
}

.btn:hover {
  text-decoration: none;
  background-color: #010067;
  color: #ffffff;
  border-color: #010067;
}

.btn {
  text-transform: uppercase;
  border-radius: 2.4em;
}

.btn.btn-no-rounded {
  border-radius: 0;
}

.btn.btn-primary {
  background-color: #010067;
  border-color: #010067;
}

.btn.btn-primary:hover {
  border-color: #f8af00;
  background-color: #f8af00;
}

.btn.btn-sm {
  font-size: .75rem;
}

.btn.btn-outlined {
  background-color: rgba(0, 0, 0, 0);
  color: #f8af00;
}

.btn.btn-outlined:hover {
  background-color: #f8af00;
  border-color: #f8af00;
  color: #ffffff;
}

.btn.btn-white-outlined {
  background-color: rgba(0, 0, 0, 0);
  color: #ffffff;
  border-color: #ffffff;
}

.btn.btn-white-outlined:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #010067;
}

.btn.btn-lg {
  font-size: 1rem;
  padding: 1.5625rem 1.25rem;
}

.intro-section-wrap {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.intro-section-wrap::after {
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
  width: 8.4375rem;
  height: .6875rem;
  background-color: #f8af00;
  z-index: 2;
}

.intro-section-wrap .intro-slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.intro-section-wrap>.container {
  position: relative;
  z-index: 2;
}

.intro-section-wrap .intro-inner {
  position: relative;
  display: flex;
  align-items: center;
  color: #ffffff;
  padding: 4.5rem 0 1.5625rem;
  min-height: 19.875rem;
}

.intro-section-wrap .intro-inner.intro-slider {
  display: block;
}

.intro-section-wrap .intro-inner.intro-slider:after {
  display: none;
}

.intro-section-wrap .intro-heading {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95), transform .35s cubic-bezier(.3, .86, .36, .95);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition-delay: .8s;
  transition-duration: .6s;
}

.page-loaded .intro-section-wrap .intro-heading {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.intro-section-wrap .display-1 {
  color: currentColor;
  margin: 0 0 .9375rem;
}

.intro-section {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.intro-section::after {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(to bottom, rgb(4, 4, 65) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: .82;
}

.intro-section--single {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.intro-slider {
  margin-bottom: 0 !important;
}

.intro-slider .slick-track,.intro-slider .slick-list {
  height: 100%;
}

.intro-slider .slick-autoplay-toggle-button {
  opacity: 0;
  visibility: hidden;
}

.intro-slider img {
  width: 131%;
  height: 100%;
  max-width: none;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg-video-holder {
  overflow: hidden;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
}

.bg-video-holder.video-active .video-poster {
  opacity: 0;
  visibility: hidden;
}

.bg-video-holder .video-poster {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.bg-video-holder .bg-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .3s ease;
  pointer-events: none;
}

.video-active .bg-video {
  opacity: 1;
}

.subscribe-open-close {
  transition: margin .3s ease-in-out, transform .3s ease-in-out .5s, opacity .3s ease-in-out .5s, visibility .3s ease-in-out .5s;
  position: fixed;
  z-index: 101;
  bottom: 0;
  right: 0;
  color: #ffffff;
  background-color: #010067;
  transform: translateY(150%);
  opacity: 0;
  visibility: hidden;
  padding: 4.5625rem 2.1875rem 2.3125rem;
  border-top-left-radius: 3.125rem;
}

.subscribe-open-close::after {
  content: "";
  right: 0;
  top: 0;
  position: absolute;
  height: .8125rem;
  background-color: #f8af00;
  width: 9.375rem;
}

.subscribe-open-close.subscribe-open {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.subscribe-open-close .popup-heading {
  margin: 0 0 .875rem;
}

.subscribe-open-close h2 {
  color: #ffffff;
  font-size: 1.875rem;
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: capitalize;
}

.subscribe-open-close .text-block {
  font-size: .875rem;
  line-height: 1.428;
  margin: 0 1.625rem 1.5rem 0;
  font-weight: 700;
}

.subscribe-open-close .opener {
  transition: background .35s cubic-bezier(.3, .86, .36, .95);
  position: absolute;
  width: 3.125rem;
  height: 3.125rem;
  right: -0.375rem;
  top: 1.375rem;
  display: block;
}

.subscribe-open-close .opener:after,.subscribe-open-close .opener:before {
  content: "";
  width: .1875rem;
  height: 2rem;
  top: 50%;
  left: 50%;
  position: absolute;
  background: #f8af00;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.subscribe-open-close .opener:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.subscribe-open .subscribe-open-close {
  transform: translateY(0);
}

.subscribe-open-close .input-group input[type=email] {
  border-radius: 2.4em;
  height: 3.3125rem;
  border: 0;
  color: #4b4b4b;
  background-color: #ffffff;
  font-size: .875rem;
  padding: .25rem 1.4375rem;
  margin-bottom: .875rem;
  width: 100%;
  border: .125rem solid rgba(0, 0, 0, 0);
}

.subscribe-open-close .input-group input[type=email]::-moz-placeholder {
  opacity: 1;
  color: #4b4b4b;
}

.subscribe-open-close .input-group input[type=email]::placeholder {
  opacity: 1;
  color: #4b4b4b;
}

.subscribe-open-close .input-group input[type=email]:focus {
  outline: none;
  border-color: #f8af00;
}

.subscribe-open-close .input-group button[type=submit] {
  cursor: pointer;
}

.subscribe-open-close .btn {
  min-width: 10.6875rem;
}

.subscribe-open-close .btn:hover {
  background-color: #ffffff;
  color: #010067;
  border-color: #ffffff;
}

.cta-section {
  color: #ffffff;
  position: relative;
  z-index: 2;
  padding: 20px 0;
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  min-height: 14.0625rem;
  overflow: hidden;
}

.cta-section .cta-section-bg {
  position: absolute;
  left: -0.5625rem;
  right: -0.5625rem;
  top: -0.5625rem;
  bottom: -0.5625rem;
  z-index: -1;
}

.cta-section .cta-section-bg::after {
  content: "";
  background: linear-gradient(to right, rgb(4, 4, 65) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: .82;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.cta-section .cta-section-bg img {
  width: 100%;
  height: 100%;
  max-width: none;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  filter: blur(9px);
}

.cta-section .description {
  max-width: 30rem;
  margin: 0 auto;
}

.cta-section h1,.cta-section .h1 {
  color: currentColor;
  margin-bottom: 1.1875rem;
}

.events-section {
  background-color: #010067;
}

.events-section .social-items {
  margin: -1.4375rem 0 0 -0.8125rem;
}

.events-section .social-item,.events-section .event-item {
  color: rgba(255, 255, 255, .75);
}

.events-section .social-item a:hover,.events-section .event-item a:hover {
  color: #f8af00;
}

.events-section .social-item .date,.events-section .event-item .date {
  color: #ffffff;
}

.events-section .slick-dots li.slick-active button .slick-dot-icon {
  background-color: #f8af00;
}

.events-section .slick-dots button .slick-dot-icon {
  background-color: #ffffff;
}

.events-section .slick-dots button:hover .slick-dot-icon {
  background-color: #f8af00;
}

.slick-dots {
  display: flex;
  margin-bottom: .5rem;
}

.slick-dots li {
  display: block;
}

.slick-dots li button {
  width: .6875rem;
  height: .6875rem;
}

.slick-dots li button .slick-dot-icon {
  display: block;
  border-radius: 50%;
  height: 100%;
  opacity: 1;
}

.slick-dots li button .slick-dot-icon:before {
  display: none;
}

.events-section-layout {
  display: grid;
  grid-template-columns: 4.375rem 1fr;
}

.events-section-layout .container {
  padding-left: 1.625rem;
  overflow: hidden;
}

.events-section-layout .tab-content {
  padding: 2.75rem 0 2.4375rem;
  position: relative;
}

.connect-tabset {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1;
}

.connect-tabset>div {
  height: 50%;
  display: flex;
}

.connect-tabset [role=tab][aria-selected=true] {
  background-color: #010067;
  color: #ffffff;
}

.connect-tabset span {
  transition: background-color .35s cubic-bezier(.3, .86, .36, .95), color .35s cubic-bezier(.3, .86, .36, .95);
  display: block;
  color: #010067;
  background-color: #bfbfd9;
  padding: 2.25rem 1.3125rem;
  text-transform: uppercase;
  font-weight: 700;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  min-height: 13.125rem;
  transform: rotate(-180deg);
  text-align: center;
  cursor: pointer;
}

.connect-tabset span.active,.connect-tabset span:hover {
  background-color: #010067;
  color: #ffffff;
}

[role=tabpanel].is-hidden {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}

.social-item,.event-item {
  font-size: 1rem;
  line-height: 1.625;
  margin-bottom: 1.75rem;
}

.social-item:last-child,.event-item:last-child {
  margin-bottom: 0;
}

.social-item a,.event-item a {
  text-decoration: none;
  color: currentColor;
}

.social-item h3,.event-item h3 {
  color: currentColor;
  font-weight: 400;
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 2.125rem;
}

.social-item h3:last-child,.event-item h3:last-child {
  margin-bottom: 0;
}

.social-item .date,.event-item .date {
  border-top: .6875rem solid #f8af00;
  padding: .625rem 0 .6875rem;
  font-weight: 900;
  font-size: 1.875rem;
  line-height: 1.1;
  text-transform: uppercase;
  width: 3.6875rem;
  text-align: center;
}

.social-item .date span,.event-item .date span {
  display: block;
  font-size: .875rem;
  font-weight: 700;
  margin-bottom: -0.1875rem;
}

.social-item .date {
  border-top: 0;
  display: flex;
}

.social-item .date [class*=icon-] {
  transition: color .35s cubic-bezier(.3, .86, .36, .95);
  color: #f8af00;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 2.3125rem;
  margin: 0 .8125rem 0 -0.5rem;
}

.social-item .date [class*=icon-]:after {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #f8af00;
  position: absolute;
  width: .0625rem;
}

.social-item .link {
  color: #f8af00;
  font-weight: 700;
}

.social-item .link:hover {
  color: #ffffff !important;
}

.social-item .social-link:hover [class*=icon-] {
  color: #ffffff;
}

.events-section {
  background-color: #010067;
}

.events-section .social-items {
  margin: -1.4375rem 0 0 -0.8125rem;
}

.events-section .social-item,.events-section .event-item {
  color: rgba(255, 255, 255, .75);
}

.events-section .social-item a:hover,.events-section .event-item a:hover {
  color: #f8af00;
}

.events-section .social-item .date,.events-section .event-item .date {
  color: #ffffff;
}

.events-section .slick-dots li.slick-active button .slick-dot-icon {
  background-color: #f8af00;
}

.events-section .slick-dots button .slick-dot-icon {
  background-color: #ffffff;
}

.events-section .slick-dots button:hover .slick-dot-icon {
  background-color: #f8af00;
}

.slick-dots {
  display: flex;
  margin-bottom: .5rem;
}

.slick-dots li {
  display: block;
}

.slick-dots li button {
  width: .6875rem;
  height: .6875rem;
}

.slick-dots li button .slick-dot-icon {
  display: block;
  border-radius: 50%;
  height: 100%;
  opacity: 1;
}

.slick-dots li button .slick-dot-icon:before {
  display: none;
}

.events-section-layout {
  display: grid;
  grid-template-columns: 4.375rem 1fr;
}

.events-section-layout .container {
  padding-left: 1.625rem;
  overflow: hidden;
}

.events-section-layout .tab-content {
  padding: 2.75rem 0 2.4375rem;
  position: relative;
}

.connect-tabset {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1;
}

.connect-tabset>div {
  height: 50%;
  display: flex;
}

.connect-tabset [role=tab][aria-selected=true] {
  background-color: #010067;
  color: #ffffff;
}

.connect-tabset span {
  transition: background-color .35s cubic-bezier(.3, .86, .36, .95), color .35s cubic-bezier(.3, .86, .36, .95);
  display: block;
  color: #010067;
  background-color: #bfbfd9;
  padding: 2.25rem 1.3125rem;
  text-transform: uppercase;
  font-weight: 700;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  min-height: 13.125rem;
  transform: rotate(-180deg);
  text-align: center;
  cursor: pointer;
}

.connect-tabset span.active,.connect-tabset span:hover {
  background-color: #010067;
  color: #ffffff;
}

[role=tabpanel].is-hidden {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}

.social-item,.event-item {
  font-size: 1rem;
  line-height: 1.625;
  margin-bottom: 1.75rem;
}

.social-item:last-child,.event-item:last-child {
  margin-bottom: 0;
}

.social-item a,.event-item a {
  text-decoration: none;
  color: currentColor;
}

.social-item h3,.event-item h3 {
  color: currentColor;
  font-weight: 400;
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 2.125rem;
}

.social-item h3:last-child,.event-item h3:last-child {
  margin-bottom: 0;
}

.social-item .date,.event-item .date {
  border-top: .6875rem solid #f8af00;
  padding: .625rem 0 .6875rem;
  font-weight: 900;
  font-size: 1.875rem;
  line-height: 1.1;
  text-transform: uppercase;
  width: 3.6875rem;
  text-align: center;
}

.social-item .date span,.event-item .date span {
  display: block;
  font-size: .875rem;
  font-weight: 700;
  margin-bottom: -0.1875rem;
}

.social-item .date {
  border-top: 0;
  display: flex;
}

.social-item .date [class*=icon-] {
  transition: color .35s cubic-bezier(.3, .86, .36, .95);
  color: #f8af00;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 2.3125rem;
  margin: 0 .8125rem 0 -0.5rem;
}

.social-item .date [class*=icon-]:after {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #f8af00;
  position: absolute;
  width: .0625rem;
}

.social-item .link {
  color: #f8af00;
  font-weight: 700;
}

.social-item .link:hover {
  color: #ffffff !important;
}

.social-item .social-link:hover [class*=icon-] {
  color: #ffffff;
}

.about-section {
  position: relative;
  z-index: 2;
  padding: 4.1875rem 0;
}

.about-section::after {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  background-color: #ebebeb;
}

.about-layout .description {
  margin-bottom: 2.1875rem;
}

.about-layout .section-heading {
  margin-bottom: 0;
}

.about-layout .photo-holder {
  margin: 0 -0.3125rem -4.1875rem;
  text-align: center;
}

.section-heading {
  position: relative;
  font-size: 1rem;
  line-height: 1.625;
}

.section-heading:before {
  content: "";
  background-color: #f8af00;
  display: block;
  margin-bottom: .3125rem;
  width: 5.625rem;
  height: .6875rem;
}

.section-heading h2,.section-heading .h2 {
  font-size: 1.875rem;
  line-height: 1.2;
  margin-bottom: 1.75rem;
}

.section-heading p {
  margin-bottom: 1.4375rem;
}

.services-section {
  padding: 2.5rem 0 2.5625rem;
}

.services-items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(6.25rem, 1fr));
  grid-gap: .75rem .6875rem;
  gap: .75rem .6875rem;
  margin: 0 -0.75rem;
}

.services-item {
  text-align: center;
}

.services-item.active a {
  background-color: #ebebeb;
  padding: 0;
}

.services-item .link {
  transition: background-color .35s cubic-bezier(.3, .86, .36, .95);
  display: block;
  text-decoration: none;
  color: #010067;
}

.services-item .icon-holder {
  height: 5rem;
  margin-bottom: .5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-item .icon-holder img {
  transform: scale(.7);
}

.services-item h3,.services-item .h3 {
  font-size: 1rem;
  line-height: 1.25;
}

.subscribe-section {
  padding: 0 0 4.4375rem;
}

.subscribe-form label {
  display: block;
  text-align: center;
  font-size: 1.875rem;
  line-height: 1;
  margin-bottom: 1.5rem;
}

.subscribe-form label::before {
  content: "";
  display: block;
  background-color: #f8af00;
  margin: 0 auto .4375rem;
  width: 5.625rem;
  height: .6875rem;
}

.subscribe-form .input-wrap {
  position: relative;
  margin-bottom: .6875rem;
}

.subscribe-form input[type=email],.subscribe-form input[type=text] {
  height: 4.375rem;
  border: .25rem solid rgba(0, 0, 0, 0);
  padding: .25rem 2.0625rem;
  font-size: 1rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #010067;
  border-radius: 2.4em;
  border: 1px solid #010067;
}

.subscribe-form input[type=email]:focus,.subscribe-form input[type=text]:focus {
  border-color: #010067;
  outline: none;
}

.subscribe-form input[type=email]::-moz-placeholder, .subscribe-form input[type=text]::-moz-placeholder {
  font-size: 0;
  line-height: 0;
}

.subscribe-form input[type=email]::placeholder,.subscribe-form input[type=text]::placeholder {
  font-size: 0;
  line-height: 0;
}

.subscribe-form input[type=email]:not(:-moz-placeholder-shown)+.fake-label, .subscribe-form input[type=text]:not(:-moz-placeholder-shown)+.fake-label {
  opacity: 0;
  visibility: hidden;
}

.subscribe-form input[type=email]:focus+.fake-label,.subscribe-form input[type=email]:not(:placeholder-shown)+.fake-label,.subscribe-form input[type=text]:focus+.fake-label,.subscribe-form input[type=text]:not(:placeholder-shown)+.fake-label {
  opacity: 0;
  visibility: hidden;
}

.subscribe-form .btn {
  width: 100%;
}

.subscribe-form .fake-label {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  line-height: 1.2;
  font-size: 1rem;
  font-size: inherit;
  pointer-events: none;
  color: #010067;
  padding: 0 2.0625rem;
  width: 100%;
}

.subscribe-form .fake-label span {
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (min-width: 480px) {
  .services-items {
    grid-template-columns: repeat(auto-fill, minmax(8.125rem, 1fr));
  }
}

@media (min-width: 520px) {
  .intro-slider img {
    width: 100%;
  }
}

@media (min-width: 640px) {
  .subscribe-section {
    padding-top: 1.25rem;
  }

  .subscribe-form label {
    display: none;
  }

  .subscribe-form .input-group {
    display: flex;
  }

  .subscribe-form .input-wrap {
    flex-grow: 1;
    margin-bottom: 0;
  }

  .subscribe-form input[type=email],.subscribe-form input[type=text] {
    height: 5.25rem;
    font-size: 1.1875rem;
    border-radius: 2.4em 0 0 2.4em;
    border-right: 0;
    padding: .25rem 1.8125rem;
  }

  .subscribe-form .btn {
    width: auto;
    flex-shrink: 0;
    min-width: 11.75rem;
    padding: 1.125rem;
    border-radius: 0 2.4em 2.4em 0;
  }
}

@media (min-width: 768px) {
  body {
    font-size: 1.1875rem;
    line-height: 1.578;
  }

  h1,.h1 {
    font-size: 3.75rem;
    line-height: 1.04;
  }

  h2,.h2 {
    font-size: 2.125rem;
    line-height: 1.1;
  }

  h3,.h3 {
    font-size: 1.875rem;
  }

  .display-1 {
    font-size: 3.75rem;
    line-height: 1.1;
  }

  input[type=text],input[type=email],input[type=tel],input[type=search],input[type=password],input[type=url],input[type=date],input[type=datetime],input[type=datetime-local],input[type=time],input[type=week],input[type=month],input[type=number],input[type=color],input:not([type]),textarea {
    padding: .3125rem 2.125rem;
  }

  .header.fixed-position .nav-opener {
    margin-top: 0;
  }

  .header .logo {
    width: 19.6875rem;
  }

  .header .right-panel {
    display: none;
  }

  .header-holder {
    padding: 1.8125rem 0 1.8125rem 2.1875rem;
    position: relative;
  }

  .fixed-position .header-holder {
    padding: 1.4375rem 0 1.125rem 2.1875rem;
  }

  .drop-holder {
    display: flex;
    align-items: center;
    margin: 0 1.4375rem 0 0;
  }

  .drop-holder>.social-networks {
    transition: top .35s cubic-bezier(.3, .86, .36, .95);
    display: block;
    margin: 0;
    position: absolute;
    right: -3.75rem;
    top: 6.5625rem;
  }

  .fixed-position .drop-holder>.social-networks {
    top: 6.5625rem;
  }

  .drop-holder>.social-networks:after {
    content: "";
    left: -0.875rem;
    right: -1rem;
    top: -2.3125rem;
    bottom: 0;
    position: absolute;
    background-color: #ffffff;
    z-index: -1;
  }

  .drop-holder>.social-networks li {
    margin-bottom: 1.1875rem;
  }

  .main-nav {
    margin-bottom: 2rem;
  }

  .main-nav>li>a {
    font-size: 1.5rem;
    padding: .5625rem 0;
  }

  .drop {
    font-size: .875rem;
    padding: 1.125rem .1875rem 2.0625rem 0;
  }

  .drop ul li {
    margin: 0 0 .9375rem;
  }

  .drop .drop {
    padding: 2rem 0 .6875rem 4rem;
  }

  .main-nav-drop {
    opacity: 0;
    visibility: hidden;
    width: 22.4375rem;
    height: auto;
    right: 0;
    right: 4.6875rem;
    padding: 5.625rem 1.1875rem 3.0625rem;
    max-height: calc(100vh - 75px);
  }

  .main-nav-drop .nav-opener {
    display: none;
  }

  .main-nav-drop .social-networks {
    display: none;
  }

  .nav-opener {
    width: 2.5rem;
    margin: -1.5rem 0 0;
    z-index: 9;
  }

  .nav-opener:after,.nav-opener:before,.nav-opener span {
    height: .25rem;
  }

  .nav-opener span {
    top: .6875rem;
  }

  .nav-opener:before {
    top: 1.375rem;
    left: .5rem;
  }

  .nav-active .nav-opener {
    margin: -1.4375rem -0.5625rem 0 0;
    width: 2.125rem;
    height: 2.0625rem;
  }

  .nav-active .nav-opener:before {
    width: 100%;
    top: .9375rem;
    left: 0;
    transform: rotate(45deg);
  }

  .nav-active .nav-opener:after {
    transform: rotate(-45deg);
    top: .9375rem;
    width: 100%;
  }

  .nav-active .nav-opener span {
    opacity: 0;
  }

  .alert-holder {
    margin-right: -4.6875rem;
  }

  .alert-bar {
    padding: 0 6.5rem;
  }

  .alert-bar .alert-close {
    right: 1.5625rem;
    top: 50%;
    transform: translateY(-50%);
  }

  .alert-bar .text {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 0;
  }

  .alert-bar .text p {
    margin: 0;
  }

  .alert-bar .text-wrap {
    width: calc(100% - 150px);
  }

  .alert-bar .icon-warning {
    transform: translateY(-50%);
    top: 41%;
    left: 1.5rem;
  }

  .search-opener {
    margin-bottom: 0;
  }

  .search-active .search-opener:before,.search-active .search-opener:after {
    opacity: 1;
    visibility: visible;
  }

  .search-opener:before {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .search-active .search-opener .icon-search:before {
    opacity: 0;
    visibility: hidden;
  }

  .search-form {
    position: absolute;
    right: -4.6875rem;
    top: 0;
  }

  .search-form .search-opener {
    width: 4.6875rem;
    height: 5.1875rem;
    font-size: 1.625rem;
    position: relative;
  }

  .search-form .input-holder {
    max-width: 39.75rem;
  }

  .search-form .btn-search {
    font-size: 1.875rem;
    padding: 0 .5625rem 0 0;
  }

  .search-form .search-drop {
    padding: 7.625rem 3.125rem;
  }

  .search-form .search-drop .search-opener {
    width: 4.6875rem;
    height: 5.1875rem;
  }

  .search-form input[type=search],.search-form input[type=text] {
    height: 4.125rem;
    padding: .625rem 4.25rem .25rem .8125rem;
    font-size: 1.75rem;
    border-bottom: 4px solid #ffffff;
  }

  .social-networks {
    margin: 0 -0.5rem;
  }

  .social-networks li {
    padding: 0 .5rem;
  }

  .social-networks .icon-facebook {
    font-size: 1.875rem;
  }

  .social-networks .icon-twitter {
    font-size: 1.75rem;
  }

  .social-networks .icon-youtube {
    font-size: 1.25rem;
  }

  .social-networks .icon-instagram {
    font-size: 1.6875rem;
  }

  .container {
    padding-left: 4.6875rem;
    padding-right: 4.6875rem;
    max-width: 66.1875rem;
  }

  .wrapper-inner .header {
    padding-right: 4.6875rem;
  }

  .wrapper-inner .main {
    padding-right: 4.6875rem;
  }

  .footer .logo {
    max-width: 21.875rem;
    margin: 0 auto 2.9375rem;
  }

  .footer-top {
    margin-right: 4.6875rem;
    padding: 3.75rem 0 4.5625rem 4.5625rem;
    text-align: left;
  }

  .footer-top:before {
    width: 21.875rem;
    height: 1.125rem;
    margin-left: 2.3125rem;
  }

  .footer-top .holder {
    display: flex;
    flex-direction: column;
  }

  .footer-top .left-holder {
    flex-grow: 1;
    margin-left: -2.75rem;
    margin-bottom: 1.9375rem;
  }

  .footer-top .right-holder {
    flex-shrink: 0;
  }

  .footer-top .map-holder {
    order: 2;
    margin: 0 -4.5625rem;
  }

  .address-holder {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2.875rem 2.0625rem;
    gap: 2.875rem 2.0625rem;
  }

  .address-item {
    margin-bottom: 0;
    font-size: 1.0625rem;
    line-height: 1.764;
  }

  .address-item:last-child {
    margin-bottom: 0;
  }

  .address-item .map-toggler {
    text-align: left;
  }

  .back-to-top {
    width: 4.6875rem;
    font-size: 1.6875rem;
    padding-top: .625rem;
  }

  .footer-bottom {
    padding: 2.5rem 0 2.5625rem;
  }

  .footer-bottom .holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 4.1875rem 0 0;
  }

  .footer-bottom .social-networks {
    margin: 0 1.25rem 0 -1rem;
  }

  .footer-bottom .social-networks li {
    padding: 0 .5rem;
  }

  .footer-bottom .social-networks .icon-facebook {
    font-size: 1.5rem;
  }

  .footer-bottom .social-networks .icon-twitter {
    font-size: 1.375rem;
  }

  .footer-bottom .social-networks .icon-youtube {
    font-size: 1rem;
  }

  .footer-bottom .social-networks .icon-instagram {
    font-size: 1.375rem;
  }

  .footer-nav {
    margin-bottom: 0;
    font-size: .8125rem;
    margin: 0 -1.125rem;
  }

  .footer-nav li {
    margin-bottom: 0;
    padding: 0 1.125rem;
  }

  .btn {
    padding: 1.0625rem 1.5625rem;
    min-width: 13.75rem;
    font-size: .875rem;
  }

  .btn.btn-sm {
    padding: .8125rem 1.125rem;
  }

  .btn.btn-lg {
    font-size: 1.1875rem;
  }

  .intro-section-wrap {
    border-bottom-right-radius: 5.1875rem;
  }

  .intro-section-wrap::after {
    height: 1.125rem;
    width: 18.125rem;
  }

  .intro-section-wrap .intro-inner {
    padding: 8rem 0 2.125rem;
    min-height: 34.0625rem;
  }

  .intro-section-wrap .intro-inner.intro-slider {
    min-height: calc(100vh - 435px);
  }

  .intro-section-wrap .display-1 {
    margin: 0 0 1rem;
  }

  .subscribe-open-close {
    width: 31.875rem;
    padding: 4.5625rem 4.6875rem 3.375rem 3.1875rem;
  }

  .subscribe-open-close::after {
    width: 15.9375rem;
    height: 1.125rem;
  }

  .social-panel-active .subscribe-open-close {
    margin: 0 -32rem 0 0;
  }

  .subscribe-open-close .popup-heading {
    margin: 0 0 .6875rem;
  }

  .subscribe-open-close h2 {
    font-size: 3rem;
  }

  .subscribe-open-close .text-block {
    margin: 0 0 1.25rem;
    font-size: 1rem;
    line-height: 1.4;
  }

  .subscribe-open-close .subscribe-form {
    padding: .875rem 0 0;
    max-width: 34.6875rem;
  }

  .subscribe-open-close .opener {
    width: 5.4375rem;
    height: 4.5625rem;
    right: -0.4375rem;
    top: 1.1875rem;
  }

  .subscribe-open-close .opener:after,.subscribe-open-close .opener:before {
    width: 3px;
    height: 2.1875rem;
  }

  .subscribe-open-close .input-group input[type=email] {
    padding: .25rem 1.5rem;
    margin-bottom: 1.4375rem;
    font-size: 1rem;
  }

  .cta-section {
    min-height: 25.125rem;
    padding: 3.75rem 0;
    text-align: left;
  }

  .cta-section .description {
    max-width: 56.25rem;
  }

  .cta-section h1,.cta-section .h1 {
    margin-bottom: 2.125rem;
  }

  .events-section {
    border-top-right-radius: 5.125rem;
    overflow: hidden;
  }

  .events-section .social-items {
    margin: -2.6875rem 0 -2.3125rem -1.3125rem;
  }

  .events-section .slick-dots {
    bottom: -2.8125rem;
  }

  .events-section-layout {
    grid-template-columns: 9.375rem 1fr;
    grid-column-gap: .9375rem;
    -moz-column-gap: .9375rem;
    column-gap: .9375rem;
  }

  .events-section-layout .tab-content {
    padding: 7.8125rem 0 7.375rem;
  }

  .connect-tabset {
    font-size: 1.5625rem;
  }

  .connect-tabset span {
    padding: 1.9375rem 2.9375rem;
    min-height: 20.375rem;
  }

  .social-item,.event-item {
    display: grid;
    grid-template-columns: 6.8125rem 1fr;
    grid-column-gap: .9375rem;
    -moz-column-gap: .9375rem;
    column-gap: .9375rem;
    font-size: 2rem;
    line-height: 1.25;
    margin-bottom: 5.625rem;
  }

  .social-item h3,.event-item h3 {
    margin-bottom: .5rem;
  }

  .social-item .date,.event-item .date {
    font-size: 3.8125rem;
    border-top-width: .8125rem;
    width: 5.875rem;
    padding-top: 1.3125rem;
  }

  .social-item .date span,.event-item .date span {
    font-size: 1.625rem;
    margin-bottom: .25rem;
  }

  .social-item .date {
    display: block;
    text-align: center;
    margin-top: -0.8125rem;
  }

  .social-item .date [class*=icon-] {
    height: auto;
    font-size: 4.0625rem;
    display: block;
    padding-bottom: 2.3125rem;
    margin: 0 0 1.3125rem;
  }

  .social-item .date [class*=icon-]:after {
    top: auto;
    left: 0;
    width: auto;
    height: 12px;
  }

  .social-item .link {
    font-size: 1.25rem;
    line-height: 1.45;
  }

  .events-section {
    border-top-right-radius: 5.125rem;
    overflow: hidden;
  }

  .events-section .social-items {
    margin: -2.6875rem 0 -2.3125rem -1.3125rem;
  }

  .events-section .slick-dots {
    bottom: -2.8125rem;
  }

  .events-section-layout {
    grid-template-columns: 9.375rem 1fr;
    grid-column-gap: .9375rem;
    -moz-column-gap: .9375rem;
    column-gap: .9375rem;
  }

  .events-section-layout .tab-content {
    padding: 7.8125rem 0 7.375rem;
  }

  .connect-tabset {
    font-size: 1.5625rem;
  }

  .connect-tabset span {
    padding: 1.9375rem 2.9375rem;
    min-height: 20.375rem;
  }

  .social-item,.event-item {
    display: grid;
    grid-template-columns: 6.8125rem 1fr;
    grid-column-gap: .9375rem;
    -moz-column-gap: .9375rem;
    column-gap: .9375rem;
    font-size: 2rem;
    line-height: 1.25;
    margin-bottom: 5.625rem;
  }

  .social-item h3,.event-item h3 {
    margin-bottom: .5rem;
  }

  .social-item .date,.event-item .date {
    font-size: 3.8125rem;
    border-top-width: .8125rem;
    width: 5.875rem;
    padding-top: 1.3125rem;
  }

  .social-item .date span,.event-item .date span {
    font-size: 1.625rem;
    margin-bottom: .25rem;
  }

  .social-item .date {
    display: block;
    text-align: center;
    margin-top: -0.8125rem;
  }

  .social-item .date [class*=icon-] {
    height: auto;
    font-size: 4.0625rem;
    display: block;
    padding-bottom: 2.3125rem;
    margin: 0 0 1.3125rem;
  }

  .social-item .date [class*=icon-]:after {
    top: auto;
    left: 0;
    width: auto;
    height: 12px;
  }

  .social-item .link {
    font-size: 1.25rem;
    line-height: 1.45;
  }

  .about-section {
    margin-left: 4.6875rem;
    margin-bottom: 3.875rem;
    padding: 5.375rem 0;
  }

  .about-section::after {
    right: -4.6875rem;
    border-top-left-radius: 5.125rem;
  }

  .about-layout {
    margin: 0 -4.75rem 0 .875rem;
  }

  .about-layout .photo-holder {
    margin: 0 -1.6875rem -5.4375rem;
  }

  .section-heading {
    font-size: 1.1875rem;
    line-height: 1.57;
  }

  .section-heading:before {
    width: 9.5625rem;
    height: .8125rem;
    margin-bottom: .5625rem;
  }

  .section-heading h2,.section-heading .h2 {
    font-size: 3.75rem;
    line-height: 1.166;
    margin-bottom: 1.8125rem;
  }

  .section-heading p {
    margin-bottom: 2.6875rem;
  }

  .services-section {
    padding: 5.1875rem 0 6.125rem;
  }

  .services-section .services-items {
    padding-left: 2.3125rem;
  }

  .services-items {
    grid-gap: 2.875rem .6875rem;
    gap: 2.875rem .6875rem;
    grid-template-columns: repeat(auto-fill, minmax(208px, 1fr));
  }

  .services-item .link {
    max-width: 200px;
    margin: 0 auto;
  }

  .services-item .icon-holder {
    height: 5.25rem;
    margin-bottom: 1rem;
  }

  .services-item .icon-holder img {
    transform: scale(1);
  }

  .services-item h3,.services-item .h3 {
    font-size: 1.3125rem;
    line-height: 1.428;
  }

  .subscribe-section {
    padding: 0 0 8.3125rem;
    margin-right: -4.625rem;
  }

  .subscribe-form .fake-label {
    font-size: 1.1875rem;
    padding: 0 1.8125rem;
  }

  .subscribe-form .fake-label .mobile-view {
    display: none;
  }
}

@media (min-width: 1024px) {
  h1,.h1 {
    font-size: 4.0625rem;
    line-height: 1;
  }

  h2,.h2 {
    font-size: 2.5rem;
  }

  .display-1 {
    line-height: .98;
    font-size: 4.5rem;
  }

  .header .logo {
    width: 11.25rem;
    margin-right: 0;
  }

  .header-holder {
    padding: 1.75rem 1.3125rem 1.75rem 1.25rem;
  }

  .fixed-position .header-holder {
    padding: 1.75rem 1.3125rem .9375rem 1.25rem;
  }

  .drop-holder {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    margin: 0;
  }

  .drop-holder>.social-networks {
    order: 2;
  }

  .fixed-position .drop-holder>.social-networks {
    top: 7.5rem;
  }

  .drop-holder>.social-networks:after {
    left: -1rem;
  }

  .main-nav {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    text-align: left;
  }

  .main-nav>li {
    padding: 0 .3125rem;
  }

  .main-nav>li.hover-js>a,.main-nav>li.hover-tab>a,.main-nav>li:hover>a {
    color: #f8af00;
  }

  .main-nav>li>a {
    font-size: .75rem;
    padding: 0 .3125rem;
  }

  .main-nav>li>.drop:before {
    content: "";
    height: 2.4rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
  }

  .main-nav>li.active>a {
    color: #f8af00;
  }

  .main-nav>li:last-child .drop .drop {
    left: auto;
    right: 100%;
  }

  .main-nav li.hover-js>.drop,.main-nav li.hover-tab>.drop {
    opacity: 1;
    visibility: visible;
  }

  .second-level-nav>li:last-child a {
    padding-bottom: 1.75rem;
    border-bottom-left-radius: 3.125rem;
  }

  .second-level-nav>li.active>a,.second-level-nav>li.hover-js>a,.second-level-nav>li.hover-tab>a {
    background-color: rgba(248, 175, 0, .9);
    color: #010067;
  }

  .second-level-nav>li>a {
    padding: .875rem 2.0625rem .8125rem;
  }

  .second-level-nav>li>a:hover {
    background-color: rgba(248, 175, 0, .9);
    color: #010067;
  }

  .drop {
    width: 14.8125rem;
    padding: .6875rem 0;
    line-height: 1.4;
    font-size: .875rem;
    position: absolute;
    top: 100%;
    left: .625rem;
    opacity: 0;
    visibility: hidden;
  }

  .drop a {
    color: #ffffff;
  }

  .drop ul {
    background-color: rgba(1, 0, 103, .9);
    padding: .125rem 0 0;
    border-bottom-left-radius: 3.125rem;
  }

  .drop ul li {
    margin: 0;
  }

  .drop .drop {
    left: 100%;
    top: 0;
    margin: 0;
    padding: 0;
  }

  .drop .third-level-nav {
    background-color: rgba(248, 175, 0, .9);
    padding: .5rem 0 0;
  }

  .drop .third-level-nav li:last-child a {
    padding-bottom: 1.3125rem;
    border-bottom-left-radius: 3.125rem;
  }

  .drop .third-level-nav a {
    padding: .875rem 2.25rem .8125rem;
    color: #010067;
  }

  .drop .third-level-nav a:hover {
    color: #f8af00;
    background-color: rgba(1, 0, 103, .9);
  }

  .main-nav-drop {
    height: auto;
    width: auto;
    max-width: none;
    padding: 0;
    right: 0;
    display: block;
    opacity: 1;
    visibility: visible;
  }

  .main-nav-inner {
    justify-content: flex-end;
    flex-direction: row;
    align-items: center;
  }

  .main-nav-inner .btn {
    flex-shrink: 0;
  }

  .nav-opener {
    display: none;
  }

  .alert-bar {
    padding: 0 3.25rem;
  }

  .alert-bar .alert-close {
    right: .9375rem;
    right: 1.5rem;
  }

  .alert-bar .text {
    width: 100%;
    padding: 1.125rem 0 1.5rem .8125rem;
    max-width: 51.375rem;
  }

  .alert-bar .text-wrap {
    width: calc(100% - 130px);
  }

  .alert-bar .icon-warning {
    left: 1.875rem;
  }

  .search-form .input-holder {
    max-width: 73.125rem;
  }

  .search-form .btn-search {
    font-size: 2.1875rem;
    padding: .875rem;
    margin-left: .6875rem;
  }

  .search-form input[type=search],.search-form input[type=text] {
    height: 4.625rem;
    font-size: 2.25rem;
    padding: .3125rem 3.125rem .3125rem .75rem;
  }

  .social-networks {
    margin: 0 -0.4375rem;
  }

  .social-networks li {
    padding: 0 .4375rem;
  }

  .container {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .footer .logo {
    max-width: 20rem;
  }

  .footer-top {
    padding: 3.75rem 0 6.5rem;
  }

  .footer-top:before {
    width: 32.1875rem;
    height: 1.125rem;
    left: auto;
    right: 0;
    margin-left: 0;
    transform: translateX(0);
  }

  .footer-top .holder {
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-right: -3.0625rem;
  }

  .footer-top .left-holder {
    padding: 1.625rem 2.9375rem 0 0;
    max-width: 35.875rem;
    margin-left: 0;
    margin-bottom: 0;
  }

  .footer-top .map-holder {
    width: 67.6%;
    right: 0;
    bottom: 0;
    margin: 0;
    position: absolute;
  }

  .address-holder {
    grid-gap: 2.5625rem .875rem;
    gap: 2.5625rem .875rem;
  }

  .address-holder .address-item:nth-child(2) {
    margin: 0 0 0 2.875rem;
  }

  .address-holder .address-item:last-child {
    grid-area: 3/1/3/1;
  }

  .address-item h3 {
    font-size: 1.5rem;
    line-height: 1.25;
    margin-bottom: 3px;
  }

  .footer-bottom {
    padding: 2.8125rem 0 2.1875rem;
  }

  .footer-bottom .holder {
    padding-right: 4.375rem;
  }

  .footer-bottom .social-networks {
    margin: 0 1.25rem 0 -0.4375rem;
  }

  .footer-nav {
    margin: 0 -0.6875rem 0 -1.25rem;
  }

  .btn.btn-lg {
    font-size: 1.3125rem;
  }

  .intro-section-wrap {
    border-bottom-right-radius: 6.25rem;
  }

  .intro-section-wrap::after {
    width: 31.3125rem;
    height: 1.125rem;
  }

  .intro-section-wrap .intro-inner {
    min-height: 43.0625rem;
    padding: 10.3125rem 0 6.5rem;
  }

  .intro-section-wrap .display-1 {
    margin: 0 0 2.125rem;
  }

  .subscribe-open-close {
    padding: 4.5625rem 3.5625rem 3.375rem 3.1875rem;
  }

  .social-panel-active .subscribe-open-close {
    margin: 0 -37.1875rem 0 0;
  }

  .subscribe-open-close .popup-heading {
    margin-bottom: .8125rem;
  }

  .subscribe-open-close .text-block {
    margin-bottom: 1.375rem;
  }

  .subscribe-open-close .opener {
    right: -0.4375rem;
  }

  .subscribe-open-close .input-group input[type=email] {
    margin-bottom: 1.5rem;
  }

  .subscribe-open-close .input-group button[type=submit] {
    min-width: 10.875rem;
  }

  .cta-section .description {
    margin: 1.125rem 0 0 0;
  }

  .cta-section h1,.cta-section .h1 {
    margin-bottom: 2.0625rem;
  }

  .events-section {
    border-top-right-radius: 6.25rem;
  }

  .events-section .social-items {
    margin: -2.6875rem 0 -2.3125rem 0;
  }

  .events-section-layout .container {
    padding-left: .9375rem;
  }

  .events-section-layout .tab-content {
    padding-right: 1.25rem;
  }

  .social-items,.event-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5.5rem 5.4375rem;
    gap: 5.5rem 5.4375rem;
  }

  .social-item,.event-item {
    margin-bottom: 0;
  }

  .social-item h3,.social-item .h3 {
    margin-right: -0.3125rem;
  }

  .events-section {
    border-top-right-radius: 6.25rem;
  }

  .events-section .social-items {
    margin: -2.6875rem 0 -2.3125rem 0;
  }

  .events-section-layout .container {
    padding-left: .9375rem;
  }

  .events-section-layout .tab-content {
    padding-right: 1.25rem;
  }

  .social-items,.event-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5.5rem 5.4375rem;
    gap: 5.5rem 5.4375rem;
  }

  .social-item,.event-item {
    margin-bottom: 0;
  }

  .social-item h3,.social-item .h3 {
    margin-right: -0.3125rem;
  }

  .about-section {
    padding: 3.75rem 0;
    margin-bottom: 4.6875rem;
  }

  .about-section::after {
    border-top-left-radius: 6.25rem;
  }

  .about-section .container {
    max-width: 71.0625rem;
  }

  .about-layout {
    display: flex;
    margin: 0;
  }

  .about-layout .description {
    flex-grow: 1;
    margin-bottom: -1.25rem;
    display: flex;
    align-items: center;
  }

  .about-layout .photo-holder {
    flex-shrink: 0;
    width: 66.4%;
    display: flex;
    align-items: flex-end;
    margin: -3.75rem -13.875rem -3.75rem 4.6875rem;
  }

  .section-heading:before {
    margin-bottom: .5625rem;
  }

  .services-section {
    padding: 5.4375rem 0 6rem;
  }

  .services-section .container {
    max-width: 81.5rem;
  }

  .services-section .services-items {
    padding-left: 2.75rem;
  }

  .services-item .link {
    padding: 1.375rem .4375rem .0625rem;
    height: 100%;
  }

  .services-item .link:hover {
    background-color: #ebebeb;
  }

  .services-item .link:hover img {
    transform: scale(1.1);
  }

  .services-item .icon-holder img {
    transition: transform .35s cubic-bezier(.3, .86, .36, .95);
  }

  .subscribe-section {
    margin-right: 0;
    padding: 0 0 7.75rem 4.0625rem;
  }

  .subscribe-section .container {
    max-width: 79.125rem;
  }

  .subscribe-form {
    padding: 0 0 0 .5625rem;
  }

  .subscribe-form .input-group {
    flex-grow: 1;
  }

  .subscribe-form input[type=email],.subscribe-form input[type=text] {
    padding: .25rem 3.6875rem;
    height: 5.25rem;
    font-size: 1.4375rem;
  }

  .subscribe-form .btn {
    min-width: 19rem;
  }

  .subscribe-form .fake-label {
    padding: 0 3.6875rem;
    font-size: 1.4375rem;
  }

  .subscribe-form .fake-label .tablet-view {
    display: none;
  }
}

@media (min-width: 1280px) {
  h3,.h3 {
    font-size: 2.5rem;
    line-height: .9;
  }

  .header .logo {
    width: 19.625rem;
  }

  .header-holder {
    padding: 1.75rem 2.4375rem 1.75rem 2.3125rem;
  }

  .fixed-position .header-holder {
    padding: 1.75rem 2.4375rem 1rem 2.3125rem;
  }

  .main-nav>li {
    padding: 0 .625rem;
  }

  .drop {
    left: .9375rem;
  }

  .main-nav-inner .btn {
    min-width: 10.625rem;
    margin-left: .8125rem;
  }

  .fixed-position .search-form .search-opener {
    height: 6.125rem;
  }

  .footer .logo {
    max-width: 30.6875rem;
  }

  .footer-top .left-holder {
    padding: 1.625rem 3.75rem 0 0;
  }

  .footer-top .map-holder {
    width: 73.6%;
    bottom: 0;
  }

  .about-layout .photo-holder {
    margin: -6.6875rem -9.6875rem -3.75rem 2.0625rem;
    width: 61.4%;
  }

  .services-section .services-items {
    margin-right: -4.1875rem;
  }

  .services-items {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 1440px) {
  .footer-top .holder {
    margin-right: -7.75rem;
  }

  .footer-top .map-holder {
    right: -3.875rem;
    bottom: -1.375rem;
  }
}

@media (max-width: 1023px) {
  body.nav-active {
    overflow: hidden !important;
  }

  .main-nav>li.active>a {
    color: #f8af00;
  }

  .main-nav>li.active>a:after {
    transform: translate(-50%, -50%) rotate(90deg) !important;
  }

  .main-nav-drop {
    transform: translateX(100%);
    position: absolute;
    background: rgba(1, 0, 103, .9);
    z-index: 1;
    border-bottom-left-radius: 4.375rem;
  }

  .nav-active .main-nav-drop {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }

  .main-nav-inner {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .alert-bar .text-wrap {
    margin: 0 0 .375rem;
  }

  .alert-bar .text-wrap {
    margin: 0 0 1.1875rem;
  }

  .events-section .event-item+.event-item+.event-item {
    display: none;
  }

  .events-section .event-item:nth-child(2) {
    margin-bottom: 0;
  }

  .events-section .event-item+.event-item+.event-item {
    display: none;
  }

  .events-section .event-item:nth-child(2) {
    margin-bottom: 0;
  }

  .subscribe-form .fake-label .desktop-view {
    display: none;
  }
}

@media (max-width: 767px) {
  .nav-active .header {
    margin: 0 1.5625rem 0 0;
  }

  .header .right-panel {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 78px 0 20px;
    display: flex;
    flex-direction: column;
  }

  .header .right-panel-inner {
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
  }

  .drop-holder>.social-networks {
    display: none !important;
  }

  .search-form .search-opener {
    display: none;
  }

  .nav-active .wrapper {
    margin: 0 2.5rem 0 -2.5rem;
  }

  .address-holder {
    display: flex;
    flex-direction: column;
  }

  .address-holder .address-item:first-child {
    order: 1;
  }

  .address-holder .address-item:nth-child(3) {
    order: 3;
  }

  .address-holder .address-item:nth-child(2) {
    order: 0;
  }

  .address-holder .address-item:last-child {
    order: 2;
  }

  .address-item h3 {
    max-width: 11.9375rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .btn.btn-sm-lg {
    padding: 1.125rem .875rem;
    min-width: 13.4375rem;
  }

  .subscribe-open-close {
    left: 0;
  }

  .subscribe-open-close .input-group button[type=submit] {
    padding: 1.1875rem .9375rem 1.25rem;
    width: 100%;
  }

  .cta-section h1 br,.cta-section .h1 br {
    display: none;
  }

  .cta-section .btn {
    min-width: 13.75rem;
    padding: 1.125rem 1.75rem;
  }

  .subscribe-form .fake-label .tablet-view {
    display: none;
  }
}

@media (max-width: 1279px) {
  .main-nav>li:nth-last-child(1) .drop .drop,.main-nav>li:nth-last-child(2) .drop .drop,.main-nav>li:nth-last-child(3) .drop .drop {
    left: auto;
    right: 100%;
  }
}

@media (min-width: 768px)and (max-width: 1023px) {
  .header.fixed-position .logo {
    width: 15.4375rem;
  }

  .address-holder .address-item:nth-child(even) {
    margin-left: 1.6875rem;
  }

  .cta-section .description {
    margin: 1.5rem -3.625rem 0 0;
  }
}

@media (min-width: 1024px)and (max-width: 1279px) {
  .main-nav-inner .btn {
    font-size: .625rem;
    min-width: 0;
  }
}

