/*
Theme Name: Nory
Author: INSIDEERS (jordi@insideers.com)
Version: 1.0
*/
@font-face {
  font-family: "Karla";
  src: url("fonts/Karla-Bold.eot");
  src: url("fonts/Karla-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Karla-Bold.woff2") format("woff2"), url("fonts/Karla-Bold.woff") format("woff"), url("fonts/Karla-Bold.ttf") format("truetype"), url("fonts/Karla-Bold.svg#Karla-Bold") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Karla";
  src: url("fonts/Karla-Regular.eot");
  src: url("fonts/Karla-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Karla-Regular.woff2") format("woff2"), url("fonts/Karla-Regular.woff") format("woff"), url("fonts/Karla-Regular.ttf") format("truetype"), url("fonts/Karla-Regular.svg#Karla-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Karla";
  src: url("fonts/Karla-Light.eot");
  src: url("fonts/Karla-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Karla-Light.woff2") format("woff2"), url("fonts/Karla-Light.woff") format("woff"), url("fonts/Karla-Light.ttf") format("truetype"), url("fonts/Karla-Light.svg#Karla-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Milonga";
  src: url("fonts/Milonga-Regular.eot");
  src: url("fonts/Milonga-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Milonga-Regular.woff2") format("woff2"), url("fonts/Milonga-Regular.woff") format("woff"), url("fonts/Milonga-Regular.ttf") format("truetype"), url("fonts/Milonga-Regular.svg#Milonga-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/******************** VARIABLES ***********************/
:root {
  /* COLORS */
  --black: #111821;
  --white: #F4F4F4;
  --red: #E92020;
  --red-light: #F1BCBC;
  --gray-dark: #575757;
  --gray-medium: #7B7B7B;
  --gray-light: #eaeaea;
  /*FONTS*/
  --primary-font-family: "Karla";
  --secondary-font-family: "Milonga";
  /* FONT-WEIGHTS */
  --bold: 500;
  --regular: 400;
  --light: 300;
  /* FONT-SIZES + FONT-SPACING */
  --title-large-size: 72px;
  --title-large-lineheight: 92px;
  --title-medium-size: 50px;
  --title-medium-lineheight: 60px;
  --title-regular-size: 40px;
  --title-regular-lineheight: 55px;
  --title-small-size: 34px;
  --title-small-lineheight: 46px;
  --text-extralarge-size: 28px;
  --text-extralarge-lineheight: 38px;
  --text-large-size: 24px;
  --text-large-lineheight: 30px;
  --text-regular-size: 18px;
  --text-regular-lineheight: 26px;
  --text-small-size: 16px;
  --text-small-lineheight: 20px;
  --text-extrasmall-size: 14px;
  --text-extrasmall-lineheight: 18px;
  /* SPACING */
  --container-regular: 1400px;
  --section-spacing-large: 120px;
  --section-spacing-regular: 70px;
  --margin-extralarge: 140px;
  --margin-large: 60px;
  --margin-medium: 45px;
  --margin-regular: 30px;
  --margin-small: 15px;
  --margin-extrasmall: 5px;
  /* OTHERS */
  --box-shadow-regular: 0px 30px 40px rgba(0, 0, 0, 0.1);
  --border-radius-large: 36px;
  --border-radius-medium: 18px;
  --border-radius-regular: 8px;
  --letter-spacing-large: 0.1em;
  --letter-spacing-small: 0.08em;
  --transition-regular: all 0.2s linear;
}
@media (max-width: 600px) {
  :root {
    --title-large-size: 42px;
    --title-large-lineheight: 54px;
    --title-medium-size: 32px;
    --title-medium-lineheight: 42px;
    --title-regular-size: 28px;
    --title-regular-lineheight: 40px;
    --title-small-size: 24px;
    --title-small-lineheight: 32px;
    --text-extralarge-size: 20px;
    --text-extralarge-lineheight: 26px;
    --text-large-size: 18px;
    --text-large-lineheight: 24px;
    --text-regular-size: 16px;
    --text-regular-lineheight: 24px;
    --text-small-size: 14px;
    --text-small-lineheight: 20px;
    --text-extrasmall-size: 12px;
    --text-extrasmall-lineheight: 18px;
    --section-spacing-large: 60px;
    --section-spacing-regular: 55px;
  }
}
/******************** PRESETS **********************/
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
* {
  margin: 0;
  padding: 0;
  max-height: 100000px;
}
address, applet, blockquote, dl, embed, form, frameset, h1, h2, h3, h4, h5, h6, iframe, object, ol, p, table, ul {
  margin: 0 0 15px;
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, frameset, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  border: 0;
  background: 0 0;
}
body {
  -webkit-font-smoothing: antialiased;
  font-size: var(--text-regular-size);
  line-height: var(--text-regular-lineheight);
  font-family: var(--primary-font-family);
  margin: 0;
  color: var(--black);
  background: var(--white);
  min-width: 320px;
  min-height: 100vh;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  font-weight: var(--regular);
  -webkit-font-smoothing: antialiased;
  position: relative;
  box-sizing: border-box;
  overflow-x: hidden;
}
input[type=email], input[type=file], input[type=password], input[type=search], input[type=text], textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
input[type=submit] {
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  border: 0;
  margin: 0;
  -webkit-appearance: none;
}
img {
  border-style: none;
}
a:focus {
  outline: 0;
}
fieldset, form {
  margin: 0;
  padding: 0;
  border-style: none;
}
article, aside, figure, footer, header, main, nav, section {
  display: block;
}
figure {
  margin: 0;
  padding: 0;
}
input, select, textarea {
  vertical-align: middle;
  color: var(--black);
  overflow: auto;
}
input:focus, select:focus {
  outline: 0;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
label {
  vertical-align: middle;
}
button, input {
  width: auto;
  overflow: visible;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
b, h1, h2, h3, h4, h5, h6, strong, th {
  font-weight: var(--medium);
}
address, cite, dfn, em, i, var {
  font-style: italic;
}
ins, u {
  text-decoration: underline;
}
del, s, strike {
  text-decoration: line-through;
}
blockquote p q {
  font-size: 1.3em;
  color: var(--light-gray);
}
blockquote, blockquote:after, blockquote:before, q, q:after, q:before {
  quotes: none;
}
blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  display: inherit;
}
blockquote {
  border: 0;
  padding-left: 0;
  margin-left: 0;
  font: var(--primary-font-family);
  color: var(--dark-gray);
}
blockquote cite {
  display: block;
  text-align: right;
  padding: 5px 0 0;
  font-weight: 700;
}
caption, table, tbody, td, tfoot, th, thead, tr {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  border: 1px solid #ccc;
  padding: 3px 7px;
  text-align: left;
  vertical-align: top;
}
th {
  border-color: #999;
  text-align: center;
  vertical-align: middle;
}
.odd td {
  background: #efefef;
}
ul {
  margin-left: 1px;
}
ol ol, ol ul, ul ol, ul ul {
  padding-left: var(--text-regular-size);
  margin: 0;
}
ol li, ul li {
  list-style-position: inside;
}
ul > li {
  list-style-type: disc;
}
dl dt {
  float: left;
  clear: left;
  padding-right: 4px;
  font-weight: var(--medium);
}
li, p {
  font-size: var(--text-regular-size);
  line-height: var(--text-regular-lineheight);
  margin-bottom: var(--margin-small);
}
.flex-row {
  display: flex;
}
.flex-row--space {
  justify-content: space-between;
}
.flex-row--even {
  justify-content: space-evenly;
}
.flex-row--around {
  justify-content: space-around;
}
.flex-row--center {
  justify-content: center;
}
.flex-row--reverse {
  flex-direction: row-reverse;
}
.flex-row--right {
  justify-content: flex-end;
}
.flex-column--center, .flex-row--vcenter {
  align-items: center;
}
.flex-row--vtop {
  align-items: flex-start;
}
.flex-row--vbottom {
  align-items: flex-end;
}
.flex-row--wrap {
  flex-wrap: wrap;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.flex-column--left {
  align-items: flex-start;
}
.flex-gap-small {
  gap: var(--margin-small);
}
.flex-gap-regular {
  gap: var(--margin-regular);
}
.flex-gap-medium {
  gap: var(--margin-medium);
}
.flex-gap-large {
  gap: var(--margin-small);
}
.flex-grow {
  flex-grow: 1;
}
.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.no-margin {
  margin: 0;
}
.hidden {
  display: none;
}
.secondary-font {
  font-family: var(--secondary-font-family);
  font-weight: var(--regular);
}
/******************** GENERIC ***********************/
body {
  font-size: var(--text-regular-size);
  line-height: var(--text-regular-lineheight);
  font-family: var(--primary-font-family);
  color: var(--black);
  background: var(--white);
  font-weight: var(--regular);
}
.container {
  width: 100%;
  max-width: var(--container-regular);
  padding: 0 10%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (min-width: 1640px) {
  .container {
    width: var(--container-regular);
    padding-inline: calc(var(--container-regular) * 0.10);
  }
}
@media (max-width: 700px) {
  .container {
    padding: 0px 30px;
  }
}
section {
  padding: var(--section-spacing-regular) 0;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
section:first-of-type {
  padding-top: calc(var(--section-spacing-regular)*2);
}
a {
  text-decoration: none;
  outline: 0;
  transition: var(--transition-regular);
  color: unset;
}
a:not(.button):not(.link):hover {
  opacity: 0.5;
}
strong {
  font-weight: var(--bold);
}
.img img, img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 700px) {
  section:first-of-type {
    padding-top: calc(var(--section-spacing-regular)*1.8);
  }
  .responsive-menu {
    padding: 20px 30px !important;
  }
}
.menu {
  display: flex;
  align-items: center;
  gap: var(--margin-regular);
  margin: 0;
}
.menu > li {
  list-style: none;
  margin: 0;
}
.menu > li:not(.menu-button) .item {
  display: block;
  margin: 0;
  cursor: pointer;
  max-width: max-content;
  transition: var(--transition-regular);
}
.menu > li:not(.menu-button) .item .item__title {
  transition: var(--transition-regular);
  margin: 0;
}
.menu > li:not(.menu-button) .item:hover {
  text-decoration: none;
}
/******************** TITLES ***********************/
.pre-title {
  font-size: var(--text-large-size);
  line-height: var(--text-large-lineheight);
  font-weight: var(--regular);
  color: var(--red);
  margin-bottom: var(--margin-regular);
  letter-spacing: var(--letter-spacing-large);
  text-transform: uppercase;
}
.page-title {
  font-size: var(--title-large-size);
  line-height: var(--title-large-lineheight);
  font-family: var(--secondary-font-family);
  font-weight: var(--regular);
  margin-bottom: var(--margin-medium);
}
.page-subtitle {
  font-size: var(--text-extralarge-size);
  line-height: var(--text-extralarge-lineheight);
  font-weight: var(--regular);
  margin: var(--margin-regular) 0 var(--margin-medium);
}
.page-title + .page-subtitle {
  margin-top: -30px;
}
.page-title.align-center, .page-subtitle.align-center {
  max-width: 850px;
  margin-inline: auto;
}
.section-title, .info__content h2 {
  font-size: var(--title-medium-size);
  line-height: var(--title-medium-lineheight);
  font-family: var(--secondary-font-family);
  margin-bottom: var(--margin-large);
}
@media (max-width: 600px) {
  .section-title, .info__content h2 {
    margin-bottom: var(--margin-medium);
  }
}
.section-title-small {
  font-size: var(--title-small-size);
  line-height: var(--title-small-lineheight);
  font-family: var(--secondary-font-family);
  margin-bottom: var(--margin-regular);
}
.section-subtitle {
  font-size: var(--text-large-size);
  line-height: var(--text-large-lineheight);
}
.section-subtitle.align-center {
  max-width: 930px;
  margin-inline: auto;
}
.section-title + .section-subtitle, .info__content h2 + .section-subtitle {
  margin: -35px 0 var(--margin-medium);
}
@media (max-width: 600px) {
  .section-title + .section-subtitle, .info__content h2 + .section-subtitle {
    margin-bottom: var(--margin-regular);
  }
}
.section-title-small + .section-subtitle {
  margin: -15px 0 var(--margin-medium);
}
.subsection-title {
  font-size: var(--title-small-size);
  line-height: var(--title-small-lineheight);
  font-weight: var(--bold);
  margin-bottom: var(--margin-regular);
}
/******************** BUTTONS ***********************/
.button-container {
  gap: var(--margin-small) var(--margin-regular);
}
.button, .contact-7-form input[type="submit"], .main-header .menu-button .item__title {
  font-size: var(--text-large-size);
  line-height: var(--text-large-lineheight);
  color: var(--white);
  background-color: transparent;
  border: 2px solid var(--black);
  border-radius: var(--border-radius-large);
  background-color: var(--black);
  padding: 10px 30px;
  position: relative;
  display: inline-block;
  max-width: max-content;
  cursor: pointer;
  transition: var(--transition-regular);
}
.button:hover, .contact-7-form input[type="submit"]:hover, .main-header .menu-button .item__title:hover {
  color: var(--black);
  background-color: transparent;
  text-decoration: none;
}
.button:active, .contact-7-form input[type="submit"]:active, .main-header .menu-button .item__title:active {
  color: var(--white);
  background-color: var(--gray-dark);
  border-color: var(--gray-dark);
}
.button:disabled, .contact-7-form input[type="submit"]:disabled, .main-header .menu-button .item__title:disabled, .button.disabled, .contact-7-form input.disabled[type="submit"], .main-header .menu-button .disabled.item__title {
  cursor: default;
  color: var(--gray-dark);
  border-color: var(--gray-dark);
  background-color: transparent;
  opacity: 0.5;
  pointer-events: none;
}
.button.button--white, .contact-7-form input.button--white[type="submit"], .contact-7-form .contact-7-form.contact-7-form--dark-bg input[type="submit"], .contact-7-form.contact-7-form--dark-bg .contact-7-form input[type="submit"], .main-header .menu-button .button--white.item__title, .main-header .menu-button .contact-7-form.contact-7-form--dark-bg input.item__title[type="submit"], .contact-7-form.contact-7-form--dark-bg .main-header .menu-button input.item__title[type="submit"], .contact-7-form.contact-7-form--dark-bg input.button[type="submit"] {
  color: var(--white);
  border-color: var(--white);
  background-color: transparent;
}
.button.button--white:hover, .contact-7-form input.button--white[type="submit"]:hover, .contact-7-form .contact-7-form.contact-7-form--dark-bg input[type="submit"]:hover, .contact-7-form.contact-7-form--dark-bg .contact-7-form input[type="submit"]:hover, .main-header .menu-button .button--white.item__title:hover, .main-header .menu-button .contact-7-form.contact-7-form--dark-bg input.item__title[type="submit"]:hover, .contact-7-form.contact-7-form--dark-bg .main-header .menu-button input.item__title[type="submit"]:hover, .contact-7-form.contact-7-form--dark-bg input.button[type="submit"]:hover {
  color: var(--black);
  background-color: var(--white);
}
.button.button--small, .contact-7-form input.button--small[type="submit"], .main-header .menu-button .button--small.item__title {
  padding: 6px 18px;
  font-size: var(--text-regular-size);
  line-height: var(--text-regular-lineheight);
}
.link {
  font-size: var(--text-large-size);
  line-height: var(--text-large-lineheight);
  position: relative;
  color: var(--black);
  padding: 5px 0;
  border-bottom: 2px solid var(--red);
  transition: var(--transition-regular);
  cursor: pointer;
  max-width: max-content;
}
.link:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--black);
  top: 100%;
  right: 0;
  transition: all 0.2s linear;
}
.link:hover {
  text-decoration: none;
  padding-right: 15px;
  margin-right: -15px;
}
.link:hover:after {
  width: 0%;
}
.link.link--white {
  color: var(--white);
}
.link.link--white:after {
  background-color: var(--white);
}
.link.link--small {
  font-size: var(--text-regular-size);
  line-height: var(--text-regular-lineheight);
  border-width: 1px;
}
.link.link--small:after {
  height: 1px;
}
.link.link--clean:after {
  background-color: var(--white);
}
/******************** PAGINATION ***********************/
.custom-pagination {
  width: 100%;
  text-align: center;
}
.custom-pagination__container {
  margin-top: var(--section-spacing-regular);
}
.custom-pagination .page-numbers {
  font-size: var(--text-large-size);
  line-height: var(--text-large-lineheight);
  margin: 0 10px;
  color: var(--gray-medium);
}
.custom-pagination .page-numbers:hover, .custom-pagination .page-numbers.current {
  color: var(--white);
  text-decoration: none;
}
.custom-pagination__links {
  margin: 0px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
/******************** COOKIE BANNER ***********************/
.cky-consent-bar {
  box-shadow: var(--box-shadow-regular) !important;
  border-radius: var(--border-radius-medium) !important;
  background-color: #111821fa !important;
  border: 1px solid var(--gray-light) !important;
  padding: var(--margin-regular) !important;
}
.cky-title {
  font-size: var(--text-large-size) !important;
  line-height: var(--text-large-lineheight) !important;
  font-family: var(--secondary-font-family);
  color: var(--white) !important;
  margin-bottom: var(--margin-small) !important;
  position: relative;
  padding-left: 20px !important;
}
.cky-title:before {
  content: "";
  position: absolute;
  background-color: red;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  top: 12px;
  left: 0;
}
.cky-notice-des p {
  font-size: var(--text-extrasmall-size) !important;
  line-height: var(--text-extrasmall-lineheight) !important;
  font-family: var(--primary-font-family);
  color: var(--gray-light) !important;
  font-weight: var(--regular);
}
.cky-notice-btn-wrapper {
  flex-direction: row-reverse;
  margin-top: var(--margin-regular) !important;
  gap: 20px;
}
.cky-btn {
  font-family: var(--primary-font-family) !important;
  color: var(--white) !important;
  border-radius: var(--border-radius-large) !important;
  font-weight: var(--regular) !important;
  border: none !important;
  padding: 0 !important;
  transition: var(--transition-regular) !important;
  flex: unset !important;
  margin: 0 !important;
  opacity: 1 !important;
}
.cky-btn.cky-btn-accept {
  padding: 6px var(--margin-small) !important;
  background-color: transparent !important;
  border: 1px solid var(--white) !important;
}
.cky-btn.cky-btn-accept:hover {
  background-color: var(--white) !important;
  color: var(--black) !important;
}
.cky-btn.cky-btn-reject {
  position: relative;
}
.cky-btn.cky-btn-reject:after {
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  background-color: var(--white);
  bottom: -3px;
  left: 0;
  transition: var(--transition-regular);
}
.cky-btn.cky-btn-reject:hover:after {
  width: calc(100% + 10px);
}
.cky-btn.cky-btn-customize, .cky-btn.cky-btn-preferences {
  opacity: 0.5 !important;
  margin-left: auto !important;
  text-align: right !important;
}
.cky-btn.cky-btn-customize:hover, .cky-btn.cky-btn-preferences:hover {
  opacity: 1 !important;
}
@media (max-width: 500px) {
  .cky-consent-bar {
    padding: 20px !important;
  }
  .cky-title:before {
    top: 7px;
  }
  .cky-notice-des {
    padding: 0;
  }
  .cky-notice-btn-wrapper {
    margin-top: var(--margin-small) !important;
    padding: 0;
  }
}
.cky-modal.cky-modal-open {
  border-radius: var(--border-radius-medium) !important;
  border: 1px solid var(--gray-light);
  overflow: hidden;
}
.cky-preference-center {
  color: var(--white) !important;
  background-color: var(--black) !important;
  padding: var(--margin-small) !important;
  border-radius: var(--border-radius-medium);
}
.cky-preference-title {
  font-family: var(--secondary-font-family);
  color: var(--white) !important;
  font-weight: var(--regular) !important;
  font-size: var(--text-extralarge-size) !important;
  line-height: var(--text-extralarge-lineheight) !important;
}
.cky-accordion-header .cky-always-active {
  font-weight: var(--bold) !important;
  color: #82f282 !important;
}
.cky-preference-center p {
  font-size: var(--text-extrasmall-size);
  line-height: var(--text-extrasmall-lineheight);
  font-family: var(--primary-font-family);
}
.cky-accordion-btn {
  font-weight: var(--bold) !important;
}
.cky-prefrence-btn-wrapper {
  justify-content: flex-end !important;
  gap: var(--margin-regular);
  flex-direction: row-reverse;
  margin-top: var(--margin-regular);
}
.cky-btn.cky-btn-preferences {
  order: -1;
}
/******************** SLICK ***********************/
.slick-slider.slick-dotted {
  margin-bottom: 0 !important;
}
.slick-list + .slick-dots {
  position: relative;
  bottom: 0;
  margin: var(--margin-regular) 0 0;
  padding: 0;
}
.slick-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.slick-dots li {
  list-style: none;
  background-color: var(--gray-medium);
  border-radius: 100%;
  margin: 0 !important;
  width: 12px !important;
  height: 12px !important;
  transition: var(--transition-regular);
  cursor: pointer;
  opacity: 0.4;
}
.slick-dots li.slick-active {
  opacity: 1;
  background-color: var(--red);
}
.slick-dots li button {
  display: none !important;
}
/* TABLE OF CONTENTS */
.table-of-contents {
  position: sticky;
  top: var(--margin-large);
  display: flex;
  flex-direction: column;
}
.table-of-contents__title {
  font-family: var(--secondary-font-family);
  font-size: var(--text-large-size);
  line-height: var(--text-large-lineheight);
}
#table-of-contents__table a {
  display: inline;
  position: relative;
  color: var(--gray-dark);
  font-size: var(--text-small-size);
  line-height: var(--text-small-lineheight);
  font-weight: var(--regular);
  transition: var(--transition-regular);
}
#table-of-contents__table a strong {
  font-weight: var(--regular);
}
#table-of-contents__table a:hover {
  text-decoration: none;
}
#table-of-contents__table a.active {
  color: var(--black) !important;
  padding-left: 14px;
}
#table-of-contents__table a.active:before {
  opacity: 1;
  transition: var(--transition-regular);
}
#table-of-contents__table a:before {
  opacity: 0;
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  left: 2px;
  top: 8px;
  background-color: var(--red);
  border-radius: 100%;
}
#table-of-contents__table li {
  list-style: none;
  margin: 0;
  color: var(--gray-dark);
}
#table-of-contents__table li li a {
  font-size: var(--text-extrasmall-size);
  line-height: var(--text-extrasmall-lineheight);
  color: var(--gray-medium);
}
#table-of-contents__table > li {
  border-bottom: 1px solid var(--gray-light);
  padding: 8px;
}
#table-of-contents__table > li > ul:not(:empty) {
  margin: 5px 0 10px;
}
/******************** PAGE CONTENT ***********************/
.post-content h2 {
  font-size: var(--title-small-size);
  line-height: var(--title-small-lineheight);
  font-weight: var(--bold);
  margin-bottom: var(--margin-regular);
}
.post-content p + h2, .post-content ul + h2, .post-content ol + h2 {
  margin-top: var(--margin-large);
}
.post-content h3 {
  font-size: var(--text-extralarge-size);
  line-height: var(--text-extralarge-lineheight);
  font-weight: var(--regular);
  margin-bottom: var(--margin-small);
}
.post-content p + h3, .post-content ul + h3, .post-content ol + h3 {
  margin-top: var(--margin-medium);
}
.post-content p {
  margin-bottom: var(--margin-regular);
}
.post-content ul, .post-content ol {
  padding-left: 30px;
  margin: var(--margin-regular) 0;
}
.post-content li {
  list-style-position: outside;
  margin-bottom: 10px;
}
.post-content li:before {
  margin-left: 5px;
  content: "";
}
.post-content li ol {
  margin: var(--margin-extrasmall) 0 0;
  padding: 0;
}
.post-content li ol li {
  list-style: none;
  font-size: var(--text-small-size);
  line-height: var(--text-small-lineheight);
  color: var(--gray-medium);
}
.post-content li ol li:last-child {
  margin-bottom: 0;
}
.post-content li ol li:before {
  margin-left: 0;
}
.post-content a {
  color: var(--red);
}
.post-content a:hover {
  text-decoration: underline;
}
.post-content .wp-block-quote {
  color: var(--black);
  margin: var(--margin-large) 0;
}
.post-content .wp-block-quote p {
  font-size: var(--title-small-size);
  line-height: var(--title-small-lineheight);
  font-family: var(--secondary-font-family);
  margin-bottom: 10px;
}
.post-content .wp-block-quote em {
  font-style: normal;
}
.post-content .wp-block-quote cite {
  font-size: var(--text-regular-size);
  line-height: var(--text-regular-lineheight);
  font-weight: var(--regular);
  color: var(--gray-medium);
  text-align: left;
  position: relative;
  padding: 0;
  margin-top: var(--margin-medium);
}
.post-content .wp-block-quote cite:before {
  position: absolute;
  content: "";
  width: 100vw;
  height: 2px;
  background-color: var(--red);
  top: -22px;
  right: 0;
}
/******************** GB BLOCKS ***********************/
.gb-video-row {
  margin: var(--margin-medium) 0 var(--margin-large);
  /* SINGLE */
  /* TWO COLS */
  /* FEARTURED SINGLE */
  /* FEATURED */
  /* CAROUSEL */
}
.gb-video-row__container:not(.gb-video-row__container--carousel) .gb-video-row__video-container {
  height: 50vw;
  max-height: 440px;
}
.gb-video-row__container.gb-video-row__container--two-cols {
  display: flex;
  justify-content: space-between;
  gap: var(--margin-regular);
  flex-wrap: wrap;
}
.gb-video-row__container.gb-video-row__container--two-cols .gb-video-row__video-container {
  max-height: 250px;
}
.gb-video-row__container.gb-video-row__container--two-cols .gb-video-row__video-slide {
  width: calc(50% - 15px);
}
.gb-video-row--featured-single {
  position: relative;
  padding: var(--margin-large) 0;
}
.gb-video-row--featured-single:before {
  width: 80vw;
  height: 100%;
  background-color: var(--black);
  position: absolute;
  top: 0;
  right: 70%;
  content: "";
  border-radius: var(--border-radius-medium);
}
.gb-video-row--featured-single .gb-video-row__container {
  position: relative;
}
.gb-video-row--featured-single .gb-video-row__video-slide {
  padding: 0 var(--margin-medium);
  position: relative;
}
.gb-video-row--featured-single .gb-video-row__video-description {
  position: absolute;
  width: max-content;
  right: var(--margin-medium);
  top: -40px;
  margin: 0 0 var(--margin-small);
  font-size: var(--text-large-size);
  line-height: var(--text-large-lineheight);
}
.gb-video-row--featured {
  padding: var(--margin-large) 0;
  position: relative;
}
.gb-video-row--featured:before {
  position: absolute;
  content: "";
  width: 150vw;
  height: 100%;
  background-color: var(--black);
  top: 0;
  right: calc(var(--margin-large)*-1);
  border-radius: var(--border-radius-medium);
}
.gb-video-row--featured .gb-video-row__container {
  position: relative;
}
.gb-video-row--featured .gb-video-row__video-description {
  color: var(--white);
}
.gb-video-row__container--carousel {
  margin: 0 calc(var(--margin-small)*-1);
}
.gb-video-row__container--carousel .gb-video-row__video-slide {
  width: 30%;
  margin: 0 var(--margin-small);
}
.gb-video-row__container--carousel .gb-video-row__video-container {
  max-height: 240px;
  height: 50vw;
}
.gb-video-row__video-description {
  width: 100%;
  text-align: center;
  display: block;
  font-size: var(--text-small-size);
  line-height: var(--text-small-lineheight);
  margin-top: 5px;
}
.gb-video-row__video-description span {
  color: var(--red);
}
@media (max-width: 600px) {
  .gb-video-row--featured-single {
    color: var(--white);
  }
  .gb-video-row--featured-single:before {
    width: 100vw;
    right: -30px;
    border-radius: 0;
  }
  .gb-video-row--featured-single .gb-video-row__video-slide {
    padding: 0;
  }
  .gb-video-row--featured:before {
    width: 100vw;
    right: -30px;
    border-radius: 0;
  }
  .gb-video-row__container.gb-video-row__container--two-cols .gb-video-row__video-slide {
    width: 100%;
  }
}
/******************** POPUP ***********************/
.popup {
  max-width: 560px !important;
  border-radius: var(--border-radius-medium);
}
.popup__title {
  display: flex;
  align-items: center;
  gap: var(--margin-small);
}
.popup__icon {
  display: flex;
  width: 65px;
}
.popup__subtitle {
  font-size: var(--text-regular-size);
  line-height: var(--text-regular-lineheight);
  margin-bottom: var(--margin-regular) !important;
}
@media (max-width: 600px) {
  .popup {
    padding: var(--margin-regular) !important;
  }
}
/******************** POST TAG ***********************/
.post-tags__container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
.post-tag, .shows__show-category {
  font-size: var(--text-extrasmall-size);
  line-height: var(--text-extrasmall-lineheight);
  color: var(--black);
  border: 1px solid var(--black);
  padding: 2px 8px;
  border-radius: var(--border-radius-large);
  margin: 0;
  transition: var(--transition-regular);
}
.post-tag--light {
  color: var(--white);
  border-color: var(--white);
  background-color: #1118217a;
}
.post-tag--button:hover {
  text-decoration: none;
  border-color: var(--red-light);
  background-color: var(--red-light);
  transition: var(--transition-regular);
}
.post-tag.post-tag--light.post-tag--button:hover, .post-tag--light.post-tag--button.shows__show-category:hover {
  color: var(--black);
  border-color: var(--white);
  background-color: var(--white);
}
/******************** PASSWORD ***********************/
.post-password-form {
  background-color: #fff;
  border: 1px solid var(--black);
  border-radius: var(--border-radius-regular);
  padding: var(--margin-regular);
  display: flex;
  align-items: center;
  gap: var(--margin-regular);
}
.post-password-form p {
  font-size: var(--text-small-size);
  line-height: var(--text-small-lineheight);
  color: var(--gray-dark);
  margin: 0 !important;
}
.post-password-form p:last-child {
  display: flex;
  align-items: center;
}
.post-password-form input[type="password"] {
  font-family: var(--primary-font-family);
  font-size: var(--text-extrasmall-size);
  line-height: var(--text-extrasmall-lineheight);
  width: 100%;
  min-width: 230px;
  padding: 10px 40px 10px 15px;
  background: var(--white);
  color: var(--gray-dark);
  border: unset;
  border-radius: 4px;
  box-sizing: border-box;
  outline: none !important;
}
.post-password-form label input {
  margin-top: -28px;
}
.post-password-form input[type="submit"] {
  font-family: var(--primary-font-family);
  font-size: var(--text-extrasmall-size);
  line-height: var(--text-extrasmall-lineheight);
  font-weight: var(--bold);
  letter-spacing: unset;
  height: 42px;
  margin-left: -20px;
  padding: 0 15px;
  color: var(--white);
  background-color: var(--black);
  border: 2px solid var(--black);
  border-radius: var(--border-radius-large);
  transition: var(--transition-regular);
  cursor: pointer;
}
.post-password-form input[type="submit"]:hover {
  background-color: var(--white);
  color: var(--black);
}
@media (max-width: 700px) {
  .post-password-form {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 410px;
    margin-inline: auto;
  }
  .post-password-form p {
    text-align: center;
  }
  .post-password-form p:last-child {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .post-password-form p:last-child > label {
    width: 100%;
  }
  .post-password-form input[type="password"] {
    min-width: unset;
    padding: 10px 15px;
    text-align: center;
  }
  .post-password-form input[type="submit"] {
    margin: var(--margin-small) 0 0;
    width: 100%;
  }
}
/******************** SLICK ***********************/
/******************** GSAP ***********************/
/* [gsap]{
	opacity: 0;
} */
/******************** CONTACT 7 FORM ***********************/
.contact-7-form form, .contact-7-form .form-step {
  display: flex;
  flex-direction: column;
  gap: var(--margin-regular);
}
.contact-7-form .form-row {
  display: flex;
  justify-content: space-between;
  gap: var(--margin-small);
}
.contact-7-form .form-field {
  width: 100%;
}
.contact-7-form p {
  margin: 0;
}
.contact-7-form .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
  margin: 0;
}
.contact-7-form input.wpcf7-text, .contact-7-form select.wpcf7-select, .contact-7-form textarea.wpcf7-textarea {
  font-size: var(--text-small-size);
  line-height: var(--text-small-lineheight);
  background: var(--white);
  border: unset;
  border-radius: var(--border-radius-regular);
  width: 100%;
  padding: var(--margin-small);
  font-family: var(--primary-font-family);
  box-sizing: border-box;
  color: var(--black);
  outline: none !important;
  border: 1px solid var(--white);
}
.contact-7-form input::placeholder, .contact-7-form textarea::placeholder {
  color: var(--gray-medium);
  opacity: 1;
}
.contact-7-form input:-ms-input-placeholder, .contact-7-form textarea:-ms-input-placeholder {
  color: var(--gray-medium);
  opacity: 1;
}
.contact-7-form input::-ms-input-placeholder, .contact-7-form textarea::-ms-input-placeholder {
  color: var(--gray-medium);
  opacity: 1;
}
.contact-7-form textarea.wpcf7-textarea {
  max-height: 110px;
}
.contact-7-form .form-label {
  font-size: var(--text-small-size);
  line-height: var(--text-small-lineheight);
  color: var(--gray);
  margin-bottom: 5px;
  display: block;
}
.contact-7-form br {
  display: none;
}
.contact-7-form select.wpcf7-select {
  appearance: none;
  background-image: url(images/menu-arrow-icon.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  background-size: 12px;
  background-blend-mode: exclusion;
}
.contact-7-form select.wpcf7-select option {
  font-family: "Arial";
}
.contact-7-form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.contact-7-form .wpcf7-acceptance input[type="checkbox"] {
  width: 18px;
  height: 18px;
}
.contact-7-form .wpcf7-acceptance .wpcf7-list-item > label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact-7-form .wpcf7-acceptance .wpcf7-list-item-label {
  font-size: var(--text-extrasmall-size);
  line-height: var(--text-extrasmall-lineheight);
}
.contact-7-form .wpcf7-acceptance .wpcf7-list-item-label a {
  color: var(--red-light);
}
.contact-7-form .wpcf7-not-valid-tip {
  position: absolute;
  font-size: 12px;
  line-height: 14px;
  color: #EB7575;
  bottom: -18px;
}
.contact-7-form .wpcf7-not-valid {
  border-color: #EB7575 !important;
  color: #EB7575 !important;
}
.contact-7-form .wpcf7 form .wpcf7-response-output {
  margin: 0;
  border: none !important;
  padding: 0;
  color: #EB7575;
}
.contact-7-form .wpcf7-list-label {
  font-size: var(--text-extrasmall-size);
  line-height: var(--text-extrasmall-lineheight);
}
.contact-7-form .wpcf7-list-label input {
  margin-right: 10px;
  top: -1px;
  position: relative;
}
.contact-7-form .wpcf7-list-label a {
  color: var(--red-light);
}
.contact-7-form input[type="submit"] {
  font-size: var(--text-small-size);
  line-height: var(--text-small-lineheight);
  font-family: var(--primary-font-family);
  border-width: 1px;
}
.contact-7-form.contact-7-form--dark-bg {
  color: var(--white);
}
.contact-7-form .hidden-field {
  display: none !important;
}
.contact-7-form .wpcf7-mpconsent {
  font-size: var(--text-extrasmall-size);
  line-height: var(--text-extrasmall-lineheight);
  color: var(--gray-medium);
}
/******************** HEADER ***********************/
.main-header {
  position: absolute;
  width: 100%;
  padding: 25px 0px;
  z-index: 99990;
  color: var(--black);
  /* MENU BUTTON */
  /* LIGHT HEADER */
  /* SOLID HEADER */
}
.main-header__container {
  gap: var(--margin-regular);
}
.main-header__menu-container {
  flex-grow: 1;
}
.main-header__logo-link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-header__logo {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.main-header__altmenu-container {
  display: flex;
  align-items: center;
  gap: var(--margin-small);
}
.main-header .menu-button .item__title {
  margin: 0;
}
.main-header--light, .main-header--solid {
  color: var(--white);
}
.main-header--light .main-menu > .menu-item > .item:hover, .main-header--solid .main-menu > .menu-item > .item:hover {
  opacity: 1;
  color: var(--red-light);
}
.main-header--light .responsive-menu-button-line, .main-header--solid .responsive-menu-button-line {
  background-color: var(--white);
}
.main-header--solid {
  background-color: var(--black);
}
.responsive-menu, .responsive-menu-button, .main-menu > li.menu-item-has-children > .sub-menu {
  display: none;
}
/* MENU ITEM */
.main-menu {
  justify-content: flex-end;
  /* SUBMENU */
  /* SUBMENU ITEMS */
}
.main-menu .item__title {
  width: max-content;
}
.main-menu .item__desc {
  margin: 5px 0 0;
  font-size: var(--text-extrasmall-size);
  line-height: var(--text-extrasmall-lineheight);
  color: var(--gray-medium);
}
.main-menu > li.menu-item-has-children > .sub-menu {
  display: none;
  opacity: 0;
  position: absolute;
  flex-direction: column;
  gap: var(--margin-small);
  width: max-content;
  min-width: 150px;
  top: 50px;
  left: calc(var(--margin-regular)*-1);
  margin-top: 20px;
  padding: var(--margin-regular);
  background-color: var(--white);
  box-shadow: var(--box-shadow-regular);
  border-radius: var(--border-radius-regular);
  z-index: 9999;
}
.main-menu:not(.main-menu--responsive) > li.menu-item-has-children > .sub-menu--active {
  display: flex !important;
  opacity: 1;
  top: 20px;
}
.main-menu > li .sub-menu > li {
  list-style: none;
  margin: 0;
  width: max-content;
}
.main-menu > li.menu-item-has-children > .sub-menu--active .sub-menu {
  display: flex !important;
  flex-direction: column;
  gap: var(--margin-small);
  padding: 0;
}
.main-menu > li.menu-item-has-children.sub-menu--columns > .sub-menu {
  flex-direction: row;
  gap: var(--margin-large);
}
.main-menu .sub-menu li.menu-item-has-children > .item {
  display: none;
}
.main-menu > li .sub-menu > li > .item:hover .item__title {
  color: var(--gray-medium);
}
/* RESPONSIVE MENU */
.responsive-menu {
  background-color: var(--white);
  position: fixed;
  top: 0px;
  right: -100%;
  z-index: 9999999;
  width: 100%;
  height: 100%;
  padding: 25px 10%;
  transition: right 0.3s linear;
  overflow: scroll;
  display: block;
  box-sizing: border-box;
  /* RESPONSIVE MAIN MENU */
  /* RESPONSIVE ALTERNAVIVE MENU */
}
.responsive-menu.responsive-menu--active {
  right: 0px;
}
.responsive-menu__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--margin-regular);
}
.responsive-menu-button {
  flex-direction: column;
  width: 32px;
  gap: 6px;
  cursor: pointer;
}
.responsive-menu-button-line {
  width: 100%;
  height: 3px;
  display: block;
  border-radius: 10px;
  background-color: var(--black);
}
.responsive-menu-button--close {
  display: block;
  width: 32px;
  height: 32px;
  cursor: pointer;
  position: relative;
}
.responsive-menu-button-line--close {
  height: 3px;
  background-color: var(--black);
  display: block;
  width: 100%;
  border-radius: 30px;
  margin: 0;
  transform: rotate(45deg);
  top: calc(50% - 1.5px);
  position: absolute;
}
.responsive-menu-button-line--close:last-child {
  transform: rotate(-45deg);
}
.responsive-menu__menu-container {
  margin-top: var(--margin-medium);
}
.responsive-menu .main-menu--responsive {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.responsive-menu .main-menu--responsive > li {
  width: 100%;
}
.responsive-menu .main-menu--responsive .item__title {
  font-size: var(--text-large-size);
  line-height: var(--text-large-lineheight);
}
.responsive-menu .main-menu--responsive > li.menu-item-has-children > .item {
  padding: 0;
  margin: 0;
}
.responsive-menu .main-menu--responsive > li.menu-item-has-children > .item:after {
  top: 8px;
  transition: var(--transition-regular);
}
.responsive-menu .main-menu--responsive > li.menu-item-has-children.sub-menu--open > .item::after {
  transform: rotate(180deg);
}
.responsive-menu .main-menu--responsive > li.menu-item-has-children > .sub-menu {
  display: none;
  position: relative;
  width: 100%;
  margin: 15px 0 0;
  padding: 0 0 0 15px;
  top: 0;
  left: unset;
  opacity: 1;
  box-shadow: none;
  box-sizing: border-box;
  background: no-repeat;
  transition: none;
}
.responsive-menu .main-menu--responsive.main-menu > li .sub-menu > li:not(:last-child) {
  margin-bottom: 15px;
}
.responsive-menu .main-menu--responsive.main-menu > li.menu-item-has-children > .sub-menu--active .sub-menu {
  display: block !important;
}
.responsive-menu .main-menu--responsive.main-menu > li.menu-item-has-children > .sub-menu .sub-menu {
  padding: 0;
}
.responsive-menu .responsive-menu__alt-container {
  margin-top: var(--margin-medium);
  border-top: 1px solid var(--gray-medium);
  padding-top: var(--margin-regular);
}
.responsive-menu .alternative-menu--responsive {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.responsive-menu .alternative-menu--responsive > li {
  width: 100%;
}
.responsive-menu .alternative-menu--responsive > li.menu-button .item__title {
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 800px) {
  .main-header {
    padding: 20px 0;
  }
  .main-header__container {
    justify-content: space-between;
  }
  .main-header__menu-container, .main-header__altmenu-container {
    display: none;
  }
  .responsive-menu-button {
    display: flex;
  }
}
@media (max-width: 500px) {
  .page-template-template-home .main-header__logo-link {
    visibility: visible !important;
  }
}
/******************** FOOTER ***********************/
.footer {
  padding: var(--margin-medium) 0;
  background-color: var(--black);
  color: var(--white);
  /* FOOTER NEWSLETTER */
  /* FOOTER BANNER */
  /* FOOTER MENU */
  /* COPYRIGHT */
}
.footer__newsletter-container {
  position: relative;
  gap: var(--margin-regular);
  margin-bottom: var(--margin-extralarge);
}
.footer__newsletter-text-container {
  width: 70%;
}
.footer__newsletter-text {
  font-size: var(--text-large-size);
  line-height: var(--text-large-lineheight);
  letter-spacing: var(--letter-spacing-small);
  padding-top: 10px;
  margin-bottom: var(--margin-regular);
}
.footer__newsletter-text span {
  color: var(--red);
  font-weight: var(--bold);
  font-style: italic;
}
.footer__newsletter-button {
  color: var(--white);
  max-width: max-content;
  cursor: pointer;
}
.footer__newsletter-image-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  position: relative;
}
.footer__newsletter-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer__newsletter-image-lock {
  content: "";
  position: absolute;
  width: 27%;
  aspect-ratio: 1;
  background-size: contain;
  background-repeat: no-repeat;
  top: 28.9%;
  left: 22.1%;
  animation: 5s linear 0.8s infinite normal running rotateInfinitely !important;
}
@media (max-width: 780px) {
  .footer__newsletter-container {
    margin-bottom: var(--margin-large);
  }
  .footer__newsletter-text {
    font-size: var(--text-regular-size);
    line-height: var(--text-regular-lineheight);
    margin-bottom: var(--margin-small);
  }
  .footer__newsletter-image-container {
    max-width: 120px;
  }
  .footer__newsletter-button {
    font-size: var(--text-small-size);
    line-height: var(--text-small-lineheight);
  }
}
@media (max-width: 500px) {
  .footer__newsletter-container {
    flex-direction: column-reverse;
    align-items: flex-start;
    border: unset;
    padding: 0;
  }
  .footer__newsletter-image-container {
    max-width: 100px;
  }
  .footer__newsletter-text-container {
    width: 100%;
  }
  .footer__newsletter-text {
    padding: 0;
    margin-bottom: var(--margin-regular);
  }
  .footer__newsletter-text br {
    display: none;
  }
}
@keyframes rotateInfinitely {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.footer__banner-container {
  text-align: center;
  margin-bottom: calc(var(--section-spacing-large)*1.8);
}
.footer__banner-text {
  max-width: 780px;
  margin-inline: auto !important;
  margin-bottom: var(--margin-medium) !important;
}
.footer__main {
  padding-top: var(--section-spacing-regular);
}
.footer__menu-container {
  width: 100%;
}
.footer__menu-container a {
  color: var(--white);
}
.footer .footer-menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.footer .footer-menu .footer-col {
  width: 20%;
}
.footer .footer-menu > li > a {
  display: block;
  position: relative;
  width: 100%;
  opacity: 1 !important;
}
.footer .footer-menu > li > a:before {
  content: "";
  position: absolute;
  background-color: var(--red);
  width: 8px;
  height: 8px;
  border-radius: 100%;
  left: -15px;
  top: 11px;
}
.footer .footer-menu > li > .sub-menu {
  padding: 0;
  display: flex;
  flex-direction: column;
  margin-top: var(--margin-small);
}
.footer .footer-menu > li > .sub-menu li {
  display: block;
  margin-bottom: var(--margin-extrasmall);
  font-size: var(--text-small-size);
  line-height: var(--text-small-lineheight);
}
.footer .footer-menu > li > .sub-menu li a {
  color: #979797;
}
.footer .footer-menu > li > .sub-menu li a:hover {
  color: var(--red-light);
  opacity: 1;
}
.footer__main + .footer__last-row {
  margin-top: var(--section-spacing-large);
}
.footer__copyright {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0;
  font-size: var(--text-extrasmall-size);
  line-height: var(--text-extrasmall-lineheight);
  opacity: 0.75;
}
.footer__copyright .legal-menu li {
  margin: 0 var(--margin-small) 0 0;
}
.footer__copyright .legal-menu li:hover {
  text-decoration: underline;
}
.footer__copyright .legal-menu li:last-child {
  margin-right: 0;
}
@media (max-width: 500px) {
  .footer .footer-menu {
    flex-direction: column;
    gap: var(--margin-small);
    padding-left: var(--margin-regular);
  }
  .footer .footer-menu > li a::before {
    top: 10px;
    left: -20px;
  }
  .footer .footer-menu > li > .sub-menu {
    margin-top: var(--margin-extrasmall);
  }
  .footer .footer-menu > li > .sub-menu li {
    font-size: var(--text-regular-size);
    line-height: var(--text-regular-lineheight);
  }
}
/******************** HERO SHOT ***********************/
.page-template-template-home .main-header__logo-link {
  visibility: hidden;
}
.page-template-template-home .main-menu .menu-item__title {
  color: var(--white);
}
.hero-shot {
  position: relative;
  background-color: var(--black);
  padding: 91px 0 0;
  overflow: hidden;
}
.hero-shot__pre-title {
  padding-left: 45px;
  position: relative;
}
.hero-shot__pre-title-logo {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0;
  top: calc(50% - 14px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.hero-shot__text-container {
  width: 600px;
  flex-shrink: 0;
  margin-bottom: 280px;
}
.hero-shot__title {
  font-size: var(--title-regular-size);
  line-height: var(--title-regular-lineheight);
  margin: 0 !important;
  color: var(--white);
}
.hero-shot__image-container {
  display: flex;
  justify-content: center;
  position: relative;
  width: 1100px;
  margin-top: -60px;
  flex-shrink: 0;
  left: -300px;
}
.hero-shot__image {
  opacity: 0.9;
  mix-blend-mode: lighten;
}
@media (max-width: 1050px) {
  .hero-shot__image-container {
    width: 950px;
    left: -350px;
    bottom: -30px;
  }
}
@media (max-width: 900px) {
  .hero-shot__text-container {
    width: 450px;
    margin-bottom: 210px;
  }
  .hero-shot__image-container {
    left: -300px;
  }
}
@media (max-width: 700px) {
  .hero-shot__content {
    flex-wrap: wrap;
  }
  .hero-shot__text-container {
    margin-bottom: 0;
    width: 100%;
  }
  .hero-shot__image-container {
    width: 100%;
    left: unset;
    bottom: unset;
    right: -7%;
    margin-top: 0;
  }
}
@media (max-width: 500px) {
  .hero-shot__image-container {
    width: 140%;
    right: 20px;
    margin-top: -10px;
  }
  .hero-shot__pre-title-logo {
    display: none;
  }
  .hero-shot__pre-title {
    padding-left: 0;
    margin-bottom: var(--margin-small);
  }
}
/******************** WHO ***********************/
.who__image-container {
  width: 40%;
  margin-bottom: calc(var(--section-spacing-regular)*-1);
}
.who__text-container {
  width: 55%;
  position: relative;
}
.who__link {
  font-size: var(--text-large-size);
  line-height: var(--text-large-lineheight);
  color: var(--black);
}
.who__link:hover {
  text-decoration: none;
}
@media (max-width: 1020px) {
  .who__text-container {
    width: 65%;
  }
  .who__image-container {
    width: calc(30% + 10vw);
    margin-left: -10vw;
  }
}
@media (max-width: 780px) {
  .who__content {
    flex-wrap: wrap;
  }
  .who__text-container {
    width: 70%;
  }
  .who__image-container {
    width: 100%;
    order: 2;
    margin-left: auto;
    max-width: 220px;
    margin-right: -30px;
    margin-top: -150px;
  }
}
@media (max-width: 500px) {
  .who__text-container {
    width: 100%;
  }
  .who__image-container {
    display: none;
  }
}
/******************** SHOWS ***********************/
.shows {
  background-color: var(--black);
  padding: 0;
}
.shows__container {
  position: relative;
}
.shows__container .slick-list {
  height: 100% !important;
  box-sizing: border-box;
}
@media (min-width: 680px) {
  .shows__container, .shows__show-slide {
    height: 480px !important;
  }
}
@media (min-width: 900px) {
  .shows__container, .shows__show-slide {
    width: 100% !important;
    height: 700px !important;
  }
}
.shows__text-column {
  width: 50%;
}
.shows__image-column {
  width: 45%;
}
.shows__image-column .slick-slide {
  height: 550px !important;
  margin: 20px 0 !important;
}
.shows__show-text-container {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.shows__show-image-container-mobile {
  display: none;
}
.shows__show-info {
  gap: var(--margin-extrasmall) var(--margin-small);
  margin-bottom: var(--margin-medium);
}
.shows__show-title {
  margin: 0;
}
.shows__show-category {
  color: var(--white);
  border-color: var(--white);
}
.shows__show-quote {
  font-size: var(--title-medium-size);
  line-height: var(--title-medium-lineheight);
  color: var(--white);
  font-family: var(--secondary-font-family);
  margin-bottom: var(--margin-regular);
}
.shows__show-image-container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shows__show-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 900px) {
  .shows__show-quote {
    font-size: var(--title-small-size);
    line-height: var(--title-small-lineheight);
  }
  .shows__show-title {
    font-size: var(--text-large-size);
    line-height: var(--text-large-lineheight);
  }
  .shows__image-column {
    width: 40%;
  }
  .shows__image-column .slick-slide {
    height: 370px !important;
    margin: 0px 0 !important;
  }
}
@media (max-width: 680px) {
  .shows {
    padding: var(--section-spacing-regular) 0;
  }
  .shows__container {
    height: unset !important;
  }
  .shows__container .slick-list {
    height: unset !important;
    overflow: visible;
  }
  .shows__text-column {
    width: 100%;
  }
  .shows__image-column, .shows .slider-button {
    display: none !important;
  }
  .shows__show-slide {
    height: unset !important;
    margin: 0 var(--margin-regular);
  }
  .shows__show-text-container {
    text-align: center;
    align-items: center;
  }
  .shows__show-image-container-mobile {
    display: flex;
    width: 75vw;
    max-width: 320px;
    margin: 0 auto var(--margin-medium);
    border-radius: var(--border-radius-medium);
    overflow: hidden;
  }
  .shows__show-info {
    flex-direction: column-reverse;
    gap: var(--margin-small);
    margin-bottom: var(--margin-regular);
  }
}
@media (max-width: 500px) {
  .shows .container {
    padding: 0;
  }
  .shows__show-slide {
    height: unset !important;
    margin: 0 var(--margin-small);
  }
  .shows__show-quote {
    font-size: var(--text-large-size);
    line-height: var(--text-large-lineheight);
  }
  .shows__show-link {
    font-size: var(--text-regular-size);
    line-height: var(--text-regular-lineheight);
  }
}
.slider-button {
  position: absolute;
  content: "";
  text-align: center;
  margin: 0;
  width: 28px;
  height: 28px;
  top: calc(50% - 20px);
  border: 3px solid var(--white);
  border-radius: 100%;
  background-image: url(images/icon-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  cursor: pointer;
  transition: var(--transition-regular);
}
.slider-button:hover {
  opacity: 0.6;
}
.slider-button.button--prev {
  left: -8%;
  transform: rotate(-180deg);
}
.slider-button.button--next {
  right: -8%;
}
/******************** LINED ITEMS ***********************/
section.lined-items {
  padding: calc(var(--section-spacing-regular) * 2) 0;
}
.lined-items__item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 calc(var(--margin-large) * 2);
}
.lined-items__item:nth-child(even) {
  flex-direction: row-reverse;
}
.lined-items__item:nth-child(even) .lined-items__item-image-container {
  margin-right: 0;
  margin-left: 10%;
}
.lined-items__item:nth-child(even) .lined-items__item-text-contrainer {
  text-align: right;
}
.lined-items__item:nth-child(even) .lined-items__item-title:before {
  left: unset;
  right: 0;
}
.lined-items__item:nth-child(even):last-child {
  margin-bottom: 0;
}
.lined-items__item-image-container {
  margin-right: 10%;
}
.lined-items__item-text-contrainer {
  max-width: 400px;
}
.lined-items__item-title {
  padding-bottom: var(--margin-small);
  position: relative;
}
.lined-items__item-title:before {
  position: absolute;
  width: 100vw;
  height: 2px;
  bottom: 0;
  content: "";
  background-color: var(--black);
  left: 0;
}
/******************** LOGO ROW ***********************/
.logo-row {
  padding: var(--section-spacing-regular) 0;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.logo-row__title {
  font-size: var(--title-small-size);
  line-height: var(--title-small-lineheight);
  text-align: center;
  margin-bottom: var(--margin-medium);
}
.logo-row:not(.logo-row--scrolled) .logo-row__container {
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--margin-regular);
}
.logo-row__logo-section {
  display: flex;
  gap: 0 var(--margin-medium);
}
.logo-row__logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  max-width: 140px;
  filter: hue-rotate(370deg);
}
.logo-row__logo-container:first-child {
  padding-left: var(--margin-medium);
}
.logo-row__logo {
  max-width: 100%;
  max-height: 60px;
  object-fit: contain;
}
@media (max-width: 600px) {
  .logo-row__logo-section {
    gap: 0 var(--margin-regular);
  }
  .logo-row__logo-container:first-child {
    padding-left: var(--margin-regular);
  }
}
@keyframes logoScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/******************** CARDS ***********************/
.cards {
  padding: var(--section-spacing-large) 0;
}
.cards__content {
  display: flex;
  gap: var(--margin-medium);
  justify-content: center;
  flex-wrap: wrap;
}
.cards__tag {
  position: absolute;
  top: -16px;
  right: var(--margin-regular);
  padding: 2px 15px;
  margin: 0;
  border: 1px solid var(--black);
  border-radius: var(--border-radius-medium);
  background-color: var(--red-light);
}
.cards__card {
  position: relative;
  width: calc(50% - 22.5px);
  max-width: 400px;
  border: 1px solid var(--black);
  border-radius: var(--border-radius-medium);
  padding: var(--margin-regular);
  box-sizing: border-box;
}
.cards__image {
  display: flex;
  border-radius: var(--border-radius-medium);
  overflow: hidden;
  margin-bottom: var(--margin-regular);
}
.cards__text {
  flex-grow: 1;
  margin-bottom: var(--margin-regular) !important;
}
.cards__button {
  margin-top: var(--margin-small);
}
@media (max-width: 880px) {
  .cards__content {
    gap: var(--margin-small);
  }
  .cards__card {
    width: calc(50% - 7.5px);
    padding: 20px;
  }
}
@media (max-width: 600px) {
  .cards__content {
    gap: var(--margin-medium);
  }
  .cards__card {
    width: 100%;
  }
  .cards__button {
    margin-top: 0;
  }
}
/******************** CAROUSEL ***********************/
.carousel__item {
  background-color: var(--white);
  box-shadow: var(--box-shadow-regular);
  padding: var(--margin-large);
  margin: 0 var(--margin-small) var(--margin-large);
}
/******************** PAGE HEADER ***********************/
.page-header {
  padding-bottom: var(--section-spacing-large);
}
.page-header .page-subtitle {
  margin-bottom: 0;
}
.page-header .page-subtitle + .button-container {
  margin-top: var(--margin-large);
}
/******************** PASSWORD POPUP ***********************/
#password-popup .post-password-form {
  background: unset;
  border: unset;
  padding: unset;
}
#password-popup .post-password-form p:first-child {
  display: none;
}
#password-popup .password-popup__bottom-text {
  margin: var(--margin-regular) 0 0;
  font-size: var(--text-extrasmall-size);
  line-height: var(--text-extrasmall-lineheight);
  color: var(--gray-medium);
}
/******************** BLOG FEATURED ***********************/
.blog-featured {
  background-color: var(--black);
  padding: var(--section-spacing-large) 0;
}
.blog-featured .section-title-small {
  color: var(--white);
}
.blog-featured .section-subtitle {
  color: var(--gray-medium);
}
.blog-featured__posts {
  gap: var(--margin-large) var(--margin-regular);
}
@media (max-width: 600px) {
  .blog-header {
    text-align: center;
  }
  .blog-header .button-container {
    justify-content: center;
  }
}
.blog-page.blog-page--paged {
  padding-top: 91px;
}
.blog-listing {
  background-color: var(--black);
}
.blog-listing__posts {
  gap: var(--margin-large) var(--margin-regular);
}
.blog-listing__see-more-container {
  text-align: center;
  margin: var(--margin-regular) 0;
}
.blog-listing__see-more {
  font-size: var(--text-large-size);
  line-height: var(--text-large-lineheight);
  font-weight: var(--bold);
  cursor: pointer;
}
.blog-listing__see-more:hover {
  text-decoration: underline;
}
.post-card.post-card--listing {
  width: calc(33% - var(--margin-regular)*2/3);
  display: flex;
  flex-direction: column;
}
.post-card__post {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  box-sizing: border-box;
  cursor: pointer;
  transition: var(--transition-regular);
  overflow: hidden;
}
.post-card__post:hover {
  text-decoration: none;
  opacity: 1 !important;
}
.post-card__post:hover .post-card__image-container {
  background-size: 200%;
}
.post-card__post:hover .post-card__title {
  color: var(--red-light);
}
.post-card__post:hover .post-card__image img {
  transform: scale(1.05);
}
.post-card__image {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  background-image: url(images/post-default-bg.png);
  background-size: 120%;
  height: 220px;
  margin-bottom: var(--margin-regular);
  border-radius: 10px;
  overflow: hidden;
  transition: var(--transition-regular);
}
.post-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.4s linear;
  z-index: 10;
}
.post-card__image-gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(12.56deg, #111821 -14.43%, rgba(17, 24, 33, 0.53) 8.11%, rgba(17, 24, 33, 0.33) 31.54%, rgba(17, 24, 33, 0.13) 49.22%, rgba(217, 217, 217, 0) 67.59%);
  z-index: 20;
}
.post-card__categories {
  position: absolute;
  left: 20px;
  bottom: 20px;
  display: flex;
  z-index: 30;
}
.post-card__title {
  color: var(--white);
  font-size: var(--text-large-size);
  line-height: var(--text-large-lineheight);
  margin: 0;
}
.post-card__description {
  margin-top: var(--margin-small);
  color: var(--gray-medium);
  font-size: var(--text-small-size);
  line-height: var(--text-small-lineheight);
}
@media (max-width: 960px) {
  .post-card.post-card--listing {
    width: calc(50% - var(--margin-regular)/2);
  }
}
@media (max-width: 600px) {
  .post-card.post-card--listing {
    width: 100%;
    max-width: 400px;
    margin-inline: auto;
  }
}
.blog-post-header__container {
  position: relative;
  z-index: 0;
}
.blog-post-header__title {
  color: var(--white);
  text-align: center;
  max-width: 800px;
  margin: 0 auto var(--margin-regular);
}
.blog-post-header__categories {
  justify-content: center;
  margin-bottom: var(--margin-large);
}
.blog-post-header__image-container {
  max-width: 580px;
  margin: 0 auto var(--margin-medium);
  border-radius: 10px;
  position: relative;
  min-height: 1px;
}
.blog-post-header__image-container:before {
  position: absolute;
  content: "";
  width: 200vw;
  height: 100vh;
  background-color: var(--black);
  left: -100vw;
  bottom: 50%;
  z-index: -10;
}
.blog-post-header__image {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 10px;
}
.blog-post-header__description {
  font-size: var(--text-large-size);
  line-height: var(--text-large-lineheight);
  text-align: center;
  max-width: 870px;
  margin: 0 auto;
}
.blog-post-header__date {
  text-align: center;
  color: var(--gray-medium);
  margin-top: var(--margin-regular);
}
.blog-post-header + .blog-post-content {
  padding-top: 0;
}
.blog-post-content__content {
  max-width: 870px;
  margin: 0 auto;
  position: relative;
}
.blog-post-content__content:before {
  position: absolute;
  content: "";
  width: 100vw;
  height: 2px;
  background-color: var(--red);
  right: 0;
  top: calc(var(--section-spacing-regular)*-1);
}
/******************** PRODUCTS ***********************/
.pds-header {
  background-color: var(--black);
  color: var(--white);
}
.pds-header + .pds-listing {
  padding-top: 0;
}
.pds-listing {
  background-color: var(--black);
  color: var(--white);
}
.pds-listing__product-row:not(:last-child) {
  margin-bottom: var(--margin-extralarge);
}
.pds-listing__product-row:nth-child(2n) {
  flex-direction: row-reverse;
}
.pds-listing__image-container {
  width: 49%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  max-height: 490px;
  border-radius: 15px;
}
.pds-listing__text-container {
  width: 40%;
}
.pds-listing__title {
  font-family: var(--primary-font-family);
  font-weight: var(--bold);
}
.pds-listing__text {
  margin-bottom: var(--margin-medium);
}
.pds-listing__text p {
  font-size: var(--text-large-size);
  line-height: var(--text-large-lineheight);
}
@media (max-width: 800px) {
  .pds-listing__image-container {
    width: 100%;
  }
  .pds-listing__text-container {
    width: 100%;
    margin-top: var(--margin-medium);
  }
  .pds-listing__product-row {
    max-width: 500px;
    margin: 0 auto calc(var(--section-spacing-large)*1.5) !important;
  }
  .pds-listing__product-row:last-child {
    margin-bottom: 0 !important;
  }
}
/******************** PRODUCT PRESENTATION ***********************/
section.pdps-hero {
  position: relative;
  height: 80vh;
  box-sizing: border-box;
  padding: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.pdps-hero__filter {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(17, 24, 33, 0.63), rgba(17, 24, 33, 0.63));
  z-index: 0;
}
.pdps-hero__text-container {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pdps-hero__title {
  color: var(--white);
  font-weight: var(--regular);
  margin-bottom: var(--margin-large);
}
@media (max-width: 800px) {
  .pdps-hero {
    max-height: 560px;
  }
}
/******************** FEATURES ***********************/
.pdps-features + .pdps-features {
  padding-top: 0;
}
.pdps-features__text-container {
  width: 45%;
}
.pdps-features__image-container {
  width: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pdps-features__text li {
  list-style: none;
  margin-bottom: 20px;
  position: relative;
  padding-left: 15px;
}
.pdps-features__text li:last-child {
  margin-bottom: 0;
}
.pdps-features__text li:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background-color: var(--black);
  border-radius: 100%;
  left: 0;
  top: 11px;
}
@media (max-width: 800px) {
  .pdps-features__text-container {
    width: 100%;
  }
  .pdps-features__image-container {
    width: 100%;
    margin-top: var(--margin-regular);
  }
}
/******************** COLUMNS ***********************/
.pdps-columns {
  padding: calc(var(--section-spacing-regular)*1.2) 0px;
  background-color: var(--black);
}
.pdps-columns__item {
  position: relative;
  width: 100%;
  max-width: 260px;
}
.pdps-columns__title {
  font-size: var(--text-large-size);
  line-height: var(--text-large-lineheight);
  letter-spacing: var(--letter-spacing-small);
  color: var(--white);
}
.pdps-columns__title:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background-color: var(--red);
  border-radius: 100%;
  top: 11px;
  left: -19px;
}
.pdps-columns__text {
  color: var(--gray-dark);
  margin: 0;
}
/******************** VIDEO INFO ***********************/
.pdps-video-info__title {
  font-size: var(--text-large-size);
  line-height: var(--text-large-lineheight);
  letter-spacing: var(--letter-spacing-small);
  margin-bottom: var(--margin-regular);
}
.pdps-video-info__title span {
  color: var(--red);
}
.pdps-video-info__text-container {
  width: 43%;
}
.pdps-video-info__text {
  margin: 0;
}
.pdps-video-info__text br {
  margin-bottom: var(--margin-extrasmall);
}
.pdps-video-info__video-container {
  width: 42%;
}
.pdps-video-info__video {
  overflow: hidden;
  padding-bottom: 270px;
  position: relative;
  height: 0;
}
.pdps-video-info__video iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.pdps-video-info__text-video {
  margin-bottom: var(--margin-large);
}
.pdps-video-info__info p {
  margin-bottom: 35px;
}
.pdps-video-info__info p:last-child {
  margin-bottom: 0px;
}
@media (max-width: 890px) {
  .pdps-video-info__text-container {
    width: 100%;
  }
  .pdps-video-info__video-container {
    width: 100%;
    margin-top: var(--margin-medium);
  }
}
/******************** CALLOUT ***********************/
.page-template-template-product-presentation .callout-text {
  padding: 0px;
}
.callout-text {
  padding: var(--section-spacing-large) 0;
}
.callout-text__text {
  font-size: var(--title-small-size);
  line-height: var(--title-small-lineheight);
  width: 100%;
  max-width: 680px;
  margin-bottom: var(--margin-medium);
  position: relative;
}
.callout-text__text:after {
  position: absolute;
  content: "";
  width: 100vw;
  height: 2px;
  background-color: var(--red);
  bottom: -20px;
  right: 30px;
}
.callout-text__subtext {
  color: var(--gray-dark);
  margin: 0;
}
/******************** FAQS ***********************/
.faqs__question {
  font-size: var(--text-large-size);
  line-height: var(--text-large-lineheight);
  padding: 20px 45px 20px 15px;
  margin: 0;
  border-bottom: 2px solid var(--black);
  cursor: pointer;
  position: relative;
  transition: var(--transition-regular);
}
.faqs__question:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(images/faqs-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: calc(50% - 10px);
  right: var(--margin-small);
  transform: rotate(180deg);
  transition: var(--transition-regular);
}
.faqs__question.active {
  border-color: var(--red);
}
.faqs__question.active:after {
  transform: rotate(0deg);
}
.faqs__question:hover {
  color: var(--gray-dark);
}
.faqs__answer {
  display: none;
  padding: var(--margin-medium) 0 var(--margin-small);
}
.faqs__answer p {
  margin-bottom: var(--margin-regular);
}
/******************** PRODUCT PAGE ***********************/
section.product-hero {
  position: relative;
  background-color: var(--black);
  color: var(--white);
}
.product-hero__container {
  position: relative;
  z-index: 10;
}
.product-hero__title {
  margin: 0;
}
.product-hero__subtitle {
  margin-top: var(--margin-small);
  color: var(--gray-medium);
  position: relative;
}
.product-hero__subtitle:before {
  content: "";
  width: 100vw;
  height: 2px;
  background-color: var(--red);
  top: calc(var(--text-regular-lineheight)/2);
  right: calc(100% + 15px);
  position: absolute;
}
.product-hero__text {
  margin: var(--margin-regular) 0 0;
}
.product-hero__text-container {
  width: 40%;
}
.product-hero__image-container {
  width: 55%;
  height: 50vw;
  max-height: 360px;
}
@media (max-width: 1000px) {
  .product-hero__text-container {
    width: 100%;
  }
  .product-hero__image-container {
    width: 100%;
    margin-top: var(--margin-medium);
  }
}
.video-container {
  background-repeat: no-repeat;
  background-size: 110%;
  background-position: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--border-radius-medium);
}
.video-play-button {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  border: 2px solid var(--white);
  position: relative;
  background-color: #7B7B7B82;
}
.video-play-button:before {
  position: absolute;
  content: "";
  border-style: solid;
  box-sizing: border-box;
  width: 44px;
  height: 40px;
  border-width: 20px 0px 20px 33px;
  border-color: transparent transparent transparent var(--white);
  top: 28px;
  left: 35px;
}
.video-play-button:hover {
  background-color: #7B7B7BC2;
}
.video-play-button.video-play-button--small {
  width: 70px;
  height: 70px;
}
.video-play-button.video-play-button--small:before {
  width: 33px;
  height: 21px;
  border-width: 13px 0px 13px 22px;
  top: 23px;
  left: 28px;
}
@media (max-width: 500px) {
  .video-play-button {
    width: 60px !important;
    height: 60px !important;
  }
  .video-play-button:before {
    width: 33px;
    height: 21px;
    border-width: 13px 0px 13px 22px;
    top: 18px !important;
    left: 22px !important;
  }
}
section.product-content {
  overflow: visible;
}
.product-content.protected {
  min-height: 22vh;
}
.product-content__container {
  display: flex;
  justify-content: space-between;
  gap: var(--margin-medium);
}
.product-content.protected .product-content__content {
  width: 100%;
}
.product-content__content {
  width: 70%;
}
.product-content__table-container {
  width: 20%;
  min-width: 230px;
}
@media (max-width: 960px) {
  .product-content__content {
    width: 100%;
    order: 2;
  }
  .product-content__container {
    flex-wrap: wrap;
  }
  .product-content__table-container {
    width: 100%;
  }
  .product-content .table-of-contents {
    border: solid var(--gray-light);
    border-width: 1px 0;
    padding: 0 15px;
  }
  .product-content .table-of-contents__title {
    margin-bottom: 0;
    padding: 15px 0;
    cursor: pointer;
    position: relative;
  }
  .product-content .table-of-contents__title:after {
    content: "";
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(images/faqs-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top: calc(50% - 10px);
    right: var(--margin-small);
    transform: rotate(-180deg);
    transition: var(--transition-regular);
  }
  .product-content .table-of-contents__title.opened:after {
    transform: rotate(0deg);
  }
  .product-content #table-of-contents__table {
    display: none;
  }
}
/******************** SHOWS SECTION ***********************/
.page-template-template-shows {
  transition: background-color 1s ease-in-out;
}
.page-template-template-shows .page-header {
  background-color: var(--white);
  padding-bottom: var(--section-spacing-regular);
}
.page-header + .show-section {
  padding-top: var(--section-spacing-large);
}
.show-section__card {
  height: 80vh;
  max-height: 900px;
  border-radius: var(--border-radius-medium);
  padding: var(--section-spacing-large);
  box-sizing: border-box;
  background-size: cover;
  color: var(--white);
  background-position: center;
  position: relative;
  overflow: hidden;
  margin-inline: -10%;
}
.show-section__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.show-section__image img {
  height: 100%;
  object-fit: cover;
}
.show-section__image:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(47deg, #111821 0%, rgba(17, 24, 33, 0) 100%);
}
.show-section__text {
  max-width: 440px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
  z-index: 2;
}
.show-section__title {
  margin-bottom: var(--margin-small);
  position: relative;
}
.show-section__title-dot {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  border-radius: 100%;
  top: 18px;
  left: -50px;
}
.show-section__description {
  margin-bottom: var(--margin-regular);
}
@media (max-width: 780px) {
  .show-section__card {
    margin-inline: auto;
    padding: var(--margin-medium) var(--margin-large);
    height: 60vh;
  }
  .show-section__title-dot {
    width: 15px;
    left: -25px;
    height: 15px;
    top: 22px;
  }
}
@media (max-width: 600px) {
  .show-section__card {
    height: 50vh;
    padding: var(--margin-medium);
    min-height: 490px;
  }
  .show-section__title-dot {
    width: 12px;
    height: 12px;
    top: 15px;
  }
}
@media (max-width: 500px) {
  .show-section + .show-section {
    padding-top: 0;
  }
  .show-section__card {
    height: auto;
    min-height: unset;
    padding: 0;
  }
  .show-section__image {
    position: relative;
    height: 50vw;
  }
  .show-section__text {
    padding: 20px 20px 30px;
    border: solid var(--black);
    border-radius: 0 0 var(--border-radius-medium) var(--border-radius-medium);
    background-color: var(--white);
    color: var(--black);
    border-width: 0 1px 1px;
  }
  .show-section__title {
    margin-left: 25px;
  }
  .show-section__description {
    margin-bottom: var(--margin-small);
  }
  .show-section__link {
    color: var(--black) !important;
  }
  .show-section__link:after {
    background-color: var(--black) !important;
  }
}
/******************** SHOW HERO ***********************/
.show-hero__title-container {
  width: 40%;
}
.show-hero__text-container {
  width: 55%;
  padding-top: 20px;
}
.show-hero__title {
  font-family: var(--primary-font-family);
}
@media (min-width: 700px) {
  .show-hero__title {
    font-size: 90px;
    line-height: 110px;
    font-weight: var(--regular);
  }
}
.show-hero__company {
  color: var(--gray-dark);
  margin-top: -30px;
}
.show-hero__text p {
  font-size: var(--text-large-size);
  line-height: var(--text-large-lineheight);
  margin-bottom: var(--margin-regular);
}
@media (max-width: 900px) {
  .show-hero__title-container {
    width: 100%;
  }
  .show-hero__text-container {
    width: 100%;
  }
}
/******************** GALLERY ***********************/
.gallery {
  padding: 0;
}
.gallery__slide {
  width: 50vw;
  max-width: 650px;
}
.gallery__image {
  display: flex;
  justify-content: center;
  align-items: center;
}
/******************** CAST ***********************/
.cast {
  background-color: var(--black);
  color: var(--white);
}
.cast .container {
  max-width: 960px;
}
.cast__item {
  width: 40%;
}
.cast__item-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cast__item-image {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: grayscale(0.9);
  transition: all 0.4s linear;
}
.cast__item-image.cast__image-active, .cast__item--active .cast__item-image:not(.cast__image-active) {
  display: none;
}
.cast__item--active .cast__image-active {
  display: block;
  filter: grayscale(0);
}
.cast__item-title {
  font-size: var(--title-small-size);
  line-height: var(--title-small-lineheight);
  margin: var(--margin-regular) 0 0;
}
.cast__content {
  margin-top: var(--section-spacing-regular);
  position: relative;
}
.cast__content:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: var(--red);
  position: absolute;
  border-radius: 100%;
  left: -25px;
  top: 10px;
}
.cast__biography:not(.cast__biography--active) {
  display: none;
}
@media (min-width: 700px) {
  .cast__biography p {
    font-size: var(--text-large-size);
    line-height: var(--text-large-lineheight);
    margin-bottom: var(--margin-medium);
  }
}
.cast__biography > :last-child {
  margin-bottom: 0;
}
.cast__item:not(.cast__item--active):hover .cast__item-image {
  filter: grayscale(0);
}
.cast__item:not(.cast__item--active) {
  cursor: pointer;
}
@media (max-width: 700px) {
  .cast__content {
    margin-left: var(--margin-regular);
  }
}
/******************** INFO COLUMNS ***********************/
.info-columns + .info-columns {
  padding-top: 0;
}
.info-columns__content {
  gap: var(--margin-large);
}
.info-columns__column {
  width: 100%;
  gap: var(--margin-medium);
}
.info-columns__title {
  margin: 0;
}
.info-columns__text {
  font-size: var(--text-extralarge-size);
  line-height: var(--text-extralarge-lineheight);
  margin: 0;
}
@media (max-width: 700px) {
  .info-columns__content, .info-columns__column {
    flex-wrap: wrap;
    gap: var(--margin-regular);
  }
}
@media (min-width: 600px) {
  .info-columns + .info-columns {
    padding-top: var(--margin-regular);
  }
  .info-columns__title + .info-columns__text {
    margin-top: var(--margin-small);
  }
  .info-columns__text {
    font-size: var(--text-regular-size);
    line-height: var(--text-regular-lineheight);
  }
}
/******************** BANNER IMAGE ***********************/
.banner-image {
  height: 16vw;
  max-height: 550px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/******************** CONTACT ***********************/
.text-form {
  min-height: 60vh;
}
.text-form__subtitle {
  max-width: 850px;
  color: var(--gray-medium);
}
.text-form__text-container {
  width: 45%;
}
.text-form__items {
  max-width: 330px;
}
.text-form__item {
  position: relative;
  padding-left: 35px;
}
.text-form__item-icon {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: 2px;
  left: 0;
}
.text-form__item-title {
  font-family: var(--secondary-font-family);
}
.text-form__item-text {
  color: var(--gray-dark);
  font-size: var(--text-small-size);
  line-height: var(--text-small-lineheight);
  margin-bottom: var(--margin-small);
}
.text-form__form-title {
  color: var(--white);
}
.text-form__form-container {
  width: 45%;
  background-color: var(--black);
  padding: var(--margin-medium);
  box-sizing: border-box;
  border-radius: var(--border-radius-regular);
}
@media (max-width: 800px) {
  .text-form__text-container {
    width: 100%;
  }
  .text-form__form-container {
    width: 100%;
    margin-top: var(--margin-medium);
    padding: var(--margin-regular);
  }
}
/******************** HEADING ***********************/
.heading {
  background-color: var(--gray-light);
}
.heading__content {
  position: relative;
  height: 30vw;
  max-height: 510px;
}
@media (max-width: 1700px) {
  .heading__content {
    height: unset;
    min-height: 30vw;
  }
}
.heading__text-container {
  width: 59%;
  margin-left: auto;
}
.heading__subtitle {
  margin-bottom: 0 !important;
}
.heading__image {
  width: 30%;
  display: flex;
  position: absolute;
  height: 100%;
  bottom: calc(var(--section-spacing-regular)*-1);
  align-items: flex-end;
}
.heading__image--mobile {
  display: none;
}
@media (max-width: 1000px) {
  .heading {
    padding-bottom: 0;
  }
  .heading__content {
    height: unset;
    min-height: unset;
    max-height: unset;
  }
  .heading__text-container {
    width: calc(100% - 240px);
    margin: 0;
    padding-bottom: var(--section-spacing-regular);
  }
  .heading__image {
    width: 100%;
    max-width: 220px;
    bottom: 0;
    right: 0;
  }
}
@media (max-width: 600px) {
  .heading__text-container {
    width: 100%;
  }
  .heading__image {
    position: relative;
    max-width: unset;
    order: 2;
    width: calc(100% + 60px);
    margin: 0 -30px;
  }
  .heading__image--desktop {
    display: none;
  }
  .heading__image--mobile {
    display: block;
  }
}
/******************** INFO ***********************/
.info {
  padding: var(--section-spacing-large) 0;
}
.info__content p, .info__content li, .info__content a {
  font-size: var(--text-extralarge-size);
  line-height: var(--text-extralarge-lineheight);
  color: var(--gray-dark);
}
.info__content p {
  margin-bottom: var(--margin-medium);
}
.info__content > :last-child {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .info__content p {
    font-size: var(--text-regular-size);
    line-height: var(--text-regular-lineheight);
    margin-bottom: var(--margin-regular);
  }
}
/******************** TESTIMONIALS ***********************/
.testimonials {
  padding: var(--section-spacing-large) 0;
  text-align: center;
  background-color: var(--gray-light);
}
.testimonials .slick-track {
  display: flex;
  align-items: center;
}
.testimonials__slide {
  padding: 0 30px;
}
.testimonials__icon {
  content: url(images/icon-quote.svg);
  width: 75px;
  height: 75px;
  margin: 0 auto var(--margin-regular);
}
.testimonials__quote {
  font-size: var(--title-regular-size);
  line-height: var(--title-regular-lineheight);
  font-family: var(--secondary-font-family);
  max-width: 890px;
  margin: 0 auto;
}
.testimonials__info {
  margin: var(--margin-regular) 0 0;
  font-size: var(--text-small-size);
  line-height: var(--text-small-lineheight);
  color: var(--gray-dark);
}
.testimonials__info-description {
  color: var(--gray-medium);
}
@media (max-width: 800px) {
  /* section.hero-shot {
		padding: 80px 0 0;
	} */
  .lined-items__item-title {
    margin-bottom: var(--margin-small);
  }
  .lined-items__item-text {
    font-size: var(--text-large-size);
    line-height: var(--text-large-lineheight);
  }
}
@media (max-width: 500px) {
  .button--prev, .button--next {
    font-size: var(--text-extrasmall-size);
    line-height: var(--text-extrasmall-lineheight);
    width: 28px;
    right: unset;
    left: 15%;
  }
  section.lined-items {
    padding: calc(var(--section-spacing-regular) * 1.5) 0;
  }
  .lined-items__item {
    margin: 0 0 calc(var(--margin-regular) * 2);
  }
}
/******************** MAILPOET PAGE ***********************/
.single-mailpoet_page {
  max-width: 800px;
  margin: 0 auto;
  background-color: var(--gray-light);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}
.single-mailpoet_page .container {
  max-width: 100%;
  padding-inline: var(--margin-large);
}
.mailpoet-page {
  background-color: var(--white);
  padding-top: calc(var(--section-spacing-regular)*2.2) !important;
  text-align: center;
}
.mailpoet-page__content {
  margin-bottom: 0;
}
.mailpoet-page__content a {
  color: var(--red);
  font-weight: var(--regular);
}
.mailpoet-page__content > :last-child {
  margin-bottom: 0;
}
.mailpoet-page__content br {
  margin-bottom: var(--margin-small);
}
/* ----- VENDORS -------------------------------------------------------------------------------------- */
/* SLICK */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* FANCYBOX */
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}
.fancybox-container [data-selectable=true] {
  cursor: text;
}
.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding:max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}
@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding:max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}
@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
