*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}
:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}
html {
  box-sizing: border-box;
  cursor: default;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
nav ol,
nav ul {
  list-style: none;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}
::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg {
  fill: currentColor;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}
button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
  resize: vertical;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[tabindex],
a,
area,
button,
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
[hidden] {
  display: none;
}
[aria-busy="true"] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}
[aria-disabled] {
  cursor: default;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 0.8);
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@keyframes lag-out-1 {
  0% {
    transform: translate3d(0, -100%, 0);
  }
  13.28571% {
    transform: translate3d(0, -100%, 0);
  }
  14.28571% {
    transform: translate3d(0, -65%, 0);
  }
  27.57143% {
    transform: translate3d(0, -65%, 0);
  }
  28.57143% {
    transform: translate3d(0, 25%, 0);
  }
  41.85714% {
    transform: translate3d(0, 25%, 0);
  }
  42.85714% {
    transform: translate3d(0, -100%, 0);
  }
  56.14286% {
    transform: translate3d(0, -100%, 0);
  }
  57.14286% {
    transform: translate3d(0, -100%, 0);
  }
  70.42857% {
    transform: translate3d(0, -100%, 0);
  }
  71.42857% {
    transform: translate3d(0, -65%, 0);
  }
  84.71429% {
    transform: translate3d(0, -65%, 0);
  }
  85.71429% {
    transform: translate3d(0, 25%, 0);
  }
  99% {
    transform: translate3d(0, 25%, 0);
  }
  to {
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes lag-out-2 {
  0% {
    transform: translate3d(0, 100%, 0);
  }
  13.28571% {
    transform: translate3d(0, 100%, 0);
  }
  14.28571% {
    transform: translate3d(0, 65%, 0);
  }
  27.57143% {
    transform: translate3d(0, 65%, 0);
  }
  28.57143% {
    transform: translate3d(0, -25%, 0);
  }
  41.85714% {
    transform: translate3d(0, -25%, 0);
  }
  42.85714% {
    transform: translate3d(0, 100%, 0);
  }
  56.14286% {
    transform: translate3d(0, 100%, 0);
  }
  57.14286% {
    transform: translate3d(0, 100%, 0);
  }
  70.42857% {
    transform: translate3d(0, 100%, 0);
  }
  71.42857% {
    transform: translate3d(0, 65%, 0);
  }
  84.71429% {
    transform: translate3d(0, 65%, 0);
  }
  85.71429% {
    transform: translate3d(0, -25%, 0);
  }
  99% {
    transform: translate3d(0, -25%, 0);
  }
  to {
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes lag-enter-1 {
  0% {
    transform: translate3d(0, -100%, 0);
  }
  10.11111% {
    transform: translate3d(0, -100%, 0);
  }
  11.11111% {
    transform: translate3d(0, -85%, 0);
  }
  21.22222% {
    transform: translate3d(0, -85%, 0);
  }
  22.22222% {
    transform: translateZ(0);
  }
  32.33333% {
    transform: translateZ(0);
  }
  33.33333% {
    transform: translate3d(0, 90%, 0);
  }
  43.44444% {
    transform: translate3d(0, 90%, 0);
  }
  44.44444% {
    transform: translate3d(0, -85%, 0);
  }
  54.55556% {
    transform: translate3d(0, -85%, 0);
  }
  55.55556% {
    transform: translate3d(0, 65%, 0);
  }
  65.66667% {
    transform: translate3d(0, 65%, 0);
  }
  66.66667% {
    transform: translate3d(0, -100%, 0);
  }
  76.77778% {
    transform: translate3d(0, -100%, 0);
  }
  77.77778% {
    transform: translate3d(0, -100%, 0);
  }
  87.88889% {
    transform: translate3d(0, -100%, 0);
  }
  88.88889% {
    transform: translate3d(0, -85%, 0);
  }
  99% {
    transform: translate3d(0, -85%, 0);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes lag-enter-2 {
  0% {
    transform: translate3d(0, 100%, 0);
  }
  10.11111% {
    transform: translate3d(0, 100%, 0);
  }
  11.11111% {
    transform: translate3d(0, 85%, 0);
  }
  21.22222% {
    transform: translate3d(0, 85%, 0);
  }
  22.22222% {
    transform: translateZ(0);
  }
  32.33333% {
    transform: translateZ(0);
  }
  33.33333% {
    transform: translate3d(0, -90%, 0);
  }
  43.44444% {
    transform: translate3d(0, -90%, 0);
  }
  44.44444% {
    transform: translate3d(0, 85%, 0);
  }
  54.55556% {
    transform: translate3d(0, 85%, 0);
  }
  55.55556% {
    transform: translate3d(0, -65%, 0);
  }
  65.66667% {
    transform: translate3d(0, -65%, 0);
  }
  66.66667% {
    transform: translate3d(0, 100%, 0);
  }
  76.77778% {
    transform: translate3d(0, 100%, 0);
  }
  77.77778% {
    transform: translate3d(0, 100%, 0);
  }
  87.88889% {
    transform: translate3d(0, 100%, 0);
  }
  88.88889% {
    transform: translate3d(0, 85%, 0);
  }
  99% {
    transform: translate3d(0, 85%, 0);
  }
  to {
    transform: translateZ(0);
  }
}
body {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.04133em;
  font-family: Roboto, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: #16191f;
  color: #474747;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  display: block;
}
h1 {
  font-size: 82px;
  line-height: 1.12195;
  letter-spacing: 0.24em;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}
h1,
h1.var {
  font-weight: 600;
  text-transform: uppercase;
}
h1.var {
  font-size: 70px;
  line-height: 1.17143;
  letter-spacing: 0.2em;
}
h2 {
  font-size: 54px;
  line-height: 1.25111;
  letter-spacing: 0.01em;
  font-family: Poppins, sans-serif;
}
h2,
h2.var {
  font-weight: 600;
}
h2.var {
  font-size: 70px;
  text-transform: uppercase;
  line-height: 1.27143;
  letter-spacing: 0.01em;
  font-weight: 600;
}
h2.var a {
  display: block;
  float: left;
  padding: 0 10px;
  text-decoration: none;
  overflow: hidden;
}
h2.var a,
h2.var a span {
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
h2.var a span {
  z-index: 3;
  color: #333;
  transition: color 0.7s cubic-bezier(0.75, 0, 0.25, 1);
}
h2.var a:after,
h2.var a:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
h2.var a:before {
  z-index: 1;
  background-color: #fff;
}
h2.var a:after {
  z-index: 2;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.7s cubic-bezier(0.75, 0, 0.25, 1);
  background-color: #ee7f00;
}
h2.var a:hover span {
  color: #fff;
}
h2.var a:hover:after {
  transform: translateZ(0);
}
.sub-paragraph h2 {
  color: #2d2d2d;
  margin-bottom: 30px;
}
.sub-paragraph h2:not(:first-child) {
  margin-top: 70px;
}
h3 {
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.2em;
  font-family: Poppins, sans-serif;
  margin: 0 0 30px;
}
h3.var {
  display: inline;
  background-color: #111;
  box-shadow: 2px 0 0 #111, -8px 0 0 #111;
  color: #fff;
}
.sub-paragraph h3 {
  color: #2d2d2d;
  margin-bottom: 25px;
}
.sub-paragraph h3:not(:first-child) {
  margin-top: 50px;
}
h4 {
  letter-spacing: 0.01em;
  font-family: Poppins, sans-serif;
  margin: 0 0 20px;
}
h4,
h4.var {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.1875;
}
h4.var {
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.sub-paragraph h4 {
  color: #2d2d2d;
}
.sub-paragraph h4:not(:first-child) {
  margin-top: 50px;
}
h5 {
  font-size: 26px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.30769;
  letter-spacing: 0.2em;
  font-family: Poppins, sans-serif;
  margin: 0 0 25px;
  color: #2d2d2d;
}
.sub-paragraph h5 {
  color: #2d2d2d;
  margin-bottom: 20px;
}
.sub-paragraph h5:not(:first-child) {
  margin-top: 50px;
}
h6 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.01em;
  font-family: Poppins, sans-serif;
}
h6.var {
  font-family: Space Mono, monospace;
  font-weight: 700;
}
.sub-paragraph h6 {
  color: #2d2d2d;
  margin-bottom: 15px;
}
.sub-paragraph h6:not(:first-child) {
  margin-top: 50px;
}
@media screen and (max-width: 2200px) {
  h1 {
    font-size: 72px;
  }
  h1.var {
    font-size: 63px;
  }
  h2 {
    font-size: 48px;
  }
  h2.var {
    font-size: 63px;
  }
  h2.var.news {
    font-size: 45px;
  }
  h3 {
    font-size: 36px;
  }
  h4,
  h4.var {
    font-size: 28px;
  }
  h5 {
    font-size: 24px;
  }
  h6 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1600px) {
  h1 {
    font-size: 62px;
  }
  h1.var {
    font-size: 52px;
  }
  h2 {
    font-size: 46px;
  }
  h2.var {
    font-size: 52px;
  }
  h2.var.news {
    font-size: 36px;
  }
  h3 {
    font-size: 32px;
  }
  h4,
  h4.var {
    font-size: 24px;
  }
  h5 {
    font-size: 22px;
  }
  h6 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1366px) {
  h1 {
    font-size: 60px;
  }
  h1.var {
    font-size: 45px;
  }
  h2 {
    font-size: 44px;
  }
  h2.var {
    font-size: 45px;
  }
  h2.var.news {
    font-size: 36px;
  }

  h3 {
    font-size: 26px;
  }
  h4,
  h4.var {
    font-size: 22px;
  }
  h5 {
    font-size: 21px;
  }
}
@media screen and (max-width: 1024px) {
  h1 {
    font-size: 56px;
  }
  h1.var,
  h2,
  h2.var {
    font-size: 40px;
  }
  h3 {
    font-size: 24px;
  }
  h4,
  h4.var,
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 46px;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  h1.var {
    font-size: 40px;
  }
  h2 {
    font-size: 38px;
  }
  h2.var {
    font-size: 40px;
  }
  h2.var a {
    display: inline;
    float: none;
    background-color: #fff;
    padding: 0;
    box-shadow: 2px 0 0 #fff, -6px 0 0 #fff;
  }
  h2.var a:after,
  h2.var a:before {
    content: none;
  }
  h2.var a:hover span {
    color: #333;
  }
  h3 {
    font-size: 22px;
  }
  h4,
  h4.var {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
    margin: 0 0 20px;
  }
  h6 {
    font-size: 17px;
  }
}
@media screen and (max-width: 600px) {
  h1 {
    font-size: 38px;
  }
  h1 br {
    display: none;
  }
  h1.var {
    font-size: 32px;
  }
  h2 {
    font-size: 34px;
  }
  h2.var {
    font-size: 32px;
  }
  h2.var.news {
    font-size: 24px;
  }
  h4 {
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: 24px;
  }
  h1.var,
  h2 {
    font-size: 30px;
  }
  h2.var {
    font-size: 28px;
  }
}
@media screen and (max-width: 320px) {
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 28px;
  }
  h2.var {
    font-size: 26px;
  }
}
a {
  color: inherit;
  text-decoration: none;
  outline: none;
}
p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.77778;
  letter-spacing: 0;
  font-family: Roboto, sans-serif;
  margin: 0 0 25px;
}
p:last-child {
  margin-bottom: 0;
}
p a {
  color: #ee7f00;
  position: relative;
  display: inline-block;
  text-decoration: underline;
  transition: color 0.2s ease-out;
  word-break: break-all;
}
p a:hover {
  color: #474747;
}
p img {
  max-width: 100%;
  height: auto;
  display: block;
}
.p.var p,
p.var {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0;
  font-family: Space Mono, monospace;
}
.p.var p a:after,
p.var a:after {
  bottom: 4px;
}
@media screen and (max-width: 2200px) {
  p {
    font-size: 16px;
  }
  .p.var p,
  p.var {
    font-size: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .p.var p,
  p.var {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  p {
    font-size: 15px;
  }
  .p.var p,
  p.var {
    font-size: 14px;
  }
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  text-indent: 0;
  outline: 0;
  border-radius: 0;
  opacity: 0;
}
ol,
select,
ul {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
ol li,
ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0;
  font-family: Space Mono, monospace;
  position: relative;
  margin: 0 0 15px;
  padding-left: 25px;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}
ol li:last-child,
ul li:last-child {
  margin-bottom: 0;
}
ol li a,
ul li a {
  text-decoration: underline;
  transition: color 0.2s ease-out;
}
ol li a:hover,
ul li a:hover {
  color: #ee7f00;
}
ol li a:hover,
ul li.active {
  color: #ee7f00;
  pointer-events: none;
}
ol li a:hover,
ul li.active a {
  text-decoration: none;
  font-weight: 700;
}
ol.columns,
ul.columns {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 160px;
  column-gap: 160px;
}
@media screen and (max-width: 2200px) {
  ol li,
  ul li {
    font-size: 14px;
    margin: 0 0 10px;
  }
  ol.columns,
  ul.columns {
    -webkit-column-gap: 140px;
    column-gap: 140px;
  }
}
@media screen and (max-width: 1366px) {
  ol.columns,
  ul.columns {
    -webkit-column-gap: 80px;
    column-gap: 80px;
  }
}
@media screen and (max-width: 1024px) {
  ol.columns,
  ul.columns {
    -webkit-column-count: 1;
    column-count: 1;
  }
}
ul li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #ee7f00;
  position: absolute;
  top: 11px;
  left: 0;
}
@media screen and (max-width: 2200px) {
  ul li:before {
    top: 9px;
    width: 6px;
    height: 6px;
  }
  .job-desc-ul ul li:before {
    top: 11px;
  }
}
ol {
  counter-reset: item;
}
ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  font-weight: 700;
  font-size: 13px;
  color: #ee7f00;
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
}
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  outline: none;
  background-color: transparent;
}
input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
blockquote {
  padding: 25px 0 25px 53px;
  margin: 0 0 30px;
  position: relative;
}
blockquote,
blockquote > * {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.45455;
  letter-spacing: 0;
  font-family: Poppins, sans-serif;
  color: #2d2d2d;
}
blockquote:after,
blockquote:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
blockquote:before {
  width: 13px;
  height: 100%;
  background-color: #ee7f00;
}
blockquote:after {
  width: 28px;
  height: 100%;
  border-top: 13px solid #ee7f00;
  border-bottom: 13px solid #ee7f00;
}
@media screen and (max-width: 2200px) {
  blockquote,
  blockquote > * {
    font-size: 20px;
  }
}
@media screen and (max-width: 1366px) {
  blockquote {
    padding-left: 43px;
  }
}
@media screen and (max-width: 768px) {
  blockquote {
    padding: 30px 0 30px 36px;
  }
  blockquote,
  blockquote > * {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.33333;
    letter-spacing: 0.01em;
  }
  blockquote:before {
    width: 11px;
    height: 100%;
  }
  blockquote:after {
    width: 24px;
    height: 100%;
    border-top: 11px solid #ee7f00;
    border-bottom: 11px solid #ee7f00;
  }
}
.barba-container {
  overflow: hidden;
  width: 100%;
}
.button {
  border: 0;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0;
  display: inline-block;
  font-family: Poppins, sans-serif;
  white-space: nowrap;
}
.button__visible-layer {
  color: #fff;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.button__visible-layer span {
  position: relative;
  z-index: 2;
}
.button__visible-layer:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.button__hl-container {
  z-index: 3;
}
.button__hl-container,
.button__hl-window {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.button__hl-window {
  transform: translateX(-100%) translateX(-2px);
}
.button__hidden-layer {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  transform: translateX(100%) translateX(2px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.button__hidden-layer,
.button__hl-window {
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.button--normal {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.18em;
  height: 40px;
  padding: 0 17px;
}
.button--large {
  font-size: 12px;
  height: 60px;
  padding: 0 22px;
}
.button--large,
.button--xlarge {
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.3em;
}
.button--xlarge {
  font-size: 17px;
  height: 90px;
  padding: 0 44px;
}
.button--on-black .button__visible-layer {
  color: #fff;
}
.button--on-black .button__visible-layer--solid:after {
  background-color: #ee7f00;
}
.button--on-black .button__visible-layer--hollow:after {
  border: 1px solid #424242;
}
.button--on-black .button__hidden-layer--solid {
  background-color: #fff;
  color: #242424;
}
.button--on-black .button__hidden-layer--hollow {
  background-color: #ee7f00;
  color: #fff;
}
.button--on-img .button__visible-layer {
  color: #fff;
}
.button--on-img .button__visible-layer--solid:after {
  background-color: #ee7f00;
}
.button--on-img .button__visible-layer--hollow:after {
  border: 1px solid #fff;
}
.button--on-img .button__hidden-layer {
  background-color: #fff;
  color: #242424;
}
.button--on-img-2 .button__visible-layer {
  color: #fff;
}
.button--on-img-2 .button__visible-layer--hollow:after {
  border: 1px solid #d8d8d8;
}
.button--on-img-2 .button__hidden-layer {
  background-color: #ee7f00;
  color: #fff;
}
.button--on-white .button__visible-layer--solid {
  color: #fff;
}
.button--on-white .button__visible-layer--solid:after {
  background-color: #ee7f00;
}
.button--on-white .button__visible-layer--hollow {
  color: #424242;
}
.button--on-white .button__visible-layer--hollow:after {
  border: 1px solid #ccccd0;
}
.button--on-white .button__hidden-layer {
  background-color: #ee7f00;
  color: #fff;
}
.button--on-orange .button__visible-layer {
  color: #ee7f00;
}
.button--on-orange .button__visible-layer:after {
  background-color: #fff;
}
.button--on-orange .button__hidden-layer {
  background-color: #373f4e;
  color: #fff;
}
.button--on-black-2 .button__visible-layer {
  color: #242424;
}
.button--on-black-2 .button__visible-layer:after {
  background-color: #fff;
}
.button--on-black-2 .button__hidden-layer {
  background-color: #ee7f00;
  color: #fff;
}
.button.is-button-loading .button__hidden-layer,
.button.is-button-loading .button__hl-window,
.button.is-hover:hover .button__hidden-layer,
.button.is-hover:hover .button__hl-window {
  transform: none;
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.button.is-button-loading .button__visible-layer--hollow:after,
.button.is-hover:hover .button__visible-layer--hollow:after {
  transform: translate3d(10px, 10px, 0);
}
@keyframes rotate-forever {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.button.is-button-loading .button__hidden-layer span,
.button.is-button-loading .button__visible-layer span {
  opacity: 0;
}
.button.is-button-loading .button__hidden-layer:after {
  content: "";
  animation: rotate-forever 0.75s linear infinite;
  width: 30px;
  height: 30px;
  left: 50%;
  top: 50%;
  position: absolute;
  margin-top: -15px;
  margin-left: -15px;
  border: 3px solid #242424;
  border-right-color: transparent;
  border-radius: 50%;
  display: inline-block;
}
@media screen and (max-width: 2200px) {
  .button--large {
    font-size: 11px;
    height: 55px;
    padding: 0 22px;
  }
  .button--xlarge {
    font-size: 15px;
    height: 80px;
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .button--large {
    font-size: 10px;
    height: 50px;
    padding: 0 20px;
  }
  .button--xlarge {
    font-size: 14px;
    height: 70px;
    padding: 0 35px;
  }
}
.caption {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.125;
  letter-spacing: 0.18em;
  font-family: Space Mono, monospace;
  color: #2d2d2d;
}
@media screen and (max-width: 2200px) {
  .caption {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .caption {
    font-size: 13px;
  }
}
.click-cursor {
  position: fixed;
  z-index: 900;
  pointer-events: none;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.click-cursor__arrow {
  position: absolute;
  z-index: 901;
  top: -27px;
  left: -27px;
  width: 64px;
  height: 64px;
  will-change: transform;
}
.click-cursor__arrow:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(./icon-back-2.191bfe4b.svg);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0.5;
  transition: opacity 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.click-cursor.is-back .click-cursor__arrow:after {
  background-image: url(./icon-back-2.191bfe4b.svg);
}
.click-cursor.is-next .click-cursor__arrow:after {
  background-image: url(./icon-next-2.3377b369.svg);
}
.click-cursor.is-pressed .click-cursor__arrow:after {
  transform: scale3d(0.94, 0.94, 0.94);
  opacity: 1;
}
.click-cursor.is-active {
  opacity: 1;
  transition: opacity 0.5s ease;
}
.click-cursor.is-hidden {
  opacity: 0;
}
.is-body-touch .click-cursor {
  display: none;
}
.content {
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.content:after,
.content:before {
  content: "";
  display: table;
  clear: both;
}
.content--main {
  margin-bottom: -200px;
}
.content--elevated {
  margin-top: 60px;
}
@media screen and (max-width: 1700px) {
  .content--elevated {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1366px) {
  .content--elevated {
    margin-top: 0;
  }
}
.drag-cursor {
  position: fixed;
  z-index: 900;
  pointer-events: none;
  opacity: 0;
  top: 0;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  height: 100%;
}
.drag-cursor__circle {
  position: absolute;
  z-index: 901;
  top: -32px;
  left: -32px;
  width: 64px;
  height: 64px;
}
.drag-cursor__circle:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #fff;
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1),
    opacity 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.drag-cursor__circle:before,
.drag-cursor__dot {
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.drag-cursor__dot {
  z-index: 900;
  top: -16px;
  left: -16px;
  width: 32px;
  height: 32px;
}
.drag-cursor__dot:before {
  content: "";
  border-radius: 100%;
  background-color: #ee7f00;
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1),
    opacity 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: scale3d(0.4, 0.4, 0.4);
}
.drag-cursor__arrows,
.drag-cursor__dot:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.drag-cursor__arrows:after,
.drag-cursor__arrows:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -4px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  opacity: 0.5;
  transition: opacity 1.2s cubic-bezier(0.19, 1, 0.22, 1),
    transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.drag-cursor__arrows:before {
  border-right: 4px solid #fff;
  left: -10px;
  transform: translate3d(-15px, 0, 0);
}
.drag-cursor__arrows:after {
  border-left: 4px solid #fff;
  right: -10px;
  transform: translate3d(15px, 0, 0);
}
.drag-cursor.is-pressed .drag-cursor__circle:before {
  transform: scale3d(0.75, 0.75, 0.75);
}
.drag-cursor.is-pressed .drag-cursor__dot:before {
  transform: scaleX(1);
}
.drag-cursor.is-pressed .drag-cursor__arrows:after,
.drag-cursor.is-pressed .drag-cursor__arrows:before {
  opacity: 1;
  transform: none;
}
.drag-cursor.is-active {
  opacity: 1;
  transition: opacity 0.2s ease;
}
.drag-cursor.is-hidden {
  opacity: 0;
}
@media screen and (max-width: 2200px) {
  .drag-cursor__circle {
    top: -28px;
    left: -28px;
    width: 56px;
    height: 56px;
  }
  .drag-cursor__dot {
    top: -15px;
    left: -15px;
    width: 30px;
    height: 30px;
  }
}
.explore-title {
  display: block;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.24em;
  font-family: Poppins, sans-serif;
}
@media screen and (max-width: 2200px) {
  .explore-title {
    font-size: 13px;
  }
}
@media screen and (max-width: 1600px) {
  .explore-title {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .explore-title {
    font-size: 11px;
  }
}
@media screen and (max-width: 600px) {
  .explore-title {
    font-size: 10px;
  }
}
.footer {
  background-color: #16191f;
  padding: 80px 0 55px;
  color: #fff;
  position: relative;
  z-index: 2;
}
.footer__wrap {
  max-width: 1840px;
  width: 100%;
  margin: 0 auto;
  padding: 0 70px;
  position: relative;
}
.footer__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer__logo {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: block;
  margin-right: 40px;
  max-width: 150px;
}
.footer__logo img {
  width: auto;
  height: 90px;
}
.footer__social {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 20px;
}
.footer__lists,
.footer__social {
  display: -ms-flexbox;
  display: flex;
}
.footer__lists {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  align-items: flex-start;
}
.footer__ul {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-right: 20px;
  margin-bottom: 15px;
}
.footer__ul p {
  width: 100%;
}

.footer__ul:last-child {
  margin-right: 0;
}
.footer__lh {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: block;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.46667;
  letter-spacing: 0.05em;
  text-decoration: none;
  font-family: Poppins, sans-serif;
  color: #fff;
  margin-bottom: 10px;
  position: relative;
  white-space: nowrap;
}
.footer__lh:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
  transform: scaleX(0.0001);
  opacity: 0;
  transition: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0s linear 0.35s;
}
.footer__lh:hover:after {
  opacity: 1;
  transform: scaleX(1);
  transition: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1), opacity 0s linear;
}
.footer__lh:last-child {
  margin-bottom: 0;
}
.footer__lh--accent {
  color: #ee7f00;
}
.footer__lh--accent:after {
  border-bottom: 1px solid #ee7f00;
}
.footer__li {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.01em;
  text-decoration: none;
  color: #9b9fa6;
  margin-bottom: 5px;
  transition: color 0.2s ease-out;
}
.footer__li:hover {
  color: #afb2b8;
}
.footer__li:last-child {
  margin-bottom: 0;
}
.footer__li--header {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.46667;
  letter-spacing: 0.05em;
  font-family: Poppins, sans-serif;
  color: #fff;
  margin-bottom: 10px;
  position: relative;
  white-space: nowrap;
}
.footer__li--header:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
  transform: scaleX(0.0001);
  opacity: 0;
  transition: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0s linear 0.35s;
}
.footer__li--header:not(:first-child) {
  margin-top: 5px;
}
.footer__li--header:hover {
  color: #fff;
}
.footer__li--header:hover:after {
  opacity: 1;
  transform: scaleX(1);
  transition: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1), opacity 0s linear;
}
.footer__li--accent,
.footer__li--accent:hover {
  color: #ee7f00;
}
.footer__li--accent:after {
  border-bottom: 1px solid #ee7f00;
}
.footer__icon {
  margin-right: 30px;
}
.footer__icon:last-child {
  margin-right: 0;
}
.footer__icon .icon {
  width: 30px;
  height: 30px;
}
.footer__icon .icon:before {
  background-color: #fff;
}
.footer__icon .icon svg {
  fill: #111;
}
.footer__bottom {
  margin-top: 90px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: wspace-between;
  justify-content: wspace-between;
}
.footer__copyright {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.71429;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.footer__govt {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 50px;
}
.footer__govt .wiki-footer {
  text-transform: uppercase;
}
.footer__govt img {
  width: auto;
  height: 60px;
}
@media screen and (max-width: 2200px) {
  .footer__lh {
    font-size: 13px;
  }
  .footer__li {
    font-size: 14px;
  }
  .footer__li--header {
    font-size: 13px;
  }
  .footer__logo img {
    max-width: 150px;
  }
  .footer__copyright {
    font-size: 12px;
  }
}
@media screen and (max-width: 1600px) {
  .footer__icon {
    margin-right: 15px;
  }
  .footer__icon .icon {
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 1460px) {
  .footer__head {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer__logo {
    -ms-flex-order: 1;
    order: 1;
    margin: 0;
    max-width: 460px;
    display: flex;
  }
  .footer__social {
    -ms-flex-order: 2;
    order: 2;
    margin: 0;
  }
  .footer__lists {
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 50px;
  }
  .footer__icon {
    margin-right: 30px;
  }
  .footer__icon .icon {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 50px 0 70px;
  }
  .footer__head {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer__logo {
    -ms-flex-order: 1;
    order: 1;
    transform: none;
    display: block;
    text-align: center;
    max-width: 300px;
  }
  .footer__social {
    -ms-flex-order: 3;
    order: 3;
    margin-top: 40px;
  }
  .footer__lists {
    -ms-flex-order: 2;
    order: 2;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .footer__lists,
  .footer__ul {
    -ms-flex-align: center;
    align-items: center;
  }
  .footer__ul {
    margin: 15px 0 0;
    text-align: center;
  }
  .footer__ul:first-child {
    margin-top: 0;
  }
  .footer__lh {
    text-transform: uppercase;
    line-height: 1.78571;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
  }
  .footer__lh,
  .footer__li {
    font-size: 14px;
    font-weight: 400;
  }
  .footer__li {
    line-height: 1.42857;
    letter-spacing: 0.01em;
    margin-bottom: 8px;
  }
  .footer__li--header {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.78571;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
  }
  .footer__copyright {
    text-align: center;
    margin-bottom: 20px;
  }
  .footer__bottom {
    margin-top: 50px;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 50px;
  }
  .footer__govt {
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .footer__wrap {
    padding: 0 24px;
  }
}
.icon {
  border-radius: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  transition: all 150ms ease-out;
}

.icon:hover {
  transform-origin: center;
  transform: scale(1.333);
}

.icon:after,
.icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1),
    opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.icon:before {
  z-index: 2;
  opacity: 1;
}
.icon:after {
  z-index: 1;
}
.icon svg {
  z-index: 2;
}
.icon__twitter {
  width: 48%;
  height: 40%;
}
.icon__mail {
  width: 39%;
  height: 31%;
}
.icon__facebook {
  width: 31%;
  height: 49%;
}
.icon__youtube {
  width: 53%;
  height: 40%;
}
.icon__instagram,
.icon__linkedin {
  width: 46%;
  height: 46%;
}

.icon__medium {
  width: 60%;
  height: auto;
}

.line-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  z-index: 200;
}
.line-overlay__line {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 100%;
  border-right: 1px solid hsla(0, 0%, 100%, 0.11);
}
.line-overlay__line:last-child {
  border-right: 0;
}
@media screen and (max-width: 1024px) {
  .line-overlay {
    display: none;
  }
  .line-overlay__line {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .line-overlay__line:last-child {
    display: none;
  }
  .line-overlay__line:nth-child(3) {
    border-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .line-overlay {
    display: none;
  }
}
.logo {
  /* 	width: 197.6px; */
  width: 150px;
  /* 	height: 49.4px; */
  height: 60px;
  position: relative;
  margin: 0 auto;
  color: #fff;
  opacity: 0;
}

.logo__title {
  position: absolute;
  /* 	top: 21.28px; */
  /* 	left: 54.72px; */
  overflow: hidden;
}
.logo__title img {
  display: block;
  /* width: 142.88px;
	height: 20px; */
  width: 180px;
  height: 49.09px;
}

@media screen and (max-width: 1366px) {
  .logo {
    width: 182px;
    height: 60px;
  }
  .logo__title {
    top: 19.6px;
    /* left: 50.4px; */
    left: 50%;
    transform: translateX(-50%);
  }
  .logo__title img {
    width: 160px;
    height: 43.64px;
  }
}
.logo-static,
.logo-static svg {
  width: 204px;
  height: 49.04px;
}
.nav {
  position: absolute;
  z-index: 500;
  top: 0;
  left: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}
.nav__logo {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  position: relative;
  width: 25%;
  margin-top: 50px;
  text-align: center;
}
.nav__logo a {
  display: inline-block;
}
.nav__logo img {
  width: 197.6px;
  height: 49.4px;
}
.nav__item {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: block;
  position: relative;
  margin-top: 80px;
  width: 25%;
  text-align: center;
}
.nav__item:first-child .nav__link > span > span {
  transition-delay: 0.16s;
}
.nav__item:nth-child(2) .nav__link > span > span {
  transition-delay: 0.32s;
}
.nav__item:nth-child(3) .nav__link > span > span {
  transition-delay: 0.48s;
}
.nav__item:nth-child(4) .nav__link > span > span {
  transition-delay: 0.64s;
}
.nav__item:nth-child(5) .nav__link > span > span {
  transition-delay: 0.8s;
}
.nav__link {
  padding-bottom: 7px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.24em;
  font-family: Poppins, sans-serif;
}
.nav__link,
.nav__link > span {
  display: inline-block;
  position: relative;
}
.nav__link > span {
  z-index: 2;
  overflow: hidden;
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 1;
}
.nav__link > span > span {
  display: inline-block;
  transform: translate3d(0, 100%, 0);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.nav__link:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #fff;
  transform: scaleX(0.0001);
  opacity: 0;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1),
    opacity 0s linear 0.4s;
}

/* START custom class*/
.nav__link.is-active {
  border-bottom: 2px solid #ee7f00;
}
/* END custom class*/

@media not screen and (max-width: 1366px) {
  .nav__link:hover:after {
    opacity: 1;
    transform: scaleX(1);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), opacity 0s linear;
  }
}
.nav.is-active .nav__link > span > span {
  transform: none;
}
@media screen and (max-width: 2200px) {
  .nav__link {
    font-size: 13px;
  }
}
@media screen and (max-width: 1366px) {
  .nav__link {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.16667;
    letter-spacing: 0.24em;
  }
  .nav__logo img {
    width: 182px;
    height: 45.5px;
  }
}
@media screen and (max-width: 1024px) {
  .nav__item {
    display: none;
  }
  .nav__logo {
    width: auto;
    margin-top: 40px;
    margin-left: 50px;
  }
}
@media screen and (max-width: 600px) {
  .nav__logo {
    margin-left: 24px;
  }
}
.overlay {
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: progress !important;
}
.page {
  width: calc(100% - 124px);
  position: relative;
  z-index: 1;
  background-color: #16191f;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 1366px) {
  .page {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 1024px) {
  .page {
    width: calc(100% - 64px);
  }
}
.page-transition {
  position: fixed;
  z-index: 10000;
  overflow: hidden;
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-transition__stripes {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.page-transition__stripe {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 75%;
  background: linear-gradient(90deg, #16191f, #16191f);
}
.page-transition__stripe:first-of-type {
  top: calc(-97% - 0px);
}
.page-transition__stripe:nth-of-type(2) {
  top: calc(-22% - 2px);
}
.page-transition__stripe:nth-of-type(3) {
  top: calc(53% - 4px);
}
.page-transition__stripe:nth-of-type(4) {
  top: calc(128% - 6px);
}
.page-transition__line {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 200%;
  height: 1px;
  background-color: hsla(0, 0%, 100%, 0.2);
  opacity: 0;
}
.page-transition__logo {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  z-index: 2;
}
.quote {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.45455;
  letter-spacing: 0;
  font-family: Poppins, sans-serif;
  color: #2d2d2d;
  margin-bottom: 15px;
}
@media screen and (max-width: 2200px) {
  .quote {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .quote {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.33333;
    letter-spacing: 0.01em;
  }
}
.reveal-h > span {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
.reveal-h > span > span {
  display: block;
  transform: translate3d(0, 100%, 0);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.reveal-h.is-inview > span > span {
  transform: none;
}
.reveal-h.is-inview > span:first-child > span {
  transition-delay: 0.05s;
}
.reveal-h.is-inview > span:nth-child(2) > span {
  transition-delay: 0.1s;
}
.reveal-h.is-inview > span:nth-child(3) > span {
  transition-delay: 0.15s;
}
.reveal-h.is-inview > span:nth-child(4) > span {
  transition-delay: 0.2s;
}
.reveal-h.is-inview > span:nth-child(5) > span {
  transition-delay: 0.25s;
}
.reveal-h.is-inview > span:nth-child(6) > span {
  transition-delay: 0.3s;
}
.reveal-h.is-inview > span:nth-child(7) > span {
  transition-delay: 0.35s;
}
.reveal-h.is-inview > span:nth-child(8) > span {
  transition-delay: 0.4s;
}
.reveal-h.is-inview > span:nth-child(9) > span {
  transition-delay: 0.45s;
}
.reveal-h.is-inview > span:nth-child(10) > span {
  transition-delay: 0.5s;
}
.reveal-h.is-inview > span:nth-child(11) > span {
  transition-delay: 0.55s;
}
.reveal-h.is-inview > span:nth-child(12) > span {
  transition-delay: 0.6s;
}
.reveal-h.is-inview > span:nth-child(13) > span {
  transition-delay: 0.65s;
}
.reveal-h.is-inview > span:nth-child(14) > span {
  transition-delay: 0.7s;
}
.reveal-h.is-inview > span:nth-child(15) > span {
  transition-delay: 0.75s;
}
.reveal-h.is-inview > span:nth-child(16) > span {
  transition-delay: 0.8s;
}
.reveal-h.is-inview > span:nth-child(17) > span {
  transition-delay: 0.85s;
}
.reveal-h.is-inview > span:nth-child(18) > span {
  transition-delay: 0.9s;
}
.reveal-h.is-inview > span:nth-child(19) > span {
  transition-delay: 0.95s;
}
.reveal-h.is-inview > span:nth-child(20) > span {
  transition-delay: 1s;
}
.reveal-h.is-inview > span:nth-child(21) > span {
  transition-delay: 1.05s;
}
.reveal-h.is-inview > span:nth-child(22) > span {
  transition-delay: 1.1s;
}
.reveal-h.is-inview > span:nth-child(23) > span {
  transition-delay: 1.15s;
}
.reveal-h.is-inview > span:nth-child(24) > span {
  transition-delay: 1.2s;
}
.reveal-h.is-inview > span:nth-child(25) > span {
  transition-delay: 1.25s;
}
.reveal-h.is-inview > span:nth-child(26) > span {
  transition-delay: 1.3s;
}
.reveal-h.is-inview > span:nth-child(27) > span {
  transition-delay: 1.35s;
}
.reveal-h.is-inview > span:nth-child(28) > span {
  transition-delay: 1.4s;
}
.reveal-h.is-inview > span:nth-child(29) > span {
  transition-delay: 1.45s;
}
.reveal-h.is-inview > span:nth-child(30) > span {
  transition-delay: 1.5s;
}
.scroll-down {
  position: absolute;
  right: 70px;
  bottom: 15%;
  z-index: 201;
  transform: rotate(-90deg);
  transform-origin: right bottom;
}
@keyframes scroll-down-line {
  0% {
    transform-origin: 0 50%;
    transform: scale(1);
  }
  20% {
    transform-origin: 0 50%;
    transform: scaleX(0.001);
  }
  20.01% {
    transform-origin: 100% 50%;
  }
  38% {
    transform-origin: 100% 50%;
    transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  15%,
  38%,
  60%,
  75% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(10px);
  }
  45% {
    transform: translateX(5px);
  }
}
.scroll-down__line {
  position: absolute;
  left: -35px;
  top: 50%;
  width: 24px;
  height: 0;
  margin-top: -1px;
}
.scroll-down__line:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 2px solid #ee7f00;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    opacity 0s linear 0.5s;
  transform-origin: right center;
  transform: scaleX(0.001);
  opacity: 0;
}
.scroll-down__text {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.2em;
  font-family: Poppins, sans-serif;
  overflow: hidden;
}
.scroll-down__text span {
  display: block;
  transform: translate3d(0, 100%, 0);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.scroll-down.is-active.is-inview .scroll-down__text {
  animation: bounce 2.5s infinite;
}
.scroll-down.is-active.is-inview .scroll-down__text span {
  transform: none;
}
.scroll-down.is-active.is-inview .scroll-down__line {
  animation: scroll-down-line 2.5s infinite 851ms;
}
.scroll-down.is-active.is-inview .scroll-down__line:after {
  transform: none;
  opacity: 1;
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 0s linear;
}
.is-body-touch .scroll-down {
  display: none;
}
@media screen and (max-width: 1024px) {
  .scroll-down {
    display: none;
  }
}
.sub-title {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.4375;
  letter-spacing: 0.18em;
  font-family: Space Mono, monospace;
  margin-bottom: 20px;
}
.sub-title:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 2200px) {
  .sub-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .sub-title {
    font-size: 12px;
  }
}
.tile-fancy {
  display: block;
  width: 440px;
  max-width: 100%;
}
.tile-fancy__content {
  color: #fff;
  margin-top: -50px;
  transform: translateZ(150px);
  position: relative;
  z-index: 2;
  padding: 0 25px 70px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tile-fancy__sup {
  position: absolute;
  top: 0;
  left: 25px;
  transform: translate3d(0, -100%, 0);
  padding-bottom: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  align-items: center;
}
.tile-fancy__category,
.tile-fancy__month {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.tile-fancy__category-wrap {
  overflow: hidden;
}
.tile-fancy__category {
  transform: translate3d(0, 100%, 0);
}
.tile-fancy__month-wrap {
  overflow: hidden;
}
.tile-fancy__month {
  transform: translate3d(0, 100%, 0);
}
.tile-fancy__line-wrap {
  overflow: hidden;
  margin: -1px 13px 0;
  position: relative;
  width: 22px;
  height: 2px;
}
.tile-fancy__line {
  width: 0;
  height: 100%;
  background-color: #ee7f00;
  position: absolute;
  top: 0;
  left: 0;
}
.tile-fancy__img-wrap {
  position: relative;
}
.is-mouse-over .tile-fancy__img-wrap {
  transition: none;
}
.tile-fancy__video-button {
  content: "";
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
}
.tile-fancy__img-wrap-2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: transform 3s cubic-bezier(0.19, 1, 0.22, 1);
}
.is-mouse-over .tile-fancy__img-wrap-2 {
  transition: none;
}
.tile-fancy__img-wrap-3 {
  position: relative;
  overflow: hidden;
}
.tile-fancy__img {
  position: relative;
  background-size: cover;
}
.tile-fancy__img,
.tile-fancy__img:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tile-fancy__img:after {
  content: "";
  position: absolute;
  z-index: 5;
  bottom: 50%;
  left: -3%;
  width: 106%;
  right: 0;
  background-color: #4b525f;
  transform: skewY(-25deg) translate3d(0, 50%, 0);
}
.tile-fancy__title {
  max-width: 600px;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1875;
  letter-spacing: 0.03125em;
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.6s,
    opacity 1s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
  transform: translate3d(0, 30px, 0);
  opacity: 0;
}
.tile-fancy__title > * {
  margin-bottom: 0;
}
.tile-fancy__button {
  position: absolute;
  bottom: 0;
  left: 25px;
  padding-top: 25px;
  transition: opacity 2s cubic-bezier(0.23, 1, 0.32, 1) 0.8s;
  opacity: 0;
}
.tile-fancy--1 .tile-fancy__img {
  padding-bottom: 100%;
  transform: translate3d(0, 148%, 0);
}
.tile-fancy--1 .tile-fancy__img:after {
  height: 148%;
}
.tile-fancy--2 .tile-fancy__img {
  padding-bottom: 63%;
  transform: translate3d(0, 176%, 0);
}
.tile-fancy--2 .tile-fancy__img:after {
  height: 176%;
}
.tile-fancy--3 {
  width: 810px;
}
.tile-fancy--3.is-mouse-over .tile-fancy__img {
  transform: translate3d(0, 173%, 0);
}
.tile-fancy--3 .tile-fancy__img {
  padding-bottom: 67%;
  transform: translate3d(0, 173%, 0);
}
.tile-fancy--3 .tile-fancy__img:after {
  height: 173%;
}
.tile-fancy--black .tile-fancy__img-wrap-3:before {
  content: "";
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.tile-fancy--white .tile-fancy__content {
  color: #242424;
  margin-top: 65px;
}
.tile-fancy--white .tile-fancy__img:after {
  background-color: #f1f1f1;
}
.tile-fancy.is-inview .tile-fancy__category,
.tile-fancy.is-inview .tile-fancy__category-wrap {
  transform: translateZ(0);
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.73s;
}
.tile-fancy.is-inview .tile-fancy__month,
.tile-fancy.is-inview .tile-fancy__month-wrap {
  transform: translateZ(0);
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s;
}
.tile-fancy.is-inview .tile-fancy__line {
  width: 100%;
  transition: width 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0.45s;
}
.tile-fancy.is-inview .tile-fancy__title {
  transform: translateZ(0);
  opacity: 1;
}
.tile-fancy.is-inview .tile-fancy__button {
  opacity: 1;
}
.tile-fancy.is-inview .tile-fancy__img {
  transform: translateZ(0);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.tile-fancy.is-inview .tile-fancy__img:after {
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  transform: skewY(-20deg) translate3d(0, -50%, 0);
}
.tile-fancy.is-inview .tile-fancy__video-button {
  opacity: 1;
}
@media screen and (max-width: 1600px) {
  .tile-fancy__sup {
    padding-bottom: 15px;
  }
  .tile-fancy__content {
    padding: 0 25px 60px;
  }
  .tile-fancy--white .tile-fancy__content {
    color: #242424;
    margin-top: 55px;
  }
}
@media screen and (max-width: 1366px) {
  .tile-fancy__title {
    max-width: 400px;
  }
}
@media screen and (max-width: 1024px) {
  .tile-fancy {
    width: 340px;
  }
  .tile-fancy--3 {
    width: 480px;
  }
  .tile-fancy__content {
    padding: 0 20px 60px;
  }
  .tile-fancy--white .tile-fancy__content {
    color: #242424;
    margin-top: 45px;
  }
  .tile-fancy__button,
  .tile-fancy__sup {
    left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .tile-fancy__content {
    padding: 0 15px 60px;
  }
  .tile-fancy__button,
  .tile-fancy__sup {
    left: 15px;
  }
}
.tile-simple {
  font-size: 0;
}
.tile-simple--on-orange {
  color: #fff;
}
.tile-simple--on-orange .tile-simple__sup span {
  background-color: #fff;
}
.tile-simple--on-orange .tile-simple__button {
  color: #ee7f00;
  background-color: #fff;
}
.tile-simple--on-white {
  color: #2d2d2d;
}
.tile-simple--on-white .tile-simple__sup span {
  background-color: #ee7f00;
}
.tile-simple--on-white .tile-simple__button {
  color: #fff;
  background-color: #ee7f00;
}
.tile-simple--on-img {
  color: #fff;
}
.tile-simple--on-img .tile-simple__sup span {
  background-color: #ee7f00;
}
.tile-simple--on-img .tile-simple__button {
  color: #fff;
  background-color: #ee7f00;
}
.tile-simple__img {
  width: 100%;
  margin-bottom: 30px;
  background-size: cover;
  background-position: 50%;
}
.tile-simple__img:after {
  content: "";
  display: block;
  padding-bottom: 62.5%;
}
.tile-simple__sup {
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.18em;
  font-family: Poppins, sans-serif;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}
.tile-simple__sup span {
  margin: 0 10px;
  width: 22px;
  height: 2px;
}
.tile-simple__title {
  margin-bottom: 25px;
}
@media screen and (max-width: 2200px) {
  .tile-simple__img {
    margin-bottom: 25px;
  }
  .tile-simple__sup,
  .tile-simple__title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .tile-simple__sup,
  .tile-simple__title {
    margin-bottom: 15px;
  }
  .tile-simple__img {
    margin-bottom: 20px;
  }
}
.title-braket {
  position: relative;
  display: inline-block;
}
.title-braket__wrap {
  overflow: hidden;
}
.title-braket__wrap--bottom,
.title-braket__wrap--top {
  transition: transform 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transform: translate3d(-100%, 0, 0);
}
.title-braket__sup:not(:last-child) {
  margin-bottom: 10px;
}
.title-braket__sup:not(:last-child) > .sub-title {
  padding-top: 10px;
}
.title-braket__sup--bottom,
.title-braket__sup--top {
  transition: transform 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transform: translate3d(110%, 0, 0);
}
.title-braket__sup--left,
.title-braket__sup--right {
  transition: transform 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.01s;
}
.title-braket__sup--right {
  padding-right: 40px;
  text-align: right;
  transform: translate3d(100%, 0, 0);
}
.title-braket__sup--left {
  padding-left: 40px;
  transform: translate3d(-100%, 0, 0);
}
.title-braket__h > * {
  margin-bottom: 0;
}
.title-braket__h--bottom,
.title-braket__h--top {
  transition: transform 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transform: translate3d(110%, 0, 0);
}
.title-braket__h--left,
.title-braket__h--right {
  transition: transform 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.title-braket__h--right {
  padding-right: 40px;
  text-align: right;
  transform: translate3d(100%, 0, 0);
}
.title-braket__h--left {
  padding-left: 40px;
  transform: translate3d(-100%, 0, 0);
}
.title-braket__braket {
  position: absolute;
  z-index: 1;
}
.title-braket__braket--left {
  width: auto;
  height: 100%;
  top: 0;
  left: 0;
}
.title-braket__braket--right {
  width: auto;
  height: 100%;
  top: 0;
  right: 0;
}
.title-braket__braket--bottom {
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
}
.title-braket__braket--top {
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
}
.title-braket__layer {
  position: absolute;
  overflow: hidden;
}
.title-braket__layer:after,
.title-braket__layer:before {
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
}
.title-braket__layer div {
  position: absolute;
  overflow: hidden;
}
.title-braket__layer div span {
  width: 100%;
  height: 101.3%;
  display: block;
}
.title-braket__layer:first-child {
  opacity: 1;
}
.title-braket__layer:first-child:after,
.title-braket__layer:first-child:before,
.title-braket__layer:first-child div span {
  background-color: #ee7f00;
}
.title-braket__layer:first-child:after,
.title-braket__layer:first-child:before {
  transition: transform 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.2s,
    opacity 0s linear 0.4s;
}
.title-braket__layer:first-child div,
.title-braket__layer:first-child div span {
  transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s;
}
.title-braket__layer:nth-child(2) {
  display: none;
}
.title-braket__layer:nth-child(2):after,
.title-braket__layer:nth-child(2):before {
  transition: transform 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53),
    opacity 0s linear 0.2s;
}
.title-braket__layer:nth-child(2) div,
.title-braket__layer:nth-child(2) div span {
  transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s;
}
.title-braket__layer--left {
  top: 0;
  left: 0;
  width: 28px;
  height: 100%;
}
.title-braket__layer--left:after,
.title-braket__layer--left:before {
  width: 15px;
  height: 13px;
  left: 13px;
  transform: translate3d(-100%, 0, 0);
}
.title-braket__layer--left:before {
  top: 0;
}
.title-braket__layer--left:after {
  bottom: 0;
}
.title-braket__layer--left div {
  top: 0;
  left: 0;
  width: 13px;
  height: 100%;
  transform: translate3d(0, -50%, 0);
}
.title-braket__layer--left div span {
  transform: translate3d(0, 100%, 0);
}
.title-braket__layer--right {
  top: 0;
  right: 0;
  width: 28px;
  height: 100%;
}
.title-braket__layer--right:after,
.title-braket__layer--right:before {
  width: 15px;
  height: 13px;
  right: 13px;
  transform: translate3d(100%, 0, 0);
}
.title-braket__layer--right:before {
  top: 0;
}
.title-braket__layer--right:after {
  bottom: 0;
}
.title-braket__layer--right div {
  top: 0;
  right: 0;
  width: 13px;
  height: 100%;
  transform: translate3d(0, -50%, 0);
}
.title-braket__layer--right div span {
  transform: translate3d(0, 100%, 0);
}
.title-braket__layer--bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 28px;
}
.title-braket__layer--bottom:after {
  content: "";
  display: table;
  clear: both;
}
.title-braket__layer--bottom:after,
.title-braket__layer--bottom:before {
  width: 13px;
  height: 15px;
  bottom: 13px;
  transform: translate3d(0, 100%, 0);
}
.title-braket__layer--bottom:before {
  left: 0;
}
.title-braket__layer--bottom:after {
  right: 0;
}
.title-braket__layer--bottom div {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 13px;
  transform: translate3d(-50%, 0, 0);
}
.title-braket__layer--bottom div span {
  transform: translateX(100%) translateX(1px);
}
.title-braket__layer--top {
  top: 0;
  left: 0;
  width: 100%;
  height: 28px;
}
.title-braket__layer--top:after {
  content: "";
  display: table;
  clear: both;
}
.title-braket__layer--top:after,
.title-braket__layer--top:before {
  width: 13px;
  height: 15px;
  top: 13px;
  transform: translate3d(0, -100%, 0);
}
.title-braket__layer--top:before {
  left: 0;
}
.title-braket__layer--top:after {
  right: 0;
}
.title-braket__layer--top div {
  top: 0;
  left: 0;
  width: 100%;
  height: 13px;
  transform: translate3d(-50%, 0, 0);
}
.title-braket__layer--top div span {
  transform: translateX(100%) translateX(1px);
}
.title-braket--left,
.title-braket--right {
  padding: 30px 13px;
}
.title-braket--bottom {
  padding: 20px 33px 30px;
}
.title-braket--top {
  padding: 40px 33px 20px;
}
.title-braket--hover .title-braket__layer:first-child {
  opacity: 0.2;
}
.title-braket--hover .title-braket__layer:first-child:after,
.title-braket--hover .title-braket__layer:first-child:before,
.title-braket--hover .title-braket__layer:first-child div span {
  background-color: #fff;
}
.title-braket--hover .title-braket__layer:nth-child(2) {
  display: block;
  opacity: 1;
}
.title-braket--hover .title-braket__layer:nth-child(2):after,
.title-braket--hover .title-braket__layer:nth-child(2):before,
.title-braket--hover .title-braket__layer:nth-child(2) div span {
  background-color: #ee7f00;
}
.title-braket.is-active .title-braket__wrap--bottom,
.title-braket.is-active .title-braket__wrap--top,
.title-braket.is-inview .title-braket__wrap--bottom,
.title-braket.is-inview .title-braket__wrap--top {
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateZ(0);
}
.title-braket.is-active .title-braket__sup--left,
.title-braket.is-active .title-braket__sup--right,
.title-braket.is-inview .title-braket__sup--left,
.title-braket.is-inview .title-braket__sup--right {
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  transform: translateZ(0);
}
.title-braket.is-active .title-braket__sup--bottom,
.title-braket.is-active .title-braket__sup--top,
.title-braket.is-inview .title-braket__sup--bottom,
.title-braket.is-inview .title-braket__sup--top {
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.35s;
  transform: translateZ(0);
}
.title-braket.is-active .title-braket__h--left,
.title-braket.is-active .title-braket__h--right,
.title-braket.is-inview .title-braket__h--left,
.title-braket.is-inview .title-braket__h--right {
  transition: transform 1.5s cubic-bezier(0.23, 1, 0.32, 1) 0.3s;
  transform: translateZ(0);
}
.title-braket.is-active .title-braket__h--bottom,
.title-braket.is-active .title-braket__h--top,
.title-braket.is-inview .title-braket__h--bottom,
.title-braket.is-inview .title-braket__h--top {
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  transform: translateZ(0);
}
.title-braket.is-active .title-braket__layer:first-child:after,
.title-braket.is-active .title-braket__layer:first-child:before,
.title-braket.is-inview .title-braket__layer:first-child:after,
.title-braket.is-inview .title-braket__layer:first-child:before {
  transform: translateZ(0);
  opacity: 1;
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s,
    opacity 0s linear 0.3s;
}
.title-braket.is-active .title-braket__layer:first-child div,
.title-braket.is-active .title-braket__layer:first-child div span,
.title-braket.is-inview .title-braket__layer:first-child div,
.title-braket.is-inview .title-braket__layer:first-child div span {
  transform: translateZ(0);
  transition: transform 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
}
@media not screen and (max-width: 768px) {
  .title-braket.is-active:hover .title-braket__layer:nth-child(2):after,
  .title-braket.is-active:hover .title-braket__layer:nth-child(2):before,
  .title-braket.is-inview:hover .title-braket__layer:nth-child(2):after,
  .title-braket.is-inview:hover .title-braket__layer:nth-child(2):before {
    transform: translateZ(0);
    opacity: 1;
    transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s,
      opacity 0s linear 0.3s;
  }
  .title-braket.is-active:hover .title-braket__layer:nth-child(2) div,
  .title-braket.is-active:hover .title-braket__layer:nth-child(2) div span,
  .title-braket.is-inview:hover .title-braket__layer:nth-child(2) div,
  .title-braket.is-inview:hover .title-braket__layer:nth-child(2) div span {
    transform: translateZ(0);
    transition: transform 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  }
}
@media screen and (max-width: 1366px) {
  .title-braket__sup--right {
    padding-right: 30px;
  }
  .title-braket__sup--left {
    padding-left: 30px;
  }
  .title-braket__h--right {
    padding-right: 30px;
  }
  .title-braket__h--left {
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .title-braket {
    display: block;
  }
  .title-braket__sup:not(:last-child) {
    padding-top: 3px;
  }
  .title-braket__sup--right {
    padding-right: 25px;
  }
  .title-braket__sup--left {
    padding-left: 25px;
  }
  .title-braket__h--right {
    padding-right: 25px;
  }
  .title-braket__h--left {
    padding-left: 25px;
  }
  .title-braket__layer--left {
    width: 24px;
    height: 100%;
  }
  .title-braket__layer--left:after,
  .title-braket__layer--left:before {
    width: 13px;
    height: 11px;
    left: 11px;
  }
  .title-braket__layer--left div {
    width: 11px;
    height: 100%;
  }
  .title-braket__layer--right {
    width: 24px;
    height: 100%;
  }
  .title-braket__layer--right:after,
  .title-braket__layer--right:before {
    width: 13px;
    height: 11px;
    right: 11px;
  }
  .title-braket__layer--right div {
    width: 11px;
    height: 100%;
  }
  .title-braket__layer--bottom {
    width: 100%;
    height: 24px;
  }
  .title-braket__layer--bottom:after,
  .title-braket__layer--bottom:before {
    width: 11px;
    height: 13px;
    bottom: 11px;
  }
  .title-braket__layer--bottom:before {
    left: 0;
  }
  .title-braket__layer--bottom:after {
    right: 0;
  }
  .title-braket__layer--bottom div {
    width: 100%;
    height: 11px;
  }
  .title-braket__layer--top {
    width: 100%;
    height: 24px;
  }
  .title-braket__layer--top:after,
  .title-braket__layer--top:before {
    width: 11px;
    height: 13px;
    top: 11px;
  }
  .title-braket__layer--top div {
    width: 100%;
    height: 11px;
  }
  .title-braket--left,
  .title-braket--right {
    padding: 30px 0 30px 11px;
  }
  .title-braket--bottom {
    padding: 20px 31px 30px;
  }
  .title-braket--top {
    padding: 30px 26px 10px;
  }
}
.title-hero {
  margin-top: 10px;
  position: relative;
  display: block;
}
.title-hero:after {
  content: "";
  display: table;
  clear: both;
}
.title-hero__mask {
  display: block;
  float: left;
  clear: both;
  margin-bottom: 14px;
  overflow: hidden;
  transform: translate3d(-101%, 0, 0);
  transition-property: transform;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.title-hero__mask:last-child {
  margin-bottom: 0;
}
.title-hero__mask:first-child,
.title-hero__mask:first-child .title-hero__h {
  transition-delay: 0s;
}
.title-hero__mask:nth-child(2),
.title-hero__mask:nth-child(2) .title-hero__h {
  transition-delay: 0.12s;
}
.title-hero__mask:nth-child(3),
.title-hero__mask:nth-child(3) .title-hero__h {
  transition-delay: 0.24s;
}
.title-hero__h {
  display: block;
  color: #16191f;
  background-color: #fff;
  text-transform: uppercase;
  padding: 0 0 0 13px;
  transform: translate3d(101%, 0, 0);
  transition-property: transform;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  white-space: nowrap;
}
.title-hero.is-active .title-hero__h,
.title-hero.is-active .title-hero__mask {
  transition-timing-function: cubic-bezier(0.275, 0.99, 0.22, 1);
  transition-duration: 1s;
  transform: translateZ(0);
}
@media screen and (max-width: 600px) {
  .title-hero__h {
    padding: 0 0 0 7px;
  }
}
@media screen and (max-width: 480px) {
  .title-hero__mask {
    margin-bottom: 8px;
  }
}
.menu {
  display: none;
  position: absolute;
  z-index: 1300;
  width: calc(100% - 124px);
  height: auto;
  left: 0;
  top: 0;
  min-height: 100vh;
  background-color: #16191f;
  -ms-flex-direction: column;
  flex-direction: column;
}
.menu__head {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  height: 320px;
  position: relative;
  overflow: hidden;
  background-color: #262c36;
}
.menu__head:after {
  content: "";
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #16191f;
}
.menu__logo {
  left: 0;
  top: 50px;
  width: 25%;
}
.menu__logo,
.menu__search {
  position: absolute;
  z-index: 5;
}
.menu__search {
  top: 60px;
  right: 9%;
  color: #fff;
  overflow: hidden;
  transform: translate3d(0, 20px, 0);
  transition: transform 0.5s cubic-bezier(0.75, 0, 0.25, 1),
    opacity 0.5s cubic-bezier(0.75, 0, 0.25, 1);
}
.menu__search.is-search-active .menu__search-placeholder {
  transform: scale(0.75);
  color: #ccccd0;
}
.menu__search.is-search-active .menu__search-input,
.menu__search.is-search-active .menu__search-input:after {
  transform: none;
}
.menu__search.is-search-active .menu__search-input input {
  opacity: 1;
}
.menu__search.is-search-active .menu__search-icon svg {
  transform: scale(1.5);
}
.menu__search.is-search-active .menu__search-icon:active {
  color: #ccccd0;
}
.menu__search-placeholder {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: Space Mono, monospace;
  transform-origin: left top;
  transform: translate3d(0, 18px, 0);
  transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  pointer-events: none;
}
.menu__search-input {
  padding: 12px 0 8px;
  position: relative;
  transform: translate3d(100px, 0, 0);
  transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.menu__search-input:after,
.menu__search-input:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #242424;
}
.menu__search-input:after {
  z-index: 2;
  background-color: #6f6f6f;
  transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transform: translate3d(100%, 0, 0);
}
.menu__search-input input {
  width: 300px;
  height: 36px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: Space Mono, monospace;
  padding-right: 30px;
  opacity: 0;
}
.menu__search-icon {
  cursor: pointer;
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  padding: 10px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.menu__search-icon svg {
  transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  width: 14px;
  height: 14px;
}
.menu__list {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  color: #fff;
  position: relative;
  z-index: 3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.menu.is-menu-active .menu__head:after {
  transform: translate3d(0, 100%, 0);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.menu.is-menu-active .menu__search {
  transform: none;
  opacity: 1;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1),
    opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 2200px) {
  .menu__search-placeholder {
    font-size: 15px;
    transform: translate3d(0, 20px, 0);
  }
  .menu__search-input input {
    font-size: 15px;
  }
  .menu__head {
    height: 320px;
  }
}

@media screen and (max-height: 820px) {
  .menu__head {
    height: 200px;
  }
}

@media screen and (max-width: 1366px) {
  .menu {
    width: calc(100% - 100px);
  }
  .menu__head {
    height: 260px;
  }
  .menu__logo {
    top: 60px;
    left: 70px;
    width: auto;
  }
  .menu__search {
    right: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .menu {
    width: calc(100% - 64px);
  }
  .menu__logo {
    display: none;
  }
  .menu__head {
    height: 200px;
  }
  .menu__search {
    position: absolute;
    top: 35px;
    right: auto;
    left: 70px;
    transform: translate3d(-100px, 0, 0);
    transition: transform 0.3s cubic-bezier(0.75, 0, 0.25, 1),
      opacity 0.3s cubic-bezier(0.75, 0, 0.25, 1);
  }
  .menu__search-placeholder {
    font-size: 14px;
    transform: translate3d(0, 20px, 0);
  }
  .menu__search-input {
    overflow: hidden;
    transform: translate3d(100px, 0, 0);
  }
  .menu__search-input:after {
    transform: translate3d(-100%, 0, 0);
  }
  .menu__search-input input {
    font-size: 14px;
  }
  .menu__search-icon {
    cursor: pointer;
    position: absolute;
    z-index: 3;
    padding: 10px;
    height: 100%;
    top: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu__search-icon svg {
    transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    width: 14px;
    height: 14px;
  }
  .menu.is-menu-active .menu__search {
    transform: translate3d(-100px, 0, 0);
    transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1),
      opacity 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.73s;
  }
  .menu.is-menu-active .menu__search.is-search-active {
    transform: none;
  }
}
@media screen and (max-width: 600px) {
  .menu__head {
    height: 160px;
  }
  .menu__search {
    top: 39px;
    left: 24px;
    font-size: 0;
    padding-right: 50px;
    transform: translate3d(-200px, 0, 0);
  }
  .menu__search svg {
    width: 32px;
    height: 32px;
  }
  .menu__search.is-search-active .menu__search-icon svg {
    transform: none;
  }
  .menu__search-placeholder {
    display: none;
  }
  .menu__search-input {
    transform: translate3d(200px, 0, 0);
  }
  .menu__search-input:before {
    display: none;
  }
  .menu__search-input input {
    width: 200px;
    height: 30px;
    font-size: 14px;
    padding-right: 0;
  }
  .menu.is-menu-active .menu__search {
    transform: translate3d(-200px, 0, 0);
  }
}
@media screen and (max-width: 480px) {
  .menu__search-input {
    transform: translate3d(150px, 0, 0);
  }
  .menu__search-input input {
    width: 150px;
    height: 30px;
  }
  .menu.is-menu-active .menu__search {
    transform: translate3d(-150px, 0, 0);
  }
}
.menu-item {
  font-size: 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-color: #262c36;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.menu-item--tail {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.menu-item.is-dropdown-active {
  background-color: #21252e;
  height: auto;
}
.menu-item.is-dropdown-active .menu-item__plus:before {
  transform: rotate(-180deg);
}
.menu-item.is-dropdown-active .menu-item__plus:after {
  transform: none;
}
.menu-item:after,
.menu-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #16191f;
}
.menu-item:before {
  z-index: 1;
  width: 100%;
  height: 1px;
}
.menu-item:after {
  z-index: 10;
  width: 100%;
  height: 100%;
  transition: transform 0s cubic-bezier(0.75, 0, 0.25, 1) 0.5s;
}
.menu-item__link-l1 {
  display: inline-block;
  height: 120px;
  font-size: 42px;
  line-height: 2.85714;
  font-family: Poppins, sans-serif;
  transform: translate3d(0, 20px, 0);
  transition: transform 0s cubic-bezier(0.75, 0, 0.25, 1) 0.5s;
}
.menu-item__link-l1,
.menu-item__link-l1--s {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}
.menu-item__link-l1--s {
  font-size: 30px;
  line-height: 4;
}
.menu-item__link-l1--dropdown {
  position: relative;
}
.menu-item__link-l1--important a {
  color: #ee7f00;
}
.menu-item__link-l1 a {
  display: inline-block;
  overflow: hidden;
}
.menu-item__link-l1 a:hover {
  color: #ee7f00;
}
.menu-item__plus {
  display: block;
  cursor: pointer;
  position: absolute;
  z-index: 5;
  top: 50%;
  right: -40px;
  width: 28px;
  height: 28px;
  margin-top: -14px;
}
.menu-item__plus:after,
.menu-item__plus:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 4px;
  top: 50%;
  right: 4px;
  margin-top: -2px;
  background-color: #6f6f6f;
  transform-origin: center;
  transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.menu-item__plus:after {
  transform: rotate(90deg);
}
.menu-item__plus:hover:after,
.menu-item__plus:hover:before {
  background-color: #ee7f00;
}
.menu-item__ul-l2 {
  height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  padding: 0;
  color: #fff;
  background-color: #262c36;
}
.is-dropdown-active .menu-item__ul-l2 {
  padding: 35px;
  height: auto;
  opacity: 1;
  pointer-events: auto;
}
.menu-item__link-l2 {
  text-align: center;
  padding: 19px 0;
}
.menu-item__link-l2 a {
  font-family: Poppins, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.04em;
  overflow: hidden;
  display: inline-block;
}
.menu-item__link-l2 a:hover {
  color: #ee7f00;
}
.menu-item__link-l2 a span {
  display: inline-block;
  transform: translate3d(0, 100%, 0);
}
.is-dropdown-active .menu-item__link-l2 a span {
  transition: transform 1.05s cubic-bezier(0.23, 1, 0.32, 1);
  transform: none;
}
.is-dropdown-active .menu-item__link-l2:first-child a span {
  transition-delay: 0s;
}
.is-dropdown-active .menu-item__link-l2:nth-child(2) a span {
  transition-delay: 0.06s;
}
.is-dropdown-active .menu-item__link-l2:nth-child(3) a span {
  transition-delay: 0.12s;
}
.is-dropdown-active .menu-item__link-l2:nth-child(4) a span {
  transition-delay: 0.18s;
}
.is-dropdown-active .menu-item__link-l2:nth-child(5) a span {
  transition-delay: 0.24s;
}
.is-dropdown-active .menu-item__link-l2:nth-child(6) a span {
  transition-delay: 0.3s;
}
.is-dropdown-active .menu-item__link-l2:nth-child(7) a span {
  transition-delay: 0.36s;
}
.is-dropdown-active .menu-item__link-l2:nth-child(8) a span {
  transition-delay: 0.42s;
}
.is-dropdown-active .menu-item__link-l2:nth-child(9) a span {
  transition-delay: 0.48s;
}
.is-dropdown-active .menu-item__link-l2:nth-child(10) a span {
  transition-delay: 0.54s;
}
.is-dropdown-active .menu-item__link-l2:nth-child(11) a span {
  transition-delay: 0.6s;
}
.is-dropdown-active .menu-item__link-l2:nth-child(12) a span {
  transition-delay: 0.66s;
}
.is-dropdown-active .menu-item__link-l2:nth-child(13) a span {
  transition-delay: 0.72s;
}
.is-dropdown-active .menu-item__link-l2:nth-child(14) a span {
  transition-delay: 0.78s;
}
.is-dropdown-active .menu-item__link-l2:nth-child(15) a span {
  transition-delay: 0.84s;
}
.is-dropdown-active .menu-item__link-l2:nth-child(16) a span {
  transition-delay: 0.9s;
}
.is-dropdown-active .menu-item__link-l2:nth-child(17) a span {
  transition-delay: 0.96s;
}
.is-dropdown-active .menu-item__link-l2:nth-child(18) a span {
  transition-delay: 1.02s;
}
.is-dropdown-active .menu-item__link-l2:nth-child(19) a span {
  transition-delay: 1.08s;
}
.is-dropdown-active .menu-item__link-l2:nth-child(20) a span {
  transition-delay: 1.14s;
}
.is-menu-active .menu-item {
  transition: transform 1s cubic-bezier(0.75, 0, 0.25, 1), opacity 0s linear;
  transform: none;
  opacity: 1;
}
.is-menu-active .menu-item:after {
  transform: translate3d(0, 100%, 0);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
}
.is-menu-active .menu-item--tail:after {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.is-menu-active .menu-item .menu-item__link-l1 {
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transform: none;
}
.is-menu-active .menu-item:first-of-type {
  transition-delay: 0s;
}
.is-menu-active .menu-item:first-of-type .menu-item__link-l1,
.is-menu-active .menu-item:first-of-type:after {
  transition-delay: 0.2s;
}
.is-menu-active .menu-item:nth-of-type(2) {
  transition-delay: 0.1s;
}
.is-menu-active .menu-item:nth-of-type(2) .menu-item__link-l1,
.is-menu-active .menu-item:nth-of-type(2):after {
  transition-delay: 0.3s;
}
.is-menu-active .menu-item:nth-of-type(3) {
  transition-delay: 0.2s;
}
.is-menu-active .menu-item:nth-of-type(3) .menu-item__link-l1,
.is-menu-active .menu-item:nth-of-type(3):after {
  transition-delay: 0.4s;
}
.is-menu-active .menu-item:nth-of-type(4) {
  transition-delay: 0.3s;
}
.is-menu-active .menu-item:nth-of-type(4) .menu-item__link-l1,
.is-menu-active .menu-item:nth-of-type(4):after {
  transition-delay: 0.5s;
}
.is-menu-active .menu-item:nth-of-type(5) {
  transition-delay: 0.4s;
}
.is-menu-active .menu-item:nth-of-type(5) .menu-item__link-l1,
.is-menu-active .menu-item:nth-of-type(5):after {
  transition-delay: 0.6s;
}
.is-menu-active .menu-item:nth-of-type(6) {
  transition-delay: 0.5s;
}
.is-menu-active .menu-item:nth-of-type(6) .menu-item__link-l1,
.is-menu-active .menu-item:nth-of-type(6):after {
  transition-delay: 0.7s;
}
.is-menu-active .menu-item:nth-of-type(7) {
  transition-delay: 0.6s;
}
.is-menu-active .menu-item:nth-of-type(7) .menu-item__link-l1,
.is-menu-active .menu-item:nth-of-type(7):after {
  transition-delay: 0.8s;
}
.is-menu-active .menu-item:nth-of-type(8) {
  transition-delay: 0.7s;
}
.is-menu-active .menu-item:nth-of-type(8) .menu-item__link-l1,
.is-menu-active .menu-item:nth-of-type(8):after {
  transition-delay: 0.9s;
}
.is-menu-active .menu-item:nth-of-type(9) {
  transition-delay: 0.8s;
}
.is-menu-active .menu-item:nth-of-type(9) .menu-item__link-l1,
.is-menu-active .menu-item:nth-of-type(9):after {
  transition-delay: 1s;
}
.is-menu-active .menu-item:nth-of-type(10) {
  transition-delay: 0.9s;
}
.is-menu-active .menu-item:nth-of-type(10) .menu-item__link-l1,
.is-menu-active .menu-item:nth-of-type(10):after {
  transition-delay: 1.1s;
}
.is-menu-active .menu-item:nth-of-type(11) {
  transition-delay: 1s;
}
.is-menu-active .menu-item:nth-of-type(11) .menu-item__link-l1,
.is-menu-active .menu-item:nth-of-type(11):after {
  transition-delay: 1.2s;
}
.is-menu-active .menu-item:nth-of-type(12) {
  transition-delay: 1.1s;
}
.is-menu-active .menu-item:nth-of-type(12) .menu-item__link-l1,
.is-menu-active .menu-item:nth-of-type(12):after {
  transition-delay: 1.3s;
}
.is-menu-active .menu-item:nth-of-type(13) {
  transition-delay: 1.2s;
}
.is-menu-active .menu-item:nth-of-type(13) .menu-item__link-l1,
.is-menu-active .menu-item:nth-of-type(13):after {
  transition-delay: 1.4s;
}
.is-menu-active .menu-item:nth-of-type(14) {
  transition-delay: 1.3s;
}
.is-menu-active .menu-item:nth-of-type(14) .menu-item__link-l1,
.is-menu-active .menu-item:nth-of-type(14):after {
  transition-delay: 1.5s;
}
.is-menu-active .menu-item:nth-of-type(15) {
  transition-delay: 1.4s;
}
.is-menu-active .menu-item:nth-of-type(15) .menu-item__link-l1,
.is-menu-active .menu-item:nth-of-type(15):after {
  transition-delay: 1.6s;
}
.is-menu-active .menu-item:nth-of-type(16) {
  transition-delay: 1.5s;
}
.is-menu-active .menu-item:nth-of-type(16) .menu-item__link-l1,
.is-menu-active .menu-item:nth-of-type(16):after {
  transition-delay: 1.7s;
}
.is-menu-active .menu-item:nth-of-type(17) {
  transition-delay: 1.6s;
}
.is-menu-active .menu-item:nth-of-type(17) .menu-item__link-l1,
.is-menu-active .menu-item:nth-of-type(17):after {
  transition-delay: 1.8s;
}
.is-menu-active .menu-item:nth-of-type(18) {
  transition-delay: 1.7s;
}
.is-menu-active .menu-item:nth-of-type(18) .menu-item__link-l1,
.is-menu-active .menu-item:nth-of-type(18):after {
  transition-delay: 1.9s;
}
.is-menu-active .menu-item:nth-of-type(19) {
  transition-delay: 1.8s;
}
.is-menu-active .menu-item:nth-of-type(19) .menu-item__link-l1,
.is-menu-active .menu-item:nth-of-type(19):after {
  transition-delay: 2s;
}
.is-menu-active .menu-item:nth-of-type(20) {
  transition-delay: 1.9s;
}
.is-menu-active .menu-item:nth-of-type(20) .menu-item__link-l1,
.is-menu-active .menu-item:nth-of-type(20):after {
  transition-delay: 2.1s;
}
@media screen and (max-width: 2200px) {
  .menu-item__link-l1 {
    height: 100px;
    font-size: 38px;
    line-height: 2.63158;
  }
  .menu-item__link-l1,
  .menu-item__link-l1--s {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.11em;
  }
  .menu-item__link-l1--s {
    font-size: 28px;
    line-height: 3.57143;
  }
  .menu-item__link-l2 {
    padding: 17px 0;
  }
  .menu-item__link-l2 a {
    font-size: 24px;
  }
}
@media screen and (max-width: 1366px) {
  .menu-item__link-l1 {
    height: 100px;
    font-size: 32px;
    line-height: 3.125;
  }
  .menu-item__link-l1,
  .menu-item__link-l1--s {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.11em;
  }
  .menu-item__link-l1--s {
    font-size: 24px;
    line-height: 4.16667;
  }
  .is-dropdown-active .menu-item__ul-l2 {
    padding: 25px;
  }
  .menu-item__link-l2 {
    padding: 14px 0;
  }
  .menu-item__link-l2 a {
    font-size: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .menu-item__link-l1 {
    width: 100%;
    height: 80px;
    font-size: 28px;
    line-height: 2.85714;
  }
  .menu-item__link-l1,
  .menu-item__link-l1--s {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.11em;
  }
  .menu-item__link-l1--s {
    font-size: 22px;
    line-height: 3.63636;
  }
  .menu-item__plus {
    right: 50px;
    top: 0;
    margin-top: 0;
    width: 57px;
    height: 80px;
  }
  .menu-item__plus:after,
  .menu-item__plus:before {
    right: 50%;
    margin-right: -10px;
  }
  .menu-item__link-l2 {
    padding: 13px 0;
  }
  .menu-item__link-l2 a {
    font-size: 18px;
  }
  .is-dropdown-active .menu-item__ul-l2 {
    padding: 20px;
  }
}
@media screen and (max-width: 600px) {
  .menu-item__plus {
    right: 14px;
  }
  .menu-item__link-l1 {
    height: 80px;
    font-size: 20px;
    line-height: 4;
  }
  .menu-item__link-l1,
  .menu-item__link-l1--s {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.11em;
  }
  .menu-item__link-l1--s {
    font-size: 16px;
    line-height: 5;
  }
  .menu-item__link-l2 {
    height: auto;
    padding: 10px 0;
  }
  .menu-item__link-l2 a {
    font-size: 16px;
  }
  .menu-item__plus {
    right: -10px;
    top: 0;
    margin-top: 0;
    width: 57px;
    height: 80px;
  }
  .menu-item__plus:after,
  .menu-item__plus:before {
    width: 17px;
    height: 3px;
    top: 50%;
    right: 50%;
    margin-right: -8px;
    margin-top: -2px;
  }
}
@media screen and (max-width: 480px) {
  .menu-item__link-l1 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 4.44444;
    letter-spacing: 0.11em;
  }
  .menu-item__plus {
    width: 60px;
    height: 80px;
  }
}
.menu-overlay {
  position: fixed;
  z-index: 1400;
  width: calc(100% - 124px);
  height: 100%;
  left: calc(100% - 124px);
  top: 0;
  will-change: transform;
  pointer-events: none;
  background-color: #2c323e;
}
.menu-overlay__bg {
  position: absolute;
  z-index: 2;
  background-color: #16191f;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1366px) {
  .menu-overlay {
    left: calc(100% - 100px);
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 1024px) {
  .menu-overlay {
    left: calc(100% - 64px);
    width: 100%;
  }
}
.menu-sidebar-bg {
  position: fixed;
  z-index: 1350;
  width: 124px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #16191f;
}
.menu-sidebar-bg span {
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #21252e;
  opacity: 0;
}
@media screen and (max-width: 1366px) {
  .menu-sidebar-bg {
    width: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .menu-sidebar-bg {
    width: 64px;
  }
}
.menu-sidebar {
  position: fixed;
  z-index: 1500;
  width: 124px;
  height: 100%;
  top: 0;
  right: 0;
  padding-top: 58px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.menu-sidebar__switch,
.form-sidebar__switch,
.lang-sidebar__switch,
.cookie-sidebar__switch {
  cursor: pointer;
  font-size: 8px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.24em;
  font-family: Poppins, sans-serif;
  text-align: center;
  color: #fff;
  z-index: 10;
  transition: transform 0.5s ease;
}

.form-sidebar__switch .active,
.cookie-sidebar__switch .active {
  color: #ee7f00;
  transition: transform 0.5s ease;
}

.menu-sidebar__form,
.form-sidebar__switch {
  position: relative;
  transition: transform 0.5s ease;
}

.menu-sidebar__lang,
.form-sidebar__switch {
  position: relative;
  transition: transform 0.5s ease;
}

.menu-sidebar__cookie,
.form-sidebar__switch {
  position: relative;
  transition: transform 0.5s ease;
}

.menu-sidebar__form {
  height: 30px;
  left: 50%;
  margin-left: -14.5px;
  transition: transform 0.5s ease;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_2' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' width='29.1' height='21.1' viewBox='0 0 29.1 21.1'%3E%3Cg id='Livello_1' data-name='Livello 1'%3E%3Cpath d='m0,0v21.1h29.1V0H0Zm14.5,10.2L3,1.5h23.1l-11.6,8.7Zm-3-.3L1.5,18.6V2.3l10,7.6Zm1.3.9l1.7,1.3,1.8-1.3,10.1,8.8H2.7l10.1-8.8Zm4.7-.9l10.1-7.6v16.4l-10.1-8.8Z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
}
.menu-sidebar__form.active {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_2' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' width='29.1' height='21.1' viewBox='0 0 29.1 21.1'%3E%3Cg id='Livello_1' data-name='Livello 1'%3E%3Cpath d='m0,0v21.1h29.1V0H0Zm14.5,10.2L3,1.5h23.1l-11.6,8.7Zm-3-.3L1.5,18.6V2.3l10,7.6Zm1.3.9l1.7,1.3,1.8-1.3,10.1,8.8H2.7l10.1-8.8Zm4.7-.9l10.1-7.6v16.4l-10.1-8.8Z' fill='%23ee7f00'/%3E%3C/g%3E%3C/svg%3E");
}

.menu-sidebar__lang {
  height: 30px;
  left: 50%;
  margin-left: -14.5px;
  margin-bottom: 7px;
  transition: transform 0.5s ease;
  background-image: url('data:image/svg+xml,<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" width="29.26" height="29.26" viewBox="0 0 29.26 29.26"><g id="Layer_1-2" data-name="Layer 1"><path d="m26.23,5.76C23.56,2.26,19.36,0,14.63,0S5.71,2.26,3.03,5.76c-.08.07-.15.15-.19.25C1.07,8.42,0,11.41,0,14.63s1.07,6.21,2.84,8.63c.04.1.11.18.19.25,2.68,3.49,6.88,5.76,11.6,5.76s8.93-2.26,11.6-5.76c.08-.07.15-.15.19-.25,1.78-2.42,2.84-5.4,2.84-8.63s-1.07-6.21-2.84-8.63c-.04-.1-.1-.18-.19-.25ZM10.74,1.98c-.84.93-1.57,2.15-2.17,3.6h-3.57c1.55-1.65,3.52-2.91,5.74-3.6ZM3.86,6.97h4.22c-.4,1.28-.71,2.68-.89,4.18H1.87c.42-1.52,1.09-2.93,1.99-4.18Zm-2.47,7.66c0-.71.07-1.41.18-2.09h5.48c-.05.68-.08,1.38-.08,2.09s.03,1.41.08,2.09H1.57c-.11-.68-.18-1.38-.18-2.09Zm2.47,7.66c-.89-1.25-1.57-2.66-1.99-4.18h5.31c.19,1.5.49,2.91.89,4.18H3.86Zm1.14,1.39h3.57c.59,1.45,1.32,2.67,2.17,3.6-2.22-.68-4.19-1.94-5.74-3.6Zm8.93,4.09c-1.48-.36-2.82-1.87-3.83-4.09h3.83v4.09Zm0-5.48h-4.37c-.43-1.25-.76-2.67-.97-4.18h5.34v4.18Zm0-5.57h-5.48c-.06-.68-.09-1.38-.09-2.09s.03-1.41.09-2.09h5.48v4.18Zm0-5.57h-5.34c.2-1.51.54-2.93.97-4.18h4.37v4.18Zm0-5.57h-3.83c1-2.21,2.34-3.72,3.83-4.09v4.09Zm10.33,0h-3.57c-.59-1.45-1.32-2.67-2.17-3.6,2.22.68,4.19,1.94,5.74,3.6ZM15.33,1.48c1.48.36,2.82,1.87,3.83,4.09h-3.83V1.48Zm0,5.48h4.37c.43,1.25.76,2.67.97,4.18h-5.34v-4.18Zm0,5.57h5.48c.06.68.09,1.38.09,2.09s-.03,1.41-.09,2.09h-5.48v-4.18Zm0,5.57h5.34c-.2,1.51-.54,2.93-.97,4.18h-4.37v-4.18Zm0,9.66v-4.09h3.83c-1,2.21-2.34,3.72-3.83,4.09Zm3.19-.49c.84-.93,1.57-2.15,2.17-3.6h3.57c-1.55,1.65-3.52,2.91-5.74,3.6Zm6.88-4.99h-4.22c.4-1.28.71-2.68.89-4.18h5.31c-.41,1.52-1.09,2.93-1.98,4.18Zm2.47-7.66c0,.71-.07,1.41-.18,2.09h-5.48c.05-.68.08-1.38.08-2.09s-.03-1.41-.08-2.09h5.48c.11.68.18,1.38.18,2.09Zm-5.79-3.48c-.19-1.5-.49-2.91-.89-4.18h4.22c.89,1.25,1.57,2.66,1.99,4.18h-5.32Z" fill="%23fff"/></g></svg>');
}

.menu-sidebar__cookie {
  height: 30px;
  left: 50%;
  margin-left: -14.5px;
  margin-bottom: 7px;
  transition: transform 0.5s ease;
  background-image: url('data:image/svg+xml,<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" width="27.63" height="27.63" viewBox="0 0 27.63 27.63"><g id="Layer_1-2" data-name="Layer 1"><g><path d="m23.66,2.71h-1.21c-.43,0-.78.35-.78.78s.35.78.78.78h1.21c.43,0,.78-.35.78-.78s-.35-.78-.78-.78Z" fill="%23fff"/><path d="m19.13,2.71h-1.21c-.43,0-.78.35-.78.78s.35.78.78.78h1.21c.43,0,.78-.35.78-.78s-.35-.78-.78-.78Z" fill="%23fff"/><path d="m25.33,0H2.3C1.03,0,0,1.03,0,2.3v23.03c0,1.27,1.03,2.31,2.3,2.31h23.03c1.27,0,2.3-1.03,2.3-2.3V2.3c0-1.27-1.03-2.3-2.3-2.3Zm.93,25.66c0,.43-.35.78-.78.78h-4.53c-.04-.25-.06-.67-.06-.92,0-2.53,2.06-4.59,4.59-4.59.26,0,.52.02.78.07v4.66h0Zm0-6.23c-.26-.03-.52-.06-.78-.06-3.38,0-6.14,2.76-6.14,6.14,0,.25.02.67.05.92h-6.7v-2.81h3c.35,0,.66-.24.75-.57.21-.77.51-1.5.9-2.18.18-.3.12-.69-.13-.94l-2.12-2.12,2.67-2.67,2.12,2.12c.25.25.63.3.94.13.68-.39,1.41-.69,2.18-.9.34-.09.57-.4.57-.75v-3h2.67v6.7h0Zm0-8.25h-3.44c-.43,0-.78.35-.78.78v3.2c-.5.17-.98.36-1.44.6l-2.27-2.27c-.3-.3-.79-.3-1.1,0l-3.77,3.77c-.29.26-.32.78,0,1.1l2.27,2.27c-.23.46-.43.95-.6,1.44h-3.2c-.43,0-.78.35-.78.78v3.58H2.15c-.43,0-.78-.35-.78-.78v-10.34h1.8c.43,0,.78-.13.78-.56s-.35-.52-.78-.52h-1.8v-2.44h3.36c.43,0,.78-.17.78-.6s-.35-.59-.78-.59H1.37v-3.49h24.89v4.06h0Zm0-5.31H1.37V1.97c0-.43.35-.78.78-.78h23.33c.43,0,.78.35.78.78v3.9h0Z" fill="%23fff"/></g></g></svg>');
}

.menu-sidebar__cookie.active {
  background-image: url('data:image/svg+xml,<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" width="27.63" height="27.63" viewBox="0 0 27.63 27.63"><g id="Layer_1-2" data-name="Layer 1"><g><path d="m23.66,2.71h-1.21c-.43,0-.78.35-.78.78s.35.78.78.78h1.21c.43,0,.78-.35.78-.78s-.35-.78-.78-.78Z" fill="%23ee7f00"/><path d="m19.13,2.71h-1.21c-.43,0-.78.35-.78.78s.35.78.78.78h1.21c.43,0,.78-.35.78-.78s-.35-.78-.78-.78Z" fill="%23ee7f00"/><path d="m25.33,0H2.3C1.03,0,0,1.03,0,2.3v23.03c0,1.27,1.03,2.31,2.3,2.31h23.03c1.27,0,2.3-1.03,2.3-2.3V2.3c0-1.27-1.03-2.3-2.3-2.3Zm.93,25.66c0,.43-.35.78-.78.78h-4.53c-.04-.25-.06-.67-.06-.92,0-2.53,2.06-4.59,4.59-4.59.26,0,.52.02.78.07v4.66h0Zm0-6.23c-.26-.03-.52-.06-.78-.06-3.38,0-6.14,2.76-6.14,6.14,0,.25.02.67.05.92h-6.7v-2.81h3c.35,0,.66-.24.75-.57.21-.77.51-1.5.9-2.18.18-.3.12-.69-.13-.94l-2.12-2.12,2.67-2.67,2.12,2.12c.25.25.63.3.94.13.68-.39,1.41-.69,2.18-.9.34-.09.57-.4.57-.75v-3h2.67v6.7h0Zm0-8.25h-3.44c-.43,0-.78.35-.78.78v3.2c-.5.17-.98.36-1.44.6l-2.27-2.27c-.3-.3-.79-.3-1.1,0l-3.77,3.77c-.29.26-.32.78,0,1.1l2.27,2.27c-.23.46-.43.95-.6,1.44h-3.2c-.43,0-.78.35-.78.78v3.58H2.15c-.43,0-.78-.35-.78-.78v-10.34h1.8c.43,0,.78-.13.78-.56s-.35-.52-.78-.52h-1.8v-2.44h3.36c.43,0,.78-.17.78-.6s-.35-.59-.78-.59H1.37v-3.49h24.89v4.06h0Zm0-5.31H1.37V1.97c0-.43.35-.78.78-.78h23.33c.43,0,.78.35.78.78v3.9h0Z" fill="%23ee7f00"/></g></g></svg>');
}

.menu-sidebar__burger,
.menu-sidebar__switch {
  position: relative;
  transition: transform 0.5s ease;
}

.menu-sidebar__burger {
  height: 40px;
}
.menu-sidebar__burger:after,
.menu-sidebar__burger:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 2px;
  background-color: #fff;
  transform-origin: center;
  transition: transform 0.5s ease;
}
.menu-sidebar__burger:before {
  top: 20px;
}
.menu-sidebar__burger:after {
  top: 30px;
}
.menu-sidebar span {
  padding-left: 2px;
}
.menu-sidebar span:first-of-type {
  display: block;
}
.menu-sidebar span:nth-of-type(2) {
  display: none;
}
.menu-sidebar.is-sidebar-active .menu-sidebar__switch {
  transform: translate3d(0, 10px, 0);
}
.menu-sidebar.is-sidebar-active .menu-sidebar__burger:before {
  transform: translateZ(0) rotate(-45deg);
}
.menu-sidebar.is-sidebar-active .menu-sidebar__burger:after {
  transform: translate3d(0, -10px, 0) rotate(45deg);
}
.menu-sidebar.is-sidebar-active span:first-of-type {
  display: none;
}
.menu-sidebar.is-sidebar-active span:nth-of-type(2) {
  display: block;
}
@media screen and (max-width: 1366px) {
  .menu-sidebar {
    width: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .menu-sidebar {
    width: 64px;
    height: 60px;
    top: 40px;
    padding: 0;
  }
  .menu-sidebar:before,
  .menu-sidebar__switch {
    width: 100%;
    height: 100%;
  }
  .menu-sidebar__burger {
    height: 38px;
  }
  .menu-sidebar__burger:before {
    top: 18px;
  }
  .menu-sidebar__burger:after {
    top: 28px;
  }
  .menu-sidebar.is-sidebar-active .menu-sidebar__switch {
    transform: translateZ(0);
  }
  .menu-sidebar.is-sidebar-active .menu-sidebar__burger {
    transform: translate3d(0, 3px, 0);
  }
}

.breadcrumbs {
  font-size: 0;
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
  padding-top: 50px;
}
.breadcrumbs--elevated {
  padding-top: 0;
}
.breadcrumbs--elevated .breadcrumbs__bg:before {
  content: "";
  position: absolute;
  top: -60px;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100px;
}
.breadcrumbs__bg {
  position: relative;
  max-width: 1640px;
  width: 100%;
  margin: 0 auto;
}
.breadcrumbs__wrap {
  max-width: 1540px;
  width: 100%;
  margin: 0 auto;
  padding-right: 70px;
  padding-left: 70px;
}
@media screen and (max-width: 1366px) {
  .breadcrumbs__wrap {
    padding-right: 50px;
    padding-left: 50px;
  }
}
.breadcrumbs__link {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: Space Mono, monospace;
  color: #2d2d2d;
  margin-bottom: 10px;
  white-space: nowrap;
}
.breadcrumbs__link:not(:last-child) {
  margin-right: 30px;
  transition: color 0.2s ease-out;
}
.breadcrumbs__link:not(:last-child):after {
  content: ".";
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  right: -20px;
  text-decoration: none;
  pointer-events: none;
}
.breadcrumbs__link:not(:last-child):before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #2d2d2d;
  opacity: 1;
  transform: scaleX(1);
  transition: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1), opacity 0s linear;
}
.breadcrumbs__link:not(:last-child):hover {
  color: #000;
}
.breadcrumbs__link:not(:last-child):hover:before {
  transform: scaleX(0.0001);
  opacity: 0;
  transition: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0s linear 0.65s;
}
.breadcrumbs__link:last-child {
  color: #969696;
}
@media screen and (max-width: 2200px) {
  .breadcrumbs__wrap {
    max-width: 1330px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .breadcrumbs__bg {
    max-width: 1490px;
  }
  .breadcrumbs__link {
    font-size: 13px;
  }
}
@media screen and (max-width: 1700px) {
  .breadcrumbs {
    margin-bottom: 40px;
  }
  .breadcrumbs__bg {
    max-width: calc(100% - 6vw);
  }
}
@media screen and (max-width: 1600px) {
  .breadcrumbs__bg {
    max-width: calc(100% - 60px);
  }
  .breadcrumbs--elevated .breadcrumbs__bg:before {
    top: -50px;
    height: 70px;
  }
}
@media screen and (max-width: 1366px) {
  .breadcrumbs {
    padding-top: 40px;
    margin-bottom: 30px;
  }
  .breadcrumbs__bg {
    width: 100%;
    max-width: none;
  }
  .breadcrumbs__wrap {
    padding-right: 50px;
    padding-left: 50px;
  }
  .breadcrumbs--elevated .breadcrumbs__bg:before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumbs {
    padding-top: 40px;
    margin-bottom: 30px;
  }
  .breadcrumbs__link {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 600px) {
  .breadcrumbs__wrap {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.bullets {
  position: relative;
  background-color: #21252e;
  color: #fff;
  padding-top: 110px;
  padding-bottom: 110px;
}
@media screen and (max-width: 2200px) {
  .bullets {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1366px) {
  .bullets {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .bullets {
    padding-top: 60px;
  }
}
@media screen and (max-width: 2200px) {
  .bullets {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1366px) {
  .bullets {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .bullets {
    padding-bottom: 60px;
  }
}
.bullets__wrap {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  padding-right: 70px;
  padding-left: 70px;
}
@media screen and (max-width: 1366px) {
  .bullets__wrap {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 600px) {
  .bullets__wrap {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 2200px) {
  .bullets__wrap {
    max-width: 1210px;
  }
}
.cards {
  position: relative;
  margin-top: 110px;
  margin-bottom: 110px;
}
@media screen and (max-width: 2200px) {
  .cards {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1366px) {
  .cards {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .cards {
    margin-top: 60px;
  }
}
@media screen and (max-width: 2200px) {
  .cards {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1366px) {
  .cards {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .cards {
    margin-bottom: 60px;
  }
}
.cards__head {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  padding-right: 70px;
  padding-left: 70px;
  margin-bottom: 70px;
}
@media screen and (max-width: 1366px) {
  .cards__head {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 600px) {
  .cards__head {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.cards__head h3 {
  color: #2d2d2d;
  max-width: 420px;
}
.cards__head p {
  color: #474747;
  max-width: 1100px;
}
.cards__body {
  max-width: 1540px;
  width: 100%;
  margin: 0 auto;
  padding-right: 70px;
  padding-left: 70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 1366px) {
  .cards__body {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 600px) {
  .cards__body {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.cards__item {
  display: none;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: calc(50% - 80px);
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 70px;
}
.cards__item:first-child,
.cards__item:nth-child(2) {
  margin-top: 0;
}
.cards__item:first-child,
.cards__item:nth-child(2),
.cards__item:nth-child(3),
.cards__item:nth-child(4),
.cards__item:nth-child(5),
.cards__item:nth-child(6) {
  display: -ms-flexbox;
  display: flex;
}
.cards__img-wrap {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 260px;
  height: auto;
  display: block;
  margin-right: 30px;
  position: relative;
  background-color: #f4f4f4;
}
.cards__img-wrap:after {
  content: "";
  display: block;
  padding-bottom: 71%;
}
.cards__img {
  position: absolute;
  z-index: 4;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  left: 25px;
  top: 25px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}
.cards__content {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.cards__content h6 {
  margin-bottom: 10px;
  color: #2d2d2d;
}
.cards__text {
  color: #474747;
  margin-bottom: 10px;
}
.cards__text > * {
  font-family: Roboto, sans-serif;
}
.cards__secondary {
  color: #969696;
}
.cards__button {
  max-width: 1540px;
  width: 100%;
  margin: 0 auto;
  padding-right: 70px;
  padding-left: 70px;
  text-align: center;
  margin-top: 100px;
}
@media screen and (max-width: 1366px) {
  .cards__button {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 600px) {
  .cards__button {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.cards.is-cards-active .cards__button {
  display: none;
}
@keyframes cards_items {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.cards.is-cards-active .cards__item:nth-child(n) {
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  animation: cards_items 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
.cards.is-cards-active .cards__item:first-child,
.cards.is-cards-active .cards__item:nth-child(2),
.cards.is-cards-active .cards__item:nth-child(3),
.cards.is-cards-active .cards__item:nth-child(4),
.cards.is-cards-active .cards__item:nth-child(5),
.cards.is-cards-active .cards__item:nth-child(6) {
  animation: none;
  opacity: 1;
}
.cards.is-cards-active .cards__item:nth-child(7) {
  animation-delay: 0s;
}
.cards.is-cards-active .cards__item:nth-child(8) {
  animation-delay: 0.08s;
}
.cards.is-cards-active .cards__item:nth-child(9) {
  animation-delay: 0.16s;
}
.cards.is-cards-active .cards__item:nth-child(10) {
  animation-delay: 0.24s;
}
.cards.is-cards-active .cards__item:nth-child(11) {
  animation-delay: 0.32s;
}
.cards.is-cards-active .cards__item:nth-child(12) {
  animation-delay: 0.4s;
}
.cards.is-cards-active .cards__item:nth-child(13) {
  animation-delay: 0.48s;
}
.cards.is-cards-active .cards__item:nth-child(14) {
  animation-delay: 0.56s;
}
.cards.is-cards-active .cards__item:nth-child(15) {
  animation-delay: 0.64s;
}
.cards.is-cards-active .cards__item:nth-child(16) {
  animation-delay: 0.72s;
}
.cards.is-cards-active .cards__item:nth-child(17) {
  animation-delay: 0.8s;
}
.cards.is-cards-active .cards__item:nth-child(18) {
  animation-delay: 0.88s;
}
.cards.is-cards-active .cards__item:nth-child(19) {
  animation-delay: 0.96s;
}
.cards.is-cards-active .cards__item:nth-child(20) {
  animation-delay: 1.04s;
}
.cards.is-cards-active .cards__item:nth-child(21) {
  animation-delay: 1.12s;
}
.cards.is-cards-active .cards__item:nth-child(22) {
  animation-delay: 1.2s;
}
.cards.is-cards-active .cards__item:nth-child(23) {
  animation-delay: 1.28s;
}
.cards.is-cards-active .cards__item:nth-child(24) {
  animation-delay: 1.36s;
}
.cards.is-cards-active .cards__item:nth-child(25) {
  animation-delay: 1.44s;
}
.cards.is-cards-active .cards__item:nth-child(26) {
  animation-delay: 1.52s;
}
.cards.is-cards-active .cards__item:nth-child(27) {
  animation-delay: 1.6s;
}
.cards.is-cards-active .cards__item:nth-child(28) {
  animation-delay: 1.68s;
}
.cards.is-cards-active .cards__item:nth-child(29) {
  animation-delay: 1.76s;
}
.cards.is-cards-active .cards__item:nth-child(30) {
  animation-delay: 1.84s;
}
.cards.is-cards-active .cards__item:nth-child(31) {
  animation-delay: 1.92s;
}
.cards.is-cards-active .cards__item:nth-child(32) {
  animation-delay: 2s;
}
.cards.is-cards-active .cards__item:nth-child(33) {
  animation-delay: 2.08s;
}
.cards.is-cards-active .cards__item:nth-child(34) {
  animation-delay: 2.16s;
}
.cards.is-cards-active .cards__item:nth-child(35) {
  animation-delay: 2.24s;
}
.cards.is-cards-active .cards__item:nth-child(36) {
  animation-delay: 2.32s;
}
.cards.is-cards-active .cards__item:nth-child(37) {
  animation-delay: 2.4s;
}
.cards.is-cards-active .cards__item:nth-child(38) {
  animation-delay: 2.48s;
}
.cards.is-cards-active .cards__item:nth-child(39) {
  animation-delay: 2.56s;
}
.cards.is-cards-active .cards__item:nth-child(40) {
  animation-delay: 2.64s;
}
@media screen and (max-width: 2200px) {
  .cards__head {
    max-width: 1210px;
  }
  .cards__head h3 {
    max-width: 380px;
  }
  .cards__head p {
    max-width: 960px;
  }
  .cards__body {
    max-width: 1390px;
  }
}
@media screen and (max-width: 1366px) {
  .cards__item {
    width: calc(50% - 25px);
  }
  .cards__img-wrap {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 40%;
  }
  .cards__img {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    left: 20px;
    top: 20px;
  }
  .cards__button {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .cards__item {
    width: calc(50% - 15px);
  }
  .cards__img-wrap {
    margin-right: 20px;
  }
  .cards__img {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    left: 15px;
    top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .cards__head {
    margin-bottom: 50px;
  }
  .cards__img-wrap {
    margin-bottom: 0;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .cards__img {
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    left: 25px;
    top: 25px;
  }
  .cards__item {
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    margin-top: 30px;
    -ms-flex-align: center;
    align-items: center;
  }
  .cards__item:first-child {
    margin-top: 0;
  }
  .cards__item:nth-child(2) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .cards__img-wrap {
    margin-right: 20px;
    width: 100px;
  }
  .cards__img {
    width: calc(100% - 18px);
    height: calc(100% - 18px);
    left: 9px;
    top: 9px;
  }
  .cards__button {
    margin-top: 30px;
  }
}
.content-adv {
  margin-top: 110px;
  margin-bottom: 110px;
}
@media screen and (max-width: 2200px) {
  .content-adv {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1366px) {
  .content-adv {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .content-adv {
    margin-top: 60px;
  }
}
@media screen and (max-width: 2200px) {
  .content-adv {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1366px) {
  .content-adv {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .content-adv {
    margin-bottom: 60px;
  }
}
.content-adv__wrap {
  max-width: 1540px;
  width: 100%;
  margin: 0 auto;
  padding-right: 70px;
  padding-left: 70px;
}
@media screen and (max-width: 1366px) {
  .content-adv__wrap {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 600px) {
  .content-adv__wrap {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.content-adv__head {
  position: relative;
  margin-bottom: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.content-adv__title {
  -ms-flex-order: 1;
  order: 1;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 50px;
  color: #2d2d2d;
  width: calc(100% - 745px);
}
.content-adv__head-content {
  -ms-flex-order: 2;
  order: 2;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(100% - 745px);
}
.content-adv__head-media {
  -ms-flex-order: 3;
  order: 3;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: absolute;
  top: 0;
  right: 0;
  width: 585px;
  padding-right: 40px;
}
.content-adv__head-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: calc(100% - 40px);
  height: auto;
}
.content-adv__head-image-wrap {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.content-adv__head-image-wrap:after {
  content: "";
  display: block;
  padding-bottom: 134%;
}
.content-adv__head-image-img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: 50%;
}
.content-adv__head-pattern {
  position: absolute;
  z-index: 1;
  top: -40px;
  right: 0;
  width: 455px;
  height: 585px;
  background-image: url(/wp-content/themes/ennova-research/assets/images/cross-pattern.b0d3d8f0.png);
  background-size: 13px 13px;
  background-repeat: repeat;
}
.content-adv__head-caption {
  padding: 20px 0;
  text-align: right;
}
.content-adv__lead {
  padding-left: 90px;
}
.content-adv__bg {
  background-color: #f6f6f6;
}
.content-adv__body {
  padding: 60px 0 170px;
}
.content-adv__body-content {
  width: calc(100% - 655px);
  padding-left: 90px;
  padding-right: 90px;
}
.content-adv__footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}
.content-adv__footer-content {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 90px 90px 0;
}
.content-adv__footer-media {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 405px;
  margin-top: -100px;
}
@media screen and (max-width: 2200px) {
  .content-adv__wrap {
    max-width: 1390px;
  }
  .content-adv__head-content,
  .content-adv__title {
    width: calc(100% - 650px);
  }
  .content-adv__head-media {
    width: 510px;
  }
  .content-adv__body-content {
    width: calc(100% - 560px);
  }
  .content-adv__head-caption {
    padding: 15px 0;
  }
  .content-adv__footer-media {
    width: 360px;
  }
}
@media screen and (max-width: 1600px) {
  .content-adv__head {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .content-adv__title {
    width: 100%;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .content-adv__title > * {
    max-width: 965px;
  }
  .content-adv__head-content {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: calc(100% - 530px);
  }
  .content-adv__head-media {
    position: relative;
    width: 450px;
    margin-top: 20px;
  }
  .content-adv__head-pattern {
    width: 364px;
    height: 455px;
  }
  .content-adv__body-content {
    width: calc(100% - 440px);
  }
}
@media screen and (max-width: 1366px) {
  .content-adv__head {
    display: block;
  }
  .content-adv__head-content {
    width: calc(100% - 480px);
  }
  .content-adv__head-media {
    position: relative;
    width: 400px;
    margin-top: 20px;
    margin-left: 80px;
    float: right;
  }
  .content-adv__head-image {
    position: relative;
    width: 100%;
  }
  .content-adv__body-content {
    width: 100%;
  }
  .content-adv__body {
    padding: 60px 0 200px;
  }
  .content-adv__footer {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .content-adv__footer-content {
    width: 100%;
  }
  .content-adv__footer-media {
    width: 350px;
    margin-top: -140px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1024px) {
  .content-adv__head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .content-adv__head-content {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
  }
  .content-adv__head-media {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 350px;
    margin-top: 50px;
    margin-bottom: -200px;
    margin-left: 40px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .content-adv__head-pattern {
    width: 299px;
    height: 390px;
  }
  .content-adv__head-caption {
    display: none;
  }
  .content-adv__body {
    padding: 200px 0;
  }
}
@media screen and (max-width: 768px) {
  .content-adv__title {
    margin-bottom: 25px;
  }
  .content-adv__lead {
    padding-left: 0;
  }
  .content-adv__body-content {
    padding: 0;
  }
  .content-adv__footer-content {
    padding: 90px 0 0;
  }
  .content-adv__footer-media {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}
@media screen and (max-width: 600px) {
  .content-adv__head-media {
    width: 100%;
    max-width: 350px;
  }
}
.content-mixed {
  margin-top: 110px;
  margin-bottom: 110px;
}
@media screen and (max-width: 2200px) {
  .content-mixed {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1366px) {
  .content-mixed {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .content-mixed {
    margin-top: 60px;
  }
}
@media screen and (max-width: 2200px) {
  .content-mixed {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1366px) {
  .content-mixed {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .content-mixed {
    margin-bottom: 60px;
  }
}
.content-mixed__wrap {
  max-width: 1540px;
  width: 100%;
  margin: 0 auto;
  padding-right: 70px;
  padding-left: 70px;
}
@media screen and (max-width: 1366px) {
  .content-mixed__wrap {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 600px) {
  .content-mixed__wrap {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.content-mixed__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.content-mixed__sidebar {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 405px;
}
/* .content-mixed__sidebar>:first-child {
	margin-top: 100px
} */
.content-mixed__content {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 90px;
  width: calc(100% - 405px);
}
@media screen and (max-width: 2200px) {
  .content-mixed__wrap {
    max-width: 1390px;
  }
  .content-mixed__sidebar {
    width: 360px;
  }
  .content-mixed__content {
    width: calc(100% - 360px);
  }
}
@media screen and (max-width: 1366px) {
  .content-mixed {
    margin-bottom: 0;
  }
  .content-mixed__body {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }
  .content-mixed__content {
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    padding: 0;
  }
  .content-mixed__sidebar {
    -ms-flex-order: 2;
    order: 2;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: calc(100% + 140px);
    padding: 80px 160px;
    background-color: #f6f6f6;
    margin-top: 80px;
  }
  .content-mixed__sidebar--no-bg {
    display: none;
  }
  .content-mixed__sidebar > :first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .content-mixed {
    margin-bottom: 0;
  }
  .content-mixed__content {
    padding: 0;
  }
  .content-mixed__sidebar {
    padding: 60px 70px;
    margin-top: 60px;
  }
  .content-mixed__sidebar--no-bg {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .content-mixed__sidebar {
    width: calc(100% + 48px);
    padding: 60px 24px;
  }
  .content-mixed__sidebar--no-bg {
    display: none;
    background-color: none;
  }
}
.content-post {
  margin-top: 110px;
  margin-bottom: 110px;
}
@media screen and (max-width: 2200px) {
  .content-post {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1366px) {
  .content-post {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .content-post {
    margin-top: 60px;
  }
}
@media screen and (max-width: 2200px) {
  .content-post {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1366px) {
  .content-post {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .content-post {
    margin-bottom: 60px;
  }
}
.content-post__wrap {
  max-width: 1540px;
  width: 100%;
  margin: 0 auto;
  padding-right: 70px;
  padding-left: 70px;
}
@media screen and (max-width: 1366px) {
  .content-post__wrap {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 600px) {
  .content-post__wrap {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.content-post__title {
  width: 100%;
  max-width: 965px;
  margin-bottom: 50px;
  color: #2d2d2d;
}
.content-post__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
.content-post__social {
  position: absolute;
  top: 0;
  left: 0;
}
.content-post__social-link {
  display: block;
  margin-bottom: 15px;
}
.content-post__social-link .icon {
  width: 36px;
  height: 36px;
}
.content-post__social-link .icon:before {
  background-color: #2d2d2d;
}
.content-post__social-link .icon:after {
  background-color: #ee7f00;
}
.content-post__social-link .icon svg {
  fill: #fff;
}
.content-post__social-link .icon:hover:before {
  transform: scale(0.01);
  opacity: 0;
}
.content-post__social-link .icon:hover:after {
  transform: none;
}
.content-post__content {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: calc(100% - 310px);
  padding: 0 90px;
}
.content-post__content--no-social {
  padding-left: 0;
}
.content-post__sidebar {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 310px;
  margin-left: 90px;
}
@media screen and (max-width: 2200px) {
  .content-post__wrap {
    max-width: 1390px;
  }
  .content-post__title {
    max-width: 900px;
  }
}
@media screen and (max-width: 1366px) {
  .content-post {
    margin-bottom: 0;
  }
  .content-post__body {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }
  .content-post__content {
    width: 100%;
    margin-bottom: 50px;
    padding: 0 0 0 70px;
  }
  .content-post__content--no-social {
    padding-left: 0;
  }
  .content-post__sidebar {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: calc(100% + 100px);
    padding: 80px 140px;
    background-color: #f6f6f6;
    margin: 0;
  }
  .content-post__sidebar.mobile-no-bg {
    background: white;
  }
}
@media screen and (max-width: 768px) {
  .content-post {
    margin-bottom: 0;
  }
  .content-post__title {
    margin-bottom: 20px;
  }
  .content-post__social {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 0;
    margin-bottom: 20px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .content-post__social-link {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 10px;
  }
  .content-post__social-link .icon {
    width: 30px;
    height: 30px;
  }
  .content-post__content {
    padding: 0;
  }
  .content-post__sidebar {
    width: calc(100% + 100px);
    padding: 60px 50px;
  }
}
@media screen and (max-width: 600px) {
  .content-post__sidebar {
    width: calc(100% + 48px);
    padding: 60px 24px;
  }
}
.content-primary {
  background-color: #fff;
  margin-top: 110px;
  margin-bottom: 110px;
}
@media screen and (max-width: 2200px) {
  .content-primary {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1366px) {
  .content-primary {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .content-primary {
    margin-top: 60px;
  }
}
@media screen and (max-width: 2200px) {
  .content-primary {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1366px) {
  .content-primary {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .content-primary {
    margin-bottom: 60px;
  }
}
.content-primary__wrap {
  max-width: 1540px;
  width: 100%;
  margin: 0 auto;
  padding-right: 70px;
  padding-left: 70px;
}
@media screen and (max-width: 1366px) {
  .content-primary__wrap {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 600px) {
  .content-primary__wrap {
    padding-right: 24px;
    padding-left: 24px;
    margin-bottom: 60px;
  }
}
.content-primary__title {
  width: 100%;
  max-width: 965px;
  margin-bottom: 50px;
  color: #16191f;
}
.content-primary__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.content-primary__content {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 70%;
  padding: 10px 90px 0;
}
.content-primary__sidebar {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 30%;
  padding-left: 90px;
  border-left: 1px solid #d1d1d1;
}
.content-primary__sidebar--no-border {
  border: none;
}
@media screen and (max-width: 2200px) {
  .content-primary__wrap {
    max-width: 1390px;
  }
}
@media screen and (max-width: 1600px) {
  .content-primary__content {
    padding: 10px 50px 0 90px;
  }
  .content-primary__sidebar {
    padding-left: 50px;
  }
}
@media screen and (max-width: 1366px) {
  .content-primary {
    margin-bottom: 0;
  }
  .content-primary__body {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }
  .content-primary__content {
    width: 100%;
    padding: 10px 90px 0;
    margin-bottom: 50px;
  }
  .content-primary__sidebar {
    border: 0;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: calc(100% + 140px);
    padding: 80px 160px;
    background-color: #f6f6f6;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .content-primary {
    margin-bottom: 0;
  }
  .content-primary__title {
    margin-bottom: 25px;
  }
  .content-primary__content {
    padding: 0;
    margin-bottom: 30px;
  }
  .content-primary__sidebar {
    padding: 60px 70px;
  }
}
@media screen and (max-width: 600px) {
  .content-primary__sidebar {
    width: calc(100% + 48px);
    padding: 60px 24px;
  }
}
.doors__title {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  padding-right: 70px;
  padding-left: 70px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1366px) {
  .doors__title {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 600px) {
  .doors__title {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.doors__frame {
  width: 100.17%;
  overflow: hidden;
  height: 100vh;
  background-color: #1d1d1d;
}
.doors__frame,
.doors__frame * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.doors__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.doors.is-cursor-hidden .doors__frame {
  cursor: none;
}
@media screen and (max-width: 768px) {
  .doors,
  .doors__frame {
    height: auto;
  }
  .doors__list {
    -ms-flex-direction: column;
    flex-direction: column;
    transform: none !important;
  }
}
.door {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 31%;
  height: 100vh;
  display: block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
}
.door,
.door__image {
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.door__image {
  width: 150%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
  position: absolute;
  left: 50%;
  margin-left: -75%;
  transform-origin: center top;
  background-color: #1d1d1d;
  opacity: 1;
}
.door__content {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px;
  color: #fff;
}
@media screen and (max-width: 1366px) {
  .door {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .door {
    width: 100%;
    height: 400px;
  }
  .door__image {
    transform: none !important;
    width: 100%;
    margin-left: 0;
    position: absolute;
    left: 0;
    background-size: cover;
  }
  .door__content {
    padding: 24px;
  }
}
.events-normal {
  position: relative;
  margin-top: 110px;
  margin-bottom: 110px;
}
@media screen and (max-width: 2200px) {
  .events-normal {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1366px) {
  .events-normal {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .events-normal {
    margin-top: 60px;
  }
}
@media screen and (max-width: 2200px) {
  .events-normal {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1366px) {
  .events-normal {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .events-normal {
    margin-bottom: 60px;
  }
}
.events-normal__wrap {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  padding-right: 70px;
  padding-left: 70px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1366px) {
  .events-normal__wrap {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 600px) {
  .events-normal__wrap {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.events-normal__item {
  margin-bottom: 110px;
  position: relative;
  padding: 40px 40px 0;
}
@media screen and (max-width: 2200px) {
  .events-normal__item {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1366px) {
  .events-normal__item {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .events-normal__item {
    margin-bottom: 60px;
  }
}
.events-normal__item:last-child {
  margin-bottom: 0;
}
.events-normal__item-body {
  position: relative;
  z-index: 2;
  width: 100%;
}
.events-normal__image-wrap {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.events-normal__image-wrap:before {
  content: "";
  display: block;
  padding-bottom: 65%;
}
.events-normal__image {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  background-size: cover;
  background-position: 50%;
  will-change: transform;
}
.events-normal__pattern {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: calc(70% - 100px);
  height: calc(100% - 100px);
  background-image: url(/wp-content/themes/ennova-research/assets/images/cross-pattern.b0d3d8f0.png);
  background-size: 13px 13px;
  background-repeat: repeat;
  background-position: 100% 0;
}
.events-normal__content {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  max-width: 700px;
  width: 100%;
  padding: 90px;
}
@media screen and (max-width: 2200px) {
  .events-normal__wrap {
    max-width: 1040px;
  }
  .events-normal__content {
    max-width: 620px;
    padding: 80px;
  }
}
@media screen and (max-width: 1366px) {
  .events-normal__content {
    padding: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .events-normal__content {
    padding: 40px;
  }
}
@media screen and (max-width: 600px) {
  .events-normal__item {
    padding: 0;
    margin-left: -24px;
    margin-right: -24px;
    width: auto;
  }
  .events-normal__pattern {
    top: -40px;
    left: 0;
    width: 100%;
    background-position: top;
  }
  .events-normal__item-body {
    min-height: 300px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .events-normal__image-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .events-normal__image-wrap:before {
    content: none;
  }
  .events-normal__content {
    position: relative;
    padding: 50px 24px;
  }
}
.events-panel {
  position: relative;
  z-index: 20;
}
.events-panel__reveal {
  padding: 150px 0 160px;
  position: relative;
  color: #fff;
  background-color: #262c36;
}
.events-panel__wrap {
  max-width: 1840px;
  width: 100%;
  margin: 0 auto;
  padding-right: 70px;
  padding-left: 70px;
  position: relative;
  z-index: 201;
}
@media screen and (max-width: 1366px) {
  .events-panel__wrap {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 600px) {
  .events-panel__wrap {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.events-panel__sub {
  overflow: hidden;
}
.events-panel__sub > span {
  display: block;
  transform: translate3d(0, 100%, 0);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.events-panel__title {
  line-height: 1 !important;
}
.events-panel__title:after {
  content: "";
  display: table;
  clear: both;
}
.events-panel__title > span {
  display: block;
  float: left;
  padding-right: 20px;
  margin-bottom: 10px;
  overflow: hidden;
}
.events-panel__title > span > * {
  display: block;
  transform: translate3d(0, 100%, 0);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.events-panel.is-inview .events-panel__sub > span,
.events-panel.is-inview .events-panel__title > span > * {
  transform: none;
}
.events-panel.is-inview .events-panel__title > span:first-child > * {
  transition-delay: 0.05s;
}
.events-panel.is-inview .events-panel__title > span:nth-child(2) > * {
  transition-delay: 0.1s;
}
.events-panel.is-inview .events-panel__title > span:nth-child(3) > * {
  transition-delay: 0.15s;
}
.events-panel.is-inview .events-panel__title > span:nth-child(4) > * {
  transition-delay: 0.2s;
}
.events-panel.is-inview .events-panel__title > span:nth-child(5) > * {
  transition-delay: 0.25s;
}
.events-panel.is-inview .events-panel__title > span:nth-child(6) > * {
  transition-delay: 0.3s;
}
.events-panel.is-inview .events-panel__title > span:nth-child(7) > * {
  transition-delay: 0.35s;
}
.events-panel.is-inview .events-panel__title > span:nth-child(8) > * {
  transition-delay: 0.4s;
}
.events-panel.is-inview .events-panel__title > span:nth-child(9) > * {
  transition-delay: 0.45s;
}
.events-panel.is-inview .events-panel__title > span:nth-child(10) > * {
  transition-delay: 0.5s;
}
.events-panel.is-inview .events-panel__title > span:nth-child(11) > * {
  transition-delay: 0.55s;
}
.events-panel.is-inview .events-panel__title > span:nth-child(12) > * {
  transition-delay: 0.6s;
}
.events-panel.is-inview .events-panel__title > span:nth-child(13) > * {
  transition-delay: 0.65s;
}
.events-panel.is-inview .events-panel__title > span:nth-child(14) > * {
  transition-delay: 0.7s;
}
.events-panel.is-inview .events-panel__title > span:nth-child(15) > * {
  transition-delay: 0.75s;
}
.events-panel.is-inview .events-panel__title > span:nth-child(16) > * {
  transition-delay: 0.8s;
}
.events-panel.is-inview .events-panel__title > span:nth-child(17) > * {
  transition-delay: 0.85s;
}
.events-panel.is-inview .events-panel__title > span:nth-child(18) > * {
  transition-delay: 0.9s;
}
.events-panel.is-inview .events-panel__title > span:nth-child(19) > * {
  transition-delay: 0.95s;
}
.events-panel.is-inview .events-panel__title > span:nth-child(20) > * {
  transition-delay: 1s;
}
.events-panel.is-inview .events-panel__title > span:nth-child(21) > * {
  transition-delay: 1.05s;
}
.events-panel.is-inview .events-panel__title > span:nth-child(22) > * {
  transition-delay: 1.1s;
}
.events-panel.is-inview .events-panel__title > span:nth-child(23) > * {
  transition-delay: 1.15s;
}
.events-panel.is-inview .events-panel__title > span:nth-child(24) > * {
  transition-delay: 1.2s;
}
.events-panel.is-inview .events-panel__title > span:nth-child(25) > * {
  transition-delay: 1.25s;
}
.events-panel.is-inview .events-panel__title > span:nth-child(26) > * {
  transition-delay: 1.3s;
}
.events-panel.is-inview .events-panel__title > span:nth-child(27) > * {
  transition-delay: 1.35s;
}
.events-panel.is-inview .events-panel__title > span:nth-child(28) > * {
  transition-delay: 1.4s;
}
.events-panel.is-inview .events-panel__title > span:nth-child(29) > * {
  transition-delay: 1.45s;
}
.events-panel.is-inview .events-panel__title > span:nth-child(30) > * {
  transition-delay: 1.5s;
}
@media screen and (max-width: 2200px) {
  .events-panel__wrap {
    max-width: 1640px;
  }
  .events-panel__title > span {
    padding-right: 1.3vw;
    margin-bottom: 0.7vw;
  }
}
@media screen and (max-width: 1024px) {
  .events-panel__reveal {
    padding: 100px 0 110px;
  }
}
@media screen and (max-width: 768px) {
  .events-panel__reveal {
    padding: 60px 0;
  }
  .events-panel__title > span {
    overflow: visible;
  }
  .events-panel__title > span > * {
    transform: translateZ(0);
  }
  .events-panel__title > span.parent {
    margin-left: 4px;
  }
}
@media screen and (max-width: 600px) {
  .events-panel__title > span {
    margin-bottom: 5px;
  }
}
.events-pinnacle {
  position: relative;
  margin-top: 110px;
}
@media screen and (max-width: 2200px) {
  .events-pinnacle {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1366px) {
  .events-pinnacle {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .events-pinnacle {
    margin-top: 60px;
  }
}
.events-pinnacle__wrap {
  max-width: 1540px;
  width: 100%;
  margin: 0 auto;
  padding-right: 70px;
  padding-left: 70px;
  padding-bottom: 110px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1366px) {
  .events-pinnacle__wrap {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 600px) {
  .events-pinnacle__wrap {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 2200px) {
  .events-pinnacle__wrap {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1366px) {
  .events-pinnacle__wrap {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .events-pinnacle__wrap {
    padding-bottom: 60px;
  }
}
.events-pinnacle__bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: calc(100% - 240px);
  bottom: 0;
  left: 0;
  background-color: #f6f6f6;
}
.events-pinnacle__item {
  margin-bottom: 110px;
  position: relative;
  padding: 40px 40px 0;
}
@media screen and (max-width: 2200px) {
  .events-pinnacle__item {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1366px) {
  .events-pinnacle__item {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .events-pinnacle__item {
    margin-bottom: 60px;
  }
}
.events-pinnacle__item:last-child {
  margin-bottom: 0;
}
.events-pinnacle__item-body {
  position: relative;
  z-index: 2;
  width: 100%;
}
.events-pinnacle__image-wrap {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.events-pinnacle__image-wrap:before {
  content: "";
  display: block;
  padding-bottom: 57%;
}
.events-pinnacle__image {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  background-size: cover;
  background-position: 50%;
  will-change: transform;
}
.events-pinnacle__pattern {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 494px;
  height: 572px;
  background-image: url(/wp-content/themes/ennova-research/assets/images/cross-pattern.b0d3d8f0.png);
  background-size: 13px 13px;
  background-repeat: repeat;
  background-position: 0 0;
}
.events-pinnacle__content {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  max-width: 700px;
  width: 100%;
  padding: 90px;
}
@media screen and (max-width: 2200px) {
  .events-pinnacle__wrap {
    max-width: 1390px;
  }
  .events-pinnacle__content {
    max-width: 620px;
    padding: 80px;
  }
}
@media screen and (max-width: 1366px) {
  .events-pinnacle__pattern {
    width: calc(100% - 100px);
    height: calc(100% - 100px);
  }
  .events-pinnacle__content {
    padding: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .events-pinnacle__content {
    padding: 40px;
  }
  .events-pinnacle__bg {
    width: 100%;
    height: calc(100% - 20vw);
  }
}
@media screen and (max-width: 600px) {
  .events-pinnacle__item {
    padding: 0;
    margin-left: -24px;
    margin-right: -24px;
    width: auto;
  }
  .events-pinnacle__pattern {
    top: -40px;
    left: 0;
    width: 100%;
    background-position: top;
  }
  .events-pinnacle__item-body {
    min-height: 300px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .events-pinnacle__image-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .events-pinnacle__image-wrap:before {
    content: none;
  }
  .events-pinnacle__content {
    position: relative;
    padding: 50px 24px;
  }
}
.open-positions {
  position: relative;
  padding-top: 110px;
  padding-bottom: 110px;
  background-color: #f6f6f6;
}
@media screen and (max-width: 2200px) {
  .open-positions {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1366px) {
  .open-positions {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .open-positions {
    padding-top: 60px;
  }
}
@media screen and (max-width: 2200px) {
  .open-positions {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1366px) {
  .open-positions {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .open-positions {
    padding-bottom: 60px;
  }
}
.open-positions__wrap {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  padding-right: 70px;
  padding-left: 70px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1366px) {
  .open-positions__wrap {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 600px) {
  .open-positions__wrap {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.open-positions__title {
  margin-bottom: 40px;
  color: #2d2d2d;
}
.open-positions__item {
  position: relative;
  padding: 30px 0;
  border-top: 1px solid #d1d1d1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.open-positions__item:last-child {
  padding-bottom: 0;
}
.open-positions__name {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: block;
  letter-spacing: 0.06em;
  color: #2d2d2d;
}
.open-positions__dates {
  width: 320px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #777;
  text-align: right;
}
@media screen and (max-width: 2200px) {
  .open-positions__wrap {
    max-width: 1210px;
  }
}
@media screen and (max-width: 768px) {
  .open-positions__item {
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 0;
  }
  .open-positions__name {
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
  }
  .open-positions__dates {
    width: 100%;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: left;
  }
  .open-positions__title {
    margin-bottom: 30px;
  }
}
.expansion-panels {
  background-color: #f6f6f6;
}
.expansion-panels:not(.expansion-panels--sub) {
  padding-top: 110px;
  padding-bottom: 110px;
}
@media screen and (max-width: 2200px) {
  .expansion-panels:not(.expansion-panels--sub) {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1366px) {
  .expansion-panels:not(.expansion-panels--sub) {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .expansion-panels:not(.expansion-panels--sub) {
    padding-top: 60px;
  }
}
@media screen and (max-width: 2200px) {
  .expansion-panels:not(.expansion-panels--sub) {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1366px) {
  .expansion-panels:not(.expansion-panels--sub) {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .expansion-panels:not(.expansion-panels--sub) {
    padding-bottom: 60px;
  }
}
.expansion-panels--sub {
  margin-top: 100px;
  margin-bottom: 100px;
  background-color: transparent;
}
.expansion-panels--sub:first-child {
  margin-top: 0;
}
.expansion-panels--sub:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 2200px) {
  .expansion-panels--sub {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 1366px) {
  .expansion-panels--sub {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.expansion-panels--sub .expansion-panels__item-content {
  padding-right: 0;
}
.expansion-panels__wrap {
  max-width: 1540px;
  width: 100%;
  margin: 0 auto;
  padding-right: 70px;
  padding-left: 70px;
}
@media screen and (max-width: 1366px) {
  .expansion-panels__wrap {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 600px) {
  .expansion-panels__wrap {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.expansion-panels__panel {
  background-color: #fff;
  padding: 90px;
}
.expansion-panels__title {
  max-width: 620px;
}
.expansion-panels__item {
  margin-top: 60px;
  border-bottom: 1px solid #d1d1d1;
  display: -ms-flexbox;
  display: flex;
}
.expansion-panels__item:first-child {
  margin-top: 0;
}
.expansion-panels__item:last-child {
  border-bottom: 0;
}
.expansion-panels__item.is-opened .expansion-panels__item-body {
  display: block;
}
.expansion-panels__item.is-opened
  .expansion-panels__item-button
  span:first-child {
  display: none;
}
.expansion-panels__item.is-opened
  .expansion-panels__item-button
  span:nth-child(2) {
  display: inline;
}
.expansion-panels__item.is-opened .expansion-panels__item-button:before {
  transform: rotate(180deg);
}
.expansion-panels__item.is-opened .expansion-panels__item-button:after {
  transform: rotate(1turn);
}
.expansion-panels__item-title {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 220px;
  padding-bottom: 65px;
  margin-right: 90px;
}
.expansion-panels__item-content {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-right: 50px;
  padding-bottom: 65px;
  position: relative;
}
.expansion-panels__item-body {
  padding-top: 30px;
  display: none;
}
.expansion-panels__item-button {
  position: absolute;
  left: 0;
  bottom: 29px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  font-family: Poppins, sans-serif;
  color: #ee7f00;
  padding-right: 20px;
  display: inline-block;
  cursor: pointer;
  margin-top: 30px;
}
.expansion-panels__item-button span:first-child {
  display: inline;
}
.expansion-panels__item-button span:nth-child(2) {
  display: none;
}
.expansion-panels__item-button:after,
.expansion-panels__item-button:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 0;
  display: block;
  width: 8px;
  height: 2px;
  background-color: #ee7f00;
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.expansion-panels__item-button:after,
.expansion-panels__item-button:hover:before {
  transform: rotate(90deg);
}
.expansion-panels__item-button:hover:after {
  transform: rotate(180deg);
}
@media screen and (max-width: 2200px) {
  .expansion-panels__wrap {
    max-width: 1390px;
  }
}
@media screen and (max-width: 1600px) {
  .expansion-panels__item-title {
    margin-right: 50px;
  }
}
@media screen and (max-width: 1366px) {
  .expansion-panels__panel {
    padding: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .expansion-panels__item {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 40px;
  }
  .expansion-panels__item-title {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    padding-bottom: 0;
  }
  .expansion-panels__panel {
    padding: 60px;
  }
  .expansion-panels__item-content {
    padding-bottom: 45px;
  }
  .expansion-panels__item-button {
    position: relative;
    bottom: -15px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .expansion-panels__panel {
    padding: 50px;
  }
  .expansion-panels__item-content {
    padding-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .expansion-panels__item {
    margin-top: 30px;
  }
  .expansion-panels__item-content {
    padding-bottom: 35px;
  }
  .expansion-panels__item-button {
    bottom: -10px;
  }
  .expansion-panels__panel {
    padding: 50px 30px;
  }
}
.gallery {
  overflow: hidden;
  margin-top: 110px;
  margin-bottom: 110px;
}
@media screen and (max-width: 2200px) {
  .gallery {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1366px) {
  .gallery {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .gallery {
    margin-top: 60px;
  }
}
@media screen and (max-width: 2200px) {
  .gallery {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1366px) {
  .gallery {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .gallery {
    margin-bottom: 60px;
  }
}
.gallery__title,
.gallery__wrap {
  width: 100%;
  margin: 0 auto;
}
.gallery__title {
  max-width: 1360px;
  padding-right: 70px;
  padding-left: 70px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1366px) {
  .gallery__title {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 600px) {
  .gallery__title {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.gallery__tiles {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
}
.gallery__tile {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: calc(33.3333% - 10px);
  overflow: hidden;
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 10px;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  position: relative;
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: #161f27;
}
.gallery__tile:before {
  content: "";
  display: block;
  padding-bottom: 68%;
}
.gallery__tile:hover .gallery__bg {
  opacity: 1;
}
.gallery__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: 50%;
  opacity: 0.6;
  transition: opacity 0.4s ease-out;
}
.gallery__icon {
  z-index: 2;
  position: absolute;
  left: 1.5vw;
  bottom: 1.5vw;
}
.gallery__icon svg {
  width: 26px;
  height: 26px;
  fill: #c3c4c5;
}
@media screen and (max-width: 768px) {
  .gallery__tile {
    width: calc(50% - 10px);
  }
  .gallery__icon {
    left: 3.5vw;
    bottom: 3.5vw;
  }
}
.gallery-modal {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
}
@keyframes gallery-modal-content {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.gallery-modal.is-active {
  display: block;
}
.gallery-modal.is-active .gallery-modal__content {
  animation: gallery-modal-content 0.4s ease-out 0s forwards;
}
.gallery-modal__cross {
  position: absolute;
  top: 45px;
  right: 45px;
  width: 70px;
  height: 70px;
  z-index: 10;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1),
    transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.gallery-modal__cross:after,
.gallery-modal__cross:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 50%;
  margin-right: -16px;
  display: block;
  width: 32px;
  height: 2px;
  background-color: #fff;
}
.gallery-modal__cross:before {
  transform: rotate(-45deg);
}
.gallery-modal__cross:after {
  transform: rotate(45deg);
}
.gallery-modal__cross:hover {
  transform: rotate(90deg);
  opacity: 1;
}
.gallery-modal__left,
.gallery-modal__right {
  position: absolute;
  z-index: 10;
  top: 25%;
  width: 200px;
  height: 50%;
  cursor: pointer;
  background-position: 50%;
  opacity: 0.5;
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.gallery-modal__left:hover,
.gallery-modal__right:hover {
  opacity: 0.8;
}
.gallery-modal__left:active,
.gallery-modal__right:active {
  transform: scale3d(0.98, 0.98, 0.98);
  opacity: 1;
}
.gallery-modal__left {
  background-image: url(/wp-content/themes/ennova-research/assets/icons/icon-arrow-left.png);
  left: 0;
  transform-origin: left center;
}
.gallery-modal__right {
  background-image: url(/wp-content/themes/ennova-research/assets/icons/icon-arrow-right.png);
  right: 0;
  transform-origin: right center;
}
.gallery-modal__content {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
  opacity: 0;
}
.gallery-modal__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #242424;
}
.gallery-modal__item img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.gallery-modal__item.is-active {
  opacity: 1;
  z-index: 20;
}
@media screen and (max-width: 1024px) {
  .gallery-modal__cross {
    width: 60px;
    height: 60px;
    top: 35px;
    right: 35px;
  }
  .gallery-modal__left,
  .gallery-modal__right {
    width: 150px;
    top: 0;
    margin-top: 160px;
    height: calc(100% - 320px);
    background-size: 48px;
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .gallery-modal__cross {
    top: 20px;
    right: 1px;
  }
  .gallery-modal__cross:after,
  .gallery-modal__cross:before {
    margin-right: -14px;
    width: 28px;
    height: 2px;
  }
  .gallery-modal__left,
  .gallery-modal__right {
    width: 30%;
    margin-top: 100px;
    height: calc(100% - 200px);
    background-size: 32px;
  }
  .gallery-modal__left {
    background-position: left 20px center;
  }
  .gallery-modal__right {
    background-position: right 20px center;
  }
}
.header-image {
  width: 100%;
  height: 130vh;
  position: relative;
  overflow: hidden;
}
.header-image.is-parallax-active .header-image__bg {
  width: 100%;
  height: calc(100% + 140px);
  left: 0;
  top: -70px;
}
.header-image__bg {
  z-index: 1;
  background-size: cover;
  background-position: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}
.header-image__bg,
.header-image__bg:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.header-image__bg:after {
  content: "";
  z-index: 2;
  background-color: rgba(29, 29, 29, 0.4);
}
.header-image__wrap {
  width: 100%;
  margin: 0 auto;
  padding-right: 70px;
  padding-left: 70px;
  height: 100vh;
  position: relative;
  z-index: 201;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1366px) {
  .header-image__wrap {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 600px) {
  .header-image__wrap {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media screen and (min-width: 1367px) {
  .header-image__wrap {
    min-height: 0 !important;
  }
}
.header-image__title {
  color: #fff;
  max-width: 1200px;
}
@media screen and (max-width: 2200px) {
  .header-image__title {
    max-width: 1060px;
  }
}
@media screen and (max-width: 1366px) {
  .header-image {
    height: auto;
    min-height: 0;
  }
  .header-image__wrap {
    height: auto;
    padding-top: 180px;
    padding-bottom: 180px;
  }
}
@media screen and (max-width: 768px) {
  .header-image__wrap {
    min-height: 500px;
  }
  .header-image__title {
    width: 100%;
  }
}
.header-main {
  width: 100%;
  height: auto;
  position: relative;
  background-size: cover;
  background-position: 50%;
}
.header-main__wrap {
  width: 100%;
  margin: 0 auto;
  padding-right: 70px;
  padding-left: 70px;
  height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1366px) {
  .header-main__wrap {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 600px) {
  .header-main__wrap {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media screen and (min-width: 1367px) {
  .header-main__wrap {
    min-height: 700px !important;
  }
}
.header-main__title {
  position: relative;
  z-index: 201;
  margin-left: 10%;
}
.header-main__sub {
  color: #fff;
  overflow: hidden;
  margin-bottom: 20px;
}
.header-main__sub > * {
  transform: translate3d(0, 100%, 0);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.header-main__sub.is-active > * {
  transform: translateZ(0);
}
.header-main .line-overlay {
  z-index: 2;
}
.header-main--journal .header-main__wrap {
  padding-top: 230px;
  padding-bottom: 140px;
  height: auto;
  min-height: 0 !important;
}
@media screen and (max-width: 1366px) {
  .header-main__title {
    margin-left: 5%;
  }
  .header-main__wrap {
    padding-top: 180px;
    padding-bottom: 120px;
    height: auto;
  }
  .header-main--journal .header-main__wrap {
    min-height: 0;
  }
}
@media screen and (max-width: 768px) {
  .header-main--journal .header-main__wrap {
    height: auto;
    padding-top: 180px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 600px) {
  .header-main__sub {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 480px) {
  .header-main__title {
    margin-left: 0;
  }
}
.is-webgl .header-main {
  background-image: none;
}
/* .header-main--home {
	background-image: url(./home-1920.411dcdaf.png)
} */
.header-main--what-we-do {
  background-image: url(../../assets/img/about/about_bg_1920x1080.jpg);
}
.header-main--solutions {
  background-image: url(../../assets/img/solutions/solutions_bg_1920x1080.jpg);
}
.header-main--how-we-do-it {
  background-image: url(./how-1920.84a95653.png);
}
.header-main--journal {
  background-image: url(../../assets/img/media/insights_bg.jpg);
}
@media screen and (max-width: 1366px) {
  /* .header-main--home {
		background-image: url(./home-1920.411dcdaf.png);
		background-size: 1280px auto
	} */
  .header-main--what-we-do {
    background-image: url(../../assets/img/about/about_bg_1920x1080.jpg);
    background-size: 1280px auto;
  }
  .header-main--solutions {
    background-image: url(../../assets/img/solutions/solutions_bg_1920x1080.jpg);
    background-size: 1280px auto;
  }
  .header-main--how-we-do-it {
    background-image: url(./how-2560.88f1713e.png);
    background-size: 1280px auto;
  }
  .header-main--journal {
    background-image: url(../../assets/img/media/insights_bg.jpg);
    background-size: 1280px auto;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  /* .header-main--home {
		background-image: url(./home-1920.411dcdaf.png);
		background-size: 960px auto
	} */
  .header-main--what-we-do {
    background-image: url(../../assets/img/about/about_bg_1920x1080.jpg);
  }
  .header-main--solutions {
    background-image: url(../../assets/img/solutions/solutions_bg_1920x1080.jpg);
    background-size: 960px auto;
  }
  .header-main--how-we-do-it {
    background-image: url(./how-1920.84a95653.png);
    background-size: 960px auto;
  }
  .header-main--journal {
    background-image: url(./journal-1920.d21feb9f.png);
    background-size: 960px auto;
  }
}
.header-simple {
  position: relative;
  padding: 230px 0 140px;
  background-color: #16191f;
}
.header-simple__wrap {
  max-width: 1540px;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-right: 70px;
  padding-left: 70px;
}
@media screen and (max-width: 1366px) {
  .header-simple__wrap {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 600px) {
  .header-simple__wrap {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.header-simple__title {
  max-width: 970px;
  color: #fff;
  position: relative;
  z-index: 201;
}
@media screen and (max-width: 2200px) {
  .header-simple__title {
    max-width: 850px;
  }
  .header-simple__wrap {
    max-width: 1390px;
  }
}
@media screen and (max-width: 1366px) {
  .header-simple__wrap {
    max-width: 1390px;
  }
}
@media screen and (max-width: 1024px) {
  .header-simple {
    padding: 170px 0 100px;
  }
}
@media screen and (max-width: 600px) {
  .header-simple {
    padding: 150px 0 50px;
  }
}
.header-webgl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120vh;
  z-index: 1;
  visibility: hidden;
  background-color: #252525;
  display: none;
}
.header-webgl__canvas-container {
  width: 100%;
  height: 100vh;
  margin-top: 0;
  position: absolute;
  overflow: hidden;
}
.header-webgl__canvas-container canvas {
  width: 100%;
  height: 100%;
  margin-left: -62px;
}
.header-webgl__video {
  position: absolute;
  left: 100%;
}
.is-webgl .header-webgl {
  display: block;
}
@media screen and (max-width: 1366px) {
  .header-webgl canvas {
    margin-left: -50px;
  }
}
@media screen and (max-width: 1024px) {
  .header-webgl canvas {
    margin-left: 0;
  }
}
.info-point {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.info-point__area {
  position: absolute;
  z-index: 2;
  width: 62px;
  height: 62px;
  left: 50%;
  top: 50%;
  margin-top: -31px;
  margin-left: -31px;
  cursor: pointer;
}
.info-point__floating {
  position: absolute;
  z-index: 1;
  width: 42px;
  height: 42px;
  left: 50%;
  top: 50%;
  margin-top: -21px;
  margin-left: -21px;
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.info-point__floating.is-floating {
  transition: none;
}
.info-point__circle {
  z-index: 5;
  width: 42px;
  height: 42px;
  box-sizing: border-box;
  border: 4px solid #fff;
  border-radius: 50%;
  transform: translate3d(-50%, -50%, 0);
  transform-origin: center;
}
.info-point__circle,
.info-point__dot {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.info-point__dot {
  z-index: 6;
  display: block;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  background-color: #ee7f00;
  opacity: 0.75;
  transition: opacity 0.4s ease-out;
  margin-top: -10px;
  margin-left: -10px;
}
.info-point__path {
  position: absolute;
}
.info-point__path path {
  stroke: #fff;
  fill: none;
  stroke-width: 4;
  stroke-linecap: butt;
  stroke-dasharray: 321px;
  stroke-dashoffset: 321px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.info-point__path--1,
.info-point__path--2 {
  top: 198px;
  left: 50%;
  transform: translate3d(0, -50px, 0);
}
.info-point__path--2 {
  margin-left: -77px;
}
.info-point__path--3,
.info-point__path--4 {
  bottom: 198px;
  left: 50%;
  margin-left: -77px;
  transform: translate3d(0, 50px, 0);
}
.info-point__path--5 {
  top: 198px;
  left: 50%;
  margin-left: -77px;
  transform: translate3d(0, -50px, 0);
}
.info-point__draw,
.info-point__draw-2,
.info-point__draw-3 {
  display: none;
  overflow: visible !important;
  fill: none;
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.info-point__draw-2 {
  z-index: 2;
  stroke: #fff;
  /* stroke: #EE7F00; */
  opacity: 0.75;
  stroke-width: 6px;
  stroke-dasharray: 1, 13;
  stroke-dashoffset: 1px;
  width: 84%;
  height: 84%;
  left: 8%;
  top: 8%;
  animation: info-draw 60s linear forwards infinite;
}
@keyframes info-draw {
  0% {
    transform: none;
  }
  to {
    transform: rotate(-1turn);
  }
}
.info-point__content {
  position: absolute;
  font-family: Poppins, sans-serif;
  color: #fff;
  width: 240px;
}
.info-point__content--1 {
  top: calc(100% + 204px);
  left: 100%;
  text-align: left;
}
.info-point__content--1 .info-point__h {
  transform: translateX(60px);
}
.info-point__content--1 .info-point__text {
  transform: translateX(100px);
}
.info-point__content--2 {
  top: calc(100% + 204px);
  right: 100%;
  text-align: right;
}
.info-point__content--2 .info-point__h {
  transform: translateX(-60px);
}
.info-point__content--2 .info-point__text {
  transform: translateX(-100px);
}
.info-point__content--2 .info-point__h,
.info-point__content--2 .info-point__text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.info-point__content--2 .info-point__h > *,
.info-point__content--2 .info-point__text > * {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.info-point__content--3 {
  bottom: calc(100% + 204px);
  right: 100%;
  text-align: right;
}
.info-point__content--3 .info-point__h {
  transform: translateX(-60px);
}
.info-point__content--3 .info-point__text {
  transform: translateX(-100px);
}
.info-point__content--3 .info-point__h,
.info-point__content--3 .info-point__text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.info-point__content--3 .info-point__h > *,
.info-point__content--3 .info-point__text > * {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.info-point__content--4 {
  bottom: calc(100% + 204px);
  right: 100%;
  text-align: right;
}
.info-point__content--4 .info-point__h {
  transform: translateX(-60px);
}
.info-point__content--4 .info-point__text {
  transform: translateX(-100px);
}
.info-point__content--4 .info-point__h,
.info-point__content--4 .info-point__text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.info-point__content--4 .info-point__h > *,
.info-point__content--4 .info-point__text > * {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.info-point__content--5 {
  top: calc(100% + 204px);
  right: 100%;
  text-align: right;
}
.info-point__content--5 .info-point__h {
  transform: translateX(-60px);
}
.info-point__content--5 .info-point__text {
  transform: translateX(-100px);
}
.info-point__content--5 .info-point__h,
.info-point__content--5 .info-point__text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.info-point__content--5 .info-point__h > *,
.info-point__content--5 .info-point__text > * {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.info-point__h {
  opacity: 0;
  margin-bottom: 15px;
}
.info-point__h > * {
  line-height: 0.85 !important;
}
.info-point__text {
  opacity: 0;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.26667;
  letter-spacing: 0.2em;
}
.info-point.is-active .info-point__draw,
.info-point.is-active .info-point__draw-2,
.info-point.is-active .info-point__draw-3 {
  display: block;
}
.info-point.is-active .info-point__area {
  cursor: auto;
}
@media screen and (max-width: 2200px) {
  .info-point__text {
    font-size: 13px;
  }
}
@media screen and (max-width: 1366px) {
  .info-point__content {
    width: 180px;
  }
}
@media screen and (max-width: 1024px) {
  .info-point {
    width: auto;
    height: auto;
  }
  .info-point__content {
    width: 100%;
  }
  .info-point__circle,
  .info-point__path {
    display: none;
  }
  .info-point__content {
    position: static;
  }
  .info-point__content--1,
  .info-point__content--2,
  .info-point__content--3,
  .info-point__content--4,
  .info-point__content--5 {
    text-align: center;
  }
  .info-point__content--1 .info-point__h,
  .info-point__content--1 .info-point__text,
  .info-point__content--2 .info-point__h,
  .info-point__content--2 .info-point__text,
  .info-point__content--3 .info-point__h,
  .info-point__content--3 .info-point__text,
  .info-point__content--4 .info-point__h,
  .info-point__content--4 .info-point__text,
  .info-point__content--5 .info-point__h,
  .info-point__content--5 .info-point__text {
    opacity: 1;
    transform: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .info-point__content--1 .info-point__h > *,
  .info-point__content--1 .info-point__text > *,
  .info-point__content--2 .info-point__h > *,
  .info-point__content--2 .info-point__text > *,
  .info-point__content--3 .info-point__h > *,
  .info-point__content--3 .info-point__text > *,
  .info-point__content--4 .info-point__h > *,
  .info-point__content--4 .info-point__text > *,
  .info-point__content--5 .info-point__h > *,
  .info-point__content--5 .info-point__text > * {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .info-point__text {
    font-size: 12px;
  }
}
@media screen and (max-width: 600px) {
  .info-point__text {
    font-size: 11px;
  }
}
@media screen and (max-width: 480px) {
  .info-point__text {
    font-size: 10px;
  }
}
.journal {
  position: relative;
  z-index: 4;
  background-color: #16191f;
  padding-top: 110px;
  padding-bottom: 110px;
  color: #fff;
}
@media screen and (max-width: 2200px) {
  .journal {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1366px) {
  .journal {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .journal {
    padding-top: 60px;
  }
}
@media screen and (max-width: 2200px) {
  .journal {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1366px) {
  .journal {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .journal {
    padding-bottom: 60px;
  }
}
.journal:before {
  content: "";
  display: table;
  clear: both;
}
.journal__wrap {
  max-width: 1840px;
  width: 100%;
  margin: 0 auto;
  padding-right: 70px;
  padding-left: 70px;
  position: relative;
  z-index: 201;
}
@media screen and (max-width: 1366px) {
  .journal__wrap {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 600px) {
  .journal__wrap {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.journal__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 80px;
}
.journal__title {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  position: relative;
  max-width: 600px;
}
.journal__title > * {
  margin-bottom: 0;
}
.journal__braket {
  position: relative;
  width: 13px;
  height: 100%;
  background-color: #ee7f00;
  position: absolute;
  top: 0;
  left: 0;
}
.journal__braket:after,
.journal__braket:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 13px;
  background-color: #ee7f00;
}
.journal__braket:before {
  top: 0;
}
.journal__braket:after {
  bottom: 0;
}
@media screen and (max-width: 600px) {
  .journal__braket {
    width: 11px;
    height: 100%;
  }
  .journal__braket:after,
  .journal__braket:before {
    width: 22px;
    height: 11px;
  }
}
.journal__braket:after,
.journal__braket:before {
  left: 0;
}
.journal__explore {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: block;
  position: relative;
  color: #6f6f6f;
  padding-right: 35px;
  text-align: right;
  overflow: hidden;
  transition: color 0.4s ease;
}
.journal__explore:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 20px;
  height: auto;
  top: 50%;
  margin-top: -1px;
  border-bottom: 2px solid #ee7f00;
  right: 0;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    opacity 0s linear 0.5s;
  transform: scaleX(0.0001);
  transform-origin: left center;
  opacity: 0;
}
.journal__explore.is-inview:after {
  transform: none;
  opacity: 1;
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 0s linear;
}
.journal__explore:hover {
  color: #f4f4f4;
}
.journal__explore:hover:after {
  transform: scaleX(0.5);
  transition-delay: 0s;
}
.journal__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(100% + 150px);
}
.journal__body.is-few {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.journal__tile {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 150px;
  margin-top: 100px;
  margin-bottom: 50px;
}
.journal__tile.is-hidden {
  display: none;
}
.journal__tile:nth-child(7n + 1) {
  max-width: 33.333%;
  margin-top: 150px;
}
.journal__tile:nth-child(7n + 2) {
  max-width: 33.333%;
}
.journal__tile:nth-child(7n + 3) {
  max-width: 33.333%;
  margin-top: 170px;
}
.journal__tile:nth-child(7n + 4) {
  max-width: 66.666%;
}
.journal__tile:nth-child(7n + 5) {
  max-width: 33.333%;
  margin-top: 200px;
}
.journal__tile:nth-child(7n + 6),
.journal__tile:nth-child(7n + 7) {
  max-width: 50%;
}
.journal__filters {
  max-width: 1540px;
  width: 100%;
  margin: 0 auto;
  padding-right: 70px;
  padding-left: 70px;
  margin-bottom: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1366px) {
  .journal__filters {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 600px) {
  .journal__filters {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.journal__filter {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.24em;
  font-family: Poppins, sans-serif;
  margin-right: 40px;
  margin-top: 15px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.journal__filter span {
  display: inline-block;
  transform: translate3d(0, 100%, 0);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  padding-bottom: 7px;
  position: relative;
}
.journal__filter span:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #ee7f00;
  transform: scaleX(0.0001);
  opacity: 0;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1),
    opacity 0s linear 0.4s;
}
.journal__filter:first-child span {
  transition-delay: 0.08s;
}
.journal__filter:nth-child(2) span {
  transition-delay: 0.16s;
}
.journal__filter:nth-child(3) span {
  transition-delay: 0.24s;
}
.journal__filter:nth-child(4) span {
  transition-delay: 0.32s;
}
.journal__filter:nth-child(5) span {
  transition-delay: 0.4s;
}
.journal__filter:nth-child(6) span {
  transition-delay: 0.48s;
}
.journal__filter:nth-child(7) span {
  transition-delay: 0.56s;
}
.journal__filter:nth-child(8) span {
  transition-delay: 0.64s;
}
.journal__filter:nth-child(9) span {
  transition-delay: 0.72s;
}
.journal__filter:nth-child(10) span {
  transition-delay: 0.8s;
}
.journal__filter:nth-child(11) span {
  transition-delay: 0.88s;
}
.journal__filter:nth-child(12) span {
  transition-delay: 0.96s;
}
.journal__filter:nth-child(13) span {
  transition-delay: 1.04s;
}
.journal__filter:nth-child(14) span {
  transition-delay: 1.12s;
}
.journal__filter:nth-child(15) span {
  transition-delay: 1.2s;
}
.journal__filter:nth-child(16) span {
  transition-delay: 1.28s;
}
.journal__filter:nth-child(17) span {
  transition-delay: 1.36s;
}
.journal__filter:nth-child(18) span {
  transition-delay: 1.44s;
}
.journal__filter:nth-child(19) span {
  transition-delay: 1.52s;
}
.journal__filter:nth-child(20) span {
  transition-delay: 1.6s;
}
.journal__filter.is-filter-active span:after,
.journal__filter:hover span:after {
  opacity: 1;
  transform: scaleX(1);
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), opacity 0s linear;
}
.is-journal-active .journal__filter span {
  transform: none;
}
.journal__more {
  text-align: center;
  margin-top: 100px;
}
.journal--white {
  background-color: #fff;
  color: #242424;
}
.journal--white .journal__head {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.journal--webgl {
  background-color: transparent;
  padding-top: 0;
}
.journal--webgl .journal__body,
.journal--webgl .journal__more {
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
}
.journal--webgl.is-journal-active .journal__body,
.journal--webgl.is-journal-active .journal__more {
  opacity: 1;
  transition: none;
}
@media screen and (max-width: 2200px) {
  .journal__wrap {
    max-width: 1640px;
  }
  .journal__filter {
    font-size: 13px;
  }
  .journal__body {
    width: calc(100% + 7vw);
  }
  .journal__tile {
    padding-right: 7vw;
    margin-top: 5vw;
    margin-bottom: 2.5vw;
  }
  .journal__tile:nth-child(7n + 1) {
    margin-top: 8vw;
  }
  .journal__tile:nth-child(7n + 3) {
    margin-top: 9vw;
  }
  .journal__tile:nth-child(7n + 4) {
    max-width: 66.666%;
  }
  .journal__tile:nth-child(7n + 5) {
    margin-top: 10.5vw;
  }
  .journal__tile:nth-child(7n + 6),
  .journal__tile:nth-child(7n + 7) {
    max-width: 50%;
  }
}
@media screen and (max-width: 1366px) {
  .journal__filters {
    width: 95%;
    margin-left: 5%;
  }
}
@media screen and (max-width: 1024px) {
  .journal__tile:nth-child(7n + 1),
  .journal__tile:nth-child(7n + 2) {
    max-width: 50%;
  }
  .journal__tile:nth-child(7n + 3) {
    max-width: 40%;
  }
  .journal__tile:nth-child(7n + 4) {
    max-width: 60%;
  }
  .journal__tile:nth-child(7n + 5),
  .journal__tile:nth-child(7n + 6) {
    max-width: 50%;
  }
  .journal__tile:nth-child(7n + 7) {
    max-width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .journal__head {
    margin-top: 30px;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 600px) {
  .journal__tile:nth-child(n) {
    max-width: 100%;
    width: auto;
    margin: 0 auto 70px;
  }
  .journal__filter {
    font-size: 12px;
  }
  .journal__filters {
    margin: 20px auto 60px;
  }
  .journal__more {
    margin-top: 40px;
  }
  .journal--white .journal__tile:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .journal__head {
    margin-top: 0;
    margin-bottom: 50px;
  }
  .journal__filters {
    width: 100%;
    margin-left: 0;
  }
  .journal__filter {
    font-size: 10px;
  }
  .journal__explore {
    display: none;
    padding-right: 25px;
    padding-left: 10px;
  }
  .journal__explore:after {
    width: 15px;
    height: 2px;
  }
  .journal__more {
    margin-top: 20px;
  }
}
.media-block {
  position: relative;
  margin-top: 110px;
  margin-bottom: 110px;
}
@media screen and (max-width: 2200px) {
  .media-block {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1366px) {
  .media-block {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .media-block {
    margin-top: 60px;
  }
}
@media screen and (max-width: 2200px) {
  .media-block {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1366px) {
  .media-block {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .media-block {
    margin-bottom: 60px;
  }
}
.media-block__wrap {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  padding-right: 70px;
  padding-left: 70px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1366px) {
  .media-block__wrap {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 600px) {
  .media-block__wrap {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.media-block__bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: calc(50% + 50px);
  bottom: 0;
  left: 0;
}
.media-block__media {
  padding: 40px 40px 0;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  position: relative;
}
.media-block__media.is-inview .media-block__video-img {
  transform: none;
}
.media-block__iframe-wrap {
  z-index: 1;
  overflow: hidden;
}
.media-block__iframe,
.media-block__iframe-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.media-block__iframe {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.media-block__video {
  position: relative;
  z-index: 2;
  overflow: hidden;
  box-shadow: 0 2px 5px rgb(0 0 0 / 07%);
}
.media-block__video:after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.media-block__video.is-loaded .media-block__button,
.media-block__video.is-loaded .media-block__video-img {
  opacity: 0;
  pointer-events: none;
}
.media-block__video.is-loaded .media-block__button {
  transition: none;
}
.media-block__video.is-loaded .media-block__video-img {
  transition: opacity 0.5s ease-in-out;
}
.media-block__video-img {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}
.media-block__image-wrap {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.media-block__image-wrap:after {
  content: "";
  display: block;
  padding-bottom: 62.5%;
}
.media-block__image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}
.media-block__pattern {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 494px;
  height: calc(100% - 100px);
  background-image: url(/wp-content/themes/ennova-research/assets/images/cross-pattern.b0d3d8f0.png);
  background-size: 13px 13px;
  background-repeat: repeat;
  background-position: 100% 0;
}
.media-block__button {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.media-block__caption {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  transform: translateY(100%);
  padding: 20px 40px;
  text-align: right;
}
.media-block__post {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 400px;
  margin-top: 90px;
  margin-left: 55px;
}
.media-block--large .media-block__wrap {
  max-width: 1620px;
}
.media-block--large .media-block__pattern {
  right: auto;
  left: 0;
  background-position: 0 0;
}
.media-block--large .media-block__bg {
  width: 100%;
  height: calc(69% + 50px);
}
.media-block--post .media-block__pattern {
  right: auto;
  left: 0;
}
.media-block--post .media-block__bg {
  width: 100%;
  height: calc(64% + 50px);
}
.media-block--post .media-block__wrap {
  max-width: 1540px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-block--white .media-block__bg {
  display: none;
}
.media-block--grey {
  margin-bottom: 0;
  padding-bottom: 140px;
}
.media-block--grey .media-block__bg {
  background-color: #f6f6f6;
}
@media screen and (max-width: 2200px) {
  .media-block__wrap {
    max-width: 1040px;
  }
  .media-block__post {
    width: 350px;
  }
  .media-block--large .media-block__wrap {
    max-width: 1470px;
  }
  .media-block--post .media-block__wrap {
    max-width: 1390px;
  }
  .media-block__caption {
    padding: 15px 40px;
  }
}
@media screen and (max-width: 1600px) {
  .media-block--large .media-block__pattern,
  .media-block--post .media-block__pattern {
    height: calc(100% - 100px);
  }
}
@media screen and (max-width: 1366px) {
  .media-block__pattern {
    width: 50%;
    height: calc(100% - 100px);
  }
  .media-block__post {
    margin-left: 0;
    width: 300px;
  }
  .media-block--grey {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1100px) {
  .media-block__post {
    width: 280px;
  }
}
@media screen and (max-width: 1024px) {
  .media-block__bg {
    width: 100%;
    height: calc(50% + 30px);
  }
  .media-block__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }
  .media-block__post {
    margin-top: 50px;
    max-width: 410px;
    width: 100%;
  }
  .media-block--grey {
    padding-bottom: 60px;
  }
  .media-block--post .media-block__wrap {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }
  .media-block--post .media-block__bg {
    width: 100%;
    height: calc(100% - 25vw);
  }
}
@media screen and (max-width: 600px) {
  .media-block__bg {
    width: 100%;
    height: calc(50% + 10px);
  }
  .media-block__media {
    padding: 40px 0 0;
    width: calc(100% + 48px);
  }
  .media-block__pattern {
    width: 100%;
    height: 52px;
    background-position: top;
  }
  .media-block__caption {
    padding: 15px;
  }
  .media-block--large .media-block__pattern {
    height: 52px;
    background-position: top;
  }
  .media-block--grey {
    padding-bottom: 0;
  }
  .media-block--grey .media-block__bg {
    background-color: transparent;
  }
}
.profiles {
  position: relative;
  margin-top: 110px;
  margin-bottom: 110px;
}
@media screen and (max-width: 2200px) {
  .profiles {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1366px) {
  .profiles {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .profiles {
    margin-top: 60px;
  }
}
@media screen and (max-width: 2200px) {
  .profiles {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1366px) {
  .profiles {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .profiles {
    margin-bottom: 60px;
  }
}
.profiles__wrap {
  max-width: 1540px;
  width: 100%;
  margin: 0 auto;
  padding-right: 70px;
  padding-left: 70px;
}
@media screen and (max-width: 1366px) {
  .profiles__wrap {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 600px) {
  .profiles__wrap {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.profiles__head {
  padding: 0 90px;
  margin-bottom: 70px;
}
.profiles__head h3 {
  color: #2d2d2d;
  max-width: 550px;
}
.profiles__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-right: -80px;
  margin-top: -70px;
}
.profiles__item {
  display: none;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: calc(20% - 80px);
  margin-right: 80px;
  margin-top: 70px;
}
.profiles__item:first-child,
.profiles__item:nth-child(2),
.profiles__item:nth-child(3),
.profiles__item:nth-child(4),
.profiles__item:nth-child(5),
.profiles__item:nth-child(6),
.profiles__item:nth-child(7),
.profiles__item:nth-child(8),
.profiles__item:nth-child(9),
.profiles__item:nth-child(10),
.profiles__item:nth-child(11),
.profiles__item:nth-child(12),
.profiles__item:nth-child(13),
.profiles__item:nth-child(14),
.profiles__item:nth-child(15),
.profiles__item:nth-child(16),
.profiles__item:nth-child(17),
.profiles__item:nth-child(18),
.profiles__item:nth-child(19),
.profiles__item:nth-child(20),
.profiles__item:nth-child(21),
.profiles__item:nth-child(22),
.profiles__item:nth-child(23),
.profiles__item:nth-child(24),
.profiles__item:nth-child(25),
.profiles__item:nth-child(26),
.profiles__item:nth-child(27),
.profiles__item:nth-child(28),
.profiles__item:nth-child(29),
.profiles__item:nth-child(30),
.profiles__item:nth-child(31),
.profiles__item:nth-child(32),
.profiles__item:nth-child(33),
.profiles__item:nth-child(34),
.profiles__item:nth-child(35),
.profiles__item:nth-child(36),
.profiles__item:nth-child(37),
.profiles__item:nth-child(38),
.profiles__item:nth-child(39),
.profiles__item:nth-child(40),
.profiles__item:nth-child(41),
.profiles__item:nth-child(42),
.profiles__item:nth-child(43),
.profiles__item:nth-child(44),
.profiles__item:nth-child(45),
.profiles__item:nth-child(46),
.profiles__item:nth-child(47),
.profiles__item:nth-child(48),
.profiles__item:nth-child(49),
.profiles__item:nth-child(50),
.profiles__item:nth-child(51),
.profiles__item:nth-child(52),
.profiles__item:nth-child(53),
.profiles__item:nth-child(54),
.profiles__item:nth-child(55),
.profiles__item:nth-child(56),
.profiles__item:nth-child(57),
.profiles__item:nth-child(58),
.profiles__item:nth-child(59),
.profiles__item:nth-child(60) {
  display: block;
}
.profiles.is-profiles-active .profiles__button {
  display: none;
}
@keyframes profiles_items {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.profiles.is-profiles-active .profiles__item:nth-child(n) {
  display: block;
  opacity: 0;
  animation: profiles_items 0.7s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}
.profiles.is-profiles-active .profiles__item:first-child,
.profiles.is-profiles-active .profiles__item:nth-child(2),
.profiles.is-profiles-active .profiles__item:nth-child(3),
.profiles.is-profiles-active .profiles__item:nth-child(4),
.profiles.is-profiles-active .profiles__item:nth-child(5),
.profiles.is-profiles-active .profiles__item:nth-child(6),
.profiles.is-profiles-active .profiles__item:nth-child(7),
.profiles.is-profiles-active .profiles__item:nth-child(8),
.profiles.is-profiles-active .profiles__item:nth-child(9),
.profiles.is-profiles-active .profiles__item:nth-child(10) {
  animation: none;
  opacity: 1;
}
.profiles.is-profiles-active .profiles__item:nth-child(11) {
  animation-delay: 0s;
}
.profiles.is-profiles-active .profiles__item:nth-child(12) {
  animation-delay: 0.06s;
}
.profiles.is-profiles-active .profiles__item:nth-child(13) {
  animation-delay: 0.12s;
}
.profiles.is-profiles-active .profiles__item:nth-child(14) {
  animation-delay: 0.18s;
}
.profiles.is-profiles-active .profiles__item:nth-child(15) {
  animation-delay: 0.24s;
}
.profiles.is-profiles-active .profiles__item:nth-child(16) {
  animation-delay: 0.3s;
}
.profiles.is-profiles-active .profiles__item:nth-child(17) {
  animation-delay: 0.36s;
}
.profiles.is-profiles-active .profiles__item:nth-child(18) {
  animation-delay: 0.42s;
}
.profiles.is-profiles-active .profiles__item:nth-child(19) {
  animation-delay: 0.48s;
}
.profiles.is-profiles-active .profiles__item:nth-child(20) {
  animation-delay: 0.54s;
}
.profiles.is-profiles-active .profiles__item:nth-child(21) {
  animation-delay: 0.6s;
}
.profiles.is-profiles-active .profiles__item:nth-child(22) {
  animation-delay: 0.66s;
}
.profiles.is-profiles-active .profiles__item:nth-child(23) {
  animation-delay: 0.72s;
}
.profiles.is-profiles-active .profiles__item:nth-child(24) {
  animation-delay: 0.78s;
}
.profiles.is-profiles-active .profiles__item:nth-child(25) {
  animation-delay: 0.84s;
}
.profiles.is-profiles-active .profiles__item:nth-child(26) {
  animation-delay: 0.9s;
}
.profiles.is-profiles-active .profiles__item:nth-child(27) {
  animation-delay: 0.96s;
}
.profiles.is-profiles-active .profiles__item:nth-child(28) {
  animation-delay: 1.02s;
}
.profiles.is-profiles-active .profiles__item:nth-child(29) {
  animation-delay: 1.08s;
}
.profiles.is-profiles-active .profiles__item:nth-child(30) {
  animation-delay: 1.14s;
}
.profiles.is-profiles-active .profiles__item:nth-child(31) {
  animation-delay: 1.2s;
}
.profiles.is-profiles-active .profiles__item:nth-child(32) {
  animation-delay: 1.26s;
}
.profiles.is-profiles-active .profiles__item:nth-child(33) {
  animation-delay: 1.32s;
}
.profiles.is-profiles-active .profiles__item:nth-child(34) {
  animation-delay: 1.38s;
}
.profiles.is-profiles-active .profiles__item:nth-child(35) {
  animation-delay: 1.44s;
}
.profiles.is-profiles-active .profiles__item:nth-child(36) {
  animation-delay: 1.5s;
}
.profiles.is-profiles-active .profiles__item:nth-child(37) {
  animation-delay: 1.56s;
}
.profiles.is-profiles-active .profiles__item:nth-child(38) {
  animation-delay: 1.62s;
}
.profiles.is-profiles-active .profiles__item:nth-child(39) {
  animation-delay: 1.68s;
}
.profiles.is-profiles-active .profiles__item:nth-child(40) {
  animation-delay: 1.74s;
}
.profiles__img-wrap {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  position: relative;
  background-color: #f6f6f6;
}
.profiles__img-wrap:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.profiles__img {
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: 50%;
}
.profiles__name {
  color: #242424;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.22222;
  letter-spacing: 0.01em;
  font-family: Poppins, sans-serif;
  margin-bottom: 10px;
  margin-top: 10px;
}
.profiles__text {
  color: #242424;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  font-family: Space Mono, monospace;
}
.profiles__button {
  margin: 50px auto 0;
  text-align: center;
}
.profiles--grey {
  background-color: #f6f6f6;
  margin: 0;
  padding-top: 110px;
  padding-bottom: 110px;
}
@media screen and (max-width: 2200px) {
  .profiles--grey {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1366px) {
  .profiles--grey {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .profiles--grey {
    padding-top: 60px;
  }
}
@media screen and (max-width: 2200px) {
  .profiles--grey {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1366px) {
  .profiles--grey {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .profiles--grey {
    padding-bottom: 60px;
  }
}
.profiles--grey .profiles__img-wrap {
  background-color: #e7e7e7;
}
@media screen and (max-width: 2200px) {
  .profiles__wrap {
    max-width: 1390px;
  }
  .profiles__item {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: calc(25% - 70px);
    margin-right: 70px;
    margin-top: 65px;
  }
  .profiles__img-wrap {
    /* margin-bottom: 25px; */
    margin-bottom: 0;
  }
  .profiles__name {
    font-size: 16px;
    margin-bottom: 8px;
    margin-top: 16px;
  }
  .profiles__text {
    font-size: 13px;
  }
}
@media screen and (max-width: 1366px) {
  .profiles__body {
    margin-top: -50px;
    margin-right: -35px;
  }
  .profiles__item {
    width: calc(20% - 35px);
    margin-right: 35px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .profiles__body {
    margin-right: -3vw;
  }
  .profiles__item {
    width: calc(25% - 3vw);
    margin-right: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .profiles__head {
    padding: 0;
    margin-bottom: 30px;
  }
  .profiles__body {
    margin-top: -40px;
  }
  .profiles__item {
    width: calc(33.333% - 3vw);
    margin-top: 40px;
  }
  .profiles__img-wrap {
    margin-bottom: 20px;
  }
  .profiles__name {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 600px) {
  .profiles__body {
    margin-right: -5vw;
  }
  .profiles__item {
    width: calc(50% - 5vw);
    margin-right: 5vw;
  }
  .profiles__text {
    font-size: 12px;
  }
}
.related-posts {
  margin-top: 110px;
  margin-bottom: 110px;
}
@media screen and (max-width: 2200px) {
  .related-posts {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1366px) {
  .related-posts {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .related-posts {
    margin-top: 60px;
  }
}
@media screen and (max-width: 2200px) {
  .related-posts {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1366px) {
  .related-posts {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .related-posts {
    margin-bottom: 60px;
  }
}
.related-posts__title {
  max-width: 1540px;
  width: 100%;
  margin: 0 auto;
  padding-right: 70px;
  padding-left: 70px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1366px) {
  .related-posts__title {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 600px) {
  .related-posts__title {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.related-posts__wrap {
  max-width: 1540px;
  width: 100%;
  margin: 0 auto;
  padding-right: 70px;
  padding-left: 70px;
}
@media screen and (max-width: 1366px) {
  .related-posts__wrap {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 600px) {
  .related-posts__wrap {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.related-posts__tiles {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.related-posts__tile {
  width: calc(33.3333% - 46px);
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-top: 60px;
}
.related-posts__tile:first-child,
.related-posts__tile:nth-child(2),
.related-posts__tile:nth-child(3) {
  margin-top: 0;
}
@media screen and (max-width: 2200px) {
  .related-posts__title,
  .related-posts__wrap {
    max-width: 1390px;
  }
  .related-posts__tile {
    width: calc(33.3333% - 40px);
  }
}
@media screen and (max-width: 1366px) {
  .related-posts__tile {
    width: calc(33.3333% - 30px);
  }
}
@media screen and (max-width: 1024px) {
  .related-posts__tile {
    width: calc(33.3333% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .related-posts__tile {
    width: calc(50% - 10px);
    margin-top: 50px;
  }
  .related-posts__tile:nth-child(3) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 600px) {
  .related-posts__tile {
    width: 100%;
  }
  .related-posts__tile:nth-child(2) {
    margin-top: 50px;
  }
}
.related-tiles {
  outline: 0;
  margin: 110px 0 0;
}
.related-tiles__title {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  padding-right: 70px;
  padding-left: 70px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1366px) {
  .related-tiles__title {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 600px) {
  .related-tiles__title {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.related-tiles__wrap {
  display: -ms-flexbox;
  display: flex;
}
.related-tiles__tile {
  cursor: pointer;
  display: block;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 33.333%;
  background-size: cover;
  background-position: 50%;
  color: #fff;
  padding: 135px 20px;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.related-tiles__tile:after {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(29, 29, 29, 0.6);
}
.related-tiles__tile-content {
  position: relative;
  z-index: 2;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.related-tiles__h {
  font-size: 38px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 0.2em;
  font-family: Poppins, sans-serif;
}
@media screen and (max-width: 2200px) {
  .related-tiles__h {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 1366px) {
  .related-tiles {
    margin: 80px 0 0;
  }
  .related-tiles__tile {
    width: 50%;
    padding: 100px 20px;
  }
  .related-tiles__tile:last-child {
    display: none;
  }
  .related-tiles__h {
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 1024px) {
  .related-tiles__h {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .related-tiles {
    margin: 60px 0 0;
  }
  .related-tiles__wrap {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .related-tiles__tile {
    width: 100%;
    padding: 70px 20px;
  }
  .related-tiles__tile:last-child {
    display: -ms-flexbox;
    display: flex;
  }
  .related-tiles__h {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .related-tiles__h {
    font-size: 20px;
  }
}
.search {
  margin-top: 110px;
  margin-bottom: 110px;
}
@media screen and (max-width: 2200px) {
  .search {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1366px) {
  .search {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .search {
    margin-top: 60px;
  }
}
@media screen and (max-width: 2200px) {
  .search {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1366px) {
  .search {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .search {
    margin-bottom: 60px;
  }
}
.search__wrap {
  max-width: 1540px;
  width: 100%;
  margin: 0 auto;
  padding-right: 70px;
  padding-left: 70px;
}
@media screen and (max-width: 1366px) {
  .search__wrap {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 600px) {
  .search__wrap {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.search__head {
  padding: 70px 90px;
  background-color: #f6f6f6;
}
.search__input {
  position: relative;
}
.search__input input {
  width: 100%;
  padding: 15px 40px 15px 0;
  border-bottom: 1px solid #474747;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.16667;
  letter-spacing: 0.01em;
  font-family: Roboto, sans-serif;
  color: #474747;
}
.search__input:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  width: 100%;
  bottom: 0;
  left: 0;
  transform: scaleX(0.0001);
  opacity: 0;
  transform-origin: center left;
  transition: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0s linear 0.65s;
  border-bottom: 1px solid #ccccd0;
}
.search__input.is-search-active:after {
  opacity: 1;
  transform: scaleX(1);
  transition: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1), opacity 0s linear;
}
.search__input-placeholder {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.16667;
  letter-spacing: 0.01em;
  color: #969696;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  left: 0;
  pointer-events: none;
  transform-origin: left top;
  transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.search__input-placeholder:after {
  content: "...";
}
.is-search-active .search__input-placeholder {
  transform: scale(0.75) translateY(-40px);
  color: #ccccd0;
}
.is-search-active .search__input-placeholder:after {
  display: none;
}
.search__cross {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 32px;
  height: 100%;
  opacity: 0;
  transform: scale(0.5);
  transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  pointer-events: none;
}
.search__cross:after,
.search__cross:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 0;
  display: block;
  width: 32px;
  height: 2px;
  background-color: #474747;
}
.search__cross:before {
  transform: rotate(-45deg);
}
.search__cross:after {
  transform: rotate(45deg);
}
.search__cross.is-cross-active {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}
.search__showing {
  padding: 30px 0;
  letter-spacing: 0.01em;
  font-family: Space Mono, monospace;
  color: #969696;
  margin-bottom: 60px;
}
.search__item {
  margin-top: 60px;
  padding-bottom: 70px;
  border-bottom: 1px solid #d1d1d1;
  display: -ms-flexbox;
  display: flex;
}
.search__item:first-child {
  margin-top: 0;
}
.search__item:last-child {
  border-bottom: 0;
}
.search__item-title {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 280px;
  margin-right: 90px;
}
.search__item-content {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-right: 90px;
}
.search__item-body {
  padding-top: 30px;
  width: 490px;
  display: none;
}
.search__button {
  margin: 50px auto 0;
  text-align: center;
}
@media screen and (max-width: 2200px) {
  .search__wrap {
    max-width: 1390px;
  }
  .search__input-placeholder,
  .search__input input {
    font-size: 22px;
  }
}
@media screen and (max-width: 1366px) {
  .search__head {
    padding: 60px 50px;
  }
  .search__input-placeholder,
  .search__input input {
    font-size: 21px;
  }
}
@media screen and (max-width: 1024px) {
  .search__input-placeholder,
  .search__input input {
    font-size: 20px;
  }
  .is-search-active .search__input-placeholder {
    transform: scale(0.75) translateY(-30px);
  }
  .search__showing {
    margin-bottom: 50px;
  }
  .search__item-title {
    margin-right: 50px;
  }
  .search__item-content {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .search__input-placeholder,
  .search__input input {
    font-size: 18px;
  }
  .is-search-active .search__input-placeholder {
    transform: scale(0.75) translateY(-25px);
  }
  .search__showing {
    padding: 25px 0;
    margin-bottom: 25px;
  }
  .search__head {
    padding: 40px 50px;
  }
  .search__item {
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 30px;
    margin-top: 30px;
  }
  .search__item-title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .search__button {
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 600px) {
  .search__head {
    padding: 40px 30px;
    width: calc(100% + 48px);
  }
  .search__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
  }
  .search__wrap > * {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .search__showing {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}
.side-images__item:nth-child(odd) {
  background-color: #fff;
}
.side-images__item:nth-child(odd) .side-images__content {
  -ms-flex-order: 1;
  order: 1;
  padding-left: 90px;
  padding-right: 80px;
}
.side-images__item:nth-child(odd) .side-images__pattern {
  right: 0;
  background-position: 100% 0;
}
.side-images__item:nth-child(odd) .side-images__media {
  -ms-flex-order: 2;
  order: 2;
  padding-right: 40px;
}
.side-images__item:nth-child(2n) {
  background-color: #f6f6f6;
}
.side-images__item:nth-child(2n) .side-images__content {
  -ms-flex-order: 2;
  order: 2;
  padding-right: 90px;
  padding-left: 80px;
}
.side-images__item:nth-child(2n) .side-images__pattern {
  left: 0;
  background-position: 0 0;
}
.side-images__item:nth-child(2n) .side-images__media {
  -ms-flex-order: 1;
  order: 1;
  padding-left: 40px;
}
.side-images__item:not(:first-child) {
  padding-top: 120px;
  margin-top: -140px;
}
.side-images__item:first-child {
  margin-top: 110px;
}
.side-images__item:last-child {
  margin-bottom: 110px;
}
.side-images__wrap {
  max-width: 1540px;
  width: 100%;
  margin: 0 auto;
  padding-right: 70px;
  padding-left: 70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1366px) {
  .side-images__wrap {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 600px) {
  .side-images__wrap {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.side-images__content {
  margin-top: 190px;
  padding-bottom: 220px;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 50%;
}
.side-images__content h2 {
  text-transform: none;
  min-width: 520px;
}
.side-images__text {
  clear: both;
  padding-left: 60px;
  margin-top: 15px;
}
.side-images__media {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 605px;
  position: relative;
  padding-top: 40px;
}
.side-images__image-wrap {
  width: 100%;
  position: relative;
  z-index: 2;
  overflow: hidden;
  box-shadow: 5px 10px 50px rgb(0 0 0 / 14%);
}
.side-images__image-wrap:before {
  content: "";
  display: block;
  padding-bottom: 135%;
}
.side-images__image {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 2;
  background-size: cover;
  background-position: 50%;
}
.side-images__pattern {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 442px;
  height: 520px;
  background-image: url(/wp-content/themes/ennova-research/assets/images/cross-pattern.b0d3d8f0.png);
  background-size: 13px 13px;
  background-repeat: repeat;
}
.side-images__caption {
  padding: 20px 0;
  text-align: right;
}
@media screen and (max-width: 2200px) {
  .side-images__wrap {
    max-width: 1390px;
  }
  .side-images__media {
    width: 530px;
  }
  .side-images__item:nth-child(odd) .side-images__content {
    padding-right: 70px;
  }
  .side-images__item:nth-child(2n) .side-images__content {
    padding-left: 70px;
  }
  .side-images__caption {
    padding: 15px 0;
  }
}
@media screen and (max-width: 1600px) {
  .side-images__media {
    width: 40%;
  }
  .side-images__pattern {
    width: 377px;
    height: 507px;
  }
  .side-images__content {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-top: 120px;
    padding-bottom: 180px;
  }
  .side-images__content h2 {
    min-width: 430px;
  }
  .side-images__item:not(:first-child) {
    margin-top: -100px;
  }
}
@media screen and (max-width: 1366px) {
  .side-images__media {
    width: 45%;
  }
  .side-images__pattern {
    width: calc(100% - 40px);
    height: calc(100% - 100px);
  }
  .side-images__content h2 {
    min-width: 380px;
  }
  .side-images__item:nth-child(2n) .side-images__content,
  .side-images__item:nth-child(odd) .side-images__content {
    padding-left: 40px;
    padding-right: 40px;
  }
  .side-images__item:not(:first-child) {
    padding-top: 60px;
  }
  .side-images__item:first-child {
    margin-top: 60px;
  }
  .side-images__item:last-child {
    margin-bottom: 60px;
  }
  .side-images__text {
    padding-left: 45px;
  }
}
@media screen and (max-width: 1024px) {
  .side-images__media {
    width: 40%;
  }
  .side-images__wrap {
    -ms-flex-align: center;
    align-items: center;
  }
  .side-images__content {
    margin-top: 0;
    padding-bottom: 0;
  }
  .side-images__content h2 {
    min-width: 340px;
  }
  .side-images__item:nth-child(odd) .side-images__content {
    padding-left: 0;
  }
  .side-images__item:nth-child(2n) .side-images__content {
    padding-right: 0;
  }
  .side-images__item:not(:first-child) {
    margin-top: 0;
    padding-bottom: 60px;
  }
  .side-images__item:first-child {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .side-images__wrap {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .side-images__content h2 {
    min-width: 0;
  }
  .side-images:nth-child(2n) .side-images__content,
  .side-images:nth-child(odd) .side-images__content {
    -ms-flex-order: 2;
    order: 2;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    padding: 0;
    margin-top: 0;
  }
  .side-images:nth-child(2n) .side-images__pattern,
  .side-images:nth-child(odd) .side-images__pattern {
    right: 0;
    left: auto;
    background-position: 100% 0;
  }
  .side-images:nth-child(2n) .side-images__media,
  .side-images:nth-child(odd) .side-images__media {
    -ms-flex-order: 1;
    order: 1;
    width: 300px;
    padding-right: 40px;
    padding-left: 0;
    margin-left: 40px;
  }
}
@media screen and (max-width: 480px) {
  .side-images:nth-child(2n) .side-images__media,
  .side-images:nth-child(odd) .side-images__media {
    margin-left: 24px;
  }
  .side-images__text {
    padding-left: 0;
  }
}
.side-panels {
  margin-top: 110px;
  margin-bottom: 110px;
}
@media screen and (max-width: 2200px) {
  .side-panels {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1366px) {
  .side-panels {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .side-panels {
    margin-top: 60px;
  }
}
@media screen and (max-width: 2200px) {
  .side-panels {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1366px) {
  .side-panels {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .side-panels {
    margin-bottom: 60px;
  }
}
.side-panels__item {
  margin-bottom: 110px;
}
.side-panels__item:last-child {
  margin-bottom: 0;
}
.side-panels__item:nth-child(odd) .side-panels__content {
  -ms-flex-order: 2;
  order: 2;
  margin-left: 120px;
  padding: 40px 55px 40px 0;
}
.side-panels__item:nth-child(odd) .side-panels__media {
  -ms-flex-order: 1;
  order: 1;
  margin-left: -18%;
}
.side-panels__item:nth-child(odd) .side-panels__braket,
.side-panels__item:nth-child(odd) .side-panels__braket:after,
.side-panels__item:nth-child(odd) .side-panels__braket:before {
  right: 0;
}
.side-panels__item:nth-child(2n) .side-panels__content {
  -ms-flex-order: 1;
  order: 1;
  margin-right: 120px;
  padding: 40px 0 40px 55px;
}
.side-panels__item:nth-child(2n) .side-panels__media {
  -ms-flex-order: 2;
  order: 2;
  margin-right: -18%;
}
.side-panels__item:nth-child(2n) .side-panels__braket,
.side-panels__item:nth-child(2n) .side-panels__braket:after,
.side-panels__item:nth-child(2n) .side-panels__braket:before {
  left: 0;
}
.side-panels__wrap {
  max-width: 1540px;
  width: 100%;
  margin: 0 auto;
  padding-right: 70px;
  padding-left: 70px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1366px) {
  .side-panels__wrap {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 600px) {
  .side-panels__wrap {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.side-panels__content {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 580px;
  position: relative;
}
.side-panels__text {
  clear: both;
  margin-top: 15px;
}
.side-panels__braket {
  position: relative;
  width: 13px;
  height: 100%;
  background-color: #f1f1f1;
  position: absolute;
  top: 0;
}
.side-panels__braket:after,
.side-panels__braket:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 13px;
  background-color: #f1f1f1;
}
.side-panels__braket:before {
  top: 0;
}
.side-panels__braket:after {
  bottom: 0;
}
@media screen and (max-width: 600px) {
  .side-panels__braket {
    width: 11px;
    height: 100%;
  }
  .side-panels__braket:after,
  .side-panels__braket:before {
    width: 22px;
    height: 11px;
  }
}
.side-panels__media {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.side-panels__media:before {
  content: "";
  display: block;
  padding-bottom: 62.5%;
}
.side-panels__image {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}
@media screen and (max-width: 2200px) {
  .side-panels__wrap {
    max-width: 1390px;
  }
  .side-panels__item {
    margin-bottom: 100px;
  }
  .side-panels__item:nth-child(odd) .side-panels__content {
    margin-left: 100px;
  }
  .side-panels__item:nth-child(2n) .side-panels__content {
    margin-right: 100px;
  }
}
@media screen and (max-width: 1900px) {
  .side-panels__content {
    width: 40%;
  }
  .side-panels__item:nth-child(odd) .side-panels__media {
    margin-left: -70px;
  }
  .side-panels__item:nth-child(2n) .side-panels__media {
    margin-right: -70px;
  }
}
@media screen and (max-width: 1720px) {
  .side-panels__item:nth-child(odd) .side-panels__media {
    margin-left: 0;
  }
  .side-panels__item:nth-child(2n) .side-panels__media {
    margin-right: 0;
  }
}
@media screen and (max-width: 1600px) {
  .side-panels__content {
    width: 40%;
  }
  .side-panels__item:nth-child(odd) .side-panels__content {
    margin-left: 90px;
  }
  .side-panels__item:nth-child(2n) .side-panels__content {
    margin-right: 90px;
  }
}
@media screen and (max-width: 1366px) {
  .side-panels__item {
    margin-bottom: 80px;
  }
  .side-panels__item:nth-child(odd) .side-panels__content {
    margin-left: 50px;
    padding: 30px 45px 30px 0;
  }
  .side-panels__item:nth-child(2n) .side-panels__content {
    margin-right: 50px;
    padding: 30px 0 30px 45px;
  }
}
@media screen and (max-width: 768px) {
  .side-panels__wrap {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .side-panels__item {
    margin-bottom: 60px;
  }
  .side-panels:nth-child(2n) .side-panels__content,
  .side-panels:nth-child(odd) .side-panels__content {
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    padding: 25px 0 0;
    margin: 0;
  }
  .side-panels:nth-child(2n) .side-panels__media,
  .side-panels:nth-child(odd) .side-panels__media {
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
  .side-panels__braket {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .side-panels:nth-child(2n) .side-panels__media,
  .side-panels:nth-child(odd) .side-panels__media {
    margin-left: -24px;
    margin-right: -24px;
    width: auto;
  }
}
.slider {
  width: 100%;
  height: 120vh;
  min-height: 1100px;
  position: relative;
  z-index: 4;
  overflow: hidden;
  background-color: #242424;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.slider.news {
  height: 60vh;
  min-height: auto;
}

.slider__bg {
  z-index: 1;
  overflow: hidden;
}
.slider__bg,
.slider__bg:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slider__bg:after {
  content: "";
  z-index: 2;
  background-color: rgba(36, 36, 36, 0.35);
}
.slider__bg-wrap {
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}
.slider__bg-item,
.slider__bg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider__bg-item,
.slider__bg-wrap.news {
  top: -5%;
  height: 120%;
}

.slider__bg-item {
  opacity: 0;
  background-size: cover;
  background-position: 50%;
}
@keyframes bg-item-img-active {
  0% {
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.slider__bg-item:first-child {
  opacity: 1;
}
.slider__bg-item.is-prev:not(.is-active) {
  z-index: 1;
  opacity: 1;
}
.slider__bg-item.is-active {
  z-index: 2;
  opacity: 1;
  animation: bg-item-img-active 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    forwards;
}
.slider__frame {
  width: 700px;
  height: 470px;
  position: absolute;
  z-index: 201;
  right: 125px;
  top: 50%;
  margin-top: -235px;
}
.slider__clickable {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% + 125px);
  height: 100%;
  z-index: 100;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  cursor: none;
}
.slider__clickable,
.slider__clickable div {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.slider__clickable div {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.slider__clickable div:nth-child(2) {
  -ms-flex: 2 1 auto;
  flex: 2 1 auto;
}
.slider__panel {
  position: absolute;
  z-index: 10;
  left: auto;
  top: 100%;
  right: 50px;
  padding: 26px 0;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
}
.slider__controls,
.slider__panel {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.slider__controls {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 30px;
  -ms-flex-align: center;
}
.slider__controls img {
  width: 24px;
  height: 24px;
  cursor: pointer;
  opacity: 0.6;
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.slider__controls img:first-child {
  margin-right: 20px;
}
.slider__controls img:hover {
  opacity: 1;
}
.slider__controls img:active {
  transform: scale(0.9);
}
.slider__auto-counter {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}
.slider__auto-counter div {
  display: block;
  position: relative;
  width: 8px;
  height: 8px;
  box-sizing: content-box;
  padding: 0 6px;
  cursor: pointer;
}
.slider__auto-counter div:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 100%;
  left: 4px;
  top: 0;
  background-color: #fff;
  opacity: 0.2;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: scale3d(0.75, 0.75, 0.75);
  transition: opacity 0.3s ease;
}
.slider__auto-counter div.is-active:after {
  opacity: 1;
  transform: scale(1);
}
.slider__auto-counter div:hover:after {
  opacity: 0.8;
  transform: scale(1);
}
.slider__list {
  display: -ms-flexbox;
  display: flex;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}
.slider__list.is-transition {
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
}
.slider__slide {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 650px;
  height: 470px;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-right: 50px;
  will-change: opacity;
  transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
}
.slider__slide.is-active,
.slider__slide.is-active ~ .slider__slide {
  opacity: 1;
}
.slider__slide.is-active .slider__slide-img:after {
  opacity: 0;
}
.slider__slide:last-child {
  margin-right: 0;
}
.slider__slide-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 2;
}
.slider__slide-caption {
  position: absolute;
  z-index: 4;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.25;
  letter-spacing: 0.18em;
  font-family: Space Mono, monospace;
  color: #fff;
  padding: 22px 0;
  width: calc(100% - 160px);
  opacity: 0;
}
.is-active .slider__slide-caption {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.slider__wrap {
  position: static;
  max-width: 1840px;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 110px 70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1366px) {
  .slider__wrap {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 600px) {
  .slider__wrap {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 2200px) {
  .slider__wrap {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1366px) {
  .slider__wrap {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .slider__wrap {
    padding-top: 60px;
  }
}
@media screen and (max-width: 2200px) {
  .slider__wrap {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1366px) {
  .slider__wrap {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .slider__wrap {
    padding-bottom: 60px;
  }
}
.slider__content {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  position: relative;
  z-index: 202;
  width: 100%;
  height: 470px;
  max-width: 600px;
}
.slider__content:after {
  content: "";
  display: table;
  clear: both;
}
.slider__content-item {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.slider__content-item.is-active {
  opacity: 1;
  pointer-events: auto;
  position: relative;
}
.slider__content-item.is-active .slider__content-text {
  opacity: 1;
  transform: none;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s,
    opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s;
}
.slider__content-title {
  margin-bottom: 20px;
}
.slider__content-title h2 {
  min-width: 700px;
}
.slider__content-text {
  padding-left: 90px;
  opacity: 0;
  transform: translate3d(-20px, 0, 0);
}

.slider__content-text.news {
  width: 60%;
}

.slider__content-text p {
  margin-bottom: 40px;
}
.is-body-touch .slider .slider__clickable {
  display: none;
}
@media screen and (max-width: 2200px) {
  .slider__wrap {
    max-width: 1640px;
  }
  .slider__content {
    max-width: 530px;
    height: 410px;
  }
  .slider__content-text {
    padding-left: 70px;
  }
  .slider__frame {
    width: 614px;
    height: 410px;
    margin-top: -205px;
    right: 70px;
  }
  .slider__slide {
    width: 564px;
    height: 410px;
  }
  .slider__slide-caption {
    font-size: 15px;
  }
}
@media screen and (max-width: 1700px) {
  .slider__content {
    max-width: 470px;
    height: 360px;
  }
  .slider__content-text {
    padding-left: 70px;
  }
  .slider__frame {
    width: 550px;
    height: 360px;
    margin-top: -180px;
    right: 70px;
  }
  .slider__slide {
    width: 500px;
    height: 360px;
  }
}
@media screen and (max-width: 1600px) {
  .slider__content-text {
    padding-left: 70px;
  }
  .slider__content-title h2 {
    min-width: 550px;
  }
}
@media screen and (max-width: 1420px) {
  .slider {
    min-height: 900px;
  }
  .slider__content {
    max-width: 440px;
  }
  .slider__content-text {
    padding-left: 70px;
  }
  .slider__frame {
    width: 430px;
    height: 288px;
    margin-top: -144px;
    right: 50px;
  }
  .slider__slide {
    width: 400px;
    height: 288px;
    margin-right: 30px;
  }
  .slider__panel {
    right: 30px;
    padding: 24px 0;
  }
  .slider__content-text {
    padding-left: 60px;
  }
  .slider__slide-caption {
    font-size: 14px;
  }
}
@media screen and (max-width: 1366px) {
  .slider__content {
    max-width: 440px;
  }
  .slider__content-text {
    padding-left: 70px;
  }
  .slider__frame {
    width: 430px;
    height: 288px;
    margin-top: -144px;
    right: 30px;
  }
  .slider__list {
    position: relative;
  }
  .slider__list:after {
    content: "";
    position: absolute;
    z-index: 10;
    pointer-events: none;
    left: 0;
    top: 0;
    width: 2580px;
    height: 1px;
  }
  .slider__slide {
    width: 400px;
    height: 288px;
  }
  .slider__content-title h2 {
    min-width: 480px;
  }
}
@media screen and (max-width: 1200px) {
  .slider {
    height: auto;
    min-height: 0;
  }
  .slider.news {
    padding-top: 5rem;
  }
  .slider__slide {
    width: 450px;
    height: 324px;
    opacity: 1;
  }
  .slider__frame-wrap {
    width: 100%;
    margin: 60px 0;
  }
  .slider__frame-wrap.news {
    display: none;
  }
  .slider__frame {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
    width: 480px;
    height: 324px;
    left: 0;
    top: 0;
    right: auto;
    margin: 0;
  }
  .slider__content {
    min-height: 370px;
    height: auto;
    max-width: 640px;
  }
  .slider__auto-counter {
    display: none;
  }
  .slider__slide-caption {
    width: 100%;
    padding: 18px 0;
    font-size: 13px;
  }
  .slider__list.is-transition {
    transition: transform 1s cubic-bezier(0.135, 0.435, 0.12, 0.975);
  }
  .slider__clickable {
    width: calc(100vw - 100px);
  }
  .slider__content-title h2 {
    min-width: 0;
  }
  .slider__wrap {
    height: auto;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .slider__content {
    min-height: 420px;
  }
  .slider__frame-wrap {
    margin: 30px 0 0;
  }
  .slider__auto-counter {
    display: -ms-flexbox;
    display: flex;
  }
  .slider__list {
    display: none;
  }
  .slider__panel {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 0 0 37px;
  }
  .slider__frame {
    width: 100%;
    height: auto;
  }
  .slider__content-text {
    padding-left: 37px;
    padding-right: 17px;
  }
  .slider__bg:after {
    background-color: rgba(36, 36, 36, 0.6);
  }
}
@media screen and (max-width: 600px) {
  .slider__slide-caption {
    padding: 12px 0;
    font-size: 12px;
  }
  .slider__frame-wrap {
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .slider__content h2 {
    font-size: 24px;
  }
}
.stats {
  position: relative;
  z-index: 5;
}
.stats--main.is-parallax-active {
  margin-bottom: -200px;
}
.stats__reveal {
  width: 100%;
  height: 100vh;
  min-height: 1000px;
  position: relative;
  overflow: hidden;
  background-color: #16191f;
}
.stats__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-position: 50%;
}
/* removed images */
.stats__bg--main {
  background: none;
}
.stats__bg--simple {
  background-image: none;
}
.stats__bg:after {
  content: "";
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(29, 29, 29, 0.4);
}
.stats__wrap {
  max-width: 1840px;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 110px 70px;
  position: static;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1366px) {
  .stats__wrap {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 600px) {
  .stats__wrap {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 2200px) {
  .stats__wrap {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1366px) {
  .stats__wrap {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .stats__wrap {
    padding-top: 60px;
  }
}
@media screen and (max-width: 2200px) {
  .stats__wrap {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1366px) {
  .stats__wrap {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .stats__wrap {
    padding-bottom: 60px;
  }
}
.stats__points {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.stats__points--main .stats__point--1 {
  left: 2.5vw;
}
.stats__points--main .stats__point--2 {
  left: 26vw;
}
.stats__points--main .stats__point--3 {
  left: 39vw;
}
.stats__points--main .stats__point--4 {
  right: 16vw;
}
.stats__points--main .stats__point--5 {
  right: 2.5vw;
}
.stats__points--5 .stats__point--1 {
  left: 2.5vw;
}
.stats__points--5 .stats__point--2 {
  left: 26vw;
}
.stats__points--5 .stats__point--3 {
  left: 39vw;
}
.stats__points--5 .stats__point--4 {
  right: 16vw;
}
.stats__points--5 .stats__point--5 {
  right: 2.5vw;
}
.stats__points--4 .stats__point--1 {
  left: 10.5vw;
}
.stats__points--4 .stats__point--2 {
  left: 34vw;
}
.stats__points--4 .stats__point--3 {
  right: 28vw;
}
.stats__points--4 .stats__point--4 {
  right: 8.5vw;
}
.stats__points--3 .stats__point--1 {
  left: 10.5vw;
}
.stats__points--3 .stats__point--2 {
  left: 44vw;
}
.stats__points--3 .stats__point--3 {
  right: 12vw;
}
.stats__points--2 .stats__point--1 {
  left: 26vw;
}
.stats__points--2 .stats__point--2 {
  right: 16vw;
}
.stats__points--1 .stats__point--1 {
  left: 36vw;
}
.stats__point {
  position: absolute;
  z-index: 202;
}
.stats__point--1 {
  top: 14.5vw;
}
.stats__point--2 {
  top: 19vw;
}
.stats__point--3 {
  bottom: 9vw;
}
.stats__point--4 {
  bottom: 14.5vw;
}
.stats__point--5 {
  top: 9vw;
}
.stats__content {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  text-align: right;
  color: #fff;
  width: 100%;
  max-width: 600px;
  margin: auto 0 auto auto;
  position: relative;
  z-index: 201;
}
.stats__text {
  clear: both;
  color: #fff;
  padding-top: 30px;
  padding-right: 110px;
}
@media screen and (max-width: 2200px) {
  .stats__content {
    max-width: 523px;
  }
  .stats__wrap {
    max-width: 1640px;
  }
}
@media screen and (max-width: 1600px) {
  .stats__text {
    padding-right: 70px;
  }
  .stats__content {
    max-width: 500px;
  }
}
@media screen and (max-width: 1420px) {
  .stats--main .stats__point--3 {
    left: 24vw;
  }
  .stats__content {
    max-width: 450px;
  }
  .stats__text {
    padding-right: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .stats__reveal {
    height: auto;
    min-height: 0;
  }
  .stats__wrap {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .stats__content {
    margin: 0 0 50px;
  }
  .stats__points {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: auto;
    max-width: 600px;
    position: relative;
    z-index: 3;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .stats__point {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: calc(50% - 10px);
    max-width: 220px;
    position: static;
    margin-bottom: 35px;
    margin-top: 35px;
  }
  .stats__point--5 {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .stats {
    min-height: 0;
    height: auto;
  }
  .stats__text {
    padding-left: 15px;
    padding-right: 29px;
  }
  .stats--main .stats__points {
    margin-top: 0;
  }
  .stats__content {
    max-width: 400px;
  }
  .stats__bg:after {
    background-color: rgba(29, 29, 29, 0.5);
  }
  .stats--main .stats__point--3 {
    /* display: none */
  }
}
.sidebar-image {
  position: relative;
  padding-left: 40px;
  padding-bottom: 40px;
  margin-bottom: 90px;
  margin-top: 0 !important;
}
.sidebar-image:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 2200px) {
  .sidebar-image {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1366px) {
  .sidebar-image {
    margin-bottom: 50px;
  }
}
.sidebar-image__wrap {
  width: 100%;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.sidebar-image__wrap:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.sidebar-image__img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 2;
  background-size: cover;
  background-position: 50%;
  will-change: transform;
}
.sidebar-image__pattern {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  background-image: url(/wp-content/themes/ennova-research/assets/images/cross-pattern.b0d3d8f0.png);
  background-size: 13px 13px;
  background-position: 0 100%;
  background-repeat: repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 1366px) {
  .sidebar-image {
    max-width: 405px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }
  .sidebar-image__pattern {
    left: -40px;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .sidebar-image {
    max-width: 250px;
  }
}
.sidebar-list {
  color: #474747;
  margin-bottom: 90px;
  max-width: 500px;
}
.sidebar-list:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 2200px) {
  .sidebar-list {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1366px) {
  .sidebar-list {
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
  }
}
.sidebar-posts {
  margin-bottom: 90px;
}
.sidebar-posts:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 2200px) {
  .sidebar-posts {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1366px) {
  .sidebar-posts {
    margin-bottom: 50px;
  }
}
.sidebar-posts__item {
  margin-bottom: 50px;
}
.sidebar-posts__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1366px) {
  .sidebar-posts {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -120px;
    margin-left: -90px;
  }
  .sidebar-posts__item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: calc(50% - 30px);
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .sidebar-posts {
    margin-right: 0;
    margin-left: 0;
    display: block;
  }
  .sidebar-posts__item {
    max-width: none;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.sidebar-quote {
  padding-left: 50px;
  margin-bottom: 90px;
}
.sidebar-quote:after {
  content: "";
  display: table;
  clear: both;
}
.sidebar-quote:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 2200px) {
  .sidebar-quote {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1366px) {
  .sidebar-quote {
    margin-bottom: 50px;
    padding-left: 0;
    max-width: 550px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.sub-image {
  position: relative;
  margin-top: 100px;
  margin-bottom: 100px;
}
.sub-image:first-child {
  margin-top: 0;
}
.sub-image:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 2200px) {
  .sub-image {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 1366px) {
  .sub-image {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.sub-image__img-wrap {
  width: 100%;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.sub-image__img-wrap:after {
  content: "";
  display: block;
  padding-bottom: 62.5%;
}
.sub-image__img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: 50%;
  will-change: transform;
}
.sub-image__pattern {
  position: absolute;
  z-index: 1;
  top: -40px;
  right: -40px;
  width: 50%;
  height: 50%;
  background-image: url(/wp-content/themes/ennova-research/assets/images/cross-pattern.b0d3d8f0.png);
  background-size: 13px 13px;
  background-repeat: repeat;
  background-position: 100% 0;
}
.sub-image__caption {
  padding: 20px 0;
  text-align: right;
}
@media screen and (max-width: 2200px) {
  .sub-image__caption {
    padding: 15px 0;
  }
}
@media screen and (max-width: 1366px) {
  .sub-image {
    padding-top: 40px;
  }
  .sub-image__pattern {
    top: 0;
  }
}
@media screen and (max-width: 600px) {
  .sub-image {
    margin-left: -24px;
    margin-right: -24px;
  }
  .sub-image__pattern {
    width: 100%;
    height: 39px;
    right: 0;
    background-position: top;
  }
  .sub-image__caption {
    padding: 15px;
  }
}
.sub-lead-paragraph {
  display: block;
  font-family: Roboto, sans-serif;
  color: #2d2d2d;
  position: relative;
  padding: 25px 0;
  margin-bottom: 30px;
}
.sub-lead-paragraph,
.sub-lead-paragraph > * {
  font-size: 21px;
  font-weight: 400;
  line-height: 1.52381;
  letter-spacing: 0.01em;
}
.sub-lead-paragraph:last-child {
  margin-bottom: 0;
}
.sub-lead-paragraph--simple {
  padding: 0;
}
.sub-lead-paragraph--simple .sub-lead-paragraph__braket {
  display: none;
}
.sub-lead-paragraph__braket {
  position: absolute;
  top: 0;
  width: 13px;
  height: 100%;
  left: -55px;
  background-color: #ee7f00;
}
.sub-lead-paragraph__braket:after,
.sub-lead-paragraph__braket:before {
  content: "";
  position: absolute;
  left: 0;
  width: 28px;
  height: 13px;
  background-color: #ee7f00;
}
.sub-lead-paragraph__braket:before {
  top: 0;
}
.sub-lead-paragraph__braket:after {
  bottom: 0;
}
@media screen and (max-width: 2200px) {
  .sub-lead-paragraph,
  .sub-lead-paragraph > * {
    font-size: 19px;
  }
}
@media screen and (max-width: 768px) {
  .sub-lead-paragraph {
    padding-left: 40px;
  }
  .sub-lead-paragraph,
  .sub-lead-paragraph > * {
    font-size: 17px;
  }
  .sub-lead-paragraph__braket {
    left: 0;
    width: 11px;
    height: 100%;
  }
  .sub-lead-paragraph__braket:after,
  .sub-lead-paragraph__braket:before {
    width: 24px;
    height: 11px;
  }
  .sub-lead-paragraph--simple {
    padding-left: 0;
  }
}
.sub-news {
  margin-top: 100px;
  margin-bottom: 100px;
}
.sub-news:first-child {
  margin-top: 0;
}
.sub-news:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 2200px) {
  .sub-news {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 1366px) {
  .sub-news {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.sub-news__item {
  margin-top: 55px;
  padding-right: 70px;
  padding-bottom: 55px;
  border-bottom: 1px solid #d1d1d1;
  color: #2d2d2d;
}
.sub-news__item:first-child {
  margin-top: 0;
}
.sub-news__item:last-child {
  border-bottom: 0;
}
.sub-news__link,
.sub-news__meta {
  margin-bottom: 15px;
}
.sub-news__link {
  display: block;
  color: #ee7f00;
  text-decoration: underline;
  transition: color 0.2s ease-out;
}
.sub-news__link:hover {
  color: #474747;
}
.sub-news__button {
  text-align: center;
  margin: 50px auto 0;
}
.sub-news__pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sub-news__pagination-button {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.sub-news__pagination-button a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.3em;
  font-family: Poppins, sans-serif;
  height: 60px;
  padding: 0 22px;
  color: #424242;
  border: 1px solid #ccccd0;
}
.sub-news__pagination-button:first-child {
  margin-right: auto;
}
.sub-news__pagination-button:ladt-child {
  margin-left: auto;
}
@media screen and (max-width: 2200px) {
  .sub-news__pagination-button a {
    font-size: 11px;
    height: 55px;
    padding: 0 22px;
  }
}
@media screen and (max-width: 768px) {
  .sub-news__pagination-button a {
    font-size: 10px;
    height: 50px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .sub-news__item {
    margin-top: 30px;
    padding-bottom: 30px;
    padding-right: 0;
  }
  .sub-news__link {
    padding-right: 30px;
  }
  .sub-news__button {
    margin: 30px auto 0;
  }
  .sub-news__pagination-button a {
    font-size: 9px;
    height: 40px;
    padding: 0 10px;
  }
}
.sub-paragraph {
  margin-top: 60px;
  margin-bottom: 60px;
}
.sub-paragraph:first-child {
  margin-top: 0;
}
.sub-paragraph:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 2200px) {
  .sub-paragraph {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1366px) {
  .sub-paragraph {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.sub-paragraph--grey {
  position: relative;
  padding-bottom: 90px;
  padding-top: 90px;
}
.sub-paragraph--grey:before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: -90px;
  width: 100vw;
  height: 100%;
  background-color: #f6f6f6;
}
.sub-paragraph--grey.sub-paragraph--has-title {
  padding-top: 0;
}
.sub-paragraph--grey.sub-paragraph--has-title:before {
  height: calc(100% - 78px);
}
.sub-paragraph__title {
  margin-bottom: 40px;
  padding-left: 10px;
}
@media screen and (max-width: 1600px) {
  .sub-paragraph--grey.sub-paragraph--has-title:before {
    height: calc(100% - 60px);
  }
}
@media screen and (max-width: 1366px) {
  .sub-paragraph--grey.sub-paragraph--has-title:before {
    height: calc(100% - 46px);
  }
  .sub-paragraph--grey:before {
    right: -140px;
  }
}
@media screen and (max-width: 768px) {
  .sub-paragraph--grey {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .sub-paragraph--grey:before {
    width: 150vw;
    height: 100%;
  }
  .sub-paragraph--grey.sub-paragraph--has-title:before {
    height: calc(100% - 38px);
  }
}
.sub-quote {
  margin-top: 60px;
  margin-bottom: 60px;
  max-width: 620px;
  margin: 0 auto;
}
.sub-quote:after {
  content: "";
  display: table;
  clear: both;
}
.sub-quote:first-child {
  margin-top: 0;
}
.sub-quote:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 2200px) {
  .sub-quote {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1366px) {
  .sub-quote {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 2200px) {
  .sub-quote {
    max-width: 540px;
  }
}
@media screen and (max-width: 1366px) {
  .sub-quote {
    padding-left: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.sub-table {
  margin-top: 60px;
  margin-bottom: 60px;
}
.sub-table:first-child {
  margin-top: 0;
}
.sub-table:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 2200px) {
  .sub-table {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1366px) {
  .sub-table {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.sub-table__content {
  width: 100%;
  overflow-x: auto;
}
.sub-table table {
  min-width: 100%;
  border: 0;
  border-color: transparent;
  padding: 0;
  margin: 0;
}
.sub-table tr:nth-child(odd) {
  background-color: #f6f6f6;
}
.sub-table td {
  color: #474747;
  box-sizing: border-box;
  padding: 15px 20px 15px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0;
  font-family: Space Mono, monospace;
  border-color: transparent;
  border-width: 0;
}
.sub-table td:first-child {
  width: 320px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.sub-table.with-thead td:first-child {
  width: 320px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 400;
  text-transform: none;
}

.sub-table.with-thead tr:first-child {
  background-color: #474747;
}

.sub-table.with-thead tr:first-child td {
  color: #fff;
  font-weight: 600;
}

.content-post .sub-table--grey {
  position: relative;
  padding-bottom: 55px;
  padding-top: 55px;
}
.content-post .sub-table--grey > * {
  position: relative;
  z-index: 2;
}
.content-post .sub-table--grey:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: -90px;
  width: 100vw;
  height: 100%;
  background-color: #f6f6f6;
}
.content-post .sub-table--grey tr:nth-child(odd) {
  background-color: #fff;
}
@media screen and (max-width: 2200px) {
  .sub-table td {
    font-size: 14px;
  }
}
@media screen and (max-width: 1600px) {
  .content-post .sub-table--grey:after {
    right: -50px;
  }
}
@media screen and (max-width: 1024px) {
  .sub-table td:first-child {
    width: auto;
    padding-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .content-post .sub-table--grey:before {
    width: 150vw;
    height: 100%;
  }
}
@media screen and (max-width: 600px) {
  .sub-table__content {
    min-width: 100%;
    width: auto;
    margin-left: -24px;
    margin-right: -24px;
  }
  .sub-table td {
    font-size: 13px;
    padding: 10px 20px 10px 0;
  }
  .sub-table td:first-child {
    width: auto;
  }
  .content-post .sub-table--grey {
    padding-bottom: 20px;
    padding-top: 40px;
  }
  .content-post .sub-table--grey:after {
    right: -24px;
  }
}
.sub-video {
  position: relative;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 40px;
}
.sub-video:first-child {
  margin-top: 0;
}
.sub-video:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 2200px) {
  .sub-video {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 1366px) {
  .sub-video {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.sub-video__img-wrap {
  position: relative;
  z-index: 3;
  width: 100%;
  overflow: hidden;
}
.sub-video__img-wrap:after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.sub-video__img {
  background-size: cover;
  background-position: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}
.sub-video__iframe-wrap,
.sub-video__img {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.sub-video__iframe-wrap {
  overflow: hidden;
}
.sub-video__iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.sub-video__wrap {
  position: relative;
}
.sub-video__wrap.is-loaded .sub-video__button,
.sub-video__wrap.is-loaded .sub-video__img {
  opacity: 0;
  pointer-events: none;
}
.sub-video__wrap.is-loaded .sub-video__button {
  transition: none;
}
.sub-video__wrap.is-loaded .sub-video__img {
  transition: opacity 0.5s ease-in-out;
}
.sub-video__pattern {
  position: absolute;
  z-index: 1;
  top: -40px;
  right: -40px;
  width: 494px;
  height: 312px;
  background-image: url(/wp-content/themes/ennova-research/assets/images/cross-pattern.b0d3d8f0.png);
  background-size: 13px 13px;
  background-repeat: repeat;
  background-position: 100% 0;
}
.sub-video__caption {
  padding: 20px 0;
  text-align: right;
}
.sub-video__button {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 2200px) {
  .sub-video__caption {
    padding: 15px 0;
  }
}
@media screen and (max-width: 1600px) {
  .sub-video__pattern {
    width: 364px;
    height: 312px;
  }
}
@media screen and (max-width: 1366px) {
  .sub-video {
    padding-top: 40px;
  }
  .sub-video__pattern {
    width: 494px;
    height: 312px;
  }
}
@media screen and (max-width: 1024px) {
  .sub-video__pattern {
    width: 364px;
    height: 260px;
  }
}
@media screen and (max-width: 600px) {
  .sub-video {
    margin-left: -24px;
    margin-right: -24px;
  }
  .sub-video__pattern {
    width: 100%;
    height: 39px;
    right: 0;
    background-position: top;
  }
  .sub-video__caption {
    padding: 15px;
  }
}
