@charset "UTF-8";
/*
Theme Name: TravelTech
Theme URI: https://traveltech.eu/
Author: Atelier Design
Author URI: http://www.atelierdesign.be
Description: Paynxt Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tt
Tags:
*/
/*--------------------------------------------------------------
# Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  /* overflow-y: scroll;  Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

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

ol, ul {
  list-style: none;
}

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

button {
  border: 0;
  padding: 0;
  border-radius: 0;
  -webkit-appeareance: none;
  appeareance: none;
  background: none;
  cursor: pointer;
}

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

a:hover,
a:active, button:hover, button:focus {
  outline: 0;
}

a img {
  border: 0;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

p {
  word-wrap: break-word;
}

/*--------------------------------------------------------------*/
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*  -   GRID BUILDER
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
.grid, .d-grid, .l-grid, .t-grid, .m-grid {
  position: relative;
}

.center {
  position: relative;
  margin: 0 auto;
}

.right {
  position: relative;
  margin-left: auto;
  margin-right: 0;
}

@media (min-width: 1366px) {
  .grid, .d-grid {
    width: 1173px;
    margin: 0 auto;
  }

  .d-center {
    position: relative;
    margin: 0 auto;
  }

  .d-right {
    position: relative;
    margin-left: auto;
    margin-right: 0;
  }

  .d-col-1 {
    width: 51px;
  }

  .d-col-2 {
    width: 102px;
  }

  .d-col-3 {
    width: 153px;
  }

  .d-col-4 {
    width: 204px;
  }

  .d-col-5 {
    width: 255px;
  }

  .d-col-6 {
    width: 306px;
  }

  .d-col-7 {
    width: 357px;
  }

  .d-col-8 {
    width: 408px;
  }

  .d-col-9 {
    width: 459px;
  }

  .d-col-10 {
    width: 510px;
  }

  .d-col-11 {
    width: 561px;
  }

  .d-col-12 {
    width: 612px;
  }

  .d-col-13 {
    width: 663px;
  }

  .d-col-14 {
    width: 714px;
  }

  .d-col-15 {
    width: 765px;
  }

  .d-col-16 {
    width: 816px;
  }

  .d-col-17 {
    width: 867px;
  }

  .d-col-18 {
    width: 918px;
  }

  .d-col-19 {
    width: 969px;
  }

  .d-col-20 {
    width: 1020px;
  }

  .d-col-21 {
    width: 1071px;
  }

  .d-col-22 {
    width: 1122px;
  }
}
@media (max-width: 1365px) and (min-width: 1024px) {
  .grid, .l-grid {
    width: 874px;
    margin: 0 auto;
  }

  .l-center {
    position: relative;
    margin: 0 auto;
  }

  .l-right {
    position: relative;
    margin-left: auto;
    margin-right: 0;
  }

  .l-col-1 {
    width: 38px;
  }

  .l-col-2 {
    width: 76px;
  }

  .l-col-3 {
    width: 114px;
  }

  .l-col-4 {
    width: 152px;
  }

  .l-col-5 {
    width: 190px;
  }

  .l-col-6 {
    width: 228px;
  }

  .l-col-7 {
    width: 266px;
  }

  .l-col-8 {
    width: 304px;
  }

  .l-col-9 {
    width: 342px;
  }

  .l-col-10 {
    width: 380px;
  }

  .l-col-11 {
    width: 418px;
  }

  .l-col-12 {
    width: 456px;
  }

  .l-col-13 {
    width: 494px;
  }

  .l-col-14 {
    width: 532px;
  }

  .l-col-15 {
    width: 570px;
  }

  .l-col-16 {
    width: 608px;
  }

  .l-col-17 {
    width: 646px;
  }

  .l-col-18 {
    width: 684px;
  }

  .l-col-19 {
    width: 722px;
  }

  .l-col-20 {
    width: 760px;
  }

  .l-col-21 {
    width: 798px;
  }

  .l-col-22 {
    width: 836px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .grid, .t-grid {
    width: 616px;
    margin: 0 auto;
  }

  .t-center {
    position: relative;
    margin: 0 auto;
  }

  .t-right {
    position: relative;
    margin-left: auto;
    margin-right: 0;
  }

  .t-col-1 {
    width: 56px;
  }

  .t-col-2 {
    width: 112px;
  }

  .t-col-3 {
    width: 168px;
  }

  .t-col-4 {
    width: 224px;
  }

  .t-col-5 {
    width: 280px;
  }

  .t-col-6 {
    width: 336px;
  }

  .t-col-7 {
    width: 392px;
  }

  .t-col-8 {
    width: 448px;
  }

  .t-col-9 {
    width: 504px;
  }

  .t-col-10 {
    width: 560px;
  }
}
@media (max-width: 767px) {
  .grid, .m-grid {
    width: 75.625vw;
    margin: 0 auto;
  }

  .m-center {
    position: relative;
    margin: 0 auto;
  }

  .m-right {
    position: relative;
    margin-left: auto;
    margin-right: 0;
  }

  .m-col-1 {
    width: 6.875vw;
  }

  .m-col-2 {
    width: 13.75vw;
  }

  .m-col-3 {
    width: 20.625vw;
  }

  .m-col-4 {
    width: 27.5vw;
  }

  .m-col-5 {
    width: 34.375vw;
  }

  .m-col-6 {
    width: 41.25vw;
  }

  .m-col-7 {
    width: 48.125vw;
  }

  .m-col-8 {
    width: 55vw;
  }

  .m-col-9 {
    width: 61.875vw;
  }

  .m-col-10 {
    width: 68.75vw;
  }
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
a {
  color: #000;
  text-decoration: none;
}
a:visited {
  color: #000;
}
a:hover {
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #000;
  outline: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
  font-family: "mont";
  src: url("fonts/mont-regular.woff2") format("woff2"), url("fonts/mont-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "mont";
  src: url("fonts/mont-light.woff2") format("woff2"), url("fonts/mont-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "mont";
  src: url("fonts/mont-semibold.woff2") format("woff2"), url("fonts/mont-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "mont";
  src: url("fonts/mont-bold.woff2") format("woff2"), url("fonts/mont-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "mont";
  src: url("fonts/mont-heavy.woff2") format("woff2"), url("fonts/mont-heavy.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
body,
button,
input,
select,
textarea {
  color: #000;
  font-family: "mont", sans-serif;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0;
}

p, .content li {
  line-height: 2.14;
  font-weight: 300;
  letter-spacing: 0.05em;
}

.title-big {
  font-size: 2.5rem;
  font-weight: bold;
}

.text-header p {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0;
}

.content h2 {
  font-size: 1.8rem;
  margin-bottom: 40px;
  line-height: 1.89;
}
.content h3 {
  font-size: 1.7rem;
  line-height: 1.76;
  margin-bottom: 28px;
  font-weight: bold;
}
.content p {
  margin-bottom: 28px;
}
.content li {
  margin-bottom: 14px;
}
.content ol li, .content ul li {
  position: relative;
  padding-left: 22px;
}
.content ol li ol, .content ol li ul, .content ul li ol, .content ul li ul {
  margin-top: 28px;
  margin-bottom: 28px;
}
.content ol {
  counter-reset: o-list;
}
.content ol li {
  counter-increment: o-list;
}
.content ol li:before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  font-weight: bold;
  content: counter(o-list) ".";
}
.content ul li:before {
  content: "";
  display: block;
  width: 10px;
  left: 0;
  top: 13px;
  height: 2px;
  background: #000;
  position: absolute;
}
.content img {
  margin-bottom: 40px;
  width: auto;
  max-width: 100%;
}

a.btn, button.btn {
  display: inline-block;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 19px 35px;
  border: 1px solid #000;
  text-align: center;
  position: relative;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
a.btn span, button.btn span {
  display: inline-block;
  z-index: 2;
  position: relative;
}
a.btn:before, button.btn:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  content: "";
  display: block;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  background: #000;
}
a.btn:hover, button.btn:hover {
  text-decoration: none;
  color: #fff;
}
a.btn:hover span, button.btn:hover span {
  -webkit-animation: btn-anim 0.3s ease-out;
          animation: btn-anim 0.3s ease-out;
}
a.btn:hover:before, button.btn:hover:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
a.btn.white, button.btn.white {
  border-color: #fff;
  color: #fff;
}
a.btn.white:before, button.btn.white:before {
  background: #fff;
}
a.btn.white:hover, button.btn.white:hover {
  color: #000;
}

@-webkit-keyframes btn-anim {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  49% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
  51% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes btn-anim {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  49% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
  51% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
a.link-more {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  padding-bottom: 10px;
}
a.link-more:before, a.link-more:after {
  content: "";
  height: 2px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000;
  transition: -webkit-transform 0.3s cubic-bezier(1, 0, 0, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(1, 0, 0, 1);
}
a.link-more:before {
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
}
a.link-more:after {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
a.link-more:hover {
  text-decoration: none;
}
a.link-more.animated:before {
  -webkit-animation: more-before 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) both;
  animation: more-before 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}
a.link-more.animated:after {
  -webkit-animation: more-after 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) both;
  animation: more-after 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}

@-webkit-keyframes more-before {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  40% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes more-before {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  40% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes more-after {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  60% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes more-after {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  60% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
a.back-link {
  display: inline-block;
  position: relative;
}
a.back-link svg {
  margin-right: 16px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
a.back-link strong {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2;
}
a.back-link:after {
  content: "";
  position: absolute;
  width: 40px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  height: 2px;
  bottom: 1px;
  left: 24px;
  background-color: #000;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
a.back-link:hover {
  text-decoration: none;
}
a.back-link:hover:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

.circle-btn {
  display: block;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.circle-btn svg {
  width: 50px;
  height: 50px;
}
.circle-btn.black {
  border-color: rgba(255, 255, 255, 0.3);
}
.circle-btn.black svg {
  fill: #fff;
}
.circle-btn.arrow {
  cursor: pointer;
}
.circle-btn.arrow svg {
  width: 8px;
  height: 11px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.arrow-to {
  position: relative;
  display: block;
  overflow: hidden;
  width: 36px;
  height: 14px;
}
.arrow-to svg {
  will-change: transform;
  position: absolute;
}
.arrow-to svg:last-child {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
}

.arrow-read {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.read-more {
  display: block;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-left: 28px;
  font-size: 1.15rem;
  opacity: 0;
  will-change: transform;
  -webkit-transform: translateX(-12px);
          transform: translateX(-12px);
  -webkit-transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s;
  transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s;
  transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s;
  transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s, -webkit-transform 0s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s;
}

a:hover .arrow-to svg {
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}
a:hover .arrow-to svg:first-child {
  opacity: 0.6;
  -webkit-transform: translateX(150%);
          transform: translateX(150%);
}
a:hover .arrow-to svg:last-child {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
a:hover .read-more {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@media (min-width: 768px) {
  p, .content li {
    font-size: 1.45rem;
    line-height: 2.2;
  }

  .title-big {
    font-size: 3.5rem;
  }

  .text-header p {
    font-size: 2.7rem;
    line-height: 1.74;
  }

  .content h2 {
    font-size: 2.5rem;
    margin-bottom: 56px;
    line-height: 1.8;
  }
  .content ol li, .content ul li {
    padding-left: 56px;
  }
  .content ul li:before {
    top: 15px;
    width: 18px;
  }
}
@media (min-width: 1024px) {
  .circle-btn:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.05);
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: -webkit-transform 0.35s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: transform 0.35s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: transform 0.35s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.35s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .circle-btn svg:first-child {
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: -webkit-transform 0.35s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: transform 0.35s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: transform 0.35s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.35s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .circle-btn:hover:before {
    content: "";
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .circle-btn.black:before {
    background: rgba(255, 255, 255, 0.15);
  }

  .content p {
    margin-bottom: 36px;
  }
  .content ul, .content ol {
    margin-bottom: 36px;
  }
  .content li {
    margin-bottom: 14px;
  }
  .content h3 {
    font-size: 1.8rem;
    line-height: 1.83;
    margin-bottom: 24px;
  }
}
@media (min-width: 1366px) {
  .title-big {
    font-size: 4rem;
  }

  .text-header p {
    font-size: 3rem;
    line-height: 1.667;
  }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  pointer-events: none;
}
.site-menu > div {
  height: 101px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-title {
  position: relative;
  z-index: 1002;
  pointer-events: auto;
}
.site-title a {
  display: block;
}
.site-title a span {
  display: none;
}
.site-title a svg {
  fill: #000;
}

.header-menu {
  display: none;
  pointer-events: auto;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1002;
  width: 100%;
  pointer-events: none;
}
.site-header > div {
  height: 101px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  will-change: width;
  -webkit-transition: width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.site-header .header-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-header .search-button {
  opacity: 0;
  cursor: pointer;
  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;
  width: 55px;
  height: 55px;
  will-change: border, transform;
  -webkit-transition: border 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: border 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-color: #666;
}
.site-header .search-button svg {
  fill: #000;
  will-change: fill;
  width: 21px;
  height: 21px;
  -webkit-transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.site-header.white .search-button {
  border-color: rgba(255, 255, 255, 0.3);
}
.site-header.white .search-button svg {
  fill: #fff;
}
.site-header.white .site-title-button svg {
  fill: #fff;
}
.site-header.white .menu-toggle svg {
  fill: #fff;
}
.site-header.white ~ .scroll-wrapper .site-title a svg {
  fill: #fff;
}

.site-title-button {
  opacity: 0;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  pointer-events: auto;
  will-change: opacity;
  -webkit-transition: opacity 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  position: relative;
}
.site-title-button a {
  display: block;
  position: relative;
}
.site-title-button a span {
  display: none;
}
.site-title-button svg {
  fill: #000;
}
.site-title-button svg:nth-child(2) {
  opacity: 0 !important;
}
.site-title-button svg:last-child {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-65%);
          transform: translateY(-65%);
  will-change: opacity;
  -webkit-transition: opacity 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.menu-toggle {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  margin-left: 7px;
  cursor: pointer;
  pointer-events: auto;
  position: relative;
}
.menu-toggle svg {
  fill: #000;
  will-change: fill, transform;
  -webkit-transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: opacity 0.33s ease 0.1s, fill 0.33s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s, -webkit-transform 0.33s ease 0.1s;
  transition: opacity 0.33s ease 0.1s, fill 0.33s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s, -webkit-transform 0.33s ease 0.1s;
  transition: opacity 0.33s ease 0.1s, transform 0.33s ease 0.1s, fill 0.33s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  transition: opacity 0.33s ease 0.1s, transform 0.33s ease 0.1s, fill 0.33s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s, -webkit-transform 0.33s ease 0.1s;
}
.menu-toggle span {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: opacity 0.22s ease, -webkit-transform 0.22s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: opacity 0.22s ease, -webkit-transform 0.22s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: opacity 0.22s ease, transform 0.22s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: opacity 0.22s ease, transform 0.22s cubic-bezier(0.55, 0.085, 0.68, 0.53), -webkit-transform 0.22s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.menu-toggle span:before, .menu-toggle span:after {
  content: "";
  display: block;
  width: 16px;
  height: 3px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
}
.menu-toggle span:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.menu-toggle span:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.site-modal {
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  will-change: opacity;
  -webkit-transition: visibility 0s 0.5s, opacity 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: visibility 0s 0.5s, opacity 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  background: #000;
}
.site-modal .scroll {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
.site-modal .scroll:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 101px;
  z-index: 3;
  background: #000;
}
.site-modal .inner-modal {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-info {
  display: none;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -webkit-transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.primary-container {
  margin-right: 0;
  margin-left: auto;
  width: 100%;
}

.primary-menu {
  padding: 127px 0;
  text-align: right;
}
.primary-menu li {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -webkit-transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.primary-menu a {
  display: inline-block;
  font-size: min(3.2vh, 2.2rem);
  text-transform: lowercase;
  line-height: 1.75;
  font-weight: 700;
  color: #666;
  position: relative;
  -webkit-transition: color 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.primary-menu li.current-menu-item a {
  color: #fff;
}
.primary-menu li.current-menu-item a:before {
  width: 38px;
  height: 2px;
  background: #fff;
  content: "";
  display: block;
  position: absolute;
  right: -56px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header-legal-menu {
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.header-legal-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 68px;
}
.header-legal-menu a {
  color: #fff;
  opacity: 0.4;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  -webkit-transition: opacity 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  display: inline-block;
}
.header-legal-menu li:first-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.header-legal-menu li:last-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.header-legal-menu li:last-child a {
  padding-right: 20px;
}
.header-legal-menu li:last-child a:after {
  right: 0;
  top: 0px;
  position: absolute;
  content: "";
  display: block;
  width: 16px;
  height: 11px;
  background: url(img/atelierdesign.svg) no-repeat;
  background-size: contain;
}

.search-modal {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 1001;
  background: #000;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  will-change: opacity;
  -webkit-transition: visibility 0s 0.5s, opacity 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: visibility 0s 0.5s, opacity 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  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;
}
.search-modal .search-form {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -webkit-transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.search-form {
  width: 100%;
  position: relative;
}
.search-form input[type=text] {
  width: 100%;
  background: #000;
  border: 0;
  border-bottom: 1px solid #fff;
  -webkit-appeareance: none;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 40px;
  height: 40px;
  padding-right: 40px;
}
.search-form input[type=text]:focus {
  outline: 0;
}
.search-form input[type=text]::-webkit-input-placeholder {
  color: #4d4d4d;
}
.search-form input[type=text]::-moz-placeholder {
  color: #4d4d4d;
}
.search-form input[type=text]:-ms-input-placeholder {
  color: #4d4d4d;
}
.search-form input[type=text]::-ms-input-placeholder {
  color: #4d4d4d;
}
.search-form input[type=text]::placeholder {
  color: #4d4d4d;
}
.search-form input[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  opacity: 0;
  cursor: pointer;
}
.search-form svg {
  position: absolute;
  right: 0;
  top: 7px;
  pointer-events: none;
  fill: #fff;
}
.search-form.white input[type=text] {
  color: #000;
  background: transparent;
  font-size: 2rem;
  border-bottom-color: #b2b2b2;
  line-height: 60px;
  height: 60px;
}
.search-form.white input[type=text]:focus {
  border-bottom-color: #000;
}
.search-form.white svg {
  fill: #000;
  top: 18px;
}

body.nav-scroll:not(.nav-open) .site-title-button {
  opacity: 0;
  visibility: hidden;
}
body.nav-blend:not(.nav-open) .site-header .search-button {
  border-color: #666;
}
body.nav-blend:not(.nav-open) .site-header .search-button:before {
  background: rgba(0, 0, 0, 0.075);
}
body.nav-blend:not(.nav-open) .site-header .search-button svg:first-child {
  fill: #000;
}
body.nav-blend:not(.nav-open) .site-title-button:before {
  content: "";
  display: block;
  background: #fff;
  width: 53px;
  height: 53px;
  position: absolute;
  top: 1px;
  left: 1px;
  border-radius: 50%;
}
body.nav-blend:not(.nav-open) .menu-toggle:before {
  content: "";
  display: block;
  background: #fff;
  width: 53px;
  height: 53px;
  position: absolute;
  top: 1px;
  left: 1px;
  border-radius: 50%;
}
body.nav-blend:not(.nav-open) .menu-toggle svg {
  fill: #000;
  position: relative;
}
body.nav-open .site-title-button {
  opacity: 1;
  visibility: visible;
}
body.nav-open .site-title-button svg {
  fill: #fff;
}
body.nav-open .site-title-button svg:last-child {
  opacity: 0;
}
body.nav-open .site-header .search-button {
  pointer-events: auto;
  opacity: 1;
}
body.nav-open .site-header .search-button svg {
  fill: #fff;
}
body.nav-open .site-header .menu-toggle {
  background: #fff;
}
body.nav-open .site-header .menu-toggle svg {
  fill: #000;
  opacity: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: opacity 0.22s ease, fill 0.22s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.22s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: opacity 0.22s ease, fill 0.22s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.22s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: opacity 0.22s ease, transform 0.22s cubic-bezier(0.55, 0.085, 0.68, 0.53), fill 0.22s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.22s ease, transform 0.22s cubic-bezier(0.55, 0.085, 0.68, 0.53), fill 0.22s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.22s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body.nav-open .site-header .menu-toggle span {
  opacity: 1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: opacity 0.333s ease 0.1s, -webkit-transform 0.333s ease 0.1s;
  transition: opacity 0.333s ease 0.1s, -webkit-transform 0.333s ease 0.1s;
  transition: opacity 0.333s ease 0.1s, transform 0.333s ease 0.1s;
  transition: opacity 0.333s ease 0.1s, transform 0.333s ease 0.1s, -webkit-transform 0.333s ease 0.1s;
}
body.nav-open .site-modal {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s 0s, opacity 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: visibility 0s 0s, opacity 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
body.nav-open .header-info, body.nav-open .header-legal-menu {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.nav-open .primary-menu li {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.nav-open .primary-menu li:nth-child(1) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
body.nav-open .primary-menu li:nth-child(2) {
  -webkit-transition-delay: 0.175s;
          transition-delay: 0.175s;
}
body.nav-open .primary-menu li:nth-child(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
body.nav-open .primary-menu li:nth-child(4) {
  -webkit-transition-delay: 0.225s;
          transition-delay: 0.225s;
}
body.nav-open .primary-menu li:nth-child(5) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
body.nav-open .primary-menu li:nth-child(6) {
  -webkit-transition-delay: 0.275s;
          transition-delay: 0.275s;
}
body.nav-open .primary-menu li:nth-child(7) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
body.nav-open .primary-menu li:nth-child(8) {
  -webkit-transition-delay: 0.325s;
          transition-delay: 0.325s;
}
body.nav-open .primary-menu li:nth-child(9) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
body.nav-open .primary-menu li:nth-child(10) {
  -webkit-transition-delay: 0.375s;
          transition-delay: 0.375s;
}
body.nav-open .primary-menu li:nth-child(11) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
body.nav-search-open .search-modal {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s 0s, opacity 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: visibility 0s 0s, opacity 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
body.nav-search-open .search-modal .search-form {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.nav-search-open .site-header .search-button {
  pointer-events: none;
  opacity: 0;
}
body.nav-search-open .header-info,
body.nav-search-open .primary-menu {
  opacity: 0;
}

@media (min-width: 768px) {
  .site-menu > div {
    height: 127px;
  }

  .site-title svg {
    width: 232px;
    height: 26px;
  }

  .site-header > div {
    height: 127px;
  }
  .site-header .search-button {
    opacity: 1;
    pointer-events: auto;
  }

  .site-title-button svg:last-child {
    width: 232px;
    height: 26px;
  }

  .header-info {
    display: block;
  }
  .header-info p {
    font-size: 1.3rem;
    line-height: 2.2;
    letter-spacing: 0.1em;
    color: #999;
    font-weight: 400;
    margin-bottom: 32px;
  }
  .header-info p a {
    color: #fff;
    -webkit-transition: opacity 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .header-info p a:hover {
    opacity: 0.8;
  }

  .primary-menu {
    padding: 136px 0;
  }
  .primary-menu a {
    font-size: min(3.7vh, 3rem);
    line-height: 1.6;
  }
  .primary-menu li.current-menu-item a:before {
    right: -76px;
  }

  .header-legal-menu ul {
    height: 136px;
  }

  .search-form input[type=text] {
    font-size: 4rem;
    line-height: 88px;
    height: 88px;
  }
  .search-form input[type=submit] {
    width: 88px;
    height: 88px;
  }
  .search-form svg {
    top: 26px;
    width: 27px;
    height: 27px;
  }
  .search-form.white input[type=text] {
    font-size: 3.5rem;
  }

  body.nav-scroll:not(.nav-open) .site-header > div {
    width: 708px;
  }
  body.nav-open .site-title-button {
    opacity: 1;
  }
  body.nav-open .site-title-button svg:first-child {
    opacity: 0;
  }
  body.nav-open .site-title-button svg:last-child {
    opacity: 1;
  }
}
@media (min-width: 1024px) {
  .site-menu > div {
    height: 127px;
  }

  .header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 118px;
  }
  .header-menu a {
    font-size: 1.2rem;
    line-height: 1.8;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #000;
    margin-right: 26px;
    position: relative;
    display: inline-block;
  }
  .header-menu a:after {
    content: "";
    position: absolute;
    width: 100%;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    height: 2px;
    bottom: 1px;
    left: 0;
    background-color: #000;
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  }
  .header-menu a:hover {
    text-decoration: none;
  }
  .header-menu a:hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
  }
  .header-menu li.current-menu-item a:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }

  .site-header.white ~ .scroll-wrapper .header-menu a {
    color: #fff;
  }
  .site-header.white ~ .scroll-wrapper .header-menu a:after {
    background: #fff;
  }

  .primary-menu {
    padding-right: 76px;
  }
  .primary-menu a:hover {
    color: #fff;
    -webkit-transition: 0s;
    transition: 0s;
  }
  .primary-menu li.current-menu-item a:before {
    right: -76px;
  }

  .header-legal-menu a:hover {
    opacity: 1;
    -webkit-transition: 0s;
    transition: 0s;
  }
  .header-legal-menu li:last-child {
    margin-left: -76px;
  }

  .search-form input[type=text] {
    padding-right: 60px;
  }
  .search-form.white input[type=text] {
    height: 100px;
    line-height: 100px;
    font-size: 4.5rem;
  }
  .search-form.white svg {
    top: 38px;
  }

  body.nav-scroll:not(.nav-open) .site-header > div {
    width: 960px;
  }
}
@media (min-width: 1366px) {
  .primary-menu {
    padding-right: 102px;
  }
  .primary-menu li.current-menu-item a:before {
    right: -102px;
  }

  .header-legal-menu li:last-child {
    margin-left: -102px;
  }

  .search-form input[type=text] {
    font-size: 5.4rem;
    line-height: 108px;
    height: 108px;
  }
  .search-form input[type=submit] {
    width: 108px;
    height: 108px;
  }
  .search-form svg {
    top: 40px;
  }
  .search-form.white input[type=text] {
    font-size: 5.4rem;
    line-height: 108px;
    height: 108px;
  }
  .search-form.white svg {
    top: 40px;
  }

  body.nav-scroll:not(.nav-open) .site-header > div {
    width: 1288px;
  }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  background: #000;
}
.site-footer a {
  color: #fff;
}

.inner-footer {
  padding-top: 70px;
}

.footer-logo {
  padding-bottom: 50px;
}
.footer-logo svg {
  width: 154px;
  height: 18px;
  fill: #fff;
}

.footer-contact {
  padding-bottom: 30px;
}
.footer-contact p {
  color: #b2b2b2;
  font-size: 1.2rem;
  line-height: 2.5;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  font-weight: 400;
}
.footer-contact p:last-child {
  margin-bottom: 0;
}

.footer-container {
  display: none;
}

.footer-legal {
  padding-top: 60px;
}
.footer-legal:before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
}
.footer-legal ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 0 22px;
}
.footer-legal li:last-child {
  position: relative;
}
.footer-legal li:last-child a:after {
  right: -4px;
  top: 3px;
  position: absolute;
  content: "";
  display: block;
  width: 16px;
  height: 10px;
  background: url(img/atelierdesign.svg) no-repeat;
  background-size: contain;
}
.footer-legal a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.05em;
  margin-right: 16px;
}

.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-social li {
  margin-right: 6px;
}
.footer-social li:last-child {
  margin-right: 0;
}

@media (min-width: 768px) {
  .inner-footer {
    padding-top: 114px;
  }

  .footer-logo {
    padding-bottom: 0;
  }
  .footer-logo svg {
    width: 170px;
    height: 20px;
  }

  .footer-contact {
    padding-bottom: 36px;
  }
  .footer-contact p {
    font-size: 1.3rem;
    line-height: 2.3;
  }

  .footer-container {
    display: block;
  }
  .footer-container a {
    font-size: 1.3rem;
    line-height: 2.6;
    letter-spacing: 0.1em;
    font-weight: bold;
  }

  .footer-legal {
    padding-top: 106px;
    width: calc( 336px + ((100vw - 616px)/2) );
    margin-left: auto;
    margin-right: calc((100vw - 616px) / -2);
  }
  .footer-legal ul {
    padding: 22px 0 50px;
  }
}
@media (min-width: 1024px) {
  .footer-logo svg {
    width: 190px;
    height: 24px;
  }

  .footer-contact a, .footer-container a, .footer-legal a {
    -webkit-transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .footer-contact a:hover, .footer-container a:hover, .footer-legal a:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0s;
    transition: opacity 0s;
  }

  .footer-social {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .footer-social a {
    border-width: 2px;
    width: 54px;
    height: 54px;
  }

  .footer-legal {
    width: calc( 532px + ((100vw - 874px)/2) );
    margin-left: auto;
    margin-right: calc((100vw - 874px) / -2);
  }
  .footer-legal ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1366px) {
  .inner-footer {
    padding-top: 114px;
  }

  .footer-logo {
    padding-bottom: 0;
  }
  .footer-logo svg {
    width: 202px;
    height: 26px;
  }

  .footer-contact {
    padding-bottom: 36px;
  }
  .footer-contact p {
    font-size: 1.3rem;
    line-height: 2.3;
  }

  .footer-container {
    display: block;
  }
  .footer-container a {
    font-size: 1.3rem;
    line-height: 2.6;
    letter-spacing: 0.1em;
    font-weight: bold;
  }

  .footer-legal {
    padding-top: 106px;
    width: calc( 816px + ((100vw - 1173px)/2) );
    margin-left: auto;
    margin-right: calc((100vw - 1173px) / -2);
  }
  .footer-legal ul {
    padding: 22px 0 50px;
  }
}
/* --------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------- */
/* --- TRANSITION MASK ------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------- */
.transition-cache {
  display: table;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  background-size: 115px;
  height: 100vh;
  z-index: 9998;
  top: 0;
  left: 0;
}

/* --------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------- */
/* --- LOADER "..." ---------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------- */
.ajax-loader {
  position: fixed;
  width: 200px;
  height: 60px;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
}

.loader {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 0;
  width: 200px;
  height: 50px;
  border: 1px solid transparent;
}

.loader li {
  border: 1px solid white;
  -webkit-animation: LOADINGREV 2s infinite;
          animation: LOADINGREV 2s infinite;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  margin: 0;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.loader li:nth-child(1n) {
  margin-left: -25px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.loader li:nth-child(2n) {
  margin-left: 0;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.loader li:nth-child(3n) {
  margin-left: 25px;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

@-webkit-keyframes LOADINGREV {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
@keyframes LOADINGREV {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
/* ------------------------------------------------------------------------------------------ */
/*    -   COOKIE DISCLAIMER */
/* ------------------------------------------------------------------------------------------ */
#cookieChoiceInfo {
  background: white !important;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
  padding-bottom: 20px !important;
}

#cookieChoiceInfo > div {
  width: auto;
  max-width: 960px;
  padding-right: 0 !important;
  margin-left: auto;
  margin-right: auto;
}

#cookieChoiceInfo > div > span {
  padding: 20px;
  display: inline-block;
  line-height: 1.8em;
  font-size: 1rem;
}

#cookieChoiceInfo > div > span + a {
  display: inline-block;
  color: #141414;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
  font-size: 0.8em;
}

#cookieChoiceDismiss {
  text-decoration: none;
  display: inline-block;
  color: #fff !important;
  background: #000;
  font-weight: bold;
  padding: 8px 16px;
}

#cookieChoiceDismissIcon {
  display: none !important;
}

/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*    -   COOKIE DISCLAIMER
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
@media (min-width: 1024px) {
  #cookieChoiceInfo {
    bottom: 15px !important;
    right: 15px !important;
    left: auto !important;
    width: 20vw !important;
    padding: 30px !important;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-in-out 1.5s, -webkit-transform 0.5s ease-in-out 1.5s;
    transition: opacity 0.5s ease-in-out 1.5s, -webkit-transform 0.5s ease-in-out 1.5s;
    transition: transform 0.5s ease-in-out 1.5s, opacity 0.5s ease-in-out 1.5s;
    transition: transform 0.5s ease-in-out 1.5s, opacity 0.5s ease-in-out 1.5s, -webkit-transform 0.5s ease-in-out 1.5s;
  }
  #cookieChoiceInfo > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #cookieChoiceInfo > div > span {
    text-align: left;
  }

  body.preload #cookieChoiceInfo {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }

  #cookieChoiceInfo > div > span {
    padding: 0 0 30px 0;
    display: block;
    line-height: 2;
    font-size: 1.4rem;
  }

  #cookieChoiceInfo > div > span + a {
    display: inline-block;
    color: #000;
    text-decoration: none;
    border-bottom: none;
    padding-bottom: 2px;
    -webkit-transition: all 0.75s ease;
    transition: all 0.75s ease;
    font-size: 1.3rem;
    margin-left: 0 !important;
    border-bottom: 1px solid transparent;
    -webkit-transition: border 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: border 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  #cookieChoiceInfo > div > span + a:hover {
    border-bottom: 1px solid #000;
    -webkit-transition: border 0s;
    transition: border 0s;
  }

  #cookieChoiceDismiss {
    border: 2px solid #000;
    -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  #cookieChoiceDismiss:hover {
    background: #fff;
    color: #000 !important;
  }
}
/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/
[data-aos] {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-aos=fade-up-scale] {
  -webkit-transform: scaleY(1.5) translate3d(0, 100px, 0);
          transform: scaleY(1.5) translate3d(0, 100px, 0);
}

[data-aos=about-blocks] .txt-box {
  opacity: 0;
  -webkit-transform: translate3d(0, 65px, 0);
          transform: translate3d(0, 65px, 0);
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-duration: 1.3s;
          transition-duration: 1.3s;
}
[data-aos=about-blocks] .img-box {
  -webkit-transition-duration: 1.3s;
          transition-duration: 1.3s;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos=about-blocks].aos-animate .txt-box {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
[data-aos=about-blocks].aos-animate .img-box {
  -webkit-transform: scale(1);
          transform: scale(1);
}
[data-aos=about-blocks]:nth-child(1) .txt-box {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
[data-aos=about-blocks]:nth-child(3) .txt-box {
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
[data-aos=about-blocks]:nth-child(5) .txt-box {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

@media (min-width: 1366px) {
  [data-aos=about-blocks]:nth-child(1) .txt-box {
    -webkit-transition-duration: 1.3s;
            transition-duration: 1.3s;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  [data-aos=about-blocks]:nth-child(2) .txt-box {
    -webkit-transition-duration: 1s;
            transition-duration: 1s;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  [data-aos=about-blocks]:nth-child(3) .txt-box {
    -webkit-transition-duration: 1.3s;
            transition-duration: 1.3s;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  [data-aos=about-blocks]:nth-child(5) .txt-box {
    -webkit-transition-duration: 1s;
            transition-duration: 1s;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
}
[data-aos=policy-blocks] .img-box {
  -webkit-transition-duration: 1.3s;
          transition-duration: 1.3s;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos=policy-blocks] .txt-box > div {
  opacity: 0;
  -webkit-transform: translate3d(0, 65px, 0);
          transform: translate3d(0, 65px, 0);
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
[data-aos=policy-blocks].aos-animate .img-box {
  -webkit-transform: scale(1);
          transform: scale(1);
}
[data-aos=policy-blocks].aos-animate .txt-box > div {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

[data-aos=text-lines] .line {
  opacity: 0;
  -webkit-transform: translate3d(0, 80px, 0);
          transform: translate3d(0, 80px, 0);
  -webkit-transition-duration: 0.75s;
          transition-duration: 0.75s;
  -webkit-transition-timing-function: cubic-bezier(0, -0.01, 0.4, 1);
          transition-timing-function: cubic-bezier(0, -0.01, 0.4, 1);
}
[data-aos=text-lines] .line:nth-child(2) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
[data-aos=text-lines] .line:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
[data-aos=text-lines] .line:nth-child(4) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
[data-aos=text-lines] .line:nth-child(5) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
[data-aos=text-lines] .line:nth-child(6) {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
[data-aos=text-lines] .line:nth-child(7) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
[data-aos=text-lines] .line:nth-child(8) {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}
[data-aos=text-lines] .line:nth-child(9) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
[data-aos=text-lines] .line:nth-child(10) {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
}
[data-aos=text-lines] .team-content {
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
  opacity: 0;
  -webkit-transition-duration: 0.75s;
          transition-duration: 0.75s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
[data-aos=text-lines].aos-animate .line {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
[data-aos=text-lines].aos-animate .team-content {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
[data-aos=text-lines][data-aos-delay="400"] .line {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
[data-aos=text-lines][data-aos-delay="400"] .line:nth-child(2) {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}
[data-aos=text-lines][data-aos-delay="400"] .line:nth-child(3) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
[data-aos=text-lines][data-aos-delay="400"] .line:nth-child(4) {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}
[data-aos=text-lines][data-aos-delay="400"] .line:nth-child(5) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
[data-aos=text-lines][data-aos-delay="400"] .line:nth-child(6) {
  -webkit-transition-delay: 1.15s;
          transition-delay: 1.15s;
}
[data-aos=text-lines][data-aos-delay="400"] .line:nth-child(7) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

[data-aos=fade-up-block] {
  -webkit-transform: translate3d(0, 65px, 0);
          transform: translate3d(0, 65px, 0);
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media (max-width: 1023px) {
  [data-aos] {
    -webkit-transition-delay: 0s !important;
            transition-delay: 0s !important;
  }
}
/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
html {
  overflow-y: scroll;
  overflow-x: hidden;
}

body,
html {
  background-color: #000;
  width: 100%;
  height: 100%;
}

.svg-sprite {
  pointer-events: none;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

.wrapper {
  opacity: 0;
  width: 100%;
}
.wrapper.loaded {
  opacity: 1;
}

.site-main {
  background: #fff;
}

section {
  position: relative;
}

.bg-white {
  background: #fff;
}

.bg-grey {
  background: #f2f2f2;
}

/* OBJECTFIT FALLBACK */
.object-fit-img {
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.object-fit-bg {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.objectfit .object-fit-bg,
.object-fit .object-fit-bg {
  background-image: none !important;
}

.no-objectfit .object-fit-img,
.no-object-fit .object-fit-img {
  display: none !important;
}
.no-objectfit .object-fit-img.video-loop,
.no-object-fit .object-fit-img.video-loop {
  display: block !important;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
.no-objectfit .section-intro > .grid, .no-objectfit .site-modal .inner-modal, .no-objectfit .main-contact,
.no-object-fit .section-intro > .grid,
.no-object-fit .site-modal .inner-modal,
.no-object-fit .main-contact {
  height: 100vh;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-main {
  overflow: hidden;
}

.ajax-wrapper {
  overflow: hidden;
  -webkit-transition: max-height 1s ease;
  transition: max-height 1s ease;
}

.section-intro {
  overflow: hidden;
}
.section-intro .cover-box, .section-intro .video-box {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.section-intro .video-box {
  overflow: hidden;
  background: #000;
}
.section-intro .video-box > div {
  width: 100%;
  height: 100%;
}
.section-intro .video-box:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 2;
}
.section-intro > .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  position: relative;
  z-index: 3;
}
.section-intro h1 {
  font-size: 2.7rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
}
.section-intro .scroll-to {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 44px;
  height: 44px;
}
.section-intro .scroll-to svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.section-intro .scroll-to svg:first-child {
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  opacity: 0;
  -webkit-animation: scroll-to-before 5s cubic-bezier(1, 0, 0, 1) 0s both infinite;
  animation: scroll-to-before 5s cubic-bezier(1, 0, 0, 1) 0s both infinite;
}
.section-intro .scroll-to svg:last-child {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
  -webkit-animation: scroll-to-after 5s cubic-bezier(1, 0, 0, 1) 0s both infinite;
  animation: scroll-to-after 5s cubic-bezier(1, 0, 0, 1) 0s both infinite;
}

@-webkit-keyframes scroll-to-before {
  6.6666% {
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
    opacity: 0;
  }
  20%, 100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 1;
  }
}

@keyframes scroll-to-before {
  6.6666% {
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
    opacity: 0;
  }
  20%, 100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 1;
  }
}
@-webkit-keyframes scroll-to-after {
  13.3334% {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    opacity: 0;
  }
  20%, 100% {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    opacity: 0;
  }
}
@keyframes scroll-to-after {
  13.3334% {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    opacity: 0;
  }
  20%, 100% {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    opacity: 0;
  }
}
.video-loop {
  opacity: 1;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  z-index: 2;
}
.video-loop:last-child {
  position: absolute;
}

.video-loop.zindex {
  opacity: 1;
  z-index: 1;
}

.video-loop.fade-out {
  opacity: 0;
}

.section-header {
  padding: 70px 0;
  z-index: 2;
}
.section-header .columns {
  margin-top: 42px;
}

@media (min-width: 768px) {
  .section-intro h1 {
    font-size: 4.5rem;
    margin-bottom: 48px;
  }

  .section-header {
    padding: 140px 0;
  }
  .section-header .columns {
    -webkit-columns: 2 250px;
       -moz-columns: 2 250px;
            columns: 2 250px;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
}
@media (min-width: 1366px) {
  .section-intro h1 {
    font-size: 6rem;
  }

  .section-header .columns {
    margin-top: 54px;
  }
}
.section-home-news {
  padding-top: 72px;
  padding-bottom: 84px;
}
.section-home-news .news-preview time {
  display: none;
}

@media (max-width: 1023px) {
  .section-home-background .cover-box {
    width: 100%;
  }
}
.section-home-background .cover-box {
  height: 80vmax;
}
.section-home-background .cover-box img {
  top: 0;
  height: calc(100% + 240px);
}

.section-home-members {
  text-align: center;
  padding: 0 0 70px;
}
.section-home-members .members {
  padding: 44px 0 60px;
}
.section-home-members .members li {
  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;
  margin: 30px 0;
  width: 34.375vw;
}
.section-home-members .members li:nth-last-child(4),
.section-home-members .members li:nth-last-child(3),
.section-home-members .members li:nth-last-child(2),
.section-home-members .members li:last-child {
  display: none;
}
.section-home-members .members a {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

@media (min-width: 768px) {
  .section-home-news {
    padding-top: 110px;
    padding-bottom: 100px;
  }
  .section-home-news .title-big {
    margin-bottom: 30px;
  }

  .section-home-background .cover-box {
    height: 400px;
  }

  .section-home-members {
    padding: 0 0 118px;
  }
  .section-home-members .members {
    padding: 90px 0 60px;
  }
  .section-home-members .members li {
    margin: 40px 0;
    width: 168px;
    padding: 0 20px;
  }
  .section-home-members .members li:nth-last-child(4),
.section-home-members .members li:nth-last-child(3),
.section-home-members .members li:nth-last-child(2),
.section-home-members .members li:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1024px) {
  .section-home-news {
    padding-top: 110px;
    padding-bottom: 100px;
  }
  .section-home-news .title-big {
    margin-bottom: 40px;
  }
  .section-home-news .link-more {
    margin-top: 40px;
  }

  .section-home-background:before, .section-home-background:after {
    content: "";
    display: block;
    position: absolute;
    height: 50%;
    width: 100%;
    left: 0;
  }
  .section-home-background:before {
    background: #f2f2f2;
    top: 0;
  }
  .section-home-background:after {
    background: #fff;
    bottom: 0;
  }
  .section-home-background .cover-box {
    height: 468px;
    z-index: 2;
  }

  .section-home-members .members li {
    margin: 45px 0;
    width: 152px;
    padding: 0 5px;
  }
  .section-home-members .members a {
    -webkit-transition: -webkit-filter 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-filter 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: filter 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: filter 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-filter 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .section-home-members .members a:hover {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
}
@media (min-width: 1366px) {
  .section-home-background .cover-box {
    height: 548px;
  }

  .section-home-members {
    padding: 0 0 150px;
  }
  .section-home-members .members {
    padding: 90px 0 70px;
  }
  .section-home-members .members li {
    width: 204px;
    padding: 0 16px;
  }
}
.section-news-search {
  z-index: 10;
}

.section-news-results {
  padding-top: 30px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 30px;
}
.section-news-results .ajax-page {
  display: none;
}

.ajax-more-container {
  text-align: center;
  padding-bottom: 68px;
}
.ajax-more-container .ajax-more.loading {
  opacity: 0.5;
  pointer-events: none;
}
.ajax-more-container .ajax-more.disabled {
  display: none;
}

.news-preview {
  opacity: 0;
}
.news-preview + .news-separator {
  opacity: 0;
}
.news-preview.visible {
  opacity: 1;
}
.news-preview.visible + .news-separator {
  opacity: 1;
}
.news-preview a {
  display: block;
  background: #fff;
  height: 100%;
}
.news-preview .label-box {
  position: absolute;
  z-index: 3;
  background: #000;
  display: inline-block;
  top: 0;
  left: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 8px 12px;
  font-size: 1.3rem;
  letter-spacing: 1px;
}
.news-preview .img-box {
  aspect-ratio: 1/0.6;
  background: #666;
  overflow: hidden;
}
.news-preview .txt-box {
  padding: 30px 30px 60px;
}
.news-preview time {
  font-size: 1.2rem;
  color: #666;
  letter-spacing: 0.05em;
  display: block;
  margin-bottom: 8px;
}
.news-preview .title-news {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 16px;
}
.news-preview:not(.event):not(.search) .arrow-read {
  position: absolute;
  bottom: 30px;
  right: 30px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (min-width: 768px) {
  .section-news-results {
    padding-top: 50px;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 40px;
  }

  .ajax-more-container {
    padding-bottom: 92px;
  }
}
@media (min-width: 1024px) {
  .section-news-results {
    padding-top: 60px;
  }

  .ajax-more-container {
    padding-top: 32px;
    padding-bottom: 124px;
  }

  .news-preview a img {
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    will-change: transform;
  }
  .news-preview a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: -webkit-transform 4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .news-preview a:hover .arrow-to svg {
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, transform 0.5s ease;
    transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
  }
  .news-preview a:hover .arrow-to svg:first-child {
    opacity: 0;
    -webkit-transform: translateX(150%);
            transform: translateX(150%);
  }
  .news-preview a:hover .arrow-to svg:last-child {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .news-preview.event a:before, .news-preview.search a:before {
    content: "";
    display: block;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0;
    -webkit-transform: scale(0.95, 0.9);
            transform: scale(0.95, 0.9);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    will-change: opacity, transform;
    -webkit-transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .news-preview.event a:hover:before, .news-preview.search a:hover:before {
    opacity: 1;
    -webkit-transform: scale(1, 1.05);
            transform: scale(1, 1.05);
  }
}
@media (min-width: 1366px) {
  .section-news, .section-news-search {
    width: 85%;
    max-width: 1560px;
  }
  .section-news .ajax-wrapper, .section-news-search .ajax-wrapper {
    width: 75%;
    max-width: 1300px;
  }

  .section-news-results {
    padding-top: 74px;
    grid-template-columns: repeat(3, 1fr);
  }

  .ajax-more-container {
    padding-top: 32px;
    padding-bottom: 132px;
  }
}
.main-news {
  padding-top: 130px;
}
.main-news.page .content {
  border-bottom: 0;
}
.main-news.page .content h2 {
  margin-bottom: 20px;
}

.news-header {
  padding-bottom: 30px;
  position: relative;
  z-index: 20;
}
.news-header .back-link {
  display: none;
}
.news-header time {
  display: block;
  font-size: 1.2rem;
  color: #666;
  letter-spacing: 0.2em;
}
.news-header .label-box span {
  font-size: 1.3rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  background: #000;
  font-weight: bold;
  padding: 10px 24px;
}
@media (max-width: 767px) {
  .news-header {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .news-header .label-box {
    margin-left: 20px;
  }
}

.section-news-content {
  padding-bottom: 68px;
}

.news-content h1 {
  font-size: 2.7rem;
  font-weight: bold;
  margin-bottom: 40px;
}
.news-content .video-box {
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
  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;
  cursor: pointer;
}
.news-content .video-box:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.news-content .video-box:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.2;
  z-index: 2;
}
.news-content .video-box img {
  position: absolute;
}
.news-content .video-box .play {
  position: relative;
  z-index: 3;
  height: 113px;
  width: 113px;
}
.news-content .video-box .play svg {
  width: 100%;
  height: 100%;
}
.news-content .video-box iframe {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.news-content .video-box img, .news-content .video-box .play, .news-content .video-box:after {
  -webkit-transition: opacity 1s ease, visibility 1s ease;
  transition: opacity 1s ease, visibility 1s ease;
}
.news-content .video-box.fade img, .news-content .video-box.fade .play, .news-content .video-box.fade:after {
  opacity: 0;
  visibility: hidden;
}
.news-content .img-box {
  margin-bottom: 40px;
  aspect-ratio: 16/9;
}
.news-content .content {
  padding-bottom: 20px;
}
.news-content hr {
  background: #666;
  margin: 0 0 50px;
  border: 0;
  border-top: 1px solid #d6d6d6;
}
.news-content .quote {
  margin-bottom: 50px;
}
.news-content .quote blockquote {
  font-style: italic;
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-weight: 300;
}
.news-content .quote blockquote:before {
  position: relative;
  content: "“";
  font-weight: bold;
  font-style: normal;
  position: absolute;
  left: -60px;
  font-size: 7.5rem;
  top: -28px;
}
@media (max-width: 767px) {
  .news-content .quote blockquote:before {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-bottom: -20px;
  }
}
.news-content .quote figcaption {
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 300;
  margin-top: 20px;
}
.news-content .quote figcaption .author {
  font-weight: bold;
}
.news-content .documents {
  margin-bottom: 46px;
}
.news-content .documents a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 36px 0;
  border-bottom: 1px solid #d6d6d6;
}
.news-content .documents strong {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  position: relative;
}
.news-content .documents svg {
  min-width: 41px;
  margin-right: 21px;
  position: relative;
}

.section-single-gallery {
  margin-bottom: 50px;
}
.section-single-gallery .swiper-slide {
  width: auto;
}
.section-single-gallery .gallery-img-box img {
  width: auto;
  height: 60vh;
  max-height: 628px;
  max-width: 100%;
}

.swiper-gallery-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  font-size: 1.5rem;
}

.swiper-gallery-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
}

.swiper-gallery-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-left: 4px;
}

.accordeon {
  margin-bottom: 50px;
}
.accordeon dt {
  background: #f2f2f2;
  padding: 22px clamp(20px, 5vw, 40px);
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  cursor: pointer;
  -webkit-column-gap: 28px;
     -moz-column-gap: 28px;
          column-gap: 28px;
}
.accordeon dt h4 {
  font-size: 1.8rem;
  line-height: 1.83;
  font-weight: 600;
}
.accordeon dt svg {
  width: 24px;
  min-width: 24px;
  height: 13px;
  margin-top: 10px;
  -webkit-transition: -webkit-transform 0.17s ease-in-out;
  transition: -webkit-transform 0.17s ease-in-out;
  transition: transform 0.17s ease-in-out;
  transition: transform 0.17s ease-in-out, -webkit-transform 0.17s ease-in-out;
}
.accordeon dt.active svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.accordeon dd {
  background: #f2f2f2;
  padding: 0 clamp(20px, 5vw, 40px);
  margin-bottom: 6px;
  height: 0;
  overflow: hidden;
}
.accordeon dd:after {
  display: block;
  content: "";
  height: 40px;
}

.nav-news-social {
  margin-top: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-news-social h4 {
  font-weight: bold;
  margin-right: 14px;
  font-size: 1.5rem;
}
.nav-news-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav-news-social ul li {
  margin-right: 6px;
}

.section-other-news {
  padding: 66px 0 70px;
}
.section-other-news header {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 35px;
}
.section-other-news header a {
  margin-top: 10px;
}
.section-other-news .swiper-slide {
  height: auto;
  max-width: 360px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-other-news .swiper-slide:last-child {
    display: none;
  }
}
.section-other-news.alt .news-preview a {
  background: #f2f2f2;
}

.section-news-policy {
  width: 100%;
  background: #fff;
}
.section-news-policy .policies-list .title-sup {
  font-size: 1.1rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .main-news {
    padding-top: 196px;
  }
  .main-news.page .content h2 {
    margin-bottom: 30px;
  }

  .news-header {
    padding-bottom: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .news-header .back-link {
    display: inline-block;
  }

  .section-news-content {
    padding-bottom: 116px;
  }

  .news-content h1 {
    font-size: 5rem;
    margin-bottom: 56px;
  }
  .news-content .video-box .play {
    height: 160px;
    width: 160px;
  }
  .news-content .img-box {
    margin-bottom: 50px;
  }
  .news-content .documents {
    margin-bottom: 70px;
  }
  .news-content .documents a {
    padding: 33px 56px;
  }
  .news-content .documents strong {
    font-size: 1.7rem;
    line-height: 1.47;
  }
  .news-content .documents svg {
    min-width: 51px;
    margin-right: 34px;
  }

  .section-other-news {
    padding: 80px 0 88px;
  }
  .section-other-news header a {
    margin-top: 15px;
  }
  .section-other-news .swiper-slide {
    max-width: none;
  }

  .section-news-policy .policies-list .txt-box {
    background: #fff;
  }
}
@media (min-width: 1024px) {
  .news-content h1 {
    font-size: 4.5rem;
  }
  .news-content .video-box .play {
    height: 160px;
    width: 160px;
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .news-content .video-box img {
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .news-content .video-box:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: -webkit-transform 4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .news-content .video-box:hover .play {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  .news-content .img-box {
    margin-bottom: 50px;
  }
  .news-content .documents a {
    padding: 33px 37px;
    position: relative;
  }
  .news-content .documents a:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: calc(100% - 16px);
    top: 8px;
    left: 0;
    background: #f2f2f2;
    opacity: 0;
    -webkit-transform: scale(0.95, 0.75);
            transform: scale(0.95, 0.75);
    will-change: opacity, transform;
    -webkit-transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .news-content .documents a:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .news-content .documents strong {
    font-size: 1.8rem;
    line-height: 1.44;
  }
  .news-content.event .documents a:before {
    background: #f2f2f2;
  }
}
@media (min-width: 1366px) {
  .section-news-content {
    position: relative;
  }

  .news-header time {
    margin-left: 0;
  }

  .news-content .content {
    border-bottom: 0;
  }
  .news-content h1 {
    font-size: 5rem;
  }
  .news-content .video-box .play {
    height: 180px;
    width: 180px;
  }
  .news-content .img-box {
    margin-bottom: 60px;
  }
  .news-content .documents {
    border-top: 1px solid #d6d6d6;
  }
  .news-content .documents a {
    padding: 33px 51px;
  }
}
.section-pubs-search {
  padding-top: 140px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-pubs-search h1 {
  font-size: 3.7rem;
  font-weight: bold;
  width: 100%;
  margin-bottom: 46px;
}

.search-pubs {
  position: relative;
  margin-top: 16px;
  width: calc(100% - 80px);
  min-width: 254px;
  margin-right: 20px;
}
.search-pubs > div {
  position: absolute;
}

.search-pubs-input {
  -webkit-appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
  padding-left: 22px;
  padding-right: 50px;
  height: 56px;
  line-height: 54px;
  border-radius: 28px;
  background: none;
  color: #000;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
.search-pubs-input::-webkit-input-placeholder {
  color: #808080;
}
.search-pubs-input::-moz-placeholder {
  color: #808080;
}
.search-pubs-input:-ms-input-placeholder {
  color: #808080;
}
.search-pubs-input::-ms-input-placeholder {
  color: #808080;
}
.search-pubs-input::placeholder {
  color: #808080;
}
.search-pubs-input:focus {
  outline: 0;
  border-width: 2px;
  border-color: #000;
  padding-left: 21px;
  line-height: 52px;
}

.search-pubs-loader {
  top: calc(50% - 2px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 52px;
  width: 21px;
  height: 21px;
  display: none;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 21px;
  height: 21px;
}

.lds-ring div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  width: 21px;
  height: 21px;
  margin: 2px;
  border: 2px solid #999999;
  border-radius: 50%;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #999999 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}

@-webkit-keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.search-pubs-close {
  width: 30px;
  height: 30px;
  background: #000;
  border-radius: 50%;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: relative;
  cursor: pointer;
  display: none;
}
.search-pubs-close:before, .search-pubs-close:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background: #fff;
  top: 50%;
  left: 50%;
}
.search-pubs-close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.search-pubs-close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.search-pubs-magnifier {
  right: 18px;
  top: 16px;
  pointer-events: none;
}

.search-pubs.loading .search-pubs-loader {
  display: block;
}
.search-pubs.written .search-pubs-close {
  display: block;
}
.search-pubs.loading.written .search-pubs-close {
  display: none;
}

.close-filters-inside {
  display: none !important;
}

.search-filters.search-filters-pubs {
  margin-top: 16px;
  width: 60px;
  height: 60px;
}
.search-filters.search-filters-pubs .filters-button {
  width: 60px;
  height: 60px;
}
.search-filters.search-filters-pubs .filters {
  position: fixed;
  top: 318px;
}
.search-filters.search-filters-pubs.search-filters-news .filters {
  top: 60px;
}

.close-filters.close-filters-pubs {
  margin-top: 16px;
}

.section-pubs {
  padding-top: 40px;
  padding-bottom: 120px;
}

.pub-preview time {
  position: relative;
  display: block;
  font-size: 1.2rem;
  color: #666;
  letter-spacing: 0.2em;
  margin-bottom: 16px;
}
.pub-preview a {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 36px 0;
  border-bottom: 1px solid #d6d6d6;
  display: block;
}
.pub-preview strong {
  position: relative;
  display: block;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  word-break: break-word;
  padding-right: 20px;
  margin-bottom: 24px;
}
.pub-preview .arrow-read {
  position: relative;
}

.all-pubs-more {
  padding-top: 60px;
}

@media (min-width: 768px) {
  .section-pubs-search {
    padding-top: 210px;
  }
  .section-pubs-search h1 {
    font-size: 4rem;
  }

  .search-pubs {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 20px;
    margin-right: 0;
  }

  .search-filters-pubs {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .search-filters.search-filters-pubs .filters {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
  }

  .close-filters.close-filters-pubs {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-left: 0;
  }

  .search-pubs-input {
    font-size: 1.5rem;
  }

  .section-pubs {
    padding-top: 66px;
    padding-bottom: 162px;
  }

  .pub-preview a {
    padding: 40px 0;
  }
  .pub-preview .svg-box {
    width: 49px;
    margin-right: 36px;
    margin-left: 56px;
  }
  .pub-preview .svg-box svg {
    width: 49px;
    height: 64px;
  }
  .pub-preview .svg-box .mime {
    font-size: 1.3rem;
    top: 31px;
    left: 12px;
  }
  .pub-preview strong {
    font-size: 1.7rem;
    line-height: 1.47;
  }

  .all-pubs-more {
    padding-top: 112px;
  }
}
@media (min-width: 1024px) {
  .section-pubs-search {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section-pubs-search h1 {
    width: auto;
    margin-bottom: 0;
  }

  .search-pubs {
    margin-top: 0;
    margin-left: 37px;
    min-width: 0;
    width: auto;
  }
  .search-pubs.written .search-pubs-input {
    width: 512px;
    color: #000;
    cursor: text;
    padding-left: 22px;
    padding-right: 80px;
  }
  .search-pubs.written .search-pubs-input:focus {
    padding-left: 21px;
  }

  .search-pubs-input {
    width: 60px;
    height: 60px;
    line-height: 58px;
    border-radius: 30px;
    padding: 0;
    will-change: width;
    -webkit-transition: width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    color: transparent;
    cursor: pointer;
  }
  .search-pubs-input::-webkit-input-placeholder {
    color: transparent;
  }
  .search-pubs-input::-moz-placeholder {
    color: transparent;
  }
  .search-pubs-input:-ms-input-placeholder {
    color: transparent;
  }
  .search-pubs-input::-ms-input-placeholder {
    color: transparent;
  }
  .search-pubs-input::placeholder {
    color: transparent;
  }
  .search-pubs-input:focus {
    width: 512px;
    color: #000;
    cursor: text;
    padding-left: 21px;
    padding-right: 80px;
  }

  .search-pubs-magnifier {
    right: 19px;
    top: 19px;
  }

  .search-filters.search-filters-pubs {
    position: absolute;
    top: 324px;
  }
  .search-filters.search-filters-pubs .filters-button {
    display: none;
  }
  .search-filters.search-filters-pubs .filters {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transform: none !important;
            transform: none !important;
    background: none;
    padding: 0;
    width: 228px;
  }
  .search-filters.search-filters-pubs .filters h5 {
    font-size: 2.5rem;
    text-transform: lowercase;
  }
  .search-filters.search-filters-pubs .filters ul {
    margin-top: 25px;
  }
  .search-filters.search-filters-pubs .filters li {
    padding: 22px 40px 22px 0;
    line-height: 16px;
    letter-spacing: 0.07em;
    position: relative;
    -webkit-transition: padding 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: padding 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    will-change: padding;
  }
  .search-filters.search-filters-pubs .filters li:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0;
    -webkit-transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    will-change: opacity;
    z-index: -1;
  }
  .search-filters.search-filters-pubs .filters li:hover, .search-filters.search-filters-pubs .filters li.active {
    padding-right: 20px;
    padding-left: 20px;
  }
  .search-filters.search-filters-pubs .filters li:hover:before, .search-filters.search-filters-pubs .filters li.active:before {
    opacity: 1;
  }
  .search-filters.search-filters-pubs .filters li.active .close-filters-inside {
    display: block !important;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .search-filters.search-filters-pubs .filters li.active .close-filters-inside:before, .search-filters.search-filters-pubs .filters li.active .close-filters-inside:after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 13px;
    background: #000;
    right: 15px;
    top: calc(50% - 1px);
  }
  .search-filters.search-filters-pubs .filters li.active .close-filters-inside:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .search-filters.search-filters-pubs .filters li.active .close-filters-inside:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .search-filters.search-filters-pubs.search-filters-news {
    top: 0;
  }

  .close-filters.close-filters-pubs {
    display: none !important;
  }

  .section-pubs {
    padding-top: 24px;
  }

  .pub-preview {
    opacity: 0;
  }
  .pub-preview.visible {
    opacity: 1;
  }
  .pub-preview a {
    padding: 48px 38px;
    position: relative;
  }
  .pub-preview a:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: calc(100% - 16px);
    top: 8px;
    left: 0;
    background: #fff;
    opacity: 0;
    -webkit-transform: scale(0.95, 0.75);
            transform: scale(0.95, 0.75);
    will-change: opacity, transform;
    -webkit-transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .pub-preview a:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .pub-preview strong {
    font-size: 2rem;
    line-height: 1.6;
    position: relative;
  }
}
@media (min-width: 1366px) {
  .pub-preview a {
    padding: 48px 51px;
  }
  .pub-preview strong {
    padding-right: 40px;
  }
}
.section-search-search {
  padding: 140px 0 84px;
}
.section-search-search h1 {
  font-size: 1.1rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.section-search-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 18px;
  z-index: 2;
}

.search-found-posts {
  font-size: 2rem;
  font-weight: bold;
  padding: 38px 0;
}

.search-filters {
  width: 50px;
  height: 50px;
  z-index: 2;
  position: relative;
}
.search-filters .filters-button {
  cursor: pointer;
  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;
}
.search-filters .filters-button svg {
  width: 23px;
  height: 20px;
}
.search-filters .filters {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(25%);
          transform: translateY(25%);
  -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: absolute;
  top: 0;
  right: 0;
  background: #f2f2f2;
  width: 75.625vw;
  padding: 42px 32px 39px;
}
.search-filters .filters h5 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 16px;
}
.search-filters .filters li {
  cursor: pointer;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #808080;
  padding: 16px 0;
  border-bottom: 1px solid #d9d9d9;
}
.search-filters .filters li:last-child {
  border-bottom: 0;
}
.search-filters .filters li.active {
  color: #000;
}

.close-filters {
  width: 100%;
  display: none;
}
.close-filters span {
  cursor: pointer;
  display: inline-block;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 17px 46px 17px 18px;
  position: relative;
}
.close-filters span:before, .close-filters span:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 13px;
  background: #fff;
  right: 10px;
  top: calc(50% - 1px);
}
.close-filters span:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.close-filters span:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.close-filters.active {
  display: block;
}

body.filters-open .filters {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.section-search-results, .section-events {
  padding-top: 45px;
}
.section-search-results h2:not(.title-big), .section-events h2:not(.title-big) {
  font-size: 1.1rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.section-search-results .ajax-container, .section-search-results .events-container, .section-events .ajax-container, .section-events .events-container {
  border-top: 1px solid #d9d9d9;
}
.section-search-results .ajax-container > div:not(.ajax) a, .section-search-results .events-container > div:not(.ajax) a, .section-events .ajax-container > div:not(.ajax) a, .section-events .events-container > div:not(.ajax) a {
  padding: 0;
  border-bottom: 1px solid #d9d9d9;
}
.section-search-results .ajax-container > div:not(.ajax) .img-box, .section-search-results .events-container > div:not(.ajax) .img-box, .section-events .ajax-container > div:not(.ajax) .img-box, .section-events .events-container > div:not(.ajax) .img-box {
  padding-top: 4px;
}
.section-search-results .ajax-container > div:not(.ajax) .img-box > div, .section-search-results .events-container > div:not(.ajax) .img-box > div, .section-events .ajax-container > div:not(.ajax) .img-box > div, .section-events .events-container > div:not(.ajax) .img-box > div {
  height: 100%;
}
.section-search-results .ajax-container > div:not(.ajax) .img-box.video, .section-search-results .events-container > div:not(.ajax) .img-box.video, .section-events .ajax-container > div:not(.ajax) .img-box.video, .section-events .events-container > div:not(.ajax) .img-box.video {
  overflow: hidden;
  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;
  height: 200px;
}
.section-search-results .ajax-container > div:not(.ajax) .img-box.video:after, .section-search-results .events-container > div:not(.ajax) .img-box.video:after, .section-events .ajax-container > div:not(.ajax) .img-box.video:after, .section-events .events-container > div:not(.ajax) .img-box.video:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.2;
  z-index: 2;
}
.section-search-results .ajax-container > div:not(.ajax) .img-box.video > div, .section-search-results .events-container > div:not(.ajax) .img-box.video > div, .section-events .ajax-container > div:not(.ajax) .img-box.video > div, .section-events .events-container > div:not(.ajax) .img-box.video > div {
  position: absolute;
}
.section-search-results .ajax-container > div:not(.ajax) .img-box.video .play, .section-search-results .events-container > div:not(.ajax) .img-box.video .play, .section-events .ajax-container > div:not(.ajax) .img-box.video .play, .section-events .events-container > div:not(.ajax) .img-box.video .play {
  position: relative;
  z-index: 3;
  height: 113px;
  width: 113px;
}
.section-search-results .ajax-container > div:not(.ajax) .img-box.video .play svg, .section-search-results .events-container > div:not(.ajax) .img-box.video .play svg, .section-events .ajax-container > div:not(.ajax) .img-box.video .play svg, .section-events .events-container > div:not(.ajax) .img-box.video .play svg {
  width: 100%;
  height: 100%;
}
.section-search-results .ajax-container > div:not(.ajax) .txt-box, .section-search-results .events-container > div:not(.ajax) .txt-box, .section-events .ajax-container > div:not(.ajax) .txt-box, .section-events .events-container > div:not(.ajax) .txt-box {
  padding: 36px 0;
}
.section-search-results .ajax-container > div:not(.ajax) header, .section-search-results .events-container > div:not(.ajax) header, .section-events .ajax-container > div:not(.ajax) header, .section-events .events-container > div:not(.ajax) header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.section-search-results .ajax-container > div:not(.ajax) header strong, .section-search-results .events-container > div:not(.ajax) header strong, .section-events .ajax-container > div:not(.ajax) header strong, .section-events .events-container > div:not(.ajax) header strong {
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  display: block;
  margin-right: 21px;
}
.section-search-results .ajax-container > div:not(.ajax) h4, .section-search-results .events-container > div:not(.ajax) h4, .section-events .ajax-container > div:not(.ajax) h4, .section-events .events-container > div:not(.ajax) h4 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 0;
}
.section-search-results .ajax-container > div:not(.ajax) .arrow-read, .section-search-results .events-container > div:not(.ajax) .arrow-read, .section-events .ajax-container > div:not(.ajax) .arrow-read, .section-events .events-container > div:not(.ajax) .arrow-read {
  margin-top: 32px;
}
.section-search-results .ajax-more-container, .section-events .ajax-more-container {
  padding: 50px 0 130px;
}
.section-search-results .ajax-more-container .btn, .section-events .ajax-more-container .btn {
  border-width: 2px;
}

.no-found {
  font-size: 1.5rem;
  margin-top: 32px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .section-search-search {
    padding: 190px 0 148px;
  }
  .section-search-search h1 {
    margin-bottom: 45px;
  }

  .section-search-filters {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 88px;
  }

  .search-found-posts {
    font-size: 4rem;
    padding: 0;
    margin-right: 38px;
  }

  .search-filters {
    width: 55px;
    height: 55px;
  }
  .search-filters .filters-button {
    width: 55px;
    height: 55px;
  }
  .search-filters .filters-button svg {
    width: 28px;
    height: 24px;
  }
  .search-filters .filters {
    width: 300px;
  }

  .close-filters {
    width: auto;
    margin-left: 25px;
  }

  .section-search-results, .section-events {
    padding-top: 68px;
  }
  .section-search-results h2:not(.title-big), .section-events h2:not(.title-big) {
    margin-bottom: 50px;
  }
  .section-search-results .ajax-container > div:not(.ajax) a, .section-search-results .events-container > div:not(.ajax) a, .section-events .ajax-container > div:not(.ajax) a, .section-events .events-container > div:not(.ajax) a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section-search-results .ajax-container > div:not(.ajax) .img-box, .section-search-results .events-container > div:not(.ajax) .img-box, .section-events .ajax-container > div:not(.ajax) .img-box, .section-events .events-container > div:not(.ajax) .img-box {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .section-search-results .ajax-container > div:not(.ajax) .img-box.video, .section-search-results .events-container > div:not(.ajax) .img-box.video, .section-events .ajax-container > div:not(.ajax) .img-box.video, .section-events .events-container > div:not(.ajax) .img-box.video {
    height: auto;
  }
  .section-search-results .ajax-container > div:not(.ajax) .img-box + .txt-box, .section-search-results .events-container > div:not(.ajax) .img-box + .txt-box, .section-events .ajax-container > div:not(.ajax) .img-box + .txt-box, .section-events .events-container > div:not(.ajax) .img-box + .txt-box {
    width: 392px;
    padding-left: 56px;
    padding-right: 56px;
  }
  .section-search-results .ajax-container > div:not(.ajax) .txt-box, .section-search-results .events-container > div:not(.ajax) .txt-box, .section-events .ajax-container > div:not(.ajax) .txt-box, .section-events .events-container > div:not(.ajax) .txt-box {
    padding: 36px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section-search-results .ajax-container > div:not(.ajax) h4, .section-search-results .events-container > div:not(.ajax) h4, .section-events .ajax-container > div:not(.ajax) h4, .section-events .events-container > div:not(.ajax) h4 {
    font-size: 1.7rem;
    line-height: 1.47;
  }
  .section-search-results .ajax-container > div:not(.ajax).pub-preview a, .section-search-results .events-container > div:not(.ajax).pub-preview a, .section-events .ajax-container > div:not(.ajax).pub-preview a, .section-events .events-container > div:not(.ajax).pub-preview a {
    display: block;
    padding: 36px 0;
  }
  .section-search-results .ajax-more-container, .section-events .ajax-more-container {
    padding: 80px 0 140px;
  }

  .no-found {
    font-size: 1.7rem;
  }
}
@media (min-width: 1024px) {
  .section-search-search {
    padding: 246px 0 168px;
  }
  .section-search-search h1 {
    font-size: 1.2rem;
    margin-bottom: 30px;
  }

  .section-search-filters {
    padding-top: 110px;
  }

  .search-filters .filters {
    right: auto;
    left: 0;
  }

  .section-search-results, .section-events {
    padding-top: 84px;
  }
  .section-search-results .ajax-container > div:not(.ajax), .section-search-results .events-container > div:not(.ajax), .section-events .ajax-container > div:not(.ajax), .section-events .events-container > div:not(.ajax) {
    margin: 0;
  }
  .section-search-results .ajax-container > div:not(.ajax) a > div, .section-search-results .events-container > div:not(.ajax) a > div, .section-events .ajax-container > div:not(.ajax) a > div, .section-events .events-container > div:not(.ajax) a > div {
    position: relative;
  }
  .section-search-results .ajax-container > div:not(.ajax) a:before, .section-search-results .events-container > div:not(.ajax) a:before, .section-events .ajax-container > div:not(.ajax) a:before, .section-events .events-container > div:not(.ajax) a:before {
    background: #f2f2f2;
    height: calc(100% - 20px);
    top: 10px;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  .section-search-results .ajax-container > div:not(.ajax) a:hover:before, .section-search-results .events-container > div:not(.ajax) a:hover:before, .section-events .ajax-container > div:not(.ajax) a:hover:before, .section-events .events-container > div:not(.ajax) a:hover:before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .section-search-results .ajax-container > div:not(.ajax) a:hover img, .section-search-results .events-container > div:not(.ajax) a:hover img, .section-events .ajax-container > div:not(.ajax) a:hover img, .section-events .events-container > div:not(.ajax) a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: -webkit-transform 4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .section-search-results .ajax-container > div:not(.ajax) .img-box, .section-search-results .events-container > div:not(.ajax) .img-box, .section-events .ajax-container > div:not(.ajax) .img-box, .section-events .events-container > div:not(.ajax) .img-box {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
    overflow: hidden;
  }
  .section-search-results .ajax-container > div:not(.ajax) .img-box + .txt-box, .section-search-results .events-container > div:not(.ajax) .img-box + .txt-box, .section-events .ajax-container > div:not(.ajax) .img-box + .txt-box, .section-events .events-container > div:not(.ajax) .img-box + .txt-box {
    width: 532px;
    padding-left: 76px;
    padding-right: 76px;
  }
  .section-search-results .ajax-container > div:not(.ajax) img, .section-search-results .events-container > div:not(.ajax) img, .section-events .ajax-container > div:not(.ajax) img, .section-events .events-container > div:not(.ajax) img {
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    will-change: transform;
    top: -40px;
    height: calc(100% + 80px);
  }
  .section-search-results .ajax-container > div:not(.ajax) .txt-box, .section-search-results .events-container > div:not(.ajax) .txt-box, .section-events .ajax-container > div:not(.ajax) .txt-box, .section-events .events-container > div:not(.ajax) .txt-box {
    padding: 54px 38px;
  }
  .section-search-results .ajax-container > div:not(.ajax) header, .section-search-results .events-container > div:not(.ajax) header, .section-events .ajax-container > div:not(.ajax) header, .section-events .events-container > div:not(.ajax) header {
    margin-bottom: 16px;
  }
  .section-search-results .ajax-container > div:not(.ajax) h4, .section-search-results .events-container > div:not(.ajax) h4, .section-events .ajax-container > div:not(.ajax) h4, .section-events .events-container > div:not(.ajax) h4 {
    font-size: 2rem;
    line-height: 1.7;
  }
  .section-search-results .ajax-container > div:not(.ajax).with-image a:before, .section-search-results .events-container > div:not(.ajax).with-image a:before, .section-events .ajax-container > div:not(.ajax).with-image a:before, .section-events .events-container > div:not(.ajax).with-image a:before {
    width: calc(100% - 342px);
    left: auto;
    right: 0;
    -webkit-transform: scale(0.92, 0.92);
            transform: scale(0.92, 0.92);
  }
  .section-search-results .ajax-container > div:not(.ajax).with-image a:hover:before, .section-search-results .events-container > div:not(.ajax).with-image a:hover:before, .section-events .ajax-container > div:not(.ajax).with-image a:hover:before, .section-events .events-container > div:not(.ajax).with-image a:hover:before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .section-search-results .ajax-more-container, .section-events .ajax-more-container {
    padding: 80px 0 140px;
  }

  div.no-found {
    margin-top: 40px !important;
    font-size: 2rem;
  }
}
@media (min-width: 1366px) {
  .section-search-results .ajax-container > div:not(.ajax) .img-box img, .section-search-results .events-container > div:not(.ajax) .img-box img, .section-events .ajax-container > div:not(.ajax) .img-box img, .section-events .events-container > div:not(.ajax) .img-box img {
    height: calc(100% + 80px);
    top: -40px;
  }
  .section-search-results .ajax-container > div:not(.ajax) .img-box + .txt-box, .section-search-results .events-container > div:not(.ajax) .img-box + .txt-box, .section-events .ajax-container > div:not(.ajax) .img-box + .txt-box, .section-events .events-container > div:not(.ajax) .img-box + .txt-box {
    width: 561px;
    padding-left: 76.5px;
    padding-right: 51px;
  }
  .section-search-results .ajax-container > div:not(.ajax) .txt-box, .section-search-results .events-container > div:not(.ajax) .txt-box, .section-events .ajax-container > div:not(.ajax) .txt-box, .section-events .events-container > div:not(.ajax) .txt-box {
    padding: 80px 51px;
  }
  .section-search-results .ajax-container > div:not(.ajax) header, .section-search-results .events-container > div:not(.ajax) header, .section-events .ajax-container > div:not(.ajax) header, .section-events .events-container > div:not(.ajax) header {
    margin-bottom: 16px;
  }
  .section-search-results .ajax-container > div:not(.ajax) h4, .section-search-results .events-container > div:not(.ajax) h4, .section-events .ajax-container > div:not(.ajax) h4, .section-events .events-container > div:not(.ajax) h4 {
    font-size: 2.5rem;
    line-height: 1.4;
  }
  .section-search-results .ajax-container > div:not(.ajax).pub-preview a, .section-search-results .events-container > div:not(.ajax).pub-preview a, .section-events .ajax-container > div:not(.ajax).pub-preview a, .section-events .events-container > div:not(.ajax).pub-preview a {
    padding: 44px 51px;
  }
  .section-search-results .ajax-container > div:not(.ajax).with-image a:before, .section-search-results .events-container > div:not(.ajax).with-image a:before, .section-events .ajax-container > div:not(.ajax).with-image a:before, .section-events .events-container > div:not(.ajax).with-image a:before {
    width: calc(100% - 408px);
  }

  div.no-found {
    margin-top: 50px !important;
    font-size: 2.5rem;
  }
}
.section-about-blocks {
  background: #fff;
}
.section-about-blocks li {
  width: 100%;
  position: relative;
  height: 100vw;
  max-height: 400px;
  overflow: hidden;
  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;
}
.section-about-blocks li h3 {
  color: #000;
  font-weight: 600;
  font-size: 3.5rem;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
}
.section-about-blocks li p {
  font-size: 1.15rem;
  color: #666;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 2;
}
.section-about-blocks li p strong {
  color: #000;
}
.section-about-blocks li:first-child {
  background: #f2f2f2;
}
.section-about-blocks li:first-child h3 {
  font-size: 6.8rem;
  margin-bottom: 14px;
}
.section-about-blocks li:nth-child(2), .section-about-blocks li:nth-child(6) {
  background: #000;
}
.section-about-blocks li:nth-child(2) h3, .section-about-blocks li:nth-child(6) h3 {
  color: #fff;
}
.section-about-blocks li:nth-child(2) p, .section-about-blocks li:nth-child(6) p {
  color: #999;
}
.section-about-blocks li:nth-child(3) {
  background: #d9d9d9;
}
.section-about-blocks li .img-box {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
}
.section-about-blocks li .img-box img {
  top: -110px;
  height: calc(100% + 220px);
}

.text-header + .columns-about {
  padding-top: 48px;
}

.columns-about > div {
  -webkit-columns: 2 250px;
     -moz-columns: 2 250px;
          columns: 2 250px;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}

.section-about-links {
  padding: 50px 0 120px;
}
.section-about-links .how-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.05em;
  margin: 52px 0;
}
.section-about-links .how-arrow svg {
  margin-left: 16px;
  -webkit-transform: rotate(90deg) scale(0.85);
          transform: rotate(90deg) scale(0.85);
}
.section-about-links img {
  position: absolute;
  bottom: -180px;
  left: 50%;
  margin-left: -756px;
  width: auto;
}
.section-about-links img:last-of-type {
  display: none;
}
.section-about-links a {
  display: block;
  padding: 38px 0;
  border-bottom: 1px solid #d6d6d6;
}
.section-about-links a strong {
  font-size: 3rem;
  display: block;
  margin-bottom: 20px;
}
.section-about-links li:last-child a {
  border-bottom: 0;
}

@media (min-width: 768px) {
  .section-about-blocks:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 462px;
    bottom: 0;
    left: 0;
    background: #f2f2f2;
  }
  .section-about-blocks li {
    width: 50%;
    max-height: none;
    height: 308px;
  }
  .section-about-blocks li .txt-box {
    width: 75%;
  }
  .section-about-blocks li:nth-child(5) {
    background: #fff;
  }

  .section-about-links {
    padding: 100px 0 120px;
    background-color: #f2f2f2;
  }
  .section-about-links .columns-about {
    padding-bottom: 120px;
  }
  .section-about-links img {
    display: none;
  }
  .section-about-links img:last-of-type {
    display: block;
  }
  .section-about-links a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 46px 0;
  }
  .section-about-links a br {
    display: none;
  }
  .section-about-links a strong {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 3rem;
    display: block;
    margin-bottom: 0;
    margin-left: 56px;
  }
  .section-about-links a .arrow-to {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .section-about-links li:last-child a {
    border-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .section-about-blocks:before {
    height: 50%;
  }
  .section-about-blocks ul {
    width: 1024px;
    margin: 0 auto;
  }
  .section-about-blocks ul:before {
    content: "";
    display: block;
    width: 66.667%;
  }
  .section-about-blocks li {
    width: 33.333%;
    height: 342px;
  }
  .section-about-blocks li:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .section-about-blocks li:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    position: absolute;
    right: 0;
    top: 342px;
  }
  .section-about-blocks li:nth-child(3) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .section-about-blocks li:nth-child(4) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 66.667%;
    height: 684px;
  }
  .section-about-blocks li:nth-child(5) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .section-about-blocks li:nth-child(6) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .section-about-links {
    padding: 148px 0 144px;
  }
  .section-about-links .columns-about {
    padding-bottom: 140px;
  }
  .section-about-links img {
    bottom: -320px;
  }
  .section-about-links a {
    display: block;
    padding: 56px 0 0;
    border-top: 1px solid #ccc;
    position: relative;
    border-bottom: 0;
  }
  .section-about-links a:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    top: -1px;
    left: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .section-about-links a br {
    display: block;
  }
  .section-about-links a strong {
    font-size: 3rem;
    display: block;
    margin-bottom: 52px;
    margin-left: 0;
    will-change: transform;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .section-about-links a:hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .section-about-links a:hover strong {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
@media (min-width: 1366px) {
  .section-about-blocks {
    z-index: 2;
  }
  .section-about-blocks .d-wrapper {
    margin: 0 auto;
    width: 1366px;
  }
  .section-about-blocks:before {
    height: 25%;
  }
  .section-about-blocks ul {
    width: 1366px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .section-about-blocks li {
    width: 25%;
    position: absolute;
  }
  .section-about-blocks li:first-child {
    position: absolute;
    top: -50%;
    right: 0;
  }
  .section-about-blocks li:nth-child(2) {
    position: absolute;
    right: 50%;
    top: 0;
  }
  .section-about-blocks li:nth-child(3) {
    left: 0;
    top: 50%;
  }
  .section-about-blocks li:nth-child(4) {
    position: relative;
    width: 50%;
    min-width: 50%;
  }
  .section-about-blocks li:nth-child(5) {
    left: 25%;
    top: 50%;
  }
  .section-about-blocks li:nth-child(6) {
    bottom: -50%;
    right: 0;
  }

  .section-about-links .columns-about {
    padding-bottom: 180px;
  }
}
.section-all-policies {
  overflow: hidden;
}
.section-all-policies h2 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.75;
  padding: 70px 0;
}

.policies-list a {
  overflow: hidden;
}
.policies-list .img-box {
  width: 100%;
  height: 100vw;
  max-height: 400px;
}
.policies-list .img-box > div {
  height: 100%;
}
.policies-list .img-box img {
  top: -60px;
  height: calc(100% + 120px);
}
.policies-list .txt-box {
  padding: 48px 0 64px;
}
.policies-list h3 {
  font-weight: bold;
  font-size: 3rem;
  margin-bottom: 20px;
}
.policies-list p {
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .section-all-policies h2 {
    font-size: 2.5rem;
    line-height: 1.8;
    padding: 100px 0;
  }

  .policies-list {
    width: 1024px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-left: 50%;
  }
  .policies-list .img-box {
    height: auto;
    max-height: none;
    width: 484px;
    min-height: 460px;
  }
  .policies-list .txt-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 540px;
    padding: 80px 0;
    background: #ededed;
  }
  .policies-list h3 {
    margin-bottom: 26px;
  }
  .policies-list p {
    margin-bottom: 36px;
  }
  .policies-list li:nth-of-type(2n+2) .img-box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .policies-list li:nth-of-type(2n+2) .txt-box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    background: #fff;
  }
  .policies-list li:nth-of-type(2n+2) .txt-box > div {
    margin-right: 0;
    margin-left: auto;
  }
  .policies-list li:nth-of-type(2n+2) .txt-box > div > div {
    margin-right: auto;
    margin-left: 0;
  }
}
@media (min-width: 1024px) {
  .section-all-policies h2 {
    font-size: 3rem;
    line-height: 1.667;
  }

  .policies-list {
    width: 1366px;
  }
  .policies-list .img-box {
    width: 626px;
  }
  .policies-list .txt-box {
    width: 740px;
  }
  .policies-list h3 {
    font-size: 4rem;
  }
  .policies-list a img {
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    will-change: transform;
  }
  .policies-list a .up {
    will-change: transform;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .policies-list a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: -webkit-transform 4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .policies-list a:hover .up {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  .policies-list.news {
    width: 100vw;
  }
  .policies-list.news .img-box {
    width: 46%;
  }
  .policies-list.news .txt-box {
    width: 54%;
  }
}
@media (min-width: 1366px) {
  .section-all-policies {
    padding-bottom: 160px;
  }

  .policies-list {
    width: 1173px;
  }
  .policies-list .img-box {
    width: 510px;
  }
  .policies-list .txt-box {
    width: 663px;
  }
  .policies-list .txt-box > div > div {
    margin: 0 auto !important;
  }
}
.section-policy-members .cover-box {
  height: 320px;
}
.section-policy-members .cover-box img {
  height: calc(100% + 160px);
  top: -80px;
}

.slider-policy-container {
  padding-bottom: 48px;
}
.slider-policy-container.issues {
  padding-bottom: 128px;
}
.slider-policy-container .title-big {
  padding: 50px 0;
}
.slider-policy-container .swiper-slide {
  background: #fff;
  height: auto;
  padding: 40px 0;
}
.slider-policy-container .swiper-slide a.link-more {
  margin-top: 24px;
  font-size: 1.1rem;
}
.slider-policy-container .slider-policy-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 36px;
}
.slider-policy-container .slider-policy-nav > div {
  margin: 0 1px;
}
.slider-policy-container .slider-policy-nav > div.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.slider-policy-container .slider-policy-nav > div.swiper-button-lock {
  display: none;
}
.slider-policy-container .slider-policy-next {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.policy-issues-title .link {
  position: absolute;
  bottom: 64px;
  text-align: center;
  width: 100%;
}
.policy-issues-title .link a {
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  line-height: 2.5;
  display: inline-block;
}
.policy-issues-title .link a svg {
  display: none;
}
.policy-issues-title .link a:after {
  content: "";
  position: absolute;
  width: 100%;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  height: 1px;
  bottom: 0px;
  left: 0;
  background-color: #000;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.section-policy-more {
  padding-top: 64px;
}
.section-policy-more h2 {
  margin-bottom: 56px;
}

.policy-more-list a {
  display: block;
}
.policy-more-list .img-box {
  width: 100%;
  height: 100vw;
  max-height: 400px;
}
.policy-more-list .img-box > div {
  height: 100%;
}
.policy-more-list .img-box img {
  top: -60px;
  height: calc(100% + 80px);
}
.policy-more-list .txt-box {
  padding: 48px 0 64px;
}
.policy-more-list h3 {
  font-weight: bold;
  font-size: 3rem;
  margin-bottom: 20px;
}
.policy-more-list p {
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .section-policy-members .cover-box {
    height: 518px;
  }

  .policy-members-container {
    background: #fff;
    position: relative;
  }

  .slider-policy-container {
    padding-bottom: 120px;
    overflow: hidden;
  }
  .slider-policy-container.issues {
    padding-bottom: 120px;
  }
  .slider-policy-container.issues .slider-policy-nav {
    display: none;
  }
  .slider-policy-container .title-big {
    padding: 96px 0 80px;
  }
  .slider-policy-container .swiper-slide {
    padding: 0;
    position: relative;
  }
  .slider-policy-container .swiper-slide:before {
    content: "";
    display: block;
    height: 3px;
    width: 27px;
    background: #000;
    margin-bottom: 48px;
  }
  .slider-policy-container .slider-policy-nav {
    position: absolute;
    top: 88px;
    right: 0;
    margin-top: 0;
  }

  .policy-issues-title {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .policy-issues-title .link {
    position: relative;
    bottom: 0;
    text-align: center;
    width: auto;
  }
  .policy-issues-title .link a {
    line-height: 2.5;
  }
  .policy-issues-title .link a svg {
    display: inline-block;
    -webkit-transform: translateY(1px) rotate(180deg);
            transform: translateY(1px) rotate(180deg);
    margin-left: 12px;
  }
  .policy-issues-title .link a:after {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    height: 2px;
  }
  .policy-issues-title .link a:hover {
    text-decoration: none;
  }
  .policy-issues-title .link a:hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
  }

  .section-policy-more {
    padding-top: 80px;
  }
  .section-policy-more h2 {
    margin-bottom: 72px;
  }
  .section-policy-more:before {
    content: "";
    display: block;
    height: 322px;
    background: #f2f2f2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  .policy-more-list .img-box {
    max-height: none;
    height: 240px;
  }
  .policy-more-list .txt-box {
    padding: 50px 0 100px;
  }
  .policy-more-list h3 {
    margin-bottom: 26px;
  }
  .policy-more-list p {
    margin-bottom: 36px;
  }
}
@media (min-width: 1024px) {
  .policy-members-container {
    width: 1024px;
    margin: 0 auto;
  }

  .section-policy-more {
    padding-top: 112px;
  }
  .section-policy-more:before {
    height: 392px;
  }

  .policy-more-list .img-box {
    height: 320px;
  }
  .policy-more-list .txt-box {
    padding-top: 40px;
  }
  .policy-more-list a .img-box {
    will-change: transform;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .policy-more-list a .up {
    will-change: transform;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .policy-more-list a:hover .img-box, .policy-more-list a:hover .up {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@media (min-width: 1366px) {
  .policy-members-container {
    width: 1173px;
    margin: 0 auto;
  }

  .section-policy-more {
    padding-top: 132px;
  }
  .section-policy-more:before {
    height: 466px;
  }
  .section-policy-more h2 {
    margin-bottom: 88px;
  }

  .policy-more-list .img-box {
    height: 374px;
  }
  .policy-more-list .txt-box {
    padding: 62px 0 120px;
  }
  .policy-more-list h3 {
    font-size: 4rem;
    margin-bottom: 32px;
  }
  .policy-more-list p {
    margin-bottom: 54px;
  }
}
.section-team-title {
  padding-top: 130px;
}
.section-team-title h1 {
  font-size: 4rem;
  font-weight: bold;
}

.section-team {
  margin-top: 60px;
}
.section-team .team-intro {
  padding-bottom: 64px;
}
.section-team .team-intro h2 {
  font-size: 1.1rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 38px;
}
.section-team .team-intro p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.89;
}
.section-team .team-container {
  background: #fff;
  position: relative;
  padding-bottom: 16px;
}
.section-team .team-container:before {
  content: "";
  display: block;
  height: 104px;
  background: #f2f2f2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.section-team .team-container a {
  display: block;
}
.section-team .team-container .img-box {
  height: 63.75vw;
}
.section-team .team-container .img-box > div {
  height: 100%;
}
.section-team .team-container .img-box img {
  top: -20px;
  height: calc(100% + 80px);
}
.section-team .team-container .txt-box {
  padding-top: 28px;
  padding-bottom: 48px;
}
.section-team .team-container h3 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.39;
  margin-bottom: 6px;
}
.section-team .team-container h4 {
  font-size: 1.1rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #666;
}
.section-team.board .team-container {
  padding: 74px 0 72px;
}
.section-team.board .team-container:before {
  content: none;
}
.section-team.board .team-container li {
  background: #f2f2f2;
  height: 250px;
  margin-bottom: 40px;
}
.section-team.board .team-container a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-team.board .team-container .txt-box {
  padding: 0;
}
.section-team.board .team-container h5 {
  display: inline-block;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 24px;
  border-bottom: 2px solid #000;
}

@media (min-width: 768px) {
  .section-team-title {
    padding-top: 204px;
  }

  .section-team {
    margin-top: 70px;
  }
  .section-team .team-intro p {
    font-size: 2.5rem;
    line-height: 1.8;
  }
  .section-team .team-container {
    width: 768px;
    margin: 0 auto;
    padding-bottom: 16px;
  }
  .section-team .team-container:before {
    height: 123px;
  }
  .section-team .team-container .img-box {
    height: 246px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-team.board .team-container .txt-box {
    width: 224px;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .section-team .team-intro h2 {
    font-size: 1.2rem;
  }
  .section-team .team-container {
    width: 874px;
    padding-bottom: 32px;
  }
  .section-team .team-container:before {
    height: 126px;
  }
  .section-team .team-container .img-box {
    height: 252px;
  }
  .section-team .team-container h3 {
    font-size: 2rem;
  }
  .section-team .team-container h4 {
    font-size: 1.2rem;
  }
  .section-team.secretariat .team-container img {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    will-change: transform;
  }
  .section-team.secretariat .team-container a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: -webkit-transform 1.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 1.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 1.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 1.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .section-team.board {
    padding-bottom: 146px;
    padding-top: 60px;
  }
  .section-team.board .team-container {
    padding: 84px 0 40px;
  }
  .section-team.board .team-container a {
    -webkit-backface-visibility: hidden;
  }
  .section-team.board .team-container a:before {
    content: "";
    display: block;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #f2f2f2;
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    will-change: opacity, transform;
    -webkit-transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .section-team.board .team-container a hgroup {
    will-change: transform;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .section-team.board .team-container a h5 {
    overflow: hidden;
    position: relative;
    border-bottom: 0;
  }
  .section-team.board .team-container a h5:before, .section-team.board .team-container a h5:after {
    content: "";
    height: 2px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000;
    transition: -webkit-transform 0.3s cubic-bezier(1, 0, 0, 1);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.3s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.3s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(1, 0, 0, 1);
  }
  .section-team.board .team-container a h5:before {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
  }
  .section-team.board .team-container a h5:after {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .section-team.board .team-container a:hover:before {
    opacity: 1;
    -webkit-transform: scale(1.05, 1.1);
            transform: scale(1.05, 1.1);
  }
  .section-team.board .team-container a:hover hgroup {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  .section-team.board .team-container a.animated h5:before {
    -webkit-animation: more-before 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) both;
    animation: more-before 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) both;
  }
  .section-team.board .team-container a.animated h5:after {
    -webkit-animation: more-after 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) both;
    animation: more-after 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) both;
  }
}
@media (min-width: 1366px) {
  .section-team .team-intro {
    padding-bottom: 80px;
  }
  .section-team .team-container {
    width: 1173px;
    padding-bottom: 46px;
  }
  .section-team .team-container:before {
    height: 168px;
  }
  .section-team .team-container .img-box {
    height: 336px;
  }
  .section-team .team-container .txt-box {
    padding-top: 36px;
  }
  .section-team.board {
    padding-top: 72px;
  }
  .section-team.board .team-container {
    padding: 100px 0 48px;
  }
  .section-team.board .team-container li {
    height: 280px;
    margin-bottom: 52px;
  }
}
.section-member-intro {
  padding-top: 130px;
  padding-bottom: 48px;
}
.section-member-intro .img-box {
  position: relative;
  height: 100vw;
  max-height: 400px;
  overflow: hidden;
}
.section-member-intro .img-box img {
  top: -20px;
  height: calc(100% + 80px);
}
@media (max-width: 767px) {
  .section-member-intro .img-box {
    width: 100%;
  }
}
.section-member-intro .img-box + .txt-box {
  padding-top: 48px;
}
.section-member-intro h1 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 16px;
}
.section-member-intro h2 {
  font-size: 1.7rem;
  font-weight: 300;
  color: #858585;
  margin-bottom: 28px;
}
.section-member-intro h3 {
  display: inline-block;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-bottom: 28px;
  border-bottom: 2px solid #000;
}
.section-member-intro p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.1875;
}
.section-member-intro .circle-btn {
  margin-top: 32px;
}

.section-member-content {
  padding: 60px 0 80px;
}
.section-member-content .member-header h2 {
  margin-bottom: 48px;
}
.section-member-content .team-content {
  margin-bottom: 48px;
}

@media (min-width: 768px) {
  .section-member-intro {
    padding-top: 208px;
    padding-bottom: 82px;
  }
  .section-member-intro .img-box {
    max-height: none;
    height: 374px;
  }
  .section-member-intro .img-box + .txt-box {
    padding-top: 52px;
    padding-left: 0;
  }
  .section-member-intro .txt-box {
    padding-left: 56px;
  }

  .section-member-content {
    padding: 76px 0 80px;
  }
  .section-member-content .team-content {
    margin-bottom: 76px;
  }
}
@media (min-width: 1024px) {
  .section-member-intro {
    padding-top: 232px;
    padding-bottom: 0;
    z-index: 2;
  }
  .section-member-intro .img-box {
    height: 528px;
    margin-bottom: -94px;
  }
  .section-member-intro .img-box + .txt-box {
    padding-top: 94px;
  }
  .section-member-intro .txt-box {
    padding-left: 76px;
    padding-bottom: 74px;
  }
  .section-member-intro .txt-box a {
    position: relative;
    display: inline-block;
  }
  .section-member-intro .txt-box a:after {
    content: "";
    position: absolute;
    width: 100%;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    height: 1px;
    bottom: 4px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  }
  .section-member-intro .txt-box a:hover {
    text-decoration: none;
  }
  .section-member-intro .txt-box a:hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
  }
  .section-member-intro h1 {
    font-size: 3.5rem;
  }
  .section-member-intro h2 {
    font-size: 2rem;
  }

  .section-member-content {
    padding: 190px 0 80px;
  }
  .section-member-content.no-portrait {
    padding-top: 82px;
  }
}
@media (min-width: 1366px) {
  .section-member-intro .txt-box {
    padding-left: 0;
  }
  .section-member-intro h1 {
    font-size: 4rem;
  }
  .section-member-intro h2 {
    font-size: 2.5rem;
  }
  .section-member-intro h3 {
    font-size: 1.8rem;
  }

  .section-member-content.no-portrait {
    padding-top: 110px;
  }
}
.section-members-title {
  padding-top: 140px;
}
.section-members-title h1 {
  font-size: 3.7rem;
  font-weight: bold;
}

.section-members {
  padding-top: 60px;
}
.section-members h2 {
  font-size: 1.1rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.section-members .members {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 34px;
  padding-top: 50px;
}
@media (max-width: 767px) {
  .section-members .members li {
    margin-right: 6.875vw;
    margin-bottom: 6.875vw;
  }
  .section-members .members li:nth-child(2n+2) {
    margin-right: 0;
  }
}
.section-members .members a {
  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;
  height: 154px;
  padding: 0 8px;
  width: 100%;
  background: #fff;
  position: relative;
}
.section-members:nth-child(2n+3) {
  background: #fff;
}
.section-members:nth-child(2n+3) .members a {
  background: #ededed;
}

@media (min-width: 768px) {
  .section-members-title {
    padding-top: 210px;
    padding-bottom: 16px;
  }
  .section-members-title h1 {
    font-size: 4rem;
  }

  .section-members {
    padding-top: 80px;
  }
  .section-members .members {
    padding-top: 56px;
    padding-bottom: 54px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-members .members li {
    width: 182px;
    margin-right: 35px;
    margin-bottom: 35px;
  }
  .section-members .members li:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .section-members .members a {
    height: 252px;
    padding: 0 14px;
  }
}
@media (min-width: 768px) {
  .section-members:last-child {
    padding-bottom: 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1365px) {
  .section-members .members li {
    width: 216px;
    margin-right: 37px;
    margin-bottom: 37px;
  }
  .section-members .members li:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .section-members .members a {
    height: 300px;
    padding: 0 18px;
  }
  .section-members .members a .img-box {
    position: relative;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .section-members .members a:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .section-members .members a:hover:before {
    -webkit-transform: scale(1.12, 1.08);
            transform: scale(1.12, 1.08);
  }
  .section-members .members a:hover .img-box {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@media (min-width: 1024px) {
  .section-members:nth-child(2n+3) .members a:before {
    background: #f2f2f2;
  }
}
@media (min-width: 1366px) {
  .section-members .members li {
    margin-right: 51px;
    margin-bottom: 51px;
  }
  .section-members .members li:nth-child(4n+4) {
    margin-right: 0;
  }
  .section-members .members a {
    height: 306px;
    padding: 0 18px;
  }
}
.main-contact {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-contact .cover-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-contact .cover-box:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

.section-contact-info {
  padding: 130px 0;
}
.section-contact-info h2 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
}
.section-contact-info p, .section-contact-info a {
  font-size: 1.5rem;
  line-height: 2.2;
  color: #fff;
}
.section-contact-info .contact-info {
  padding: 40px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.section-contact-info .contact-info:last-child {
  border-bottom: 0;
}
.section-contact-info .contact-info.social li {
  margin-right: 10px;
}
.section-contact-info .map-directions {
  max-width: 230px;
}
.section-contact-info .map-directions svg {
  -webkit-transform: scale(0.45);
          transform: scale(0.45);
}

@media (min-width: 768px) {
  .section-contact-info .contact-info:nth-child(3) {
    border-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .contact-info p a {
    display: inline-block;
    position: relative;
  }
  .contact-info p a:after {
    content: "";
    position: absolute;
    width: 100%;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    height: 1px;
    bottom: 4px;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  }
  .contact-info p a:hover {
    text-decoration: none;
  }
  .contact-info p a:hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
  }
}
.section-events {
  padding: 96px 0 164px;
}
.section-events .title-big {
  padding-bottom: 74px;
}
@media (max-width: 1023px) {
  .section-events {
    padding: 64px 0 96px;
  }
  .section-events .title-big {
    padding-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .section-events {
    padding: 50px 0 60px;
  }
  .section-events .title-big {
    padding-bottom: 36px;
  }
}
.section-events.past {
  padding-bottom: 0;
}

.main-news.event > div + .section-news-policy .policies-list .txt-box, .main-news.event > div + .section-news-policy .policies-list a {
  background: #f2f2f2;
}

.news-preview.event a, .news-preview.related a {
  background: none;
}
.news-preview.event a:before, .news-preview.related a:before {
  background: #fff !important;
}
.news-preview.event.upcoming:not(.related) a:before, .news-preview.related.upcoming:not(.related) a:before {
  background: #f2f2f2 !important;
}

@media (max-width: 1023px) {
  .section-news-content.event {
    width: 100%;
  }
  .section-news-content.event .img-box {
    margin-bottom: 0;
  }

  .section-other-news.event {
    background: #f2f2f2;
    padding-top: 60px;
    padding-bottom: 35px;
    margin-bottom: 50px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .section-other-news.event .event-details li {
    border-bottom: 0;
  }
}
.event-details {
  padding-top: 8px;
}
.event-details svg {
  min-width: 25px;
}
.event-details li {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  border-bottom: 1px solid #d9d9d9;
  padding: 25px 0;
}
.event-details li:last-child {
  border-bottom: 0;
}
.event-details li p {
  font-weight: bold;
  letter-spacing: 0;
  margin-left: 16px;
  line-height: 1.667;
}
@media (max-width: 1023px) {
  .event-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .event-details li {
    width: 50%;
    -webkit-transition-delay: 0s !important;
            transition-delay: 0s !important;
  }
}
@media (max-width: 767px) {
  .event-details li {
    width: 100%;
  }
}

.btn.cta {
  border-width: 2px;
  margin-bottom: 40px;
}

.global-wrapper {
  padding: 94px 0 0 0;
  position: relative;
}
.global-wrapper > h2 {
  font-size: 5rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.2;
  position: relative;
  text-align: center;
}
.global-wrapper > img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -756px;
  width: auto;
}
@media (min-width: 1024px) {
  .global-wrapper > img {
    top: 0;
  }
}
@media (max-width: 1023px) {
  .global-wrapper {
    padding-top: 80px;
  }
  .global-wrapper > h2 {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .global-wrapper {
    padding-top: 60px;
  }
  .global-wrapper > h2 {
    font-size: 3rem;
  }
}

.section-members.global > div {
  border-bottom: 1px solid #d9d9d9;
}
.section-members.global:last-child > div {
  border-bottom: 0;
}
.section-members.global .members a {
  background: #fff;
}
.section-members.global:nth-child(2n+3) {
  background: transparent;
}
.section-members.global:nth-child(2n+3) .members a {
  background: #fff;
}
.section-members.global:nth-child(2n+3) .members a:before {
  background: #fff;
}
.section-members.global h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-members.global h3 a {
  max-width: 80%;
}
.section-members.global h3 img {
  width: auto;
  margin: 0 auto 25px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .section-members.global h3 img {
    margin: 0 auto;
  }
}
.section-members.global:nth-of-type(2) h3 a {
  max-width: 58%;
}