/*
Theme Name: Charge Amps WordPress Theme
Theme URI: https://charge-amps.com
Description: Custom theme for Charge Amps
Version: 1.4.3
*/
:root {
  --color-green: #81e18b;
  --color-light-green: #d9edd9;
  --color-coral: #ff8b7c;
  --color-light-coral: #ffe6e0;
  --color-light-gray: #dddddd;
  --color-medium-gray: #a1a1a1;
  --color-dark-gray: #535353;
  --color-black: #000;
  --color-white: #fff;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  overflow: visible !important;
}

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

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

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

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.icon-logomark {
  width: 1.3125em;
}

.icon-play {
  width: 0.7998046875em;
}

.icon-logo-full {
  width: 1.130859375em;
}

.icon-charge-amps-logo-hor {
  width: 10.3876953125em;
}

b {
  font-weight: 500;
}

.text-l {
  text-align: left;
}

.text-c {
  text-align: center;
}

.text-r {
  text-align: right;
}

.float-l {
  float: left;
}

.float-r {
  float: right;
}

/* WORDPRESS */
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

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

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

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

.columns {
  display: flex;
  flex-wrap: wrap;
  padding: 0 calc(40px - (24px / 2));
  width: 100%;
  max-width: 1540px;
  margin: 0 auto;
}
@media all and (max-width: 1024px) {
  .columns {
    padding: 0 calc(20px - (24px / 2));
  }
}
.columns.no-margin {
  padding: 0;
  width: calc(100% + 24px);
  margin-left: calc((24px / 2) * -1);
}

.col {
  padding: 0 calc(24px / 2);
}
@media screen and (max-width: 580px) {
  .col {
    margin-bottom: 24px;
  }
}
.col-1 {
  width: 8.333%;
}

.col-2 {
  width: 16.666%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.333%;
}

.col-5 {
  width: 41.666%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.333%;
}

.col-8 {
  width: 66.666%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.333%;
}

.col-11 {
  width: 91.666%;
}

.col-12 {
  width: 100%;
}

.push-1 {
  margin-left: 8.333%;
}

.push-2 {
  margin-left: 16.666%;
}

.push-3 {
  margin-left: 25%;
}

.push-4 {
  margin-left: 33.333%;
}

.push-5 {
  margin-left: 41.666%;
}

.push-6 {
  margin-left: 50%;
}

.push-7 {
  margin-left: 58.333%;
}

.push-8 {
  margin-left: 66.666%;
}

.push-9 {
  margin-left: 75%;
}

.push-10 {
  margin-left: 83.333%;
}

.push-11 {
  margin-left: 91.666%;
}

@media all and (max-width: 1024px) {
  .tablet-wide-push-0 {
    margin-left: 0;
  }
}

@media all and (max-width: 1024px) {
  .tablet-wide-push-1 {
    margin-left: 8.333%;
  }
}

@media all and (max-width: 1024px) {
  .tablet-wide-push-2 {
    margin-left: 16.666%;
  }
}

@media all and (max-width: 1024px) {
  .tablet-wide-push-3 {
    margin-left: 25%;
  }
}

@media all and (max-width: 1024px) {
  .tablet-wide-push-4 {
    margin-left: 33.333%;
  }
}

@media all and (max-width: 1024px) {
  .tablet-wide-push-5 {
    margin-left: 41.666%;
  }
}

@media all and (max-width: 1024px) {
  .tablet-wide-push-6 {
    margin-left: 50%;
  }
}

@media all and (max-width: 1024px) {
  .tablet-wide-push-7 {
    margin-left: 58.333%;
  }
}

@media all and (max-width: 1024px) {
  .tablet-wide-push-8 {
    margin-left: 66.666%;
  }
}

@media all and (max-width: 1024px) {
  .tablet-wide-push-9 {
    margin-left: 75%;
  }
}

@media all and (max-width: 1024px) {
  .tablet-wide-push-10 {
    margin-left: 83.333%;
  }
}

@media all and (max-width: 1024px) {
  .tablet-wide-push-11 {
    margin-left: 91.666%;
  }
}

@media all and (max-width: 1024px) {
  .tablet-wide-col-1 {
    width: 8.333%;
  }
}

@media all and (max-width: 1024px) {
  .tablet-wide-col-2 {
    width: 16.666%;
  }
}

@media all and (max-width: 1024px) {
  .tablet-wide-col-3 {
    width: 25%;
  }
}

@media all and (max-width: 1024px) {
  .tablet-wide-col-4 {
    width: 33.333%;
  }
}

@media all and (max-width: 1024px) {
  .tablet-wide-col-5 {
    width: 41.666%;
  }
}

@media all and (max-width: 1024px) {
  .tablet-wide-col-6 {
    width: 50%;
  }
}

@media all and (max-width: 1024px) {
  .tablet-wide-col-7 {
    width: 58.333%;
  }
}

@media all and (max-width: 1024px) {
  .tablet-wide-col-8 {
    width: 66.666%;
  }
}

@media all and (max-width: 1024px) {
  .tablet-wide-col-9 {
    width: 75%;
  }
}

@media all and (max-width: 1024px) {
  .tablet-wide-col-10 {
    width: 83.333%;
  }
}

@media all and (max-width: 1024px) {
  .tablet-wide-col-11 {
    width: 91.666%;
  }
}

@media all and (max-width: 1024px) {
  .tablet-wide-col-12 {
    width: 100%;
  }
}

@media all and (max-width: 768px) {
  .tablet-push-1 {
    margin-left: 8.333%;
  }
}

@media all and (max-width: 768px) {
  .tablet-push-2 {
    margin-left: 16.666%;
  }
}

@media all and (max-width: 768px) {
  .tablet-push-3 {
    margin-left: 25%;
  }
}

@media all and (max-width: 768px) {
  .tablet-push-4 {
    margin-left: 33.333%;
  }
}

@media all and (max-width: 768px) {
  .tablet-push-5 {
    margin-left: 41.666%;
  }
}

@media all and (max-width: 768px) {
  .tablet-push-6 {
    margin-left: 50%;
  }
}

@media all and (max-width: 768px) {
  .tablet-push-7 {
    margin-left: 58.333%;
  }
}

@media all and (max-width: 768px) {
  .tablet-push-8 {
    margin-left: 66.666%;
  }
}

@media all and (max-width: 768px) {
  .tablet-push-9 {
    margin-left: 75%;
  }
}

@media all and (max-width: 768px) {
  .tablet-push-10 {
    margin-left: 83.333%;
  }
}

@media all and (max-width: 768px) {
  .tablet-push-11 {
    margin-left: 91.666%;
  }
}

@media all and (max-width: 768px) {
  .tablet-col-1 {
    width: 8.333%;
  }
}

@media all and (max-width: 768px) {
  .tablet-col-2 {
    width: 16.666%;
  }
}

@media all and (max-width: 768px) {
  .tablet-col-3 {
    width: 25%;
  }
}

@media all and (max-width: 768px) {
  .tablet-col-4 {
    width: 33.333%;
  }
}

@media all and (max-width: 768px) {
  .tablet-col-5 {
    width: 41.666%;
  }
}

@media all and (max-width: 768px) {
  .tablet-col-6 {
    width: 50%;
  }
}

@media all and (max-width: 768px) {
  .tablet-col-7 {
    width: 58.333%;
  }
}

@media all and (max-width: 768px) {
  .tablet-col-8 {
    width: 66.666%;
  }
}

@media all and (max-width: 768px) {
  .tablet-col-9 {
    width: 75%;
  }
}

@media all and (max-width: 768px) {
  .tablet-col-10 {
    width: 83.333%;
  }
}

@media all and (max-width: 768px) {
  .tablet-col-11 {
    width: 91.666%;
  }
}

@media all and (max-width: 768px) {
  .tablet-col-12 {
    width: 100%;
  }
}

@media screen and (max-width: 580px) {
  .push-1,
  .push-2,
  .push-3,
  .push-4,
  .push-5,
  .push-6,
  .push-7,
  .push-8,
  .push-9,
  .push-10,
  .push-11 .tablet-push-1,
  .tablet-push-2,
  .tablet-push-3,
  .tablet-push-4,
  .tablet-push-5,
  .tablet-push-6,
  .tablet-push-7,
  .tablet-push-8,
  .tablet-push-9,
  .tablet-push-10,
  .tablet-push-11 {
    margin-left: 0;
  }
}

@media screen and (max-width: 580px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .tablet-wide-col-1,
  .tablet-wide-col-2,
  .tablet-wide-col-3,
  .tablet-wide-col-4,
  .tablet-wide-col-5,
  .tablet-wide-col-6,
  .tablet-wide-col-7,
  .tablet-wide-col-8,
  .tablet-wide-col-9,
  .tablet-wide-col-10,
  .tablet-wide-col-11,
  .tablet-wide-col-12,
  .tablet-col-1,
  .tablet-col-2,
  .tablet-col-3,
  .tablet-col-4,
  .tablet-col-5,
  .tablet-col-6,
  .tablet-col-7,
  .tablet-col-8,
  .tablet-col-9,
  .tablet-col-10,
  .tablet-col-11,
  .tablet-col-12 {
    width: 100%;
  }
}

@media all and (max-width: 580px) {
  .mobile-col-1 {
    width: 8.333%;
  }
}

@media all and (max-width: 580px) {
  .mobile-col-2 {
    width: 16.666%;
  }
}

@media all and (max-width: 580px) {
  .mobile-col-3 {
    width: 25%;
  }
}

@media all and (max-width: 580px) {
  .mobile-col-4 {
    width: 33.333%;
  }
}

@media all and (max-width: 580px) {
  .mobile-col-5 {
    width: 41.666%;
  }
}

@media all and (max-width: 580px) {
  .mobile-col-6 {
    width: 50%;
  }
}

@media all and (max-width: 580px) {
  .mobile-col-7 {
    width: 58.333%;
  }
}

@media all and (max-width: 580px) {
  .mobile-col-8 {
    width: 66.666%;
  }
}

@media all and (max-width: 580px) {
  .mobile-col-9 {
    width: 75%;
  }
}

@media all and (max-width: 580px) {
  .mobile-col-10 {
    width: 83.333%;
  }
}

@media all and (max-width: 580px) {
  .mobile-col-11 {
    width: 91.666%;
  }
}

@media all and (max-width: 580px) {
  .mobile-col-12 {
    width: 100%;
  }
}

@media all and (max-width: 580px) {
  .mobile-push-1 {
    margin-left: 8.333%;
  }
}

@media all and (max-width: 580px) {
  .mobile-push-2 {
    margin-left: 16.666%;
  }
}

@media all and (max-width: 580px) {
  .mobile-push-3 {
    margin-left: 25%;
  }
}

@media all and (max-width: 580px) {
  .mobile-push-4 {
    margin-left: 33.333%;
  }
}

@media all and (max-width: 580px) {
  .mobile-push-5 {
    margin-left: 41.666%;
  }
}

@media all and (max-width: 580px) {
  .mobile-push-6 {
    margin-left: 50%;
  }
}

@media all and (max-width: 580px) {
  .mobile-push-7 {
    margin-left: 58.333%;
  }
}

@media all and (max-width: 580px) {
  .mobile-push-8 {
    margin-left: 66.666%;
  }
}

@media all and (max-width: 580px) {
  .mobile-push-9 {
    margin-left: 75%;
  }
}

@media all and (max-width: 580px) {
  .mobile-push-10 {
    margin-left: 83.333%;
  }
}

@media all and (max-width: 580px) {
  .mobile-push-11 {
    margin-left: 91.666%;
  }
}

.show-mobile {
  display: none;
}
@media all and (max-width: 580px) {
  .show-mobile {
    display: flex;
  }
}
.show-tablet-wide {
  display: none !important;
}
@media all and (max-width: 1024px) {
  .show-tablet-wide {
    display: flex !important;
  }
}
@media all and (max-width: 580px) {
  .hide-mobile {
    display: none;
  }
}

/* Custom webfonts */
@font-face {
  font-family: "Lateral-Standard-Web";
  src: url("assets/fonts/Lateral/Lateral-StandardLight.woff2") format("woff2"),
    url("assets/fonts/Lateral/Lateral-StandardLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Lateral-Standard-Web";
  src: url("assets/fonts/Lateral/Lateral-StandardLightItalic.woff2")
      format("woff2"),
    url("assets/fonts/Lateral/Lateral-StandardLightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Lateral-Standard-Web";
  src: url("assets/fonts/Lateral/Lateral-StandardRegular.woff2") format("woff2"),
    url("assets/fonts/Lateral/Lateral-StandardRegular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Lateral-Standard-Web";
  src: url("assets/fonts/Lateral/Lateral-StandardRegularItalic.woff2")
      format("woff2"),
    url("assets/fonts/Lateral/Lateral-StandardRegularItalic.woff")
      format("woff");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Lateral-Standard-Web";
  src: url("assets/fonts/Lateral/Lateral-StandardMedium.woff2") format("woff2"),
    url("assets/fonts/Lateral/Lateral-StandardMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Lateral-Standard-Web";
  src: url("assets/fonts/Lateral/Lateral-StandardBold.woff2") format("woff2"),
    url("assets/fonts/Lateral/Lateral-StandardBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Lateral-Standard-Web";
  src: url("assets/fonts/Lateral/Lateral-StandardBlack.woff2") format("woff2"),
    url("assets/fonts/Lateral/Lateral-StandardBlack.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Lateral-Extended-Web";
  src: url("assets/fonts/Lateral/Lateral-ExtendedRegular.woff2") format("woff2"),
    url("assets/fonts/Lateral/Lateral-ExtendedRegular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Lateral-Extended-Web";
  src: url("assets/fonts/Lateral/Lateral-ExtendedRegularItalic.woff2")
      format("woff2"),
    url("assets/fonts/Lateral/Lateral-ExtendedRegularItalic.woff")
      format("woff");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Lateral-Extended-Web";
  src: url("assets/fonts/Lateral/Lateral-ExtendedMedium.woff2") format("woff2"),
    url("assets/fonts/Lateral/Lateral-ExtendedMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Lateral-Extended-Web";
  src: url("assets/fonts/Lateral/Lateral-ExtendedMediumItalic.woff2")
      format("woff2"),
    url("assets/fonts/Lateral/Lateral-ExtendedMediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}

/* Typography */
h1 {
  font-family: "Lateral-Extended-Web", "Helvetica", "Arial", sans-serif;
  font-size: 48px;
  font-weight: 300;
  letter-spacing: -0.035em;
  line-height: 48px;
}
h1 b,
h1 strong {
  font-weight: 500;
}
@media all and (max-width: 1024px) {
  h1 {
    font-size: 38px;
    line-height: 38px;
  }
}
@media all and (max-width: 580px) {
  h1 {
    font-size: 27px;
    line-height: 27px;
  }
}
h2 {
  font-family: "Lateral-Extended-Web", "Helvetica", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
}
@media all and (max-width: 768px) {
  h2 {
    font-size: 30px;
  }
}
@media all and (max-width: 450px) {
  h2 {
    font-size: 20px;
  }
}
h2 .icon {
  font-size: 70%;
  position: relative;
  top: -1px;
  vertical-align: middle;
}
h2 .icon:last-child {
  margin-left: 10px;
}
h2 .icon:nth-child(1) {
  margin-left: 0;
  margin-right: 10px;
  top: -3px;
  font-size: 85%;
}
h2.small {
  font-size: 25px;
}
h2 strong {
  font-weight: 700;
}

.searched-query {
  position: relative;
}
.searched-query:after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: currentColor;
  position: absolute;
  top: calc(100% + 15px);
  left: 0;
}

h3 {
  font-family: "Lateral-Extended-Web", "Helvetica", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
}
@media all and (max-width: 768px) {
  h3 {
    font-size: 18px;
  }
}
@media all and (max-width: 450px) {
  h3 {
    font-size: 16px;
  }
}
h2 + h3,
p + h2,
p + h3 {
  margin-top: 15px;
}

a {
  color: currentColor;
  text-decoration: none;
}

main section .col * + p,
main section .col * + .read-more-wrap,
main section .col * + ul,
main section .col * + ol {
  margin-top: 16px;
}

main section .col ol {
  list-style: decimal;
  margin-left: 20px;
}
main section .col ol li {
  margin-bottom: 15px;
}

main section .col ul {
  list-style: disc;
  margin-left: 20px;
}
main section .col ul li {
  margin-bottom: 15px;
}

/* General Styles */
html.no-scroll {
  overflow: hidden;
}

body {
  font-family: "Lateral-Standard-Web", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  line-height: 130%;
  font-weight: 300;
  transition: background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),
    color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
body.light-ui,
body.dark-ui {
  background: var(--color-white);
  color: var(--color-black);
}
body.light-ui header:hover,
body.light-ui header.show-bg,
body.light-ui header.show-search,
body.dark-ui header:hover,
body.dark-ui header.show-bg,
body.dark-ui header.show-search {
  background: #fff;
  color: #000;
}
body.light-ui header:hover.temp-bg,
body.light-ui header.show-bg.temp-bg,
body.light-ui header.show-search.temp-bg,
body.dark-ui header:hover.temp-bg,
body.dark-ui header.show-bg.temp-bg,
body.dark-ui header.show-search.temp-bg {
  background: #e8e8e8;
}
body.light-ui .background-color-lighter,
body.dark-ui .background-color-lighter {
  background: #fff;
}
body.light-ui .background-color-darker,
body.dark-ui .background-color-darker {
  background: #e8e8e8;
}
body.light-ui .image-card picture,
body.dark-ui .image-card picture {
  background: #dedede;
}
body.light-ui .sub-menu-bg,
body.light-ui .mobile-second-level-wrap,
body.dark-ui .sub-menu-bg,
body.dark-ui .mobile-second-level-wrap {
  background: var(--color-light-gray);
}
@media all and (max-width: 1024px) {
  body.light-ui header .header-nav,
  body.light-ui header .language-menu-wrap,
  body.dark-ui header .header-nav,
  body.dark-ui header .language-menu-wrap {
    background: var(--color-light-gray);
  }
}
body.light-ui .burger-menu-wrap .site-menu ul:hover > li a,
body.light-ui .burger-menu-wrap .site-lang ul:hover > li a,
body.light-ui .language-menu-wrap .site-menu ul:hover > li a,
body.light-ui .language-menu-wrap .site-lang ul:hover > li a,
body.dark-ui .burger-menu-wrap .site-menu ul:hover > li a,
body.dark-ui .burger-menu-wrap .site-lang ul:hover > li a,
body.dark-ui .language-menu-wrap .site-menu ul:hover > li a,
body.dark-ui .language-menu-wrap .site-lang ul:hover > li a {
  color: #979797;
}
body.light-ui .burger-menu-wrap .site-menu ul:hover > li.current-lang > a,
body.light-ui .burger-menu-wrap .site-lang ul:hover > li.current-lang > a,
body.light-ui .language-menu-wrap .site-menu ul:hover > li.current-lang > a,
body.light-ui .language-menu-wrap .site-lang ul:hover > li.current-lang > a,
body.dark-ui .burger-menu-wrap .site-menu ul:hover > li.current-lang > a,
body.dark-ui .burger-menu-wrap .site-lang ul:hover > li.current-lang > a,
body.dark-ui .language-menu-wrap .site-menu ul:hover > li.current-lang > a,
body.dark-ui .language-menu-wrap .site-lang ul:hover > li.current-lang > a {
  color: #000;
}
body.light-ui .burger-menu-wrap .site-menu ul:hover > li:hover > a,
body.light-ui .burger-menu-wrap .site-lang ul:hover > li:hover > a,
body.light-ui .language-menu-wrap .site-menu ul:hover > li:hover > a,
body.light-ui .language-menu-wrap .site-lang ul:hover > li:hover > a,
body.dark-ui .burger-menu-wrap .site-menu ul:hover > li:hover > a,
body.dark-ui .burger-menu-wrap .site-lang ul:hover > li:hover > a,
body.dark-ui .language-menu-wrap .site-menu ul:hover > li:hover > a,
body.dark-ui .language-menu-wrap .site-lang ul:hover > li:hover > a {
  color: #000;
}
body.light-ui .burger-menu-wrap .site-menu ul:hover > li > ul > li > a:hover,
body.light-ui .burger-menu-wrap .site-lang ul:hover > li > ul > li > a:hover,
body.light-ui .language-menu-wrap .site-menu ul:hover > li > ul > li > a:hover,
body.light-ui .language-menu-wrap .site-lang ul:hover > li > ul > li > a:hover,
body.dark-ui .burger-menu-wrap .site-menu ul:hover > li > ul > li > a:hover,
body.dark-ui .burger-menu-wrap .site-lang ul:hover > li > ul > li > a:hover,
body.dark-ui .language-menu-wrap .site-menu ul:hover > li > ul > li > a:hover,
body.dark-ui .language-menu-wrap .site-lang ul:hover > li > ul > li > a:hover {
  color: #000;
}
body.light-ui header .header-nav > ul > li > ul.sub-menu > li a,
body.dark-ui header .header-nav > ul > li > ul.sub-menu > li a {
  margin-top: 10px;
}
body.light-ui header .header-nav > ul > li > ul.sub-menu:hover > li a,
body.dark-ui header .header-nav > ul > li > ul.sub-menu:hover > li a {
  color: #979797;
}
body.light-ui header .header-nav > ul > li > ul.sub-menu:hover > li a:before,
body.dark-ui header .header-nav > ul > li > ul.sub-menu:hover > li a:before {
  background-color: #979797;
}
body.light-ui header .header-nav > ul > li > ul.sub-menu:hover > li:hover > a,
body.dark-ui header .header-nav > ul > li > ul.sub-menu:hover > li:hover > a {
  color: #000;
}
body.light-ui
  header
  .header-nav
  > ul
  > li
  > ul.sub-menu:hover
  > li:hover
  > a:before,
body.dark-ui
  header
  .header-nav
  > ul
  > li
  > ul.sub-menu:hover
  > li:hover
  > a:before {
  background-color: #000;
}
body.light-ui
  header
  .header-nav
  > ul
  > li
  > ul.sub-menu:hover
  > li
  > ul
  > li
  > a:hover,
body.dark-ui
  header
  .header-nav
  > ul
  > li
  > ul.sub-menu:hover
  > li
  > ul
  > li
  > a:hover {
  color: #000;
}
body.light-ui
  header
  .header-nav
  > ul
  > li
  > ul.sub-menu:hover
  > li
  > ul
  > li
  > a:hover:before,
body.dark-ui
  header
  .header-nav
  > ul
  > li
  > ul.sub-menu:hover
  > li
  > ul
  > li
  > a:hover:before {
  background-color: #000;
}
body.light-ui header .header-nav > ul > li.menu-item-has-children:after,
body.dark-ui header .header-nav > ul > li.menu-item-has-children:after {
  background: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 11.5 20.1' style='enable-background:new 0 0 11.5 20.1;' xml:space='preserve'%3E%3Cpolygon fill='%233f3f3f' class='st0' points='1.4,20.1 0,18.7 8.6,10 0,1.4 1.4,0 11.5,10 '/%3E%3C/svg%3E")
    no-repeat center center;
}
body.light-ui #wpsl-search-btn,
body.dark-ui #wpsl-search-btn {
  border: 1px solid #000;
  color: #000;
}
body.light-ui #wpsl-search-btn:hover,
body.dark-ui #wpsl-search-btn:hover {
  background: #000;
  color: #fff;
}
body.light-ui .text-color-light .button,
body.dark-ui .text-color-light .button {
  border: 1px solid #f4f4f4;
  color: #f4f4f4;
}
body.light-ui .text-color-light .button:hover,
body.dark-ui .text-color-light .button:hover {
  background: #f4f4f4;
  color: #000;
}
body.light-ui form input[type="text"],
body.light-ui form input[type="email"],
body.light-ui form input[type="tel"],
body.light-ui form textarea,
body.light-ui form .select2-container--default .select2-selection--single,
body.dark-ui form input[type="text"],
body.dark-ui form input[type="email"],
body.dark-ui form input[type="tel"],
body.dark-ui form textarea,
body.dark-ui form .select2-container--default .select2-selection--single {
  background: #e8e8e8;
  color: #000;
}
body.light-ui form input[type="text"]::-webkit-input-placeholder,
body.light-ui form input[type="email"]::-webkit-input-placeholder,
body.light-ui form input[type="tel"]::-webkit-input-placeholder,
body.light-ui form textarea::-webkit-input-placeholder,
body.light-ui
  form
  .select2-container--default
  .select2-selection--single::-webkit-input-placeholder,
body.dark-ui form input[type="text"]::-webkit-input-placeholder,
body.dark-ui form input[type="email"]::-webkit-input-placeholder,
body.dark-ui form input[type="tel"]::-webkit-input-placeholder,
body.dark-ui form textarea::-webkit-input-placeholder,
body.dark-ui
  form
  .select2-container--default
  .select2-selection--single::-webkit-input-placeholder {
  color: #939393;
}
body.light-ui form input[type="text"]::-moz-placeholder,
body.light-ui form input[type="email"]::-moz-placeholder,
body.light-ui form input[type="tel"]::-moz-placeholder,
body.light-ui form textarea::-moz-placeholder,
body.light-ui
  form
  .select2-container--default
  .select2-selection--single::-moz-placeholder,
body.dark-ui form input[type="text"]::-moz-placeholder,
body.dark-ui form input[type="email"]::-moz-placeholder,
body.dark-ui form input[type="tel"]::-moz-placeholder,
body.dark-ui form textarea::-moz-placeholder,
body.dark-ui
  form
  .select2-container--default
  .select2-selection--single::-moz-placeholder {
  color: #939393;
}
body.light-ui form input[type="text"]::placeholder,
body.light-ui form input[type="text"] .select2-selection__placeholder,
body.light-ui form input[type="email"]::placeholder,
body.light-ui form input[type="email"] .select2-selection__placeholder,
body.light-ui form input[type="tel"]::placeholder,
body.light-ui form input[type="tel"] .select2-selection__placeholder,
body.light-ui form textarea::placeholder,
body.light-ui form textarea .select2-selection__placeholder,
body.light-ui
  form
  .select2-container--default
  .select2-selection--single::placeholder,
body.light-ui
  form
  .select2-container--default
  .select2-selection--single
  .select2-selection__placeholder,
body.dark-ui form input[type="text"]::placeholder,
body.dark-ui form input[type="text"] .select2-selection__placeholder,
body.dark-ui form input[type="email"]::placeholder,
body.dark-ui form input[type="email"] .select2-selection__placeholder,
body.dark-ui form input[type="tel"]::placeholder,
body.dark-ui form input[type="tel"] .select2-selection__placeholder,
body.dark-ui form textarea::placeholder,
body.dark-ui form textarea .select2-selection__placeholder,
body.dark-ui
  form
  .select2-container--default
  .select2-selection--single::placeholder,
body.dark-ui
  form
  .select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #939393;
}
body.light-ui form input[type="text"]:focus,
body.light-ui form input[type="email"]:focus,
body.light-ui form input[type="tel"]:focus,
body.light-ui form textarea:focus,
body.light-ui form .select2-container--default .select2-selection--single:focus,
body.dark-ui form input[type="text"]:focus,
body.dark-ui form input[type="email"]:focus,
body.dark-ui form input[type="tel"]:focus,
body.dark-ui form textarea:focus,
body.dark-ui form .select2-container--default .select2-selection--single:focus {
  border: 1px solid #2b695c;
}
body.light-ui form input[type="text"]:focus::-webkit-input-placeholder,
body.light-ui form input[type="email"]:focus::-webkit-input-placeholder,
body.light-ui form input[type="tel"]:focus::-webkit-input-placeholder,
body.light-ui form textarea:focus::-webkit-input-placeholder,
body.light-ui
  form
  .select2-container--default
  .select2-selection--single:focus::-webkit-input-placeholder,
body.dark-ui form input[type="text"]:focus::-webkit-input-placeholder,
body.dark-ui form input[type="email"]:focus::-webkit-input-placeholder,
body.dark-ui form input[type="tel"]:focus::-webkit-input-placeholder,
body.dark-ui form textarea:focus::-webkit-input-placeholder,
body.dark-ui
  form
  .select2-container--default
  .select2-selection--single:focus::-webkit-input-placeholder {
  color: #2b695c;
}
body.light-ui form input[type="text"]:focus::-moz-placeholder,
body.light-ui form input[type="email"]:focus::-moz-placeholder,
body.light-ui form input[type="tel"]:focus::-moz-placeholder,
body.light-ui form textarea:focus::-moz-placeholder,
body.light-ui
  form
  .select2-container--default
  .select2-selection--single:focus::-moz-placeholder,
body.dark-ui form input[type="text"]:focus::-moz-placeholder,
body.dark-ui form input[type="email"]:focus::-moz-placeholder,
body.dark-ui form input[type="tel"]:focus::-moz-placeholder,
body.dark-ui form textarea:focus::-moz-placeholder,
body.dark-ui
  form
  .select2-container--default
  .select2-selection--single:focus::-moz-placeholder {
  color: #2b695c;
}
body.light-ui form input[type="text"]:focus::placeholder,
body.light-ui form input[type="email"]:focus::placeholder,
body.light-ui form input[type="tel"]:focus::placeholder,
body.light-ui form textarea:focus::placeholder,
body.light-ui
  form
  .select2-container--default
  .select2-selection--single:focus::placeholder,
body.dark-ui form input[type="text"]:focus::placeholder,
body.dark-ui form input[type="email"]:focus::placeholder,
body.dark-ui form input[type="tel"]:focus::placeholder,
body.dark-ui form textarea:focus::placeholder,
body.dark-ui
  form
  .select2-container--default
  .select2-selection--single:focus::placeholder {
  color: #2b695c;
}
body.light-ui .select2-dropdown,
body.dark-ui .select2-dropdown {
  background: #e8e8e8;
  color: #2b695c;
  border: 1px solid #2b695c;
  border-top: 0;
}
body.light-ui
  .select2-container--open
  .select2-dropdown.select2-dropdown--above,
body.dark-ui
  .select2-container--open
  .select2-dropdown.select2-dropdown--above {
  border-top: 1px solid #2b695c;
  border-bottom: 0;
}
body.light-ui
  .select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable,
body.dark-ui
  .select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background: #2b695c;
  color: #e8e8e8;
}
body.light-ui .wpsl-dropdown .wpsl-selected-item,
body.light-ui .wpsl-dropdown li,
body.dark-ui .wpsl-dropdown .wpsl-selected-item,
body.dark-ui .wpsl-dropdown li {
  background: #e8e8e8;
  color: #000;
}
body.light-ui .wpsl-dropdown .wpsl-selected-item:focus,
body.light-ui .wpsl-dropdown li:focus,
body.dark-ui .wpsl-dropdown .wpsl-selected-item:focus,
body.dark-ui .wpsl-dropdown li:focus {
  border: 1px solid #2b695c;
}
body.light-ui
  .wpsl-dropdown
  .wpsl-selected-item:focus::-webkit-input-placeholder,
body.light-ui .wpsl-dropdown li:focus::-webkit-input-placeholder,
body.dark-ui
  .wpsl-dropdown
  .wpsl-selected-item:focus::-webkit-input-placeholder,
body.dark-ui .wpsl-dropdown li:focus::-webkit-input-placeholder {
  color: #2b695c;
}
body.light-ui .wpsl-dropdown .wpsl-selected-item:focus::-moz-placeholder,
body.light-ui .wpsl-dropdown li:focus::-moz-placeholder,
body.dark-ui .wpsl-dropdown .wpsl-selected-item:focus::-moz-placeholder,
body.dark-ui .wpsl-dropdown li:focus::-moz-placeholder {
  color: #2b695c;
}
body.light-ui .wpsl-dropdown .wpsl-selected-item:focus::placeholder,
body.light-ui .wpsl-dropdown li:focus::placeholder,
body.dark-ui .wpsl-dropdown .wpsl-selected-item:focus::placeholder,
body.dark-ui .wpsl-dropdown li:focus::placeholder {
  color: #2b695c;
}
body.light-ui .background-color-darker form input[type="text"],
body.light-ui .background-color-darker form input[type="email"],
body.light-ui .background-color-darker form input[type="tel"],
body.light-ui .background-color-darker form textarea,
body.light-ui
  .background-color-darker
  form
  .select2-container--default
  .select2-selection--single,
body.light-ui .background-color-default form input[type="text"],
body.light-ui .background-color-default form input[type="email"],
body.light-ui .background-color-default form input[type="tel"],
body.light-ui .background-color-default form textarea,
body.light-ui
  .background-color-default
  form
  .select2-container--default
  .select2-selection--single,
body.dark-ui .background-color-darker form input[type="text"],
body.dark-ui .background-color-darker form input[type="email"],
body.dark-ui .background-color-darker form input[type="tel"],
body.dark-ui .background-color-darker form textarea,
body.dark-ui
  .background-color-darker
  form
  .select2-container--default
  .select2-selection--single,
body.dark-ui .background-color-default form input[type="text"],
body.dark-ui .background-color-default form input[type="email"],
body.dark-ui .background-color-default form input[type="tel"],
body.dark-ui .background-color-default form textarea,
body.dark-ui
  .background-color-default
  form
  .select2-container--default
  .select2-selection--single {
  background: var(--color-light-gray);
}
body.light-ui .background-color-darker .wpsl-dropdown .wpsl-selected-item,
body.light-ui .background-color-darker .wpsl-dropdown li,
body.light-ui .background-color-default .wpsl-dropdown .wpsl-selected-item,
body.light-ui .background-color-default .wpsl-dropdown li,
body.dark-ui .background-color-darker .wpsl-dropdown .wpsl-selected-item,
body.dark-ui .background-color-darker .wpsl-dropdown li,
body.dark-ui .background-color-default .wpsl-dropdown .wpsl-selected-item,
body.dark-ui .background-color-default .wpsl-dropdown li {
  background: var(--color-light-gray);
}

.background-color-light-green {
  background: var(--color-light-green);
}

.background-color-green {
  background: var(--color-green);
}

.background-color-light-coral {
  background: var(--color-light-coral);
}

.background-color-coral {
  background: var(--color-coral);
}

.background-color-light-gray {
  background: var(--color-light-gray);
}

.background-color-medium-gray {
  background: var(--color-medium-gray);
}

.background-color-dark-gray {
  background: var(--color-dark-gray);
  color: white;
}

.background-color-black {
  background: var(--color-black);
  color: white;
}

.background-color-white {
  background: var(--color-white);
}

.site-grid {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 300;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
}
.site-grid .site-grid-col {
  background: red;
  opacity: 0.3;
  height: 100vh;
}
.site-grid.show {
  opacity: 1;
  visibility: visible;
}

.text-color-light {
  color: #f4f4f4;
}

.menu-burger {
  display: block;
  width: 52px;
  padding: 24px;
  cursor: pointer;
}
@media all and (max-width: 1024px) {
  .menu-burger {
    width: 57px;
    padding: 14px 24px;
  }
}
.menu-burger .line {
  height: 2px;
  background: currentColor;
  width: 20px;
  display: block;
  position: relative;
  transition: -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),
    -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.menu-burger .line:not(:last-child) {
  margin-bottom: 4px;
}
@media all and (max-width: 1024px) {
  .menu-burger .line:not(:last-child) {
    margin-bottom: 7px;
  }
}
@media all and (max-width: 1024px) {
  .menu-burger .line {
    width: 25px;
  }
}
@media all and (max-width: 1024px) {
  .menu-burger.open .line:first-child {
    -webkit-transform: translateY(9px);
    transform: translateY(9px);
  }
  .menu-burger.open .line:last-child {
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px);
  }
}
.header-nav-col {
  flex: 1;
  margin-left: 24px;
}

.menu-lang {
  display: block;
  width: 70px;
  margin-left: 20px;
  text-align: center;
  padding: 24px 10px;
  cursor: pointer;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.18em;
  line-height: 28px;
  text-transform: uppercase;
}
@media all and (max-width: 1400px) {
  .menu-lang {
    margin-left: 0;
  }
}
@media all and (max-width: 1024px) {
  .menu-lang {
    font-size: 15px;
    width: 80px;
    padding: 10px;
  }
}
.menu-lang .icon {
  font-size: 15px;
  position: relative;
  top: -2px;
  vertical-align: middle;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: var(--color-green);
}
@media all and (max-width: 1024px) {
  .menu-lang.open .icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.burger-menu-wrap,
.language-menu-wrap {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  margin: 22px 0;
  justify-content: flex-end;
  padding-right: calc(40px - (24px / 2));
  width: 100%;
}
@media all and (max-width: 1024px) {
  .burger-menu-wrap,
  .language-menu-wrap {
    margin: 0;
    padding: 34px 0;
    padding-right: calc(20px - (24px / 2));
  }
}
.burger-menu-wrap .columns,
.language-menu-wrap .columns {
  justify-content: flex-end;
  max-width: 100%;
}
.burger-menu-wrap.show,
.language-menu-wrap.show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),
    visibility 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.burger-menu-wrap .site-menu > ul,
.burger-menu-wrap .site-lang > ul,
.language-menu-wrap .site-menu > ul,
.language-menu-wrap .site-lang > ul {
  display: inline-block;
}
.burger-menu-wrap .site-menu a,
.burger-menu-wrap .site-lang a,
.language-menu-wrap .site-menu a,
.language-menu-wrap .site-lang a {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  display: inline-block;
  position: relative;
  white-space: nowrap;
}
@media all and (max-width: 1024px) {
  .burger-menu-wrap .site-menu a,
  .burger-menu-wrap .site-lang a,
  .language-menu-wrap .site-menu a,
  .language-menu-wrap .site-lang a {
    font-size: 16px;
    line-height: 16px;
    display: block;
    padding: 10px 0;
  }
}
.burger-menu-wrap .site-menu ul > li > a,
.burger-menu-wrap .site-lang ul > li > a,
.language-menu-wrap .site-menu ul > li > a,
.language-menu-wrap .site-lang ul > li > a {
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),
    -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),
    color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),
    color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),
    -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.burger-menu-wrap .site-menu ul > li:hover > a,
.burger-menu-wrap .site-lang ul > li:hover > a,
.language-menu-wrap .site-menu ul > li:hover > a,
.language-menu-wrap .site-lang ul > li:hover > a {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}
.burger-menu-wrap .site-menu ul > li.current-lang > a,
.burger-menu-wrap .site-lang ul > li.current-lang > a,
.language-menu-wrap .site-menu ul > li.current-lang > a,
.language-menu-wrap .site-lang ul > li.current-lang > a {
  text-decoration: underline;
}
.burger-menu-wrap .site-menu ul > li > ul > li,
.burger-menu-wrap .site-lang ul > li > ul > li,
.language-menu-wrap .site-menu ul > li > ul > li,
.language-menu-wrap .site-lang ul > li > ul > li {
  padding-left: 16px;
  transition: -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),
    -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.burger-menu-wrap .site-menu ul > li > ul > li:hover,
.burger-menu-wrap .site-lang ul > li > ul > li:hover,
.language-menu-wrap .site-menu ul > li > ul > li:hover,
.language-menu-wrap .site-lang ul > li > ul > li:hover {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}
.burger-menu-wrap .site-menu ul > li > ul > li > a,
.burger-menu-wrap .site-lang ul > li > ul > li > a,
.language-menu-wrap .site-menu ul > li > ul > li > a,
.language-menu-wrap .site-lang ul > li > ul > li > a {
  position: relative;
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.burger-menu-wrap .site-menu ul > li > ul > li > a:before,
.burger-menu-wrap .site-lang ul > li > ul > li > a:before,
.language-menu-wrap .site-menu ul > li > ul > li > a:before,
.language-menu-wrap .site-lang ul > li > ul > li > a:before {
  content: "";
  background-color: currentColor;
  height: 1px;
  left: -16px;
  position: absolute;
  top: calc(50% - 1px);
  width: 4px;
  transition: background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.language-menu-wrap {
  padding-right: 68px;
}
@media all and (min-width: 1025px) {
  .language-menu-wrap {
    display: flex !important;
  }
}
@media all and (max-width: 1024px) {
  .language-menu-wrap {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    display: none;
    height: calc(100vh - 84px);
    padding-right: 0;
    padding-left: 20px;
  }
}
header {
  font-family: "Lateral-Extended-Web", "Helvetica", "Arial", sans-serif;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  color: #f4f4f4;
  z-index: 15000000000;
  /* Stupid z-index thanks to support and cookie plugins */
  padding: 20px 0;
  transition: background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),
    color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media all and (max-width: 1024px) {
  header {
    padding: 16px 0;
  }
}
header > .columns {
  align-items: center;
  max-width: 100%;
  padding: 0 40px;
  flex-wrap: nowrap;
}
@media all and (max-width: 1400px) {
  header > .columns {
    padding: 0 calc(40px - 20px);
  }
}
@media screen and (max-width: 580px) {
  header > .columns {
    padding: 0 20px;
  }
}
@media screen and (max-width: 580px) {
  header > .columns .col {
    margin-bottom: 0;
  }
}
@media all and (min-width: 1025px) {
  header .header-nav {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
  }
}
@media all and (max-width: 1024px) {
  header .header-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: calc(100vh - 84px);
    max-width: 100vw;
    padding: 24px 0 150px 0;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
header .header-nav .mobile-second-level-wrap {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 10;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  padding: 20px;
  padding-top: 90px;
}
header .header-nav .mobile-second-level-wrap.show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@media all and (max-width: 1024px) {
  header .header-nav .mobile-second-level-wrap {
    display: block;
  }
}
header .header-nav .mobile-second-level-wrap .close-mobile-second-level {
  position: absolute;
  top: 24px;
  left: 24px;
}
header .header-nav .mobile-second-level-wrap .close-mobile-second-level .icon {
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 3px;
  font-size: 90%;
}
header .header-nav .mobile-second-level-wrap .second-level-parent {
  display: block;
  margin-bottom: 30px;
}
header .header-nav .mobile-second-level-wrap .second-level-parent .icon {
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-left: 3px;
  font-size: 90%;
}
@media all and (max-width: 1024px) {
  header .header-nav.second-level-open > ul {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
header .header-nav > ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media all and (max-width: 1024px) {
  header .header-nav > ul {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
}
header .header-nav > ul a {
  font-size: 14px;
  line-height: 100%;
  display: inline-block;
  position: relative;
  white-space: nowrap;
}
@media all and (max-width: 1400px) {
  header .header-nav > ul a {
    font-size: 13px;
  }
}
@media all and (max-width: 1024px) {
  header .header-nav > ul a {
    display: block;
    font-size: 16px;
    line-height: 16px;
  }
}
header .header-nav > ul > li {
  position: relative;
}
@media all and (max-width: 1024px) {
  header .header-nav > ul > li {
    width: 100%;
  }
}
header .header-nav > ul > li.menu-item-has-children:after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  right: 23px;
  top: 50%;
  margin-top: -7px;
  display: none;
}
@media all and (max-width: 1024px) {
  header .header-nav > ul > li.menu-item-has-children:after {
    display: inline-block;
  }
}
header .header-nav > ul > li > a {
  padding: 0 24px;
}
@media all and (max-width: 1400px) {
  header .header-nav > ul > li > a {
    padding: 0 8px;
  }
}
@media all and (max-width: 1024px) {
  header .header-nav > ul > li > a {
    padding: 24px 20px;
  }
}
header .header-nav > ul > li:first-child > a {
  margin-left: calc(24px * -1);
}
@media all and (max-width: 1024px) {
  header .header-nav > ul > li:first-child > a {
    margin-left: 0;
  }
}
header .header-nav > ul > li:first-child > ul.sub-menu {
  left: 0;
}
header .header-nav > ul > li > ul.sub-menu {
  position: absolute;
  top: calc(100% + 36px);
  left: 24px;
  margin: 22px 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
header .header-nav > ul > li > ul.sub-menu.show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),
    visibility 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
header .header-nav > ul > li > ul.sub-menu > li > a {
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),
    -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),
    color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),
    color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),
    -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
header .header-nav > ul > li > ul.sub-menu > li:hover > a {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}
header .header-nav > ul > li > ul.sub-menu > li > ul > li {
  padding-left: 16px;
  transition: -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),
    -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
header .header-nav > ul > li > ul.sub-menu > li > ul > li:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
header .header-nav > ul > li > ul.sub-menu > li > ul > li > a {
  position: relative;
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
header .header-nav > ul > li > ul.sub-menu > li > ul > li > a:before {
  content: "";
  background-color: currentColor;
  height: 1px;
  left: -16px;
  position: absolute;
  top: calc(50% - 1px);
  width: 4px;
  transition: background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
header .header-nav > ul > li:nth-last-child(-n + 3) > ul.sub-menu {
  left: auto;
  right: 24px;
}
header .mobile-second-level-wrap a {
  display: block;
  font-size: 14px;
  letter-spacing: 0.18em;
  padding: 5px 0;
  line-height: 16px;
  position: relative;
  white-space: nowrap;
}
@media all and (max-width: 580px) {
  header .mobile-second-level-wrap a {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 14px;
  }
}
header .mobile-second-level-wrap .mobile-second-level-menu {
  padding-bottom: 50px;
}
header .mobile-second-level-wrap .mobile-second-level-menu > ul > li {
  margin-bottom: 20px;
}
@media all and (max-width: 580px) {
  header .mobile-second-level-wrap .mobile-second-level-menu > ul > li {
    margin-bottom: 15px;
  }
}
header .mobile-second-level-wrap .mobile-second-level-menu > ul > li > ul {
  margin-top: 15px;
}
header .mobile-second-level-wrap .mobile-second-level-menu > ul > li > ul > li {
  padding-left: 16px;
  margin-bottom: 15px;
  transition: -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),
    -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media all and (max-width: 580px) {
  header
    .mobile-second-level-wrap
    .mobile-second-level-menu
    > ul
    > li
    > ul
    > li {
    padding-left: 18px;
    margin-bottom: 10px;
  }
}
header
  .mobile-second-level-wrap
  .mobile-second-level-menu
  > ul
  > li
  > ul
  > li:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
header
  .mobile-second-level-wrap
  .mobile-second-level-menu
  > ul
  > li
  > ul
  > li
  > a {
  position: relative;
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
header
  .mobile-second-level-wrap
  .mobile-second-level-menu
  > ul
  > li
  > ul
  > li
  > a:before {
  content: "";
  background-color: currentColor;
  height: 1px;
  left: -16px;
  position: absolute;
  top: calc(50% - 1px);
  width: 4px;
  transition: background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media all and (max-width: 580px) {
  header
    .mobile-second-level-wrap
    .mobile-second-level-menu
    > ul
    > li
    > ul
    > li
    > a:before {
    display: none;
  }
}
header .sub-menu-bg {
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
  transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
header.show-search .header-nav-col ul li {
  -webkit-animation: showingSearch 0.4s forwards
    cubic-bezier(0.645, 0.045, 0.355, 1);
  animation: showingSearch 0.4s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
}
header.show-search .header-nav-col ul li a {
  pointer-events: none;
}
header.show-search .menu-lang,
header.show-search .search-link-wrap,
header.show-search .menu-burger {
  -webkit-animation: showingSearch 0.4s forwards
    cubic-bezier(0.645, 0.045, 0.355, 1);
  animation: showingSearch 0.4s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  pointer-events: none;
}
header.hide-search .header-nav-col ul li {
  opacity: 0;
  -webkit-animation: hidingSearch 0.4s forwards
    cubic-bezier(0.645, 0.045, 0.355, 1);
  animation: hidingSearch 0.4s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
}
header.hide-search .menu-lang,
header.hide-search .search-link-wrap,
header.hide-search .menu-burger {
  opacity: 0;
  -webkit-animation: hidingSearch 0.4s forwards
    cubic-bezier(0.645, 0.045, 0.355, 1);
  animation: hidingSearch 0.4s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
}

@-webkit-keyframes showingSearch {
  to {
    opacity: 0;
  }
}

@keyframes showingSearch {
  to {
    opacity: 0;
  }
}

@-webkit-keyframes hidingSearch {
  to {
    opacity: 1;
  }
}

@keyframes hidingSearch {
  to {
    opacity: 1;
  }
}

.search-link-wrap {
  font-size: 15px;
}
.search-link-wrap a {
  display: block;
  padding: 24px 10px;
}
@media all and (max-width: 1024px) {
  .search-link-wrap a {
    padding: 14px 10px;
  }
}
.search-link-wrap a .icon {
  position: relative;
  top: 2px;
}

.search-form-wrap {
  position: absolute;
  top: 50%;
  width: 50%;
  padding: 0 40px 0 9px;
  right: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media all and (max-width: 1024px) {
  .search-form-wrap {
    width: 70%;
    padding: 0 16px 0 9px;
  }
}
.search-form-wrap form {
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-form-wrap form input#search {
  border: 0;
  background: transparent;
  text-transform: none;
}
.search-form-wrap form input#search:focus {
  border: 0;
}
.search-form-wrap form button[type="submit"] {
  margin-top: 0;
  border: 0;
  padding: 0;
  font-size: 15px;
  line-height: 15px;
  background: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
.search-form-wrap .close-search {
  font-weight: bold;
  font-size: 25px;
  color: #000;
  padding: 10px;
  margin-right: 46px;
}
@media all and (max-width: 1024px) {
  .search-form-wrap .close-search {
    margin-right: 56px;
  }
}
@media all and (max-width: 580px) {
  .search-form-wrap .close-search {
    margin-right: 51px;
  }
}
.search-form-wrap.show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1),
    visibility 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.header-logo-col {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.burger-menu-col {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-logo {
  display: block;
  font-size: 21px;
  height: 21px;
  line-height: 21px;
}
@media all and (max-width: 1024px) {
  .header-logo {
    font-size: 13px;
    height: 13px;
    line-height: 13px;
  }
}
section {
  position: relative;
}
section.section-layouts {
  overflow: hidden;
}
section.with-id {
  scroll-margin-top: 99px;
}
section.section-hero {
  align-items: flex-end;
  justify-content: flex-end;
  height: 760px;
  max-height: 760px;
  transition: none;
  width: 100%;
}
@media all and (max-width: 1400px) {
  section.section-hero {
    height: 620px;
    max-height: 620px;
  }
}
@media all and (max-width: 580px) {
  section.section-hero {
    height: 400px;
  }
}
section.section-hero picture {
  height: 100%;
  left: calc(50% - 50vw);
  position: absolute;
  top: 0;
  width: 100vw;
}
section.section-hero .video {
  height: 100%;
  left: calc(50% - 50vw);
  position: absolute;
  top: 0;
  width: 100vw;
}
section.section-hero .video > video {
  height: 100%;
  width: 100%;
}
section.section-hero .content {
  display: flex;
  flex-direction: column;
  position: relative;
}
section.section-hero .content .columns {
  max-width: 100%;
}
section.section-hero .content h1 {
  margin-bottom: 16px;
}
section.section-hero .content > *:last-child {
  margin-bottom: 0;
}
section.section-hero.overlay picture::before,
section.section-hero.overlay .video::before {
  background: linear-gradient(
    180deg,
    #000 -4.97%,
    rgba(0, 0, 0, 0.7) -4.96%,
    rgba(21, 21, 21, 0.2) 108.06%
  );
  content: "";
  height: 100%;
  opacity: 0.7;
  position: absolute;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  width: 100%;
}
section.section-hero.background-color-darker button {
  border-color: #939393;
  color: #f4f4f4;
  transition-duration: 150ms;
  transition-property: color, background-color, border-color;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
section.section-hero.background-color-darker button:hover {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  color: #151515;
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(160px);
    transform: translateX(160px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translateX(160px);
    transform: translateX(160px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(160px);
    transform: translateX(160px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translateX(160px);
    transform: translateX(160px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-160px);
    transform: translateX(-160px);
  }
}

@keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-160px);
    transform: translateX(-160px);
  }
}

.hero-slideshow {
  height: 100%;
  left: calc(50% - 50vw);
  position: absolute;
  top: 0;
  width: 100vw;
}
.hero-slideshow .hero-slides {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.hero-slideshow .hero-slides .hero-slide {
  background-color: #939393;
  height: 100%;
  overflow: hidden;
  position: absolute;
  transition-duration: 600ms;
  transition-property: width;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
  z-index: 1;
}
.hero-slideshow
  .hero-slides
  .hero-slide.darker-overlay
  .hero-slide-video-wrapper:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.3;
  z-index: 2;
}
.hero-slideshow .hero-slides .hero-slide .hero-slide-video-wrapper {
  height: 100%;
  width: 100vw;
}
.hero-slideshow .hero-slides .hero-slide .hero-slide-video-wrapper video,
.hero-slideshow .hero-slides .hero-slide .hero-slide-video-wrapper img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  position: relative;
  z-index: 1;
}
.hero-slideshow .hero-slides .hero-slide .hero-slide-video-wrapper iframe {
  height: 620px;
  width: calc(620px * 1.7777);
  min-width: 100vw;
  min-height: calc(100vw * 0.5625);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 5;
}
@media all and (max-width: 580px) {
  .hero-slideshow .hero-slides .hero-slide .hero-slide-video-wrapper iframe {
    height: 400px;
    width: calc(400px * 1.7777);
  }
}
.hero-slideshow .hero-slides .hero-slide > .content-wrapper {
  bottom: 0;
  height: auto;
  position: absolute;
  width: 100vw;
  z-index: 15;
}
.hero-slideshow .hero-slides .hero-slide .content {
  margin: 0;
  padding-left: 0;
  bottom: 76px;
  position: absolute;
  right: 0;
  width: 100%;
}
@media all and (max-width: 1024px) {
  .hero-slideshow .hero-slides .hero-slide .content {
    bottom: 32px;
  }
}
@media all and (max-width: 580px) {
  .hero-slideshow .hero-slides .hero-slide .content {
    bottom: 10px;
  }
}
.hero-slideshow .hero-slides .hero-slide .content .col {
  padding-right: calc(43px + (24px / 2));
}
.hero-slideshow .hero-slides .hero-slide .content h1 {
  margin-bottom: 16px;
}
.hero-slideshow .hero-slides .hero-slide .content > *:last-child {
  margin-bottom: 0;
}
.hero-slideshow .hero-slides .hero-slide.active {
  z-index: 2;
}
.hero-slideshow .hero-slides .hero-slide.out {
  width: 0;
  z-index: 3;
}
.hero-slideshow .hero-slides .hero-slide.out .content {
  -webkit-animation: slide-out 600ms cubic-bezier(0.645, 0.045, 0.355, 1)
    forwards;
  animation: slide-out 600ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
.hero-slideshow .hero-slides .hero-slide.in {
  z-index: 2;
}
.hero-slideshow .hero-slides .hero-slide.in .content {
  -webkit-animation: slide-in 600ms cubic-bezier(0.645, 0.045, 0.355, 1)
    forwards;
  animation: slide-in 600ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
.hero-slideshow .hero-slides .hero-slide.done {
  transition: none !important;
  z-index: 0;
}

.section-layouts {
  padding: 80px 0;
}
@media all and (max-width: 580px) {
  .section-layouts {
    padding: 40px 0;
  }
}
.section-layouts .columns + .columns {
  margin-top: 80px;
}
.section-layouts .row-spacer.small {
  height: 40px;
}
.section-layouts .row-spacer.default {
  height: 80px;
}
.section-layouts .row-spacer.large {
  height: 200px;
}
@media all and (max-width: 580px) {
  .section-layouts .row-spacer {
    display: none;
  }
}
.row-divider {
  background: #dedede;
  height: 1px;
  margin-bottom: 32px;
  margin-top: 24px;
  position: relative;
  width: 100%;
}

.eyebrow,
.small-caps {
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  text-transform: uppercase;
  display: block;
  line-height: 16px;
  margin: 0 0 8px;
  padding: 6px 0;
  text-transform: uppercase;
}

p + .eyebrow {
  margin-top: 16px;
}

.button {
  border-radius: 16px;
  color: var(--color-white);
  background: var(--color-black);
  display: inline-flex;
  height: 40px;
  margin-right: auto;
  margin-top: 15px;
  padding: 0px 40px;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  transition-duration: 150ms;
  transition-property: background-color, border, color;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  font-family: "Lateral-Extended-Web", "Helvetica", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 147%;
}
.button .icon {
  vertical-align: middle;
  position: relative;
  top: 0px;
  font-size: 20px;
  margin-left: 10px;
  color: var(--color-green);
  transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.button:hover {
  background: var(--color-green);
  color: var(--color-black);
}
.button:hover .icon {
  color: var(--color-black);
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.image-link + .text-block {
  margin-top: 15px;
}

h2 + .button {
  margin-top: 24px;
}

footer h2 {
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 20px;
}
@media all and (max-width: 768px) {
  footer h2 {
    margin-bottom: 10px;
  }
}
footer a:hover {
  text-decoration: underline;
}

footer .footer-bottom {
  padding: 18px 0 75px 0;
  align-items: flex-end;
  color: #a1a1a1;
}

footer a.back-to-top {
  font-size: 16px;
  color: #a1a1a1;
}
footer a.back-to-top .icon {
  font-size: 20px;
  margin-left: 5px;
  position: relative;
  top: -2px;
  transition: 0.2s ease;
  vertical-align: middle;
}
footer a.back-to-top:hover {
  text-decoration: none;
}
footer a.back-to-top:hover .icon {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.footer-top {
  background: var(--color-light-green);
  padding: 40px 0 80px 0;
}

.footer-bottom-left {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media all and (max-width: 768px) {
  .footer-bottom-left {
    display: block;
  }
}
.footer-bottom-left ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
@media all and (max-width: 768px) {
  .footer-bottom-left ul {
    flex-direction: column;
    margin-top: 20px;
  }
}
.newsletter-sign-up h2 {
  margin-bottom: 0;
}

.newsletter-sign-up a.button {
  margin-top: 20px;
  margin-bottom: 20px;
}

.newsletter-sign-up a.button:hover {
  text-decoration: none;
}

.footer-logo {
  font-size: 52px;
}

.footer-cols {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media all and (max-width: 768px) {
  .footer-cols {
    flex-wrap: wrap;
  }
}
@media all and (max-width: 768px) {
  .footer-cols .footer-col {
    width: 50%;
    margin-bottom: 40px;
  }
}
@media all and (max-width: 580px) {
  .footer-cols .footer-col {
    width: 100%;
  }
}
picture + h2,
picture + .text-block {
  margin-top: 16px;
}

@media all and (max-width: 768px) {
  .text-block:last-child {
    margin-bottom: 20px;
  }
}

.col.shift-left-1 {
  margin-left: -8.33%;
}
@media all and (max-width: 580px) {
  .col.shift-left-1 {
    margin-left: 0;
  }
}
.col.shift-right-2 {
  margin-right: -16.66%;
}
@media all and (max-width: 580px) {
  .col.shift-right-2 {
    margin-right: 0;
  }
}
.shifted-image-text {
  align-items: flex-end;
}
.shifted-image-text.reverse {
  flex-direction: row-reverse;
  position: relative;
}
.shifted-image-text.reverse .shifted-text-link {
  display: block;
}
.shifted-image-text .text-col {
  margin-bottom: 60px;
}
.shifted-image-text .text-col h2 {
  font-family: "Lateral-Extended-Web", "Helvetica", "Arial", sans-serif;
  font-size: 48px;
  font-weight: 300;
  letter-spacing: -0.035em;
  line-height: 48px;
  margin-bottom: 32px;
}
.shifted-image-text .text-col h2 b,
.shifted-image-text .text-col h2 strong {
  font-weight: 500;
}
@media all and (max-width: 1024px) {
  .shifted-image-text .text-col h2 {
    font-size: 38px;
    line-height: 38px;
  }
}
@media all and (max-width: 580px) {
  .shifted-image-text .text-col h2 {
    font-size: 27px;
    line-height: 27px;
  }
}
.shifted-image-text .text-col .icon-caret-right {
  font-size: 22px;
}

.shifted-text-link {
  display: inline-block;
}

.expand-video {
  height: 365px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.expand-video.tall-preview {
  height: 605px;
}
.expand-video .columns {
  position: relative;
  z-index: 10;
  pointer-events: none;
}
.expand-video .play-button {
  color: #fff;
  display: flex;
  align-items: center;
}
.expand-video .play-button .video-play-icon {
  width: 62px;
  height: 62px;
  border-radius: 100%;
  background: #fff;
  color: #000;
  position: relative;
  margin-right: 26px;
  font-size: 20px;
}
.expand-video .play-button .video-play-icon .icon {
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.expand-video .play-button span {
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  text-transform: uppercase;
}
.expand-video .expand-video-content {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}
.expand-video .expand-video-content .expand-video-poster,
.expand-video .expand-video-content .expand-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1),
    visibility 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.expand-video .expand-video-content .expand-video-poster img,
.expand-video .expand-video-content .expand-video-poster video,
.expand-video .expand-video-content .expand-video-player img,
.expand-video .expand-video-content .expand-video-player video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.expand-video .expand-video-content .expand-video-player {
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}
.expand-video .expand-video-content .expand-video-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.expand-video .expand-video-content .expand-video-player video {
  -o-object-fit: contain;
  object-fit: contain;
}
.expand-video .close-expanded-video {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 40px;
  right: 40px;
  color: #b8b8b8;
  z-index: 15;
  font-size: 32px;
  display: block;
  width: 1em;
  height: 1em;
}
@media all and (max-width: 768px) {
  .expand-video .close-expanded-video {
    top: 16px;
    right: 16px;
  }
}
.expand-video .close-expanded-video .icon {
  pointer-events: none;
}
.expand-video:not(.open):hover {
  cursor: pointer;
}
.expand-video.open .expand-video-content {
  position: fixed;
  z-index: 999999;
  -webkit-animation: expandVideo 0.8s cubic-bezier(0.645, 0.045, 0.355, 1)
    forwards;
  animation: expandVideo 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
.expand-video.open .expand-video-content.closing {
  -webkit-animation: closeVideo 0.8s 0.4s cubic-bezier(0.645, 0.045, 0.355, 1)
    forwards;
  animation: closeVideo 0.8s 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
.expand-video.open .expand-video-content.closing .expand-video-poster,
.expand-video.open .expand-video-content.closing .expand-video-player {
  transition-delay: 0s;
}
.expand-video.open .expand-video-content.closing .expand-video-poster {
  opacity: 1;
  visibility: visible;
}
.expand-video.open .expand-video-content.closing .expand-video-player,
.expand-video.open .expand-video-content.closing .close-expanded-video {
  opacity: 0;
  visibility: hidden;
}
.expand-video.open .expand-video-poster,
.expand-video.open .expand-video-player {
  transition-delay: 0.8s;
}
.expand-video.open .expand-video-player,
.expand-video.open .close-expanded-video {
  opacity: 1;
  visibility: visible;
}

@-webkit-keyframes expandVideo {
  100% {
    top: 0;
    height: 100vh;
  }
}

@keyframes expandVideo {
  100% {
    top: 0;
    height: 100vh;
  }
}

@-webkit-keyframes closeVideo {
  100% {
    top: var(--endTop);
    height: var(--endHeight);
  }
}

@keyframes closeVideo {
  100% {
    top: var(--endTop);
    height: var(--endHeight);
  }
}

picture {
  display: flex;
  flex-direction: column;
}
picture img {
  width: 100%;
  height: auto;
}
picture.lock-aspect,
picture.landscape {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
picture.lock-aspect.tall,
picture.landscape.tall {
  padding-bottom: 85%;
}
picture.lock-aspect img,
picture.landscape img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
picture.lock-aspect.contain img,
picture.landscape.contain img {
  -o-object-fit: contain;
  object-fit: contain;
}
picture.landscape {
  padding-bottom: 64.57%;
}
picture.cover {
  position: relative;
}
picture.cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
picture.contain {
  position: relative;
}
picture.contain img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}

figcaption {
  margin-top: 8px;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  text-transform: uppercase;
  line-height: 1.5em;
  opacity: 0.7;
}

.image-link {
  display: block;
}
.image-link.post-link-wrap {
  height: 100%;
  padding-bottom: 20px;
}
.image-link picture {
  overflow: hidden;
}
.image-link picture img {
  transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.image-link:hover picture img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.image-link .image-banner.post-link {
  height: 100%;
}
.image-link .image-banner.post-link h2 {
  font-size: 30px;
}
@media all and (max-width: 580px) {
  .image-link .image-banner.post-link h2 {
    font-size: 20px;
  }
}
.product-block {
  display: flex;
  height: 375px;
  background: #dedede;
  overflow: hidden;
  position: relative;
  margin-bottom: 24px;
}
.product-block .product-block-info {
  position: absolute;
  bottom: 22px;
  left: 0;
  padding: 0 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.product-block .icon-caret-right {
  font-size: 18px;
}
.product-block picture {
  overflow: hidden;
  position: relative;
  width: 100%;
  flex: 0 0 100%;
}
.product-block picture img {
  transition: -webkit-transform 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 400ms cubic-bezier(0.645, 0.045, 0.355, 1),
    -webkit-transform 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
  height: 100%;
  width: 100%;
}
.product-block picture.sizing-contain img {
  -o-object-fit: scale-down;
  object-fit: scale-down;
  font-family: "object-fit: scale-down";
}
.product-block picture.sizing-cover img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}
.product-block:hover picture img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.col.col-3 .product-block .product-title {
  font-size: 20px;
  line-height: 1.3em;
}

.products-slider {
  position: relative;
}
@media all and (max-width: 768px) {
  .products-slider {
    margin-top: 80px;
  }
}
.products-slider .flickity-viewport {
  overflow: visible;
}
.products-slider .flickity-button {
  background: transparent;
}
.products-slider .flickity-prev-next-button {
  width: 60px;
  height: 60px;
  top: auto;
  bottom: calc(100% + 30px);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media all and (max-width: 768px) {
  .products-slider .flickity-prev-next-button {
    width: 40px;
    height: 40px;
  }
}
.products-slider .flickity-prev-next-button.next {
  right: 0;
}
.products-slider .flickity-prev-next-button.previous {
  left: auto;
  right: 60px;
}
@media all and (max-width: 768px) {
  .products-slider .flickity-prev-next-button.previous {
    right: 40px;
  }
}
.products-slider .flickity-prev-next-button:hover .flickity-button-icon {
  fill: var(--color-green);
}
.products-slider .flickity-button-icon {
  fill: #000;
  transition: fill 0.4s ease;
}
.products-slider .flickity-button:disabled {
  opacity: 1;
}
.products-slider .flickity-button:disabled .flickity-button-icon {
  fill: #ddd;
}
.products-slider .product-slide {
  width: 30%;
  margin-right: 22px;
}
@media all and (max-width: 768px) {
  .products-slider .product-slide {
    width: 78%;
  }
}
.products-slider .product-slide .product-slide-image {
  height: 0;
  padding-bottom: 100%;
  position: relative;
  margin-bottom: 15px;
}
.products-slider .product-slide .product-slide-image.sizing-cover img,
.products-slider .product-slide .product-slide-image.sizing-cover video {
  -o-object-fit: cover;
  object-fit: cover;
}
.products-slider .product-slide .product-slide-image.sizing-contain img,
.products-slider .product-slide .product-slide-image.sizing-contain video {
  -o-object-fit: contain;
  object-fit: contain;
}
.products-slider .product-slide .product-slide-image img,
.products-slider .product-slide .product-slide-image video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.products-slider .product-slide .button {
  margin-top: 15px;
}

.text-blocks {
  display: flex;
  gap: 24px;
}
@media all and (max-width: 768px) {
  .text-blocks {
    display: block;
  }
}
.text-blocks .text-block {
  padding: 30px;
  flex: 1;
}
@media all and (max-width: 768px) {
  .text-blocks .text-block {
    margin-top: 24px;
  }
}
@media all and (max-width: 768px) {
  article.feed-article {
    margin-bottom: 24px;
  }
}

article.feed-article picture {
  margin-bottom: 16px;
  overflow: hidden;
}
article.feed-article picture.lock-aspect {
  padding-bottom: 71%;
}
article.feed-article picture img {
  transition: -webkit-transform 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 400ms cubic-bezier(0.645, 0.045, 0.355, 1),
    -webkit-transform 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

article.feed-article .info {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
article.feed-article .info .date {
  color: #939393;
  margin-right: 17px;
}
article.feed-article .info .article-cats {
  color: #939393;
  margin-left: auto;
}

article.feed-article:hover picture img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

article.feed-article > a {
  display: block;
}

.search-results article.feed-article {
  margin-bottom: 24px;
}

/* -------------------- Intro Banner -------------------- */
@media all and (min-width: 580px) {
  .intro-banner-outer-wrapper {
    position: relative;
  }
}

.intro-banner-outer-wrapper {
  word-break: break-word;
}

@media all and (min-width: 580px) {
  .intro-banner-outer-wrapper {
    color: white;
  }
}

.no-intro-banner {
  min-height: 900px;
}

@media all and (min-width: 580px) {
  .no-intro-banner {
    min-height: 120px;
  }
}

.intro-banner {
  position: relative;
}

@media all and (min-width: 580px) {
  .intro-banner {
    position: static;
  }
}

/* Img wrapper */
.intro-banner-outer-wrapper .overlay-content {
  width: 100%;
  margin-top: 30px;
}

@media all and (min-width: 580px) {
  .intro-banner-outer-wrapper .overlay-content {
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 76px;
    margin-top: 0px;
  }
}

.intro-banner-outer {
  height: 70vh;
}

.mini .intro-banner-outer {
  height: 30vh;
  min-height: 300px;
}

@media all and (max-width: 580px) {
  .intro-banner-outer {
    height: auto;
    position: relative;
    z-index: 5;
  }

  .mini .intro-banner-outer {
    height: auto;
    min-height: 0px;
  }

  .intro-banner-outer:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: calc((9 / 16) * 100%);
  }

  .mini .intro-banner-outer:before {
    padding-top: calc((1 / 3) * 100%);
  }

  .intro-banner-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

.intro-banner .bg img,
.intro-banner .bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.intro-banner .bg .image-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.intro-banner .bg .image-slider .image-slide {
  width: 100%;
  height: 100%;
  position: relative;
}

.intro-banner .bg .image-slider .image-slide img,
.intro-banner .bg .image-slider .image-slide video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.intro-banner.with-overlay:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(
    180deg,
    #000 -4.97%,
    rgba(0, 0, 0, 0.7) -4.96%,
    rgba(21, 21, 21, 0.2) 108.06%
  );
  opacity: 0.7;
  z-index: 7;
}

/* -------------------- Hero-Slider -------------------- */
.hero-slider-container {
  position: relative;
}

.hero-slider-container .hero-slider {
  position: relative;
  height: 70vh;
  overflow: hidden;
}

.hero-slider-container .hero-slider.dark {
  color: #000;
}

.hero-slider-container .hero-slider .hero-slide {
  background: white;
  width: 100%;
  position: relative;
  min-height: 70vh;
}

.hero-slider-container .hero-slider .hero-slide.with-content:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
  background: linear-gradient(
    180deg,
    #000000 0%,
    rgba(0, 0, 0, 0) 27.6%,
    rgba(0, 0, 0, 0) 65.1%,
    #000000 100%
  );
  opacity: 0.3;
  pointer-events: none;
}

.hero-slider-container .hero-slider .hero-slide .slide-content {
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 66px;
  width: 100%;
  padding: 0 40px;
}

.hero-slider-container .hero-slider .hero-slide .slide-content.with-link {
  pointer-events: none;
}

@media all and (max-width: 768px) {
  .hero-slider-container .hero-slider .hero-slide .slide-content {
    bottom: 115px;
  }
}

@media all and (max-width: 580px) {
  .hero-slider-container .hero-slider .hero-slide .slide-content {
    padding: 0 20px;
  }
}

.hero-slider-container .hero-slider .hero-slide .hero-slide-eyebrow {
  margin-bottom: 15px;
}

.hero-slider-container .hero-slider .hero-slide .hero-slide-title {
  font-family: "Lateral-Extended-Web", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 62px;
  line-height: 100%;
  display: block;
}

@media all and (max-width: 768px) {
  .hero-slider-container .hero-slider .hero-slide .hero-slide-title {
    font-size: 40px;
  }
}

@media all and (max-width: 580px) {
  .hero-slider-container .hero-slider .hero-slide .hero-slide-title {
    font-size: 30px;
  }
}

.hero-slider-container .hero-slider .hero-slide .hero-slide-text {
  font-family: "Lateral-Extended-Web", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  max-width: 800px;
  margin-top: 24px;
}

@media all and (max-width: 768px) {
  .hero-slider-container .hero-slider .hero-slide .hero-slide-text {
    font-size: 18px;
  }
}

@media all and (max-width: 580px) {
  .hero-slider-container .hero-slider .hero-slide .hero-slide-text {
    font-size: 16px;
  }
}

.hero-slider-container .hero-slider .hero-slide .slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.hero-slider-container .hero-slider .hero-slide .slide-bg img,
.hero-slider-container .hero-slider .hero-slide .slide-bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-slider-container .hero-slider .hero-slide .slide-bg video {
  -o-object-fit: contain;
  object-fit: contain;
}

.hero-slider-container .hero-slider .hero-slide .slide-bg video.cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-slider-container .hero-slider .hero-slide .slide-bg .image-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-slider-container
  .hero-slider
  .hero-slide
  .slide-bg
  .image-slider
  .image-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.hero-slider-container
  .hero-slider
  .hero-slide
  .slide-bg
  .image-slider
  .image-slide
  img,
.hero-slider-container
  .hero-slider
  .hero-slide
  .slide-bg
  .image-slider
  .image-slide
  video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.hero-slider-container .hero-slider .slider-meta {
  position: absolute;
  z-index: 10;
  bottom: 40px;
  right: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media all and (max-width: 580px) {
  .hero-slider-container .hero-slider .slider-meta {
    bottom: 20px;
    right: 20px;
  }
}
.hero-slider-container .hero-slider .slider-meta .num-slides {
  font-family: "Lateral-Extended-Web", sans-serif;
  font-size: 16px;
  display: block;
  margin-bottom: 15px;
}
.hero-slider-container .hero-slider .slider-meta .num-slides .current {
  margin-right: 3px;
}
.hero-slider-container .hero-slider .slider-meta .num-slides .total {
  opacity: 0.3;
}
.hero-slider-container .hero-slider .slider-meta .progress {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
}
.hero-slider-container .hero-slider .slider-meta .progress .progress-ring {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.hero-slider-container
  .hero-slider
  .slider-meta
  .progress
  .progress-ring
  .progress-ring__circle {
  stroke-dasharray: 107;
  stroke: currentColor;
}
.hero-slider-container
  .hero-slider
  .slider-meta
  .progress
  .progress-ring
  .progress-ring__circle_bg {
  stroke: currentColor;
}

.page-link {
  display: block;
}
.page-link picture {
  overflow: hidden;
}
.page-link picture img {
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

* + .page-link-info {
  margin-top: 24px;
}

.page-link-info:not(.small-titles) h2 {
  font-size: 38px;
  line-height: 38px;
}
@media all and (max-width: 580px) {
  .page-link-info:not(.small-titles) h2 {
    font-size: 25px;
    list-height: 28px;
  }
}
.page-link-info:not(.small-titles) h2 .icon {
  top: -1;
}

.page-link-info h2 {
  font-weight: 300;
  margin-bottom: 0.8em;
}
.page-link-info h2 .icon {
  position: relative;
  top: -2px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.page-link-info p {
  max-width: 400px;
}

.page-link:hover picture img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.page-link:hover h2 .icon {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.image-banner {
  position: relative;
}
.image-banner:not(.tall) {
  padding: 160px 0;
}
.image-banner.tall {
  padding: 90px 0;
  min-height: 610px;
}
.image-banner .link-indicator {
  margin-top: 10px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.image-banner:hover .link-indicator {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.image-banner.post-link {
  align-items: flex-start;
}
.image-banner.post-link:not(.tall) {
  padding: 50px 38px 160px;
}
.image-banner.post-link.tall {
  padding: 50px 38px;
  min-height: 610px;
}
.image-banner .overlay-content {
  position: relative;
  z-index: 10;
}
.image-banner .overlay-content ul li {
  font-family: "Lateral-Extended-Web", "Helvetica", "Arial", sans-serif;
  font-size: 24px;
  letter-spacing: -0.03em;
  line-height: 1.16em;
  list-style: none;
  margin-bottom: 6px;
  padding-left: 32px;
  position: relative;
}
.image-banner .overlay-content ul li:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 10px;
  left: 0;
  border: 1px solid currentColor;
  border-radius: 50%;
}
.image-banner .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.image-banner .bg img,
.image-banner .bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.image-banner .bg .image-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.image-banner .bg .image-slider .image-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.image-banner .bg .image-slider .image-slide img,
.image-banner .bg .image-slider .image-slide video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.image-banner.with-overlay:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #000 0%, transparent 75%);
  opacity: 0.9;
  z-index: 7;
}

.col.col-12:last-child .text-block:last-child h2:last-child {
  margin-bottom: 80px;
}

.accordion {
  margin: 45px 0;
}
.accordion .accordion-title {
  margin-bottom: 16px;
}
.accordion.with-title .accordion-row:nth-child(2) {
  border-top: 0;
}
.accordion .accordion-row {
  border-top: 1px solid currentColor;
}
.accordion .accordion-row:last-child {
  border-bottom: 1px solid currentColor;
}
.accordion .accordion-row .accordion-row-header {
  font-family: "Lateral-Standard-Web", "Helvetica", "Arial", sans-serif;
  letter-spacing: -0.015em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  font-size: 20px;
  cursor: pointer;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}
.accordion .accordion-row .accordion-row-body {
  display: none;
  padding-bottom: 62px;
}
.accordion .accordion-row.hide {
  display: none;
}

.load-more-rows {
  border-top: 1px solid currentColor;
  padding-top: 45px;
}

table tr td {
  padding: 10px;
}
table tr td:first-child {
  opacity: 0.5;
  padding-left: 0;
}

form input[type="text"],
form input[type="email"],
form input[type="tel"],
form textarea,
form select,
form .select2-container--default .select2-selection--single {
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  text-transform: uppercase;
  text-transform: none;
  display: block;
  width: 100%;
  border: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 20px;
  line-height: 1em;
  border: 1px solid transparent;
  transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
form input[type="text"]::-webkit-input-placeholder,
form input[type="email"]::-webkit-input-placeholder,
form input[type="tel"]::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder,
form select::-webkit-input-placeholder,
form
  .select2-container--default
  .select2-selection--single::-webkit-input-placeholder {
  -webkit-transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
form input[type="text"]::-moz-placeholder,
form input[type="email"]::-moz-placeholder,
form input[type="tel"]::-moz-placeholder,
form textarea::-moz-placeholder,
form select::-moz-placeholder,
form .select2-container--default .select2-selection--single::-moz-placeholder {
  -moz-transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
form input[type="text"]::placeholder,
form input[type="email"]::placeholder,
form input[type="tel"]::placeholder,
form textarea::placeholder,
form select::placeholder,
form .select2-container--default .select2-selection--single::placeholder {
  transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

form .select2.select2-container {
  width: 100% !important;
}

form
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 0;
}

form .select2-container--default .select2-selection--single {
  height: auto;
  border-radius: 0;
  padding: 13px 20px;
}
form
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: auto;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 32 32' fill='%23939393' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32 9.075l-2.229-2.229-13.851 13.692-13.692-13.692-2.229 2.229 15.92 16.080z'%3E%3C/path%3E%3C/svg%3E");
}
form
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}

form
  .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

form textarea {
  height: 165px;
  resize: none;
  line-height: 1.7em;
}

form .form-row {
  margin-bottom: 16px;
}

form input[type="submit"] {
  background: var(--color-black);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: 0;
  outline: 0;
}

form.wpcf7-form {
  position: relative;
}

form.wpcf7-form.sent .wpcf7-response-output {
  position: absolute;
  top: calc(50% - 80px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  font-size: 19px;
  line-height: 1.5em;
  text-align: center;
  background: rgba(165, 165, 165, 0.9);
  color: #f4f4f4;
  padding: 30px;
  width: 80%;
  border: 0;
}

form.wpcf7-form.sent .form-row {
  opacity: 0.3;
  pointer-events: none;
}

form.wpcf7-form.sent .form-row * {
  pointer-events: none;
}

form.wpcf7-form.sent input[type="submit"] {
  display: none;
}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-not-valid-tip {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  font-size: 11px;
}

input.wpcf7-not-valid,
textarea.wpcf7-not-valid {
  border-color: #dc3232 !important;
  margin-bottom: 22px;
}

.wpcf7-list-item {
  margin-left: 0 !important;
}
.wpcf7-list-item input[type="checkbox"] {
  margin-left: 0;
}

.select2-dropdown {
  border-radius: 0;
  border: 1px solid transparent;
}
.select2-dropdown .select2-results__option {
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  text-transform: uppercase;
  text-transform: capitalize;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  background: transparent !important;
  border: 0 !important;
  padding: 10px 20px !important;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  text-transform: uppercase;
  text-transform: capitalize;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 280px;
}

#wpsl-search-btn {
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  text-transform: uppercase;
  background: transparent;
  text-transform: uppercase !important;
  border-radius: 16px !important;
  color: #000;
  display: inline-block;
  height: 32px;
  margin-right: auto;
  margin-top: 0;
  margin-left: 30px;
  padding: 2px 16px;
  text-decoration: none;
  transition-duration: 150ms;
  transition-property: background-color, border, color;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  box-shadow: none;
}

.wpsl-search {
  background: transparent;
  padding: 0 !important;
}

.wpsl-dropdown {
  width: 110px;
}

#wpsl-search-wrap .wpsl-dropdown div,
.wpsl-dropdown {
  border: 1px solid transparent;
  border-radius: 0;
}

#wpsl-search-wrap input[type="text"] {
  border: 1px solid transparent;
  border-radius: 0;
  font-size: 11px;
  padding: 20px;
  line-height: 1em;
}

.wpsl-dropdown:hover {
  box-shadow: none;
}

#wpsl-wrap #wpsl-result-list li {
  border-bottom: 1px solid currentColor;
}

#wpsl-search-wrap > form,
#wpsl-search-wrap .wpsl-input,
#wpsl-search-wrap .wpsl-select-wrap,
#wpsl-search-wrap #wpsl-category {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.wpsl-input label,
#wpsl-radius label,
#wpsl-category label {
  width: auto !important;
}

#wpsl-search-btn,
#wpsl-search-wrap div {
  margin-right: 20px;
}

.wpsl-dropdown .wpsl-selected-item,
.wpsl-dropdown li,
.wpsl-selected-item {
  padding: 19px 20px !important;
}

#wpsl-search-btn,
#wpsl-search-wrap #wpsl-radius,
#wpsl-search-wrap #wpsl-results,
#wpsl-search-wrap .wpsl-input input,
#wpsl-search-wrap .wpsl-input label,
#wpsl-search-wrap #wpsl-category label {
  display: flex;
  align-items: center;
}
@media all and (max-width: 580px) {
  #wpsl-search-btn,
  #wpsl-search-wrap #wpsl-radius,
  #wpsl-search-wrap #wpsl-results,
  #wpsl-search-wrap .wpsl-input input,
  #wpsl-search-wrap .wpsl-input label,
  #wpsl-search-wrap #wpsl-category label {
    flex-wrap: wrap;
  }
}
#wpsl-gmap .wpsl-info-window {
  color: #151515;
}

.on-page-nav {
  padding: calc(24px * 1.5) 0;
}
.on-page-nav .on-page-nav-link.button {
  margin-top: 0;
}
.on-page-nav .on-page-nav-link .icon {
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-left: 10px;
  font-size: 1em;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.on-page-nav .on-page-nav-link:hover .icon {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}
@media screen and (max-width: 580px) {
  .on-page-nav .col {
    margin-bottom: 0;
  }
}
.banner-button {
  padding: calc(24px * 1) 0;
  font-family: "Lateral-standard-Web", "Helvetica", "Arial", sans-serif;
  font-size: 28px;
  letter-spacing: -0.03em;
  line-height: 32px;
  font-weight: 500;
  display: block;
}
.banner-button .col-12 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.banner-button img {
  max-height: 100px;
  width: auto;
  margin-right: 30px;
}
.banner-button .icon {
  vertical-align: middle;
  position: relative;
  top: 4px;
  margin-left: 10px;
  font-size: 0.7em;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.banner-button:hover .icon {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}

.image-card.hover-colorise picture img {
  transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.image-card.hover-colorise:hover picture img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.image-card.hover-scale picture {
  overflow: hidden;
}
.image-card.hover-scale picture img {
  transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.image-card.hover-scale:hover picture img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.image-card .image-card-content {
  margin-top: 24px;
}

.hover-swap-wrap {
  position: relative;
}
.hover-swap-wrap .with-hover-second {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hover-swap-wrap .with-hover-second img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hover-swap-wrap:hover .with-hover-second {
  opacity: 1;
}

.download-card-content {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  text-transform: uppercase;
}
.download-card-content span .icon {
  font-size: 110%;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -1px;
}

.download-card {
  margin-bottom: 24px;
}
.download-card picture.lock-aspect {
  padding-bottom: 65%;
}

.latest-post {
  display: block;
}

.vertical-flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.posts-listing article.feed-article {
  margin-bottom: 130px;
}

h1 + .date {
  margin-top: 20px;
  color: #939393;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  text-transform: uppercase;
}

.text-block p a {
  text-decoration: underline;
}

.read-more-wrap {
  margin-bottom: 16px;
  position: relative;
  min-height: 27px;
}
.read-more-wrap a.open-read-more {
  text-decoration: underline;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  text-transform: uppercase;
}
.read-more-wrap a.open-read-more.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.read-more-wrap .read-more-content {
  display: none;
}

/* COOKIE NOTICE */
#cookie-notice {
  z-index: 100000000;
}

#cookie-notice .cookie-notice-container {
  padding: 10px calc(calc(40px - (24px / 2)) + (24px / 2) + 185px) 10px
    calc(calc(40px - (24px / 2)) + (24px / 2));
  font-family: "Lateral-Standard-Web", "Helvetica", "Arial", sans-serif;
  text-align: left;
  color: white;
}
@media all and (max-width: 580px) {
  #cookie-notice .cookie-notice-container {
    padding: 10px calc(calc(20px - (24px / 2)) + (24px / 2));
  }
}
#cookie-notice .cn-buttons-container,
#cookie-notice .cn-text-container {
  margin: 0;
  font-size: 11px;
  line-height: 13px;
}

#cookie-notice #cn-close-notice {
  display: none;
}

#cookie-notice #cn-notice-buttons {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: calc(calc(40px - (24px / 2)) + (24px / 2));
}
@media all and (max-width: 580px) {
  #cookie-notice #cn-notice-buttons {
    position: relative;
    right: 0;
    -webkit-transform: none;
    transform: none;
    margin-top: 8px;
  }
}
#cookie-notice #cn-notice-buttons .cn-button {
  color: white;
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  text-transform: uppercase;
  border: 1px solid white;
  border-radius: 30px;
  font-size: 11px;
  line-height: 12px;
  padding: 3px 9px;
  margin-left: 8px;
  transition: 0.2s ease;
}
@media all and (max-width: 580px) {
  #cookie-notice #cn-notice-buttons .cn-button {
    margin-left: 0;
    margin-right: 8px;
  }
}
#cookie-notice #cn-notice-buttons .cn-button:hover {
  background: white;
  color: #242424;
}

.interactive-map {
  margin-bottom: 75px;
}
.interactive-map .map-wrapper svg {
  display: block;
  width: 100%;
}
.interactive-map .map-wrapper svg path:hover {
  fill: #242424;
  cursor: pointer;
}

.search-post-type-title {
  margin-bottom: 30px;
  margin-top: 80px;
}

.grecaptcha-badge {
  display: none !important;
}

#CookiebotWidget {
  left: auto !important;
  right: 20px;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept,
#CybotCookiebotDialogFooter
  #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  background-color: transparent !important;
  border-color: #81e18b !important;
  color: #000 !important;
}

.installation-back-button {
  text-transform: uppercase;
  display: none;
}
.installation-back-button.show {
  display: block;
}
.installation-back-button .icon {
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 3px;
  font-size: 90%;
}

.start-content {
  margin-top: 10px;
}
.start-content.hide {
  display: none;
}

.instruction-content {
  display: none;
  text-align: center;
  margin-bottom: 20px;
}
.instruction-content.show {
  display: block;
}

.installation-manuals-groups {
  margin-top: 30px;
  min-height: calc(100vh - 300px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
}
.installation-manuals-groups .installation-manuals-group {
  width: 100%;
  margin-bottom: 20px;
}
.installation-manuals-groups
  .installation-manuals-group.active
  > .choose-language {
  display: none;
}
.installation-manuals-groups
  .installation-manuals-group.active
  .language-products {
  display: block;
}
.installation-manuals-groups .installation-manuals-group.hide {
  display: none;
}
.installation-manuals-groups .installation-manuals-group > .choose-language {
  display: block;
  margin: 0 auto;
  border: 0;
  outline: 0;
  width: 100%;
}
.installation-manuals-groups .installation-manuals-group .language-products {
  display: none;
}
.installation-manuals-groups
  .installation-manuals-group
  .language-products
  .product {
  margin-bottom: 30px;
}
.installation-manuals-groups
  .installation-manuals-group
  .language-products
  .product.active
  > .product-button {
  display: none;
}
.installation-manuals-groups
  .installation-manuals-group
  .language-products
  .product.active
  .product-content {
  display: block;
}
.installation-manuals-groups
  .installation-manuals-group
  .language-products
  .product.hide {
  display: none;
}
.installation-manuals-groups
  .installation-manuals-group
  .language-products
  .product
  > .product-button {
  background: transparent;
  border: 0;
  outline: 0;
  display: block;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
}
.installation-manuals-groups
  .installation-manuals-group
  .language-products
  .product
  > .product-button.background-color-light-green {
  background: var(--color-light-green);
}
.installation-manuals-groups
  .installation-manuals-group
  .language-products
  .product
  > .product-button.background-color-green {
  background: var(--color-green);
}
.installation-manuals-groups
  .installation-manuals-group
  .language-products
  .product
  > .product-button.background-color-light-coral {
  background: var(--color-light-coral);
}
.installation-manuals-groups
  .installation-manuals-group
  .language-products
  .product
  > .product-button.background-color-coral {
  background: var(--color-coral);
}
.installation-manuals-groups
  .installation-manuals-group
  .language-products
  .product
  > .product-button.background-color-light-gray {
  background: var(--color-light-gray);
}
.installation-manuals-groups
  .installation-manuals-group
  .language-products
  .product
  > .product-button.background-color-medium-gray {
  background: var(--color-medium-gray);
}
.installation-manuals-groups
  .installation-manuals-group
  .language-products
  .product
  > .product-button.background-color-dark-gray {
  background: var(--color-dark-gray);
  color: white;
}
.installation-manuals-groups
  .installation-manuals-group
  .language-products
  .product
  > .product-button.background-color-black {
  background: var(--color-black);
  color: white;
}
.installation-manuals-groups
  .installation-manuals-group
  .language-products
  .product
  > .product-button.background-color-white {
  background: var(--color-white);
}
.installation-manuals-groups
  .installation-manuals-group
  .language-products
  .product
  > .product-button
  img {
  width: 100%;
  display: block;
}
.installation-manuals-groups
  .installation-manuals-group
  .language-products
  .product
  > .product-button
  picture {
  margin-bottom: 15px;
}
.installation-manuals-groups
  .installation-manuals-group
  .language-products
  .product
  .product-content {
  display: none;
}
.installation-manuals-groups
  .installation-manuals-group
  .language-products
  .product
  .product-content
  > .button {
  width: 100%;
  border: 0;
  outline: 0;
  cursor: pointer;
  margin: 10px auto;
}
.installation-manuals-groups
  .installation-manuals-group
  .language-products
  .product
  .product-content
  > .button.active {
  background: var(--color-green);
  color: var(--color-black);
}
.installation-manuals-groups
  .installation-manuals-group
  .language-products
  .product
  .product-content
  .installation-manual {
  display: none;
  padding: 30px 0;
}
.installation-manuals-groups
  .installation-manuals-group
  .language-products
  .product
  .product-content
  .installation-manual.show {
  display: block;
}
.installation-manuals-groups
  .installation-manuals-group
  .language-products
  .product
  .product-content
  .installation-manual
  > div {
  margin-bottom: 20px;
}
.installation-manuals-groups
  .installation-manuals-group
  .language-products
  .product
  .product-content
  .installation-manual
  > div
  h2 {
  margin-bottom: 0.5em;
}
.installation-manuals-groups
  .installation-manuals-group
  .language-products
  .product
  .product-content
  .installation-manual
  > div
  p {
  margin-bottom: 15px;
}
.installation-manuals-groups
  .installation-manuals-group
  .language-products
  .product
  .product-content
  .product-faq {
  display: none;
}
.installation-manuals-groups
  .installation-manuals-group
  .language-products
  .product
  .product-content
  .product-faq.show {
  display: block;
}
.installation-manuals-groups
  .installation-manuals-group
  .language-products
  .product
  .product-content
  .chosen-product-info {
  width: 75%;
  display: block;
  margin: 0 auto 40px auto;
  text-align: center;
}
.installation-manuals-groups
  .installation-manuals-group
  .language-products
  .product
  .product-content
  .chosen-product-info
  img {
  width: 100%;
  display: block;
}
.installation-manuals-groups
  .installation-manuals-group
  .language-products
  .product
  .product-content
  .chosen-product-info
  picture {
  margin-bottom: 15px;
}

.sub-sections {
  margin-top: 15px;
}
.sub-sections .sub-section {
  padding-left: 5px;
  margin-bottom: 20px;
}
.sub-sections .sub-section .sub-sub-sections {
  margin-top: 15px;
}
.sub-sections .sub-section .sub-sub-section {
  padding-left: 5px;
  margin-bottom: 20px;
}

.installation-manual-toc {
  margin-bottom: 20px;
}
.installation-manual-toc .toc-step {
  margin-bottom: 10px;
}
.installation-manual-toc .toc-sections {
  padding-left: 15px;
}
.installation-manual-toc .toc-sections .toc-sub-sections {
  padding-left: 15px;
}

.installation-manual-step h3 {
  margin-bottom: 0.5em;
}

.installation-manual-step ol {
  list-style: decimal;
  margin-left: 20px;
}
.installation-manual-step ol li {
  margin-bottom: 15px;
}

.installation-manual-step ul {
  list-style: disc;
  margin-left: 20px;
}
.installation-manual-step ul li {
  margin-bottom: 15px;
}

.installation-manual-step a {
  border-bottom: 1px solid var(--color-green);
}

.installation-manual-step p:not(:last-child) {
  margin-bottom: 15px;
}

.faqs-with-cats {
  margin-top: 45px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: flex-start;
}
.faqs-with-cats .cats,
.faqs-with-cats .faqs {
  flex: 1;
}
@media all and (max-width: 580px) {
  .faqs-with-cats .cats,
  .faqs-with-cats .faqs {
    flex: none;
    width: 100%;
  }
}
.faqs-with-cats .faqs-intro {
  width: 100%;
}
.faqs-with-cats .cats {
  border: 1px solid currentColor;
}
.faqs-with-cats .cats .faq-cat-links {
  display: flex;
  flex-direction: column;
}
.faqs-with-cats .cats .faq-cat-links button {
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 24px;
  border-bottom: 1px solid currentColor;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  text-align: left;
  padding: 20px;
}
@media all and (max-width: 580px) {
  .faqs-with-cats .cats .faq-cat-links button .icon {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.faqs-with-cats .cats .faq-cat-links button.active,
.faqs-with-cats .cats .faq-cat-links button:hover {
  color: var(--color-green);
}
.faqs-with-cats .cats .faq-cat-links button:last-child {
  border-bottom: 0;
}
.faqs-with-cats .faqs .faq-block {
  display: none;
}
.faqs-with-cats .faqs .faq-block.active {
  display: block;
}
.faqs-with-cats .faqs .accordion {
  margin: 0;
}

.alphabet-list {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  justify-content: center;
}
@media all and (max-width: 580px) {
  .alphabet-list {
    flex-wrap: wrap;
    gap: 17px;
  }
}
.alphabet-list a {
  flex: 1;
  font-family: "Lateral-Extended-Web", "Helvetica", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  text-align: center;
  position: relative;
}
@media all and (max-width: 580px) {
  .alphabet-list a {
    flex: none;
  }
}
.alphabet-list a:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--color-light-gray);
}
@media all and (max-width: 580px) {
  .alphabet-list a:after {
    display: none;
  }
}
.alphabet-list a:last-child:after {
  display: none;
}
.alphabet-list a:hover {
  color: var(--color-green);
}

.page-marker {
  text-align: center;
  font-family: "Lateral-Extended-Web", "Helvetica", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 130%;
  margin-bottom: 40px;
}

.content-video-block.embed {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 24px;
}
.content-video-block.embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fancybox__container {
  z-index: 15000000001;
}

.fancybox__slide.has-video .fancybox__content {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 9;
  max-width: 100% !important;
}
/* video-link-card */
.video-link-card {
  position: relative;
}
.video-link-card > a {
  display: block;
  width: 100%;
  height: 100%;
}
.video-link-card:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-black);
  opacity: 0.3;
  z-index: 2;
  pointer-events: none;
}
.video-link-card .overlay-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  color: white;
  z-index: 5;
}
.video-link-card .overlay-content .eyebrow {
  margin-bottom: 4px;
}
.video-link-card .overlay-content h2 {
  font-size: 30px;
}
.video-link-card > a > .center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
  z-index: 10;
  text-align: center;
}
.video-link-card > a > .center > .icon {
  font-size: 40px;
}
.video-link-card > a > .center > .play-message {
  margin-top: 20px;
}

/* Countdown (belongs to the hero component) */
.countdown {
  display: inline-block;
  margin-bottom: 20px;
  border-radius: 8px;
}

.countdown span {
  font-variant-numeric: tabular-nums;
  font-size: 30px;
  font-family: "Lateral-Extended-Web", sans-serif;
}

/* Breadcrumbs */
.breadcrumb-wrapper {
  padding: 1rem 0;
}

.breadcrumb-wrapper .col {
  margin: 0;
}

/* ---------------------- Block - Invoice Calc --------------------- */

.invoice-wrapper {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-bottom: 4rem;
}

@media all and (min-width: 1024px) {
  .invoice-items__wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.invoice-items__wrapper {
  gap: 2rem;
  display: grid;
  width: 100%;
  margin-top: 2rem;
}

.invoice-subitem__header  {
  display: inline-block;
  max-width: calc(100% - 30px);
}

.invoice-items__fieldset label {
  margin: 1rem 0px;
}

.invoice-subitem__desc-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 1rem;
  margin-left: 25px;
  gap: 1rem;
  flex-direction: column;
}

@media all and (min-width: 580px) {
  .invoice-subitem__desc-wrapper {
    flex-direction: row;
    align-items: center;
  }
}

.invoice-subitem__desc {
  text-align: left;
  width: 100%;
}

.invoice-subitem__num-input {
  width: 6rem;
}

.invoice-items {
  background-color: var( --color-light-green );
  padding: 2rem;
  width: 100%;
}

.invoice-items--sum {
  background-color: var( --color-light-coral );
}

.invoice-items__header {
  margin-bottom: 1rem;
}

.invoice-items__fieldset {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

.invoice-items__item-summation {
  margin-top: 2rem;
  text-align: right;
}

/* Sum table  */
.invoice-sum-table {
  width: 100%;
}

.invoice-sum-table td:nth-child(2) {
  text-align: right;
}

.invoice-sum-table td {
  padding-top: 0.25rem;
  padding-right: 0px;
  padding-bottom: 0.25rem;
  padding-left: 0px;
}

table.invoice-sum-table tr td:first-child {
  opacity: 1;
  padding-right: 1rem;
}

@media all and (min-width: 580px) {
  table.invoice-sum-table tr td:first-child {
    padding-right: 2rem;
  }
}

.invoice-sum-table__total {
  font-weight: bold;
}

.invoice-sum-table__item-sum {
  display: block;
  text-wrap: nowrap;
}

.invoice-sum-table__case-input {
  width: 6rem;
}

/* ---------------------- Block - Installer Maps --------------------- */
/* Map */
.installer-map {
  height: 500px;
  width: 100%;
  display: flex;
  justify-content: center;
}

@media all and (min-width: 1024px) {
  .installer-map {
    height: 400px;
  }
}

.pac-target-input {
  left: 10px !important;
  top: 60px !important;
  right: 10px;
  background-color: white;
  height: 56px;
  padding-right: 17px;
  padding-left: 17px;
  font-size: 18px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  border-radius: 2px;
  border: 8px solid var( --color-light-green );
}

@media all and (min-width: 1024px) {
  .pac-target-input {
    left: calc( 50% - 15rem) !important;
    top: 10px !important;
    right: auto;
    width: 30rem;
  }
}

.gm-style-iw {
  margin-top: 60px !important;
  padding-right: 20px !important;
}

.gm-style-iw-tc {
  display: none !important;
}

/* Close button for infoWindow */
.gm-ui-hover-effect {
  top: 0px !important;
  right: 0px !important;
}

/* Boxes */
.installer-boxes {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media all and (min-width: 580px) {
  .installer-boxes {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }
}

@media all and (min-width: 1024px) {
  .installer-boxes {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.installer-box {
  background-color: var( --color-light-green );
  padding: 1rem;
}

.installer-box a,
.installer-box p,
.installer-box h3 {
  word-break: break-word;
}

.installer-box a,
.installer-box p {
  font-size: 0.75rem;
}

.installer-box__address {
  margin-top: 0.5rem;
}

.installer-box__contact-wrapper {
  margin-top: 0.5rem;
}

.installer-box__contact-label {
  font-weight: 600;
}

.installer-box__title {
  margin-bottom: 1rem;
}

/* ---------------------- Block - Script --------------------- */
.block_for_scripts {
  overflow: hidden;
  position: relative;
  height: calc( 85vh );
}

/* ---------------------- Menu --------------------- */
header {
  min-height: 5rem;
}

@media all and (min-width: 1024px) {
  header {
    min-height: 7.25rem;
  }
}

main.main-has-menu-bg {
  margin-top: 5rem;
}

@media all and (min-width: 1024px) {
  main.main-has-menu-bg {
    margin-top: 7.25rem;
  }
}
