@charset "UTF-8";
body {
  font-family: muli, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem; }
  @media only screen and (min-width: 1023px) {
    body {
      font-size: 1.4rem; } }
  @media only screen and (min-width: 1365px) {
    body {
      font-size: 1.6rem; } }
  body b, body strong {
    font-weight: 700; }

a {
  color: #484848; }

.wp-block-group a:hover, .sife-footer a:hover {
  text-decoration: underline; }

h1, h2, h3, h4 {
  font-weight: 800; }

h1, .h1, .is-style-h1 {
  font-size: 2.6rem;
  line-height: 1.22;
  margin-top: 0;
  margin-bottom: 30px; }
  @media only screen and (min-width: 1023px) {
    h1, .h1, .is-style-h1 {
      font-size: 2.9rem;
      margin-bottom: 35px; } }
  @media only screen and (min-width: 1365px) {
    h1, .h1, .is-style-h1 {
      font-size: 3.1rem; } }
  @media only screen and (min-width: 1599px) {
    h1, .h1, .is-style-h1 {
      font-size: 4.5rem; } }
  h1.has-text-align-center::before, .h1.has-text-align-center::before, .is-style-h1.has-text-align-center::before {
    margin-left: auto;
    margin-right: auto; }

h2, .h2, .is-style-h2 {
  font-size: 1.9rem;
  line-height: 1;
  margin: 0; }
  @media only screen and (min-width: 1023px) {
    h2, .h2, .is-style-h2 {
      font-size: 2.2rem; } }
  @media only screen and (min-width: 1365px) {
    h2, .h2, .is-style-h2 {
      font-size: 2.4rem; } }
  @media only screen and (min-width: 1599px) {
    h2, .h2, .is-style-h2 {
      font-size: 2.7rem; } }

h3, .h3, .is-style-h3 {
  font-size: 1.6rem;
  line-height: 1.25;
  margin-top: 0.5em;
  margin-bottom: 0.5em; }
  @media only screen and (min-width: 1023px) {
    h3, .h3, .is-style-h3 {
      font-size: 1.9rem; } }
  @media only screen and (min-width: 1365px) {
    h3, .h3, .is-style-h3 {
      font-size: 2rem; } }
  @media only screen and (min-width: 1599px) {
    h3, .h3, .is-style-h3 {
      font-size: 2.1rem; } }

.main-baner h1 {
  font-weight: 900; }

.post-box .h3 {
  font-weight: 700; }

h1.heading-hash, h2.heading-hash, h3.heading-hash {
  font-weight: 300; }

.btn, .wp-block-button__link {
  font-weight: 800;
  letter-spacing: 0.33em; }

.main-navigation .menu .menu-item a {
  font-weight: 500; }

.contact-area .textwidget {
  font-weight: 300; }

.is-style-info-large {
  font-size: 3rem;
  font-style: italic;
  line-height: 1.35;
  font-weight: 300;
  margin: 5.7vw 0; }
  @media only screen and (min-width: 1599px) {
    .is-style-info-large {
      font-size: 4rem; } }

.small {
  font-size: 1.2rem;
  line-height: 1.53; }

.font-white, .has-text-color.has-white-color {
  color: #fff; }

.is-style-counter {
  font-size: 5rem;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 0;
  line-height: 1; }
  @media only screen and (min-width: 1023px) {
    .is-style-counter {
      font-size: 7rem; } }
  @media only screen and (min-width: 1599px) {
    .is-style-counter {
      font-size: 9rem; } }

.is-style-counter-title {
  font-size: 1.3rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 20px; }
  @media only screen and (min-width: 1023px) {
    .is-style-counter-title {
      font-size: 1.6rem; } }
  @media only screen and (min-width: 1599px) {
    .is-style-counter-title {
      font-size: 1.8rem; } }

@media only screen and (min-width: 767px) {
  .is-style-limit-width {
    max-width: 70%; } }

@media only screen and (min-width: 1210px) {
  .is-style-limit-width {
    max-width: 50%; } }

.is-style-limit-width.has-text-align-center {
  margin-left: auto;
  margin-right: auto; }

html, body {
  margin: 0;
  padding: 0;
  height: 100%; }

html {
  font-size: 16px;
  font-size: 62.5%;
  font-weight: 400;
  line-height: 1.63; }

body {
  line-height: 1.75;
  font-weight: 400;
  background-size: 100% auto;
  color: #e2e2e2; }

* {
  box-sizing: border-box; }

a, img {
  outline: none;
  text-decoration: none; }

img {
  display: block;
  max-width: 100%;
  height: auto;
  border: none; }

.wp-block-image figcaption {
  margin: 0;
  font-weight: 300; }

button {
  cursor: pointer;
  outline: none;
  background: none;
  border: none; }
  button:active, button:focus {
    outline: none; }

/*!
 * 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;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  z-index: 130;
  line-height: 0;
  position: relative;
  z-index: 20; }
  @media only screen and (min-width: 1210px) {
    .hamburger {
      display: none; } }
  .hamburger:hover {
    opacity: 1; }
  .hamburger.is-active:hover {
    opacity: 1; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #eba14b; }

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

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 28px;
    height: 4px;
    background-color: #eba14b;
    border-radius: 4px;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -8px; }
  .hamburger-inner::after {
    bottom: -8px; }

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

.topBarOuter {
  transition: background 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, background 0.5s;
  transition: transform 0.5s, background 0.5s, -webkit-transform 0.5s; }
  @media only screen and (min-width: 1210px) {
    .topBarOuter {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 100; } }

.topBar {
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  transition: 0.3s all;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #484848;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }
  @media only screen and (max-width: 1209px) {
    .topBar {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      opacity: 1; } }
  @media only screen and (min-width: 1210px) {
    .topBar {
      padding-top: 13px;
      padding-bottom: 13px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media only screen and (min-width: 1599px) {
    .topBar {
      padding-top: 26px;
      padding-bottom: 26px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.logo {
  height: 40px;
  transition: 0.3s all; }
  @media only screen and (min-width: 767px) {
    .logo {
      height: 50px; } }
  @media only screen and (min-width: 1599px) {
    .logo {
      height: 65px; } }

.main-navigation {
  position: relative; }
  @media only screen and (max-width: 1209px) {
    .main-navigation {
      width: 100vw;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      padding: 13px 25px; } }
  @media only screen and (min-width: 1210px) {
    .main-navigation {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      width: 100vw;
      transition: 0.5s all;
      margin: 0 auto;
      padding: 0 2vw; } }
  @media only screen and (min-width: 1365px) {
    .main-navigation {
      padding: 0 4vw; } }
  @media only screen and (min-width: 1599px) {
    .main-navigation {
      padding: 0 8vw; } }
  .main-navigation a {
    color: #e2e2e2;
    font-size: 2.2rem;
    transition: 0.3s all;
    font-weight: 400;
    padding: 11px 19px; }
    .main-navigation a:hover {
      color: #eba14b; }
    @media only screen and (max-width: 1209px) {
      .main-navigation a {
        display: block;
        position: relative; } }
    @media only screen and (min-width: 1210px) {
      .main-navigation a {
        font-size: 1.3rem;
        line-height: 1;
        display: block; } }
  .main-navigation .current-menu-item > a,
  .main-navigation .current-menu-parent > a {
    font-weight: bold;
    color: #eba14b; }
  @media only screen and (min-width: 1210px) {
    .main-navigation .logoContainer a {
      display: block; } }

@media (max-width: 768px) {
  .mainMenuWrapper {
    display: block;
    top: 66px;
    height: calc(100vh - 66px);
    overflow: auto; } }

@media (min-width: 768px) and (max-width: 1209px) {
  .mainMenuWrapper {
    top: 66px;
    height: calc(100vh - 76px); } }

@media only screen and (max-width: 1209px) {
  .mainMenuWrapper {
    background: #484848;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -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;
    font-weight: bold;
    transition: 0.4s ease-in-out all;
    -webkit-transform: translate(100vw, 0);
            transform: translate(100vw, 0);
    position: absolute;
    left: 0;
    width: 100vw;
    opacity: 0;
    padding: 36px 36px 65px 36px; } }

@media only screen and (min-width: 1210px) {
  .mainMenuWrapper {
    -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;
    margin-top: -13px;
    margin-bottom: -13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.main-navigation .menu,
.additionalNav {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 2.7rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  .main-navigation .menu .menu-item,
  .main-navigation .menu .additionalNavElem,
  .additionalNav .menu-item,
  .additionalNav .additionalNavElem {
    text-align: left;
    display: block;
    padding: 0; }

.main-navigation .menu {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.main-navigation .menu .menu-item.item-special a {
  border-color: #fff;
  border-radius: 3px; }

@media only screen and (min-width: 1210px) {
  .main-navigation .menu .menu-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid transparent; } }

@media only screen and (min-width: 1210px) {
  .additionalNav {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media only screen and (min-width: 1210px) {
  .additionalNavElem + .additionalNavElem {
    margin-left: 24px; } }

@media only screen and (min-width: 1210px) {
  .nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-transform: uppercase;
    height: 100%; } }

@media only screen and (min-width: 1210px) {
  .nav-menu .menu-item {
    margin-right: 20px;
    line-height: 1;
    height: 100%; } }

@media only screen and (min-width: 1365px) {
  .nav-menu .menu-item {
    margin-right: 35px; } }

@media only screen and (min-width: 1599px) {
  .nav-menu .menu-item {
    margin-right: 54px; } }

@media only screen and (max-width: 1209px) {
  .nav-menu .menu-item.hideMobile {
    display: none; } }

@media only screen and (min-width: 1210px) {
  .mainMenuContainer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; } }

.logoContainer {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  z-index: 5; }
  @media only screen and (min-width: 1210px) {
    .logoContainer svg {
      width: 249px;
      height: auto; } }

.socialMedia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 30px 0; }
  @media only screen and (min-width: 1210px) {
    .socialMedia {
      display: none; } }
  .socialMedia a {
    margin-right: 16px; }

.site_logo_path1 {
  fill: #000;
  transition: 0.2s fill; }

.site_logo_path2 {
  -webkit-clip-path: url(#clip-path);
          clip-path: url(#clip-path); }

@media only screen and (max-width: 1209px) {
  .topBar.is-opened .mainMenuWrapper {
    -webkit-transform: translate(0vw, 0);
            transform: translate(0vw, 0);
    opacity: 1; } }

.category-menu ul {
  padding-left: 0; }

.category-menu .menu {
  text-align: left;
  margin: 0 -7px; }
  @media only screen and (min-width: 1599px) {
    .category-menu .menu {
      margin: 0 -15px; } }

.category-menu .menu-item {
  display: inline-block;
  margin: 0 7px 7px 7px; }
  @media only screen and (min-width: 1599px) {
    .category-menu .menu-item {
      margin-left: 15px;
      margin-right: 15px; } }
  .category-menu .menu-item a {
    margin-top: 0;
    text-transform: none;
    background: none;
    color: #e2e2e2; }

.category-menu .current-menu-item a {
  background: #e2e2e2;
  color: #484848; }

.category-menu.align-left .menu {
  margin-top: 40px; }
  @media only screen and (min-width: 767px) {
    .category-menu.align-left .menu {
      text-align: left; } }
  @media only screen and (min-width: 767px) {
    .category-menu.align-left .menu .menu-item:first-child {
      margin-left: 0; } }

@media only screen and (max-width: 1209px) {
  .menu-item-has-children > a::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: url(../img/icon-slider_active.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
  .menu-item-has-children > a.submenu-opened::after {
    -webkit-transform: translate(0, -50%) rotate(180deg);
            transform: translate(0, -50%) rotate(180deg); }
  .main-navigation .sub-menu {
    background: #e2e2e2;
    padding: 0 35px;
    max-height: 0;
    overflow: hidden;
    transition: 0.5s all; }
    .main-navigation .sub-menu::before, .main-navigation .sub-menu::after {
      content: "";
      display: block;
      height: 10px; }
  .submenu-opened .sub-menu,
  .focus .sub-menu {
    max-height: 500px; } }

@media only screen and (min-width: 1210px) {
  .menu-item-has-children {
    position: relative; }
  .sub-menu {
    position: absolute;
    left: -30px;
    bottom: 0;
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
    z-index: 90;
    background: #484848;
    padding: 20px 30px;
    width: 240px;
    pointer-events: none;
    transition: 0.2s all;
    opacity: 0; }
    .sub-menu a {
      display: block;
      padding: 4px 0;
      color: #fff;
      line-height: 1.2; }
    .sub-menu .current-menu-item > a {
      color: #fff;
      font-weight: bold; }
  .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    pointer-events: all; } }

.siteContainer {
  width: 100%;
  overflow-x: hidden;
  background: #484848; }

.page-template-news-page .siteContainer {
  background: #383838; }

.container {
  padding: 40px 25px; }
  @media only screen and (min-width: 1023px) {
    .container {
      padding: 45px 25px; } }
  @media only screen and (min-width: 1210px) {
    .container {
      padding: 45px 2vw; } }
  @media only screen and (min-width: 1365px) {
    .container {
      padding: 45px 4vw; } }
  @media only screen and (min-width: 1599px) {
    .container {
      padding: 75px 8vw; } }

.menu-spacer {
  padding-top: 80px; }
  @media only screen and (min-width: 767px) {
    .menu-spacer {
      padding-top: 85px; } }
  @media only screen and (min-width: 1599px) {
    .menu-spacer {
      padding-top: 135px; } }
  .menu-spacer > .wp-block-group:first-child {
    padding-top: 50px; }
    @media only screen and (min-width: 1599px) {
      .menu-spacer > .wp-block-group:first-child {
        padding-top: 75px; } }

.page-content a {
  color: #eba14b; }

.no-padding-top {
  padding-top: 0; }

.wp-block-group .wp-block-columns {
  margin-bottom: 0; }

.has-gray-background-color {
  background: #484848; }

.wp-block-image.is-style-as-background {
  position: static;
  margin: 0; }
  .wp-block-image.is-style-as-background img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .wp-block-image.is-style-as-background + div {
    position: relative;
    z-index: 10; }

@media only screen and (min-width: 1023px) {
  .wp-block-image.is-style-minus-top-margin {
    margin-top: -150px; } }

@media (min-width: 600px) and (max-width: 768px) {
  .wp-block-columns.is-style-odd .wp-block-column {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important; } }

@media (min-width: 768px) {
  .wp-block-columns.is-style-odd .wp-block-column {
    -ms-flex-preferred-size: calc(33.33% - 16px) !important;
        flex-basis: calc(33.33% - 16px) !important; } }

.shadow, .is-style-shadow {
  box-shadow: 0px 0px 40px rgba(25, 26, 28, 0.42);
  padding: 25px; }

.is-style-shadow {
  padding: 25px;
  margin-top: 15px;
  margin-bottom: 15px;
  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 (min-width: 1023px) {
    .is-style-shadow {
      padding: 35px 25px; } }
  @media only screen and (min-width: 1599px) {
    .is-style-shadow {
      padding: 55px 50px; } }
  .is-style-shadow .wp-block-buttons {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .is-style-shadow p:empty {
    display: none; }

@media only screen and (max-width: 767px) {
  .menu-spacer > .wp-block-columns .wp-block-column {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important; } }

@media only screen and (max-width: 767px) {
  .menu-spacer > .wp-block-columns .wp-block-column:nth-child(2n) {
    margin-left: 0; } }

figure {
  display: block;
  margin: 0; }

body #cboxCurrent {
  top: -23px; }

.map {
  background: #484848;
  height: 350px; }
  @media only screen and (min-width: 1023px) {
    .map {
      height: 400px; } }
  @media only screen and (min-width: 1599px) {
    .map {
      height: 538px; } }

.sketchfab-embed-wrapper iframe {
  width: 100%; }

.orange-link {
  color: #FC511F;
  font-weight: bold; }

.show_more_text {
  display: none; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .pagination a, .pagination span {
    font-size: 1.4rem;
    font-weight: bold;
    display: inline-block;
    padding: 5px;
    border-radius: 10px;
    transition: 0.3s all;
    background: none;
    text-transform: uppercase;
    margin: 5px;
    color: #e2e2e2;
    border: solid 2px #e2e2e2;
    width: 38px;
    text-align: center; }
  .pagination .page-numbers.current {
    background-color: #e2e2e2;
    color: #484848; }
  .pagination a.prev,
  .pagination a.next {
    padding-left: 0;
    padding-right: 0;
    border: none; }

.grecaptcha-badge {
  display: none; }

body.admin-bar {
  margin-top: -32px; }

.error-page {
  min-height: 60vh; }
  .error-page h1, .error-page h2, .error-page h3 {
    display: block;
    opacity: 1; }
  .error-page .container {
    min-height: 100vh; }

.color-blue a, .is-style-color-blue a, .has-blue-color {
  color: #eba14b; }
  .color-blue a.btn-blue, .is-style-color-blue a.btn-blue, .has-blue-color.btn-blue {
    color: #e2e2e2; }

.dark-bg, .is-style-dark-bg {
  background-color: #383838; }

.heading-hash {
  font-weight: 400;
  margin-top: 8vw; }
  .heading-hash:before {
    content: '# ';
    color: #eba14b; }

.tns-outer {
  padding: 0 !important; }

.tns-outer [hidden] {
  display: none !important; }

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer; }

.tns-slider {
  transition: all 0s; }

.tns-slider > .tns-item {
  box-sizing: border-box; }

.tns-horizontal.tns-subpixel {
  white-space: nowrap; }

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal; }

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both; }

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left; }

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%; }

.tns-no-calc {
  position: relative;
  left: 0; }

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px; }

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  transition: opacity 0s, -webkit-transform 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s; }

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important; }

.tns-gallery > .tns-moving {
  transition: all 0.25s; }

.tns-autowidth {
  display: inline-block; }

.tns-lazy-img {
  transition: opacity 0.6s;
  opacity: 0.6; }

.tns-lazy-img.tns-complete {
  opacity: 1; }

.tns-ah {
  transition: height 0s; }

.tns-ovh {
  overflow: hidden; }

.tns-visually-hidden {
  position: absolute;
  left: -10000em; }

.tns-transparent {
  opacity: 0;
  visibility: hidden; }

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0; }

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1; }

.tns-vpfix {
  white-space: nowrap; }

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block; }

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden; }

.tns-t-ct {
  width: 2333.3333333%;
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0; }

.tns-t-ct:after {
  content: '';
  display: table;
  clear: both; }

.tns-t-ct > div {
  width: 1.4285714%;
  width: calc(100% / 70);
  height: 10px;
  float: left; }
@media only screen and (min-width: 767px) {
  .logotypeWrapper[style] {
    margin-left: 0 !important; } }

@media only screen and (min-width: 1210px) {
  .logotypesSlider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media only screen and (min-width: 767px) {
  .logotype_row .tns-inner {
    position: relative; } }

@media only screen and (min-width: 767px) {
  .logotype_row .tns-horizontal.tns-no-subpixel > .tns-item {
    margin-right: 0; } }

.main-baner-wrapper {
  height: 100%;
  padding-top: 88px;
  position: relative; }
  @media only screen and (min-width: 767px) {
    .main-baner-wrapper {
      padding-top: 98px; } }
  @media only screen and (min-width: 1599px) {
    .main-baner-wrapper {
      padding-top: 139px; } }
  .main-baner-wrapper .main-baner {
    position: relative;
    height: 100%;
    background: url(../img/home-baner.svg) no-repeat center #484848;
    background-size: 30% auto; }
    .main-baner-wrapper .main-baner h1 {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      color: #e2e2e2;
      opacity: 1;
      padding: 0;
      margin: 0;
      font-size: 3rem;
      white-space: nowrap; }
      @media only screen and (min-width: 767px) {
        .main-baner-wrapper .main-baner h1 {
          font-size: 6rem; } }
      @media only screen and (min-width: 1210px) {
        .main-baner-wrapper .main-baner h1 {
          font-size: 8rem; } }
      @media only screen and (min-width: 1599px) {
        .main-baner-wrapper .main-baner h1 {
          font-size: 10rem; } }
  .main-baner-wrapper .scroll-down {
    width: 100%;
    display: block;
    text-align: center;
    color: #e2e2e2;
    font-size: 1.3rem;
    padding: 14px 0;
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 10; }

.is-style-inline-slider {
  margin: 50px -25vw; }
  @media (min-width: 600px) {
    .is-style-inline-slider {
      margin-left: 0; } }
  @media only screen and (min-width: 1023px) {
    .is-style-inline-slider {
      margin: 0 -20vw 0 6vw; } }
  @media only screen and (min-width: 1599px) {
    .is-style-inline-slider {
      margin-right: -15vw; } }
  .is-style-inline-slider .wp-block-group__inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .is-style-inline-slider .tns-controls {
    padding-left: 25vw;
    outline: none !important; }
    @media (min-width: 600px) {
      .is-style-inline-slider .tns-controls {
        padding-left: 0; } }
    @media only screen and (min-width: 1210px) {
      .is-style-inline-slider .tns-controls {
        margin-top: 25px; } }
    @media only screen and (min-width: 1599px) {
      .is-style-inline-slider .tns-controls {
        margin-top: 40px; } }
    .is-style-inline-slider .tns-controls button {
      width: 35px;
      height: 35px;
      border-radius: 10px;
      border: solid 2px #FC511F;
      overflow: hidden;
      text-indent: -140px;
      background: no-repeat center;
      background-size: auto 9px;
      margin-right: 10px; }
      @media only screen and (min-width: 1023px) {
        .is-style-inline-slider .tns-controls button {
          width: 54px;
          height: 54px;
          margin-right: 18px; } }
    .is-style-inline-slider .tns-controls button[data-controls="prev"] {
      background-image: url(../img/icon-arrow-left.svg); }
    .is-style-inline-slider .tns-controls button[data-controls="next"] {
      background-image: url(../img/icon-arrow-right.svg); }
  .is-style-inline-slider figure {
    margin: 0;
    display: block;
    position: relative;
    padding: 50px 15px; }
    @media only screen and (min-width: 1599px) {
      .is-style-inline-slider figure {
        padding: 50px 50px 60px 50px; } }
    .is-style-inline-slider figure img, .is-style-inline-slider figure figcaption {
      position: relative;
      z-index: 2;
      text-align: center;
      margin-bottom: 0; }
    .is-style-inline-slider figure img {
      max-width: 70%;
      margin: 0 auto; }
      @media only screen and (min-width: 1365px) {
        .is-style-inline-slider figure img {
          max-width: 50%; } }
    .is-style-inline-slider figure figcaption {
      font-weight: bold;
      font-size: 1.6rem;
      line-height: 1.25;
      margin-top: 20px; }
      @media only screen and (min-width: 1365px) {
        .is-style-inline-slider figure figcaption {
          font-size: 2rem;
          margin-top: 30px; } }
      @media only screen and (min-width: 1599px) {
        .is-style-inline-slider figure figcaption {
          font-size: 2.1rem;
          margin-top: 80px; } }
    .is-style-inline-slider figure::after {
      content: "";
      display: block;
      position: absolute;
      left: 15px;
      right: 15px;
      top: 10px;
      bottom: 25px;
      background: #fff;
      box-shadow: 0px 0px 18px rgba(131, 131, 131, 0.16); }
      @media only screen and (min-width: 1599px) {
        .is-style-inline-slider figure::after {
          left: 15px;
          right: 15px; } }

.wp-block-group {
  position: relative;
  padding: 40px 25px; }
  @media only screen and (min-width: 1023px) {
    .wp-block-group {
      padding: 65px 25px; } }
  @media only screen and (min-width: 1210px) {
    .wp-block-group {
      padding: 85px 2vw; } }
  @media only screen and (min-width: 1365px) {
    .wp-block-group {
      padding: 85px 4vw; } }
  @media only screen and (min-width: 1599px) {
    .wp-block-group {
      padding: 115px 8vw; } }
  .wp-block-group .wp-block-group {
    padding: 0; }
  @media only screen and (min-width: 1023px) {
    .wp-block-group.is-style-small-margin {
      padding: 60px 25px; } }
  @media only screen and (min-width: 1210px) {
    .wp-block-group.is-style-small-margin {
      padding: 80px 2vw; } }
  @media only screen and (min-width: 1365px) {
    .wp-block-group.is-style-small-margin {
      padding: 80px 4vw; } }
  @media only screen and (min-width: 1599px) {
    .wp-block-group.is-style-small-margin {
      padding: 80px 8vw; } }
  .wp-block-group.is-style-zero-margin {
    padding-top: 0;
    padding-bottom: 0; }

.wp-block-group__inner-container > * {
  position: relative; }

.wp-block-group.is-style-front-tiles-grid {
  background: #383838; }
  @media only screen and (min-width: 1023px) {
    .wp-block-group.is-style-front-tiles-grid {
      padding: 65px 25px; } }
  @media only screen and (min-width: 1210px) {
    .wp-block-group.is-style-front-tiles-grid {
      padding: 75px 2vw; } }
  @media only screen and (min-width: 1365px) {
    .wp-block-group.is-style-front-tiles-grid {
      padding: 75px 4vw; } }
  @media only screen and (min-width: 1599px) {
    .wp-block-group.is-style-front-tiles-grid {
      padding: 75px 8vw; } }
  .wp-block-group.is-style-front-tiles-grid .wp-block-image, .wp-block-group.is-style-front-tiles-grid .wp-block-image.is-resized {
    display: block;
    width: 100%;
    height: 250px;
    position: relative; }
    @media only screen and (min-width: 479px) {
      .wp-block-group.is-style-front-tiles-grid .wp-block-image, .wp-block-group.is-style-front-tiles-grid .wp-block-image.is-resized {
        width: calc(50% - 30px);
        margin: 15px; } }
    @media only screen and (min-width: 1210px) {
      .wp-block-group.is-style-front-tiles-grid .wp-block-image, .wp-block-group.is-style-front-tiles-grid .wp-block-image.is-resized {
        height: auto;
        min-height: 250px;
        width: 100%;
        margin: 0; } }
    .wp-block-group.is-style-front-tiles-grid .wp-block-image img, .wp-block-group.is-style-front-tiles-grid .wp-block-image.is-resized img {
      display: block;
      width: 100%;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .wp-block-group.is-style-front-tiles-grid .wp-block-image > figcaption, .wp-block-group.is-style-front-tiles-grid .wp-block-image.is-resized > figcaption {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      padding: 105px 25px 15px 25px;
      text-align: center;
      display: block;
      color: #fff;
      background: url(../img/photo-cover.png) repeat-x left bottom;
      margin: 0;
      font-size: 1.6rem;
      font-weight: bold;
      pointer-events: none; }
    .wp-block-group.is-style-front-tiles-grid .wp-block-image:nth-child(1), .wp-block-group.is-style-front-tiles-grid .wp-block-image.is-resized:nth-child(1) {
      grid-area: leftCol; }
    .wp-block-group.is-style-front-tiles-grid .wp-block-image:nth-child(2), .wp-block-group.is-style-front-tiles-grid .wp-block-image.is-resized:nth-child(2) {
      grid-area: centerCol1; }
    .wp-block-group.is-style-front-tiles-grid .wp-block-image:nth-child(3), .wp-block-group.is-style-front-tiles-grid .wp-block-image.is-resized:nth-child(3) {
      grid-area: centerCol2; }
    .wp-block-group.is-style-front-tiles-grid .wp-block-image:nth-child(4), .wp-block-group.is-style-front-tiles-grid .wp-block-image.is-resized:nth-child(4) {
      grid-area: centerCol3; }
    .wp-block-group.is-style-front-tiles-grid .wp-block-image:nth-child(5), .wp-block-group.is-style-front-tiles-grid .wp-block-image.is-resized:nth-child(5) {
      grid-area: centerCol4; }
    .wp-block-group.is-style-front-tiles-grid .wp-block-image:nth-child(6), .wp-block-group.is-style-front-tiles-grid .wp-block-image.is-resized:nth-child(6) {
      grid-area: rightCol; }
  .wp-block-group.is-style-front-tiles-grid .wp-block-group__inner-container {
    width: 100%; }
    @media only screen and (min-width: 479px) {
      .wp-block-group.is-style-front-tiles-grid .wp-block-group__inner-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px); } }
    @media only screen and (min-width: 1210px) {
      .wp-block-group.is-style-front-tiles-grid .wp-block-group__inner-container {
        margin-left: 0;
        margin-right: 0;
        width: 100%; } }
    @media only screen and (min-width: 1210px) {
      .wp-block-group.is-style-front-tiles-grid .wp-block-group__inner-container {
        display: -ms-grid;
        display: grid;
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
            grid-template-columns: 1fr 1fr 1fr 1fr;
        -ms-grid-rows: auto;
            grid-template-rows: auto;
        grid-template-areas: "leftCol centerCol1 centerCol2 rightCol" "leftCol centerCol3 centerCol4 rightCol"; } }
  .wp-block-group.is-style-front-tiles-grid figure {
    overflow: hidden; }
  .wp-block-group.is-style-front-tiles-grid a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s all; }
    .wp-block-group.is-style-front-tiles-grid a:hover {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
      transition: 1s all; }

.block-editor-block-list__layout .wp-block-group {
  padding: 30px 10px; }

.wp-block-quote {
  font-weight: 300;
  font-size: 2.5rem;
  font-style: italic;
  line-height: 1.37;
  position: relative;
  color: #dbdbdb; }
  .wp-block-quote:after {
    position: absolute;
    content: "";
    background: #eba14b;
    left: 50%;
    bottom: -40px;
    width: 100px;
    height: 3px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  @media only screen and (min-width: 1210px) {
    .wp-block-quote {
      font-size: 3.2rem; }
      .wp-block-quote:after {
        width: 170px;
        height: 7px; } }
  @media only screen and (min-width: 1599px) {
    .wp-block-quote {
      font-size: 5.1rem;
      width: 100%; } }

.btn, .is-style-btn-white .wp-block-button__link,
.is-style-btn-white-center .wp-block-button__link,
.category-menu a {
  font-size: 1.2rem;
  font-weight: bold;
  display: inline-block;
  padding: 8px 18px;
  border-radius: 5px;
  transition: 0.3s all;
  background: none;
  text-transform: uppercase;
  margin-top: 1em; }
  .btn::after, .is-style-btn-white .wp-block-button__link::after,
  .is-style-btn-white-center .wp-block-button__link::after,
  .category-menu a::after {
    content: "";
    display: inline-block;
    margin-left: 3px;
    margin-bottom: 3px; }
  @media only screen and (min-width: 1210px) {
    .btn, .is-style-btn-white .wp-block-button__link,
    .is-style-btn-white-center .wp-block-button__link,
    .category-menu a {
      font-size: 1.3rem;
      padding: 10px 28px; } }
  @media only screen and (min-width: 1599px) {
    .btn, .is-style-btn-white .wp-block-button__link,
    .is-style-btn-white-center .wp-block-button__link,
    .category-menu a {
      font-size: 1.5rem;
      padding: 17px 58px; } }

.btn-gray, .is-style-btn-white .wp-block-button__link,
.is-style-btn-white-center .wp-block-button__link {
  color: #e2e2e2;
  border: solid 2px #e2e2e2; }
  .btn-gray:hover, .is-style-btn-white .wp-block-button__link:hover,
  .is-style-btn-white-center .wp-block-button__link:hover {
    background: #e2e2e2;
    color: #383838;
    text-decoration: none; }

.wp-block-button__link {
  border-radius: 35px; }

.category-menu a {
  font-size: 1.3rem;
  font-weight: bold;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 5px;
  transition: 0.3s all;
  background: none;
  text-transform: uppercase;
  margin-top: 1em; }
  .category-menu a::after {
    content: "";
    display: inline-block;
    margin-left: 3px;
    margin-bottom: 3px; }
  @media only screen and (min-width: 1210px) {
    .category-menu a {
      font-size: 1.4rem;
      padding: 6px 20px; } }
  @media only screen and (min-width: 1599px) {
    .category-menu a {
      font-size: 1.9rem;
      padding: 8px 30px; } }

.btn-blue, .is-style-btn-blue .wp-block-button__link,
.is-style-btn-blue-center .wp-block-button__link,
.color-blue .btn.btn-gray, form button.wp-block-button__link {
  color: #fff;
  font-size: 1.2rem;
  border: solid 2px #eba14b;
  text-transform: uppercase;
  padding: 8px 16px;
  background: #eba14b;
  margin: 15px 0; }
  @media only screen and (min-width: 1210px) {
    .btn-blue, .is-style-btn-blue .wp-block-button__link,
    .is-style-btn-blue-center .wp-block-button__link,
    .color-blue .btn.btn-gray, form button.wp-block-button__link {
      font-size: 1.3rem;
      padding: 10px 18px;
      margin: 25px 0; } }
  @media only screen and (min-width: 1599px) {
    .btn-blue, .is-style-btn-blue .wp-block-button__link,
    .is-style-btn-blue-center .wp-block-button__link,
    .color-blue .btn.btn-gray, form button.wp-block-button__link {
      font-size: 1.5rem;
      padding: 17px 39px;
      margin: 40px 0; } }
  .btn-blue:hover, .is-style-btn-blue .wp-block-button__link:hover,
  .is-style-btn-blue-center .wp-block-button__link:hover,
  .color-blue .btn.btn-gray:hover, form button.wp-block-button__link:hover {
    background: #383838;
    color: #eba14b;
    text-decoration: none; }

.category-menu a {
  color: #383838;
  border: solid 2px #fff;
  background: #fff; }
  .category-menu a:hover {
    background: #383838;
    color: #fff;
    text-decoration: none; }

button.btn {
  height: 48px; }
  @media only screen and (min-width: 1210px) {
    button.btn {
      height: 56px; } }

.wp-block-buttons {
  width: calc(100% - 8px); }
  .wp-block-buttons .wp-block-button {
    margin-left: 0;
    margin-right: 0; }

.is-style-btn-white-center {
  width: 100%;
  text-align: center;
  margin-left: 0;
  margin-right: 0; }

.wp-block-buttons.is-style-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .wp-block-buttons.is-style-center .wp-block-button {
    margin: 0px 7px 5px 7px; }

.reference-list {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 40px; }
  @media only screen and (min-width: 767px) {
    .reference-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media only screen and (min-width: 1210px) {
    .reference-list {
      margin-bottom: 65px; } }

.reference-box {
  padding: 30px;
  font-weight: 300;
  position: relative;
  margin: 15px; }
  @media only screen and (min-width: 767px) {
    .reference-box {
      width: calc(50% - 30px); } }
  @media only screen and (min-width: 1210px) {
    .reference-box {
      width: calc(25% - 30px); } }
  .reference-box strong {
    color: #FC511F;
    font-weight: bold;
    text-align: center;
    display: block;
    text-transform: uppercase; }
  .reference-box::before, .reference-box::after {
    content: "";
    position: absolute;
    z-index: 1;
    display: block;
    width: 30px;
    height: 25px;
    background: url(../img/quote.svg) no-repeat center;
    background-size: contain; }
  .reference-box::before {
    left: 10px;
    top: -10px; }
  .reference-box::after {
    right: 10px;
    bottom: -15px; }

.reference-content {
  margin: 0;
  padding-bottom: 75px; }

.reference-footer {
  text-align: center;
  margin-bottom: 0;
  margin-top: 85px;
  line-height: 1.25;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px; }

.post-list {
  margin: 30px auto; }
  @media only screen and (max-width: 767px) {
    .post-list {
      max-width: 386px; } }
  @media only screen and (min-width: 767px) {
    .post-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      max-width: 750px; } }
  @media only screen and (min-width: 1210px) {
    .post-list {
      max-width: none;
      margin-left: -15px;
      margin-right: -15px; } }

.post-box {
  max-width: 526px;
  margin: 25px 0; }
  .post-box.blue .category-links {
    color: #eba14b; }
  @media only screen and (min-width: 767px) {
    .post-box {
      margin: 15px;
      width: calc(50% - 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-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  @media only screen and (min-width: 1210px) {
    .post-box {
      width: calc(33.33% - 30px);
      margin: 30px 15px; } }
  .post-box .btn {
    border-radius: 40px; }
  .post-box .h3 {
    color: #e2e2e2;
    margin-bottom: 5px;
    opacity: 1; }
  @media only screen and (min-width: 767px) {
    .post-box .post-excerpt {
      height: 6.6em;
      overflow: hidden;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }

.post-box-link {
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%; }
  .post-box-link .h3 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }

.category-links {
  margin: 15px 0 0px 0; }

.post-category {
  font-size: 1.3rem;
  color: #e2e2e2; }
  @media only screen and (min-width: 1210px) {
    .post-category {
      font-size: 1.7rem; } }

.post-category + .post-category::before {
  content: ",";
  display: inline-block;
  margin-right: 6px;
  margin-left: -3px; }

.meetings-list {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0; }

.knowledge-box .knowledge-thumbnail {
  position: relative; }
  .knowledge-box .knowledge-thumbnail .lock-post {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    background: rgba(72, 72, 72, 0.93);
    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;
    color: #e2e2e2;
    font-size: 1.2rem;
    line-height: 2.05;
    text-align: center; }
    @media only screen and (min-width: 1210px) {
      .knowledge-box .knowledge-thumbnail .lock-post {
        font-size: 1.4rem; } }
    @media only screen and (min-width: 1599px) {
      .knowledge-box .knowledge-thumbnail .lock-post {
        font-size: 1.7rem; } }

@media (min-width: 600px) {
  .wp-block-columns.is-style-align-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; } }

.wp-block-column {
  position: relative; }
  @media only screen and (min-width: 767px) {
    .wp-block-column figure {
      margin-bottom: 0; } }
  @media only screen and (min-width: 767px) {
    .wp-block-column p:first-child {
      margin-top: 0; } }
  @media only screen and (min-width: 1023px) {
    .wp-block-column.is-style-more-padding > * {
      margin-left: 3vw;
      margin-right: 3vw; } }
  @media only screen and (min-width: 1210px) {
    .wp-block-column.is-style-more-padding > * {
      margin-left: 6vw;
      margin-right: 6vw; } }

.wp-block-embed {
  position: relative;
  height: 0;
  padding-bottom: 56.25%; }
  .wp-block-embed iframe, .wp-block-embed video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

@media (max-width: 599px) {
  .wp-block-columns.is-style-mobile-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

.wp-block-column.is-style-shadow {
  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; }
  .wp-block-column.is-style-shadow figure {
    height: 185px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .wp-block-column.is-style-shadow ul {
    margin-top: 0;
    text-align: center;
    padding: 0; }
    .wp-block-column.is-style-shadow ul li {
      display: block; }
      .wp-block-column.is-style-shadow ul li::before {
        content: "\2022";
        display: inline-block;
        margin-right: 6px; }
  .wp-block-column.is-style-shadow p + ul {
    margin-top: -0.8em; }

.wp-block-group.is-style-wide-section {
  padding: 5.2vw 0 3.6vw 0; }
  @media only screen and (min-width: 1210px) {
    .wp-block-group.is-style-wide-section {
      margin-left: -7.8vw;
      margin-right: -7.8vw; } }

.wp-block-group.is-style-medium-section {
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto; }

ol.is-style-big-counter {
  counter-reset: list-counter;
  margin-left: 2.2em; }
  ol.is-style-big-counter li {
    counter-increment: list-counter;
    display: block;
    line-height: 1.1;
    margin-bottom: 1em; }
    ol.is-style-big-counter li::before {
      content: counter(list-counter) ". ";
      font-size: 2.3em;
      color: #eba14b;
      font-weight: 800;
      display: inline-block;
      width: 1.2em;
      margin-left: -1.2em; }

.read-more-box {
  text-align: center;
  padding-top: 0; }
  .read-more-box .read-more-text {
    font-size: 4.1rem;
    line-height: 1.58; }
    .read-more-box .read-more-text p {
      margin: 0 0 40px 0; }
  .read-more-box a {
    border-radius: 50px; }
    .read-more-box a:hover {
      text-decoration: none; }
  .read-more-box figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 60px; }

.article-header {
  position: relative;
  height: 300px;
  margin-bottom: 30px; }
  @media only screen and (min-width: 1365px) {
    .article-header {
      height: 350px;
      margin-bottom: 40px; } }
  @media only screen and (min-width: 1599px) {
    .article-header {
      height: 445px;
      margin-bottom: 69px; } }
  .article-header img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.article-empty-header {
  height: 0px; }
  @media only screen and (min-width: 1210px) {
    .article-empty-header {
      height: 120px; } }

.article-categories {
  margin-bottom: 20px; }
  @media only screen and (min-width: 1023px) {
    .article-categories {
      text-align: right; } }
  @media only screen and (min-width: 1599px) {
    .article-categories {
      margin-bottom: 10px; } }

@media only screen and (min-width: 1210px) {
  .article-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.article-content,
.is-style-narrow-section .wp-block-group__inner-container {
  max-width: 1082px;
  margin-left: auto;
  margin-right: auto; }
  .article-content .meeting-data,
  .is-style-narrow-section .wp-block-group__inner-container .meeting-data {
    color: #424e5a; }
  @media only screen and (min-width: 1210px) {
    .article-content,
    .is-style-narrow-section .wp-block-group__inner-container {
      max-width: none;
      width: 70%;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      padding-right: 8%; } }
  @media only screen and (min-width: 1599px) {
    .article-content,
    .is-style-narrow-section .wp-block-group__inner-container {
      width: 75%; } }

.is-style-narrow-section .wp-block-group__inner-container {
  padding-right: 0; }

.article-content-inner h2 {
  margin-top: 1.5em; }

.article-content-inner h2 + p {
  margin-top: 8px; }

.article-content-inner ul, .article-content-inner ol {
  margin: 40px 0 60px 0;
  padding: 0; }
  .article-content-inner ul ul, .article-content-inner ul ol, .article-content-inner ol ul, .article-content-inner ol ol {
    margin-top: 0;
    margin-bottom: 0; }
  .article-content-inner ul li, .article-content-inner ol li {
    display: block;
    margin: 10px 0;
    padding-left: 52px;
    position: relative; }
    .article-content-inner ul li::before, .article-content-inner ol li::before {
      content: "";
      display: block;
      width: 11px;
      height: 11px;
      background: #e2e2e2;
      border-radius: 100%;
      margin-right: 10px;
      position: absolute;
      top: 0.4em;
      left: 22px; }
    .article-content-inner ul li li::before, .article-content-inner ol li li::before {
      background: none;
      border: solid 3px #e2e2e2;
      box-sizing: border-box; }

.article-content-inner ol {
  counter-reset: list-counter; }
  .article-content-inner ol > li {
    counter-increment: list-counter; }
  .article-content-inner ol > li::before {
    content: counter(list-counter) ". ";
    background: none;
    top: 0; }

.article-content-inner h3 {
  margin-top: 1.5em; }

.article-sidebar {
  margin-top: 80px;
  display: block; }
  @media only screen and (min-width: 767px) {
    .article-sidebar {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-left: -15px;
      margin-right: -15px; } }
  @media only screen and (min-width: 1210px) {
    .article-sidebar {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 30%;
      display: block;
      margin: 52px 0 0 0; } }
  @media only screen and (min-width: 1599px) {
    .article-sidebar {
      width: 25%; } }

.side-news {
  margin-top: 40px; }
  @media only screen and (min-width: 767px) {
    .side-news {
      margin: 15px;
      width: calc( 50% - 30px); } }
  @media only screen and (min-width: 1023px) {
    .side-news {
      width: calc( 33.33% - 30px); } }
  @media only screen and (min-width: 1210px) {
    .side-news {
      width: 100%;
      margin: 0 0 50px 0; } }
  @media only screen and (min-width: 1599px) {
    .side-news {
      margin-bottom: 75px; } }

.meetings-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 69px;
  background: #383838;
  font-size: 1.3rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media only screen and (min-width: 1210px) {
    .meetings-header {
      font-size: 1.5rem; } }
  @media only screen and (min-width: 1365px) {
    .meetings-header {
      font-size: 1.7rem;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .meetings-header .image {
    height: 300px;
    position: relative;
    overflow: hidden; }
    @media only screen and (min-width: 1365px) {
      .meetings-header .image {
        height: 636px;
        width: 58%; } }
    .meetings-header .image img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .meetings-header .meeting-info {
    padding: 20px 7.2vw;
    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; }
    .meetings-header .meeting-info .icon {
      padding-left: 60px;
      background-position: left center;
      background-repeat: no-repeat;
      margin: 12px 0; }
      .meetings-header .meeting-info .icon.time {
        background-image: url(../img/time-icon.png); }
      .meetings-header .meeting-info .icon.place {
        background-image: url(../img/place-icon.png); }
      .meetings-header .meeting-info .icon.guest {
        background-image: url(../img/user-icon.png); }
    .meetings-header .meeting-info h3 {
      opacity: 1;
      font-size: 1em; }
    .meetings-header .meeting-info .meeting-info-footer {
      padding-top: 20px;
      border-top: 2px solid #e2e2e2;
      margin-top: 4.8vw; }
    .meetings-header .meeting-info .btn {
      border-radius: 50px;
      margin: 23px 0 0 0; }

.knowledge .knowledge-footer {
  width: 85%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 13.5vw 0 4.5vw 0; }
  .knowledge .knowledge-footer .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .knowledge .knowledge-footer .prev-post figure {
    margin-right: 25px; }
  .knowledge .knowledge-footer .next-post {
    text-align: right; }
    .knowledge .knowledge-footer .next-post figure {
      margin-left: 25px; }
  .knowledge .knowledge-footer p {
    margin: 0; }
  .knowledge .knowledge-footer a {
    color: #eba14b; }

.knowledge .knowledge-comments {
  border-top: solid 1px #424E5A; }
  .knowledge .knowledge-comments h2 {
    opacity: 1;
    font-size: 2.5rem; }
    @media only screen and (min-width: 1023px) {
      .knowledge .knowledge-comments h2 {
        font-size: 3.5rem; } }
    @media only screen and (min-width: 1599px) {
      .knowledge .knowledge-comments h2 {
        font-size: 5.1rem; } }

.wp-block-group {
  counter-reset: faq-counter; }

.faq-question {
  counter-increment: faq-counter;
  position: relative;
  padding: 0 50px;
  cursor: pointer; }
  @media only screen and (max-width: 767px) {
    .faq-question {
      padding-left: 0; } }
  @media only screen and (min-width: 1210px) {
    .faq-question {
      padding: 0 80px; } }
  .faq-question::before, .faq-question::after {
    content: counter(faq-counter);
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 1.7rem;
    text-align: center;
    color: #FC511F;
    border: solid 2px #FC511F;
    border-radius: 8px;
    position: absolute;
    left: 0;
    top: -5px; }
    @media only screen and (min-width: 1210px) {
      .faq-question::before, .faq-question::after {
        width: 54px;
        height: 54px;
        line-height: 54px;
        border-radius: 15px;
        top: -16px; } }
  @media only screen and (max-width: 767px) {
    .faq-question::before {
      display: none; } }
  .faq-question::after {
    content: "";
    left: auto;
    right: 0;
    background: url(../img/arrow-down.svg) no-repeat center;
    background-size: 13px auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    transition: 0.5s border; }

.faq-question.is-active::after {
  border-color: #484848;
  background-image: url(../img/arrow-up.svg);
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); }

.faq-block-wrapper {
  background: #fff;
  padding: 30px;
  margin-bottom: 3px; }
  @media only screen and (min-width: 1023px) {
    .faq-block-wrapper {
      padding: 35px 40px; } }
  @media only screen and (min-width: 1365px) {
    .faq-block-wrapper {
      padding: 45px 55px; } }

.faq-answer-wrapper {
  max-height: 0px;
  overflow: hidden;
  transition: 0.5s all; }

.faq-answer {
  padding: 25px 0 10px 0; }
  @media only screen and (min-width: 1023px) {
    .faq-answer {
      padding: 25px 50px 10px 50px; } }
  @media only screen and (min-width: 1210px) {
    .faq-answer {
      padding: 35px 80px 10px 80px; } }

input[type="text"], input[type="email"], input[type="tel"],
textarea, select {
  font-size: 1.7rem;
  color: #484848;
  height: 48px;
  line-height: 48px;
  padding: 15px;
  border: none;
  width: 100%;
  background: #fff;
  font-family: muli, sans-serif;
  font-weight: 400;
  font-style: normal; }

textarea {
  height: 143px;
  resize: none;
  line-height: 1.25; }

select {
  line-height: 48px;
  padding: 10px 15px; }

select option {
  line-height: 1.3;
  min-height: 1.3em; }

.langSwitcher {
  position: relative;
  display: block; }
  .langSwitcher::after {
    position: absolute;
    right: 18px;
    top: 22px;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 3px 0 3px;
    border-color: #FC511F transparent transparent transparent; }

@media only screen and (max-width: 1209px) {
  .langSwitcher {
    -ms-flex-item-align: start;
        align-self: flex-start;
    display: inline-block; } }

.langSwitcher select {
  padding-right: 10px; }
  @media only screen and (max-width: 1209px) {
    .langSwitcher select {
      padding-right: 20px; } }

.langSwitcher::after {
  right: 4px;
  top: 11px; }
  @media only screen and (max-width: 1209px) {
    .langSwitcher::after {
      top: 20px;
      right: 10px; } }

.form-input {
  border-radius: 4px; }
  .form-input span.wpcf7-not-valid-tip {
    font-size: 1.2rem; }

.form-input-hidden {
  display: none; }

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border: none;
  padding: 15px;
  background: #FC511F;
  color: #fff;
  font-size: 1.3rem;
  margin-left: 0;
  margin-right: 0; }

div.wpcf7-mail-sent-ok {
  border: none;
  padding: 15px;
  margin-left: 0;
  margin-right: 0;
  background: #8CD867;
  color: #fff;
  font-size: 1.3rem; }

.form-input + .form-input {
  margin-top: 19px; }

form button.wp-block-button__link {
  margin-top: 19px;
  font-family: muli, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 800; }

.form-input.checkbox {
  margin-top: 30px; }
  .form-input.checkbox span.wpcf7-list-item {
    margin-left: 30px; }
  .form-input.checkbox label, .form-input.checkbox .acceptance_more {
    position: relative;
    font-size: 1.2rem;
    line-height: 1.66;
    display: block; }
    .form-input.checkbox label a, .form-input.checkbox .acceptance_more a {
      color: #eba14b;
      text-decoration: underline; }
  .form-input.checkbox .acceptance_more {
    display: none;
    margin-left: 30px; }
  .form-input.checkbox input[type="checkbox"] {
    display: none; }
    .form-input.checkbox input[type="checkbox"] + span::before {
      content: "";
      display: block;
      position: absolute;
      left: -30px;
      top: 0;
      background: #fff;
      width: 17px;
      height: 17px;
      border: solid 4px #fff;
      border-radius: 2px;
      box-sizing: border-box; }
  .form-input.checkbox input[type="checkbox"]:checked + span::before {
    background: #eba14b; }

.form-input.checkbox + .form-input.checkbox {
  margin-top: 19px; }

.wpcf7 form.sent .wpcf7-response-output {
  opacity: 0;
  display: none; }

.pageCover {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #383838;
  z-index: 110;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s all; }
  .pageCover.active {
    opacity: 10.5;
    pointer-events: all; }

.formSendInfo {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #484848;
  padding: 30px 20px 20px 20px;
  text-align: center;
  z-index: 120;
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.16);
  width: 95%;
  max-width: 1000px;
  max-height: 95%;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s all; }
  @media only screen and (min-width: 1365px) {
    .formSendInfo {
      padding: 60px; } }
  .formSendInfo strong {
    color: #eba14b; }
  .formSendInfo a {
    color: #eba14b;
    text-decoration: underline; }
  .formSendInfo p {
    margin: 1.8em 0; }
  .formSendInfo .close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer; }
    .formSendInfo .close img {
      width: 25px; }
  .formSendInfo.active {
    pointer-events: all;
    opacity: 1; }

.wp-block-group.is-style-list {
  padding-top: 50px; }
  .wp-block-group.is-style-list .wp-block-group__inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

.person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 15px 0; }
  @media only screen and (min-width: 479px) {
    .person {
      margin: 15px;
      width: calc(50% - 30px); } }
  @media only screen and (min-width: 767px) {
    .person {
      width: calc(33.33% - 30px); } }
  @media only screen and (min-width: 1365px) {
    .person {
      width: calc(25% - 30px); } }
  .person figure {
    display: block; }

.person-border {
  border: solid 1px #e2e2e2; }

.person-picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .person-picture img {
    width: 100%; }

.person-desc {
  background: #e2e2e2;
  padding: 20px 15px;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.large-person-desc {
  padding: 30px 20px; }
  @media only screen and (min-width: 1599px) {
    .large-person-desc {
      padding: 40px 30px; } }

@media only screen and (max-width: 767px) {
  .person-title {
    font-size: 2rem;
    margin-top: 0; } }

@media only screen and (min-width: 767px) {
  .person-title {
    margin-bottom: 0;
    margin-top: 0; } }

.person-position {
  line-height: 1.2;
  margin-bottom: 2px; }

.person-phone {
  font-weight: bold;
  margin-top: 0; }

.gallery-short-list {
  margin: 20px auto;
  max-width: 300px; }
  @media (min-width: 600px) {
    .gallery-short-list {
      max-width: none; } }
  @media only screen and (min-width: 767px) {
    .gallery-short-list {
      margin: 30px 0; } }
  @media only screen and (min-width: 1023px) {
    .gallery-short-list {
      margin-bottom: 50px; } }
  @media only screen and (min-width: 1599px) {
    .gallery-short-list {
      margin: 40px 0 60px 0; } }

@media (max-width: 600px) {
  .gallery-large-grid {
    height: 0;
    padding-bottom: 100%;
    margin-bottom: 10px; } }

.gallery-small-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }
  @media (min-width: 600px) {
    .gallery-small-grid {
      margin: -32px 0 0 0;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .gallery-small-grid .wp-block-image {
    margin: 10px;
    width: calc(50% - 20px); }
    @media (min-width: 600px) {
      .gallery-small-grid .wp-block-image {
        margin: 32px 0 0 0;
        width: calc(50% - 16px); } }
  .gallery-small-grid .wp-block-image:nth-child(3) {
    display: none; }
    @media only screen and (min-width: 1023px) {
      .gallery-small-grid .wp-block-image:nth-child(3) {
        display: block; } }

.gallery-link {
  width: 100%;
  margin: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0; }
  @media (min-width: 600px) {
    .gallery-link {
      margin: 32px 0 0 0; } }
  @media only screen and (min-width: 1023px) {
    .gallery-link {
      width: calc(50% - 16px); } }
  .gallery-link .btn {
    margin-top: 0; }

.blocks-gallery-grid .blocks-gallery-item {
  padding-left: 0; }
  .blocks-gallery-grid .blocks-gallery-item::before {
    display: none; }

.site-footer {
  background: #484848;
  padding-top: 50px; }

.icons-area {
  padding-top: 32px;
  padding-bottom: 32px; }
  .icons-area .footer-icons {
    width: 100%; }

.authors-area {
  border-top: solid 1px #838383;
  padding-top: 27px;
  padding-bottom: 24px;
  position: relative;
  font-size: 0.8em;
  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; }
  @media only screen and (min-width: 767px) {
    .authors-area {
      -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; } }
  .authors-area p, .authors-area a {
    color: #fff;
    text-transform: uppercase;
    line-height: 1.9; }
  .authors-area p {
    margin: 0; }
    .authors-area p.footer-left-text {
      text-align: center; }
      @media only screen and (min-width: 767px) {
        .authors-area p.footer-left-text {
          text-align: left; } }
    .authors-area p.footer-right-text {
      text-align: center; }
      @media only screen and (min-width: 767px) {
        .authors-area p.footer-right-text {
          text-align: right; } }

.footer-logo {
  width: 82px;
  margin: 20px 0; }
  @media only screen and (min-width: 767px) {
    .footer-logo {
      margin: 0;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); } }

.scroll-top {
  position: fixed;
  width: 25px;
  height: 25px;
  right: 7.5vw;
  top: 85vh;
  z-index: 94;
  cursor: pointer; }
  @media only screen and (min-width: 1210px) {
    .scroll-top {
      width: 35px;
      height: 35px; } }
  @media only screen and (min-width: 1599px) {
    .scroll-top {
      width: 57px;
      height: 57px; } }

.cookieInfo {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #484848;
  color: #fff;
  z-index: 95;
  display: none; }
  .cookieInfo .container {
    padding-top: 15px;
    padding-bottom: 15px; }
    @media only screen and (min-width: 1023px) {
      .cookieInfo .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    @media only screen and (min-width: 1599px) {
      .cookieInfo .container {
        padding-top: 34px;
        padding-bottom: 34px; } }
    .cookieInfo .container p {
      margin: 0;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      @media only screen and (min-width: 1023px) {
        .cookieInfo .container p {
          padding-right: 30px; } }
      .cookieInfo .container p a {
        font-weight: bold;
        color: #eba14b;
        text-transform: uppercase; }
  .cookieInfo .btn {
    margin-top: 30px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media only screen and (min-width: 1023px) {
      .cookieInfo .btn {
        margin-top: 0; } }

.wp-block-table,
.wp-block-table.is-style-stripes {
  overflow: auto; }
  .wp-block-table th,
  .wp-block-table.is-style-stripes th {
    background: #484848;
    color: #fff;
    text-align: left;
    padding-top: 10px;
    padding: 10px 17px;
    text-align: left; }
  .wp-block-table td,
  .wp-block-table.is-style-stripes td {
    font-size: 1.3rem;
    padding: 17px; }
  .wp-block-table td + td,
  .wp-block-table.is-style-stripes td + td {
    border-left: solid 2px #484848;
    border-color: #484848; }
  .wp-block-table table,
  .wp-block-table.is-style-stripes table {
    border-collapse: collapse;
    min-width: 450px;
    border-bottom: solid 4px #484848; }

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background: #fff; }

.wp-block-table.is-style-stripes tbody tr:nth-child(even) {
  background: #e2e2e2; }

.page-cover {
  background: #484848;
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  z-index: 110;
  pointer-events: none;
  transition: 0.3s all; }
  .page-cover.active {
    opacity: 0.8;
    width: 100%; }

.cover-box {
  background: #e2e2e2;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 95%;
  height: 95%;
  max-width: 804px;
  max-height: 820px;
  z-index: 120;
  padding: 50px 10px 20px 20px;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s all; }
  @media only screen and (min-width: 1023px) {
    .cover-box {
      padding: 45px 110px 45px 45px; } }
  .cover-box.active {
    opacity: 1;
    pointer-events: all; }
  .cover-box .submit {
    text-align: center; }

.cover-box-inner {
  width: 100%;
  height: 100%;
  overflow: auto;
  padding-right: 10px;
  /* width */
  /* Track */
  /* Handle */ }
  .cover-box-inner ::-webkit-scrollbar {
    width: 4px; }
  .cover-box-inner ::-webkit-scrollbar-track {
    background: #D7D7C7; }
  .cover-box-inner ::-webkit-scrollbar-thumb {
    background: #FC511F; }

.cover-box-close {
  position: absolute;
  right: 10px;
  top: -3px;
  cursor: pointer; }
  @media only screen and (min-width: 1023px) {
    .cover-box-close {
      right: 45px;
      top: 21px; } }

.cover-box-title {
  margin-bottom: 45px; }

.cover-box-content ul {
  padding-left: 1.1em; }

.home-contact {
  background-color: #484848; }
  .home-contact .contact-area {
    padding-top: 10.9vw; }

.contact-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10.9vw 2vw 0 2vw; }
  .contact-area.no-padding {
    padding-left: 0;
    padding-right: 0; }
  .contact-area h1 {
    font-size: 7rem;
    font-weight: 900;
    color: #eba14b;
    margin: 38px 0 60px 0; }
    @media only screen and (min-width: 1023px) {
      .contact-area h1 {
        font-size: 10rem; } }
  .contact-area h3 {
    color: #e2e2e2;
    font-size: 1.4rem;
    opacity: 1;
    font-weight: 400;
    margin-top: 40px; }
    @media only screen and (min-width: 1023px) {
      .contact-area h3 {
        font-size: 1.7rem; } }
  .contact-area .textwidget {
    font-size: 3rem; }
    @media only screen and (min-width: 1023px) {
      .contact-area .textwidget {
        font-size: 4.1rem; } }
    .contact-area .textwidget p, .contact-area .textwidget a {
      color: #e2e2e2;
      margin: 0; }
  .contact-area > div {
    width: 100%; }
    @media only screen and (min-width: 1023px) {
      .contact-area > div {
        width: 50%; } }
  .contact-area .contact-icon {
    display: none; }
    .contact-area .contact-icon svg {
      width: 100%; }
    @media only screen and (min-width: 1023px) {
      .contact-area .contact-icon {
        display: block; } }

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