:root {
  --indicator-pos-x: 0;
  --indicator-pos-y: 0;
}

/* Font Weight */
/* Color Scheme */
/* GREEN */
/* Btns */
/* Alerts */
/* Dimensions */
/* Devices Width */
/* Container Width */
/* Speeds */
/* Paddings */
* {
  outline: 0 none;
  -moz-outline: 0 none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: none;
  font-family: "Nunito Sans", sans-serif;
}
*:focus {
  outline: 0 none;
  -moz-outline: 0 none;
}
*:before, *:after {
  box-sizing: border-box;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-kerning: none;
  letter-spacing: 0;
  font-variant-numeric: lining-nums;
  font-optical-sizing: auto;
}

html {
  transition: 100ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 100ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 100ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 100ms cubic-bezier(0.42, 0, 0.58, 1);
  position: relative;
  float: right;
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  background-color: #FFFFFF;
}
html.dropin:before {
  content: " ";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2000;
}
html.locked {
  overflow: hidden;
}

body {
  position: relative;
  float: right;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  min-height: 100vh;
  background-color: transparent;
}

.contain {
  position: relative;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: stretch;
  align-content: stretch;
  padding: 0 10vh;
}
@media (min-width: 1500px) {
  .contain {
    padding: 0 80px;
  }
}
@media (max-width: 1900px) {
  .contain {
    padding: 0 60px;
  }
}
@media (max-width: 1250px) {
  .contain {
    padding: 0 40px;
  }
}
@media (max-width: 450px) {
  .contain {
    padding: 0 20px;
  }
}

.container {
  position: relative;
  margin: auto;
  z-index: 10;
  padding: 0 30px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 500px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 900px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1251px) {
  .container {
    max-width: 985px;
    max-width: 90%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1685px;
  }
}

.forth-w {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 25%;
  width: 100%;
  float: left;
}
@media (max-width: 767px) {
  .forth-w {
    max-width: 100%;
  }
}

.third-w {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 33.33333333%;
  width: 100%;
  float: left;
}
@media (max-width: 767px) {
  .third-w {
    max-width: 100%;
  }
}

.half-w {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 50%;
  width: 100%;
  float: left;
}
@media (max-width: 767px) {
  .half-w {
    max-width: 100%;
  }
}

.full-w {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  float: left;
}
@media (max-width: 767px) {
  .full-w {
    max-width: 100%;
  }
}

.col-1 {
  position: relative;
  float: left;
  width: 4.1%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-1 {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
}

.col-2 {
  position: relative;
  float: left;
  width: 8.3%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-2 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.col-3 {
  position: relative;
  float: left;
  width: 12.5%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-3 {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
}

.col-4 {
  position: relative;
  display: block;
  float: left;
  width: 16.6%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-4 {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
}

.col-5 {
  position: relative;
  float: left;
  width: 20.8%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-5 {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
}

.col-6 {
  position: relative;
  float: left;
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-6 {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
}

.col-7 {
  position: relative;
  float: left;
  width: 29.1%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-7 {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
}

.col-8 {
  position: relative;
  float: left;
  width: 33.3%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-8 {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
}

.col-9 {
  position: relative;
  float: left;
  width: 37.5%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-9 {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
}

.col-10 {
  position: relative;
  float: left;
  width: 41.6%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-10 {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
}

.col-11 {
  position: relative;
  float: left;
  width: 45.8%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-11 {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
}

.col-12 {
  position: relative;
  float: left;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-12 {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
}

.col-13 {
  position: relative;
  float: left;
  width: 54.1%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-13 {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
}

.col-14 {
  position: relative;
  float: left;
  width: 58.3%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-14 {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
}

.col-15 {
  position: relative;
  float: left;
  width: 62.5%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-15 {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
}

.col-16 {
  position: relative;
  float: left;
  width: 66.6%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-16 {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
}

.col-17 {
  position: relative;
  float: left;
  width: 70.8%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-17 {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
}

.col-18 {
  position: relative;
  float: left;
  width: 75%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-18 {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
}

.col-19 {
  position: relative;
  float: left;
  width: 79.1%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-19 {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
}

.col-20 {
  position: relative;
  float: left;
  width: 83.3%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-20 {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
}

.col-21 {
  position: relative;
  float: left;
  width: 87.5%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-21 {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
}

.col-22 {
  position: relative;
  float: left;
  width: 91.6%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-22 {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
}

.col-23 {
  position: relative;
  float: left;
  width: 95.8%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-23 {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
}

.col-24 {
  position: relative;
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-24 {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
}

.hidden {
  display: none !important;
}
@media (max-width: 767px) {
  .hidden-phone {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 899px) {
  .hidden-phone {
    display: block !important;
  }
}
@media (min-width: 900px) {
  .hidden-phone {
    display: block !important;
  }
}
@media (min-width: 1251px) {
  .hidden-phone {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .hidden-phone {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .hidden-tablet-middle {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 899px) {
  .hidden-tablet-middle {
    display: none !important;
  }
}
@media (min-width: 900px) {
  .hidden-tablet-middle {
    display: block;
  }
}
@media (min-width: 1251px) {
  .hidden-tablet-middle {
    display: block;
  }
}
@media (min-width: 1200px) {
  .hidden-tablet-middle {
    display: block;
  }
}
@media (max-width: 767px) {
  .hidden-tablet {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 899px) {
  .hidden-tablet {
    display: block;
  }
}
@media (min-width: 900px) {
  .hidden-tablet {
    display: none !important;
  }
}
@media (min-width: 1251px) {
  .hidden-tablet {
    display: block;
  }
}
@media (min-width: 1200px) {
  .hidden-tablet {
    display: block;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 899px) {
  .hidden-desktop {
    display: block;
  }
}
@media (min-width: 900px) {
  .hidden-desktop {
    display: block;
  }
}
@media (min-width: 1251px) {
  .hidden-desktop {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-desktop {
    display: block;
  }
}
@media (max-width: 767px) {
  .hidden-desktop-large {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 899px) {
  .hidden-desktop-large {
    display: block;
  }
}
@media (min-width: 900px) {
  .hidden-desktop-large {
    display: block;
  }
}
@media (min-width: 1251px) {
  .hidden-desktop-large {
    display: block;
  }
}
@media (min-width: 1200px) {
  .hidden-desktop-large {
    display: none !important;
  }
}

.visible {
  display: block !important;
}
@media (max-width: 767px) {
  .visible-phone {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 899px) {
  .visible-phone {
    display: none !important;
  }
}
@media (min-width: 900px) {
  .visible-phone {
    display: none !important;
  }
}
@media (min-width: 1251px) {
  .visible-phone {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .visible-phone {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .visible-tablet-middle {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 899px) {
  .visible-tablet-middle {
    display: block !important;
  }
}
@media (min-width: 900px) {
  .visible-tablet-middle {
    display: none;
  }
}
@media (min-width: 1251px) {
  .visible-tablet-middle {
    display: none;
  }
}
@media (min-width: 1200px) {
  .visible-tablet-middle {
    display: none;
  }
}
@media (max-width: 767px) {
  .visible-tablet {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 899px) {
  .visible-tablet {
    display: block !important;
  }
}
@media (min-width: 900px) {
  .visible-tablet {
    display: block !important;
  }
}
@media (min-width: 1251px) {
  .visible-tablet {
    display: none;
  }
}
@media (min-width: 1200px) {
  .visible-tablet {
    display: none;
  }
}
@media (max-width: 767px) {
  .visible-desktop {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 899px) {
  .visible-desktop {
    display: none;
  }
}
@media (min-width: 900px) {
  .visible-desktop {
    display: none;
  }
}
@media (min-width: 1251px) {
  .visible-desktop {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-desktop {
    display: none;
  }
}
@media (max-width: 767px) {
  .visible-desktop-large {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 899px) {
  .visible-desktop-large {
    display: none;
  }
}
@media (min-width: 900px) {
  .visible-desktop-large {
    display: none;
  }
}
@media (min-width: 1251px) {
  .visible-desktop-large {
    display: none;
  }
}
@media (min-width: 1200px) {
  .visible-desktop-large {
    display: block !important;
  }
}

.unvisible {
  visibility: hidden !important;
}

.align__left {
  text-align: left !important;
}
.align__center {
  text-align: center !important;
}
.align__right {
  text-align: right !important;
}

.shadows {
  -moz-box-shadow: 0px 0px 20px #ddd;
  -webkit-box-shadow: 0px 0px 20px #ddd;
  box-shadow: 0px 0px 20px #ddd;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=20, Direction=90, Color='#dddddd')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=20, Direction=90, Color="#dddddd");
}

.right {
  float: right;
}

@-webkit-keyframes beating {
  0% {
    opacity: 0;
    width: 10%;
  }
  20% {
    opacity: 0.3;
    width: 30%;
  }
  30% {
    opacity: 0.1;
    width: 20%;
  }
  50% {
    opacity: 0.3;
    width: 30%;
  }
  100% {
    opacity: 0;
    width: 10%;
  }
}
@-moz-keyframes beating {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0.3;
  }
  30% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes beating {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0.3;
  }
  30% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes beating {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0.3;
  }
  30% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
  }
}
@keyframes beating {
  0% {
    opacity: 0;
    width: 5%;
  }
  20% {
    opacity: 0.15;
    width: 25%;
  }
  30% {
    opacity: 0.1;
    width: 15%;
  }
  40% {
    opacity: 0.2;
    width: 30%;
  }
  100% {
    opacity: 0;
    width: 0;
  }
}
@keyframes beating-heart {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.1);
  }
  30% {
    transform: scale(0.9);
  }
  40% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.show-mobile {
  display: none;
}
@media (max-width: 767px) {
  .show-mobile {
    display: flex;
  }
}

@media (max-width: 767px) {
  ul:not(.aside) .hide-mobile,
  ul.hide-mobile {
    display: none !important;
  }
}

@media (max-width: 1250px) {
  ul:not(.aside) .hide-tablet,
  .hide-tablet {
    display: none !important;
  }
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  color: #FFFFFF;
}
nav div.footer,
nav div.container {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  min-height: 60px;
  color: inherit;
  background-color: #222222;
  padding: 0;
  max-width: 1680px;
  box-shadow: 0 0 20px rgba(34, 34, 34, 0.2);
}
@media (max-width: 767px) {
  nav div.footer,
  nav div.container {
    width: 100%;
    min-height: 0;
  }
}
@media (max-width: 767px) {
  nav div.container {
    min-height: 70px;
    padding: 50px 0 0 0;
  }
}
nav a.logo,
nav a.logo:focus,
nav a.logo:active,
nav a.logo:visited {
  position: absolute;
  height: 40px;
  left: 60px;
  top: 50%;
  z-index: 1000;
  transform: translateY(-50%);
}
nav a.logo svg,
nav a.logo:focus svg,
nav a.logo:active svg,
nav a.logo:visited svg {
  height: 40px;
}
@media (max-width: 900px) {
  nav a.logo,
  nav a.logo:focus,
  nav a.logo:active,
  nav a.logo:visited {
    height: 30px;
    top: 40px;
    left: 20px;
    transform: translateY(0);
  }
  nav a.logo svg,
  nav a.logo:focus svg,
  nav a.logo:active svg,
  nav a.logo:visited svg {
    height: 30px;
  }
}
@media (max-width: 767px) {
  nav a.logo,
  nav a.logo:focus,
  nav a.logo:active,
  nav a.logo:visited {
    top: 15px;
    height: 40px;
  }
  nav a.logo svg,
  nav a.logo:focus svg,
  nav a.logo:active svg,
  nav a.logo:visited svg {
    height: 40px;
  }
}
nav ul {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  padding: 0;
  margin: auto 0 auto auto;
  gap: 0;
  color: inherit;
  justify-content: flex-start;
  align-content: flex-start;
}
nav ul li {
  position: relative;
  color: inherit;
}
nav ul li button,
nav ul li button:focus,
nav ul li button:active,
nav ul li button:visited,
nav ul li a,
nav ul li a:focus,
nav ul li a:active,
nav ul li a:visited {
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  position: relative;
  float: left;
  color: inherit;
  text-decoration: none;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  padding: 0 25px;
  min-height: 60px;
  min-width: 60px;
  text-transform: lowercase;
  text-transform: uppercase;
  background-color: transparent;
  letter-spacing: 2px;
}
nav ul li button span,
nav ul li button:focus span,
nav ul li button:active span,
nav ul li button:visited span,
nav ul li a span,
nav ul li a:focus span,
nav ul li a:active span,
nav ul li a:visited span {
  display: none;
}
nav ul li button svg,
nav ul li button:focus svg,
nav ul li button:active svg,
nav ul li button:visited svg,
nav ul li a svg,
nav ul li a:focus svg,
nav ul li a:active svg,
nav ul li a:visited svg {
  height: 20px;
  fill: #FFFFFF;
}
nav ul li button[data-child=menu],
nav ul li button:focus[data-child=menu],
nav ul li button:active[data-child=menu],
nav ul li button:visited[data-child=menu],
nav ul li a[data-child=menu],
nav ul li a:focus[data-child=menu],
nav ul li a:active[data-child=menu],
nav ul li a:visited[data-child=menu] {
  background-color: rgba(255, 255, 255, 0.05);
}
nav ul li button[data-child=menu] svg,
nav ul li button:focus[data-child=menu] svg,
nav ul li button:active[data-child=menu] svg,
nav ul li button:visited[data-child=menu] svg,
nav ul li a[data-child=menu] svg,
nav ul li a:focus[data-child=menu] svg,
nav ul li a:active[data-child=menu] svg,
nav ul li a:visited[data-child=menu] svg {
  height: 24px;
}
@media (max-width: 767px) {
  nav ul li button[data-child=menu],
  nav ul li button:focus[data-child=menu],
  nav ul li button:active[data-child=menu],
  nav ul li button:visited[data-child=menu],
  nav ul li a[data-child=menu],
  nav ul li a:focus[data-child=menu],
  nav ul li a:active[data-child=menu],
  nav ul li a:visited[data-child=menu] {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
nav ul li button[data-child=langs],
nav ul li button:focus[data-child=langs],
nav ul li button:active[data-child=langs],
nav ul li button:visited[data-child=langs],
nav ul li a[data-child=langs],
nav ul li a:focus[data-child=langs],
nav ul li a:active[data-child=langs],
nav ul li a:visited[data-child=langs] {
  padding: 0 8px 0 15px;
  font-size: 16px;
  font-weight: 300;
}
nav ul li button[data-child=langs] svg,
nav ul li button:focus[data-child=langs] svg,
nav ul li button:active[data-child=langs] svg,
nav ul li button:visited[data-child=langs] svg,
nav ul li a[data-child=langs] svg,
nav ul li a:focus[data-child=langs] svg,
nav ul li a:active[data-child=langs] svg,
nav ul li a:visited[data-child=langs] svg {
  width: 15px;
}
nav ul li button:has(svg),
nav ul li button:focus:has(svg),
nav ul li button:active:has(svg),
nav ul li button:visited:has(svg),
nav ul li a:has(svg),
nav ul li a:focus:has(svg),
nav ul li a:active:has(svg),
nav ul li a:visited:has(svg) {
  padding: 0;
  min-width: 55px;
  line-height: 12px;
  font-size: 16px;
}
nav ul li button:hover,
nav ul li button:focus:hover,
nav ul li button:active:hover,
nav ul li button:visited:hover,
nav ul li a:hover,
nav ul li a:focus:hover,
nav ul li a:active:hover,
nav ul li a:visited:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
nav ul li button.active,
nav ul li button:focus.active,
nav ul li button:active.active,
nav ul li button:visited.active,
nav ul li a.active,
nav ul li a:focus.active,
nav ul li a:active.active,
nav ul li a:visited.active {
  background-color: #FFFFFF;
  color: #222;
}
nav ul li button.active svg,
nav ul li button:focus.active svg,
nav ul li button:active.active svg,
nav ul li button:visited.active svg,
nav ul li a.active svg,
nav ul li a:focus.active svg,
nav ul li a:active.active svg,
nav ul li a:visited.active svg {
  fill: #222;
}
nav ul li button.active[data-child=langs] svg,
nav ul li button:focus.active[data-child=langs] svg,
nav ul li button:active.active[data-child=langs] svg,
nav ul li button:visited.active[data-child=langs] svg,
nav ul li a.active[data-child=langs] svg,
nav ul li a:focus.active[data-child=langs] svg,
nav ul li a:active.active[data-child=langs] svg,
nav ul li a:visited.active[data-child=langs] svg {
  transform: rotate(180deg);
}
nav ul li ul {
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: opacity, transform;
  -moz-transition-property: opacity, transform;
  -o-transition-property: opacity, transform;
  -webkit-transition-property: opacity, transform;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #FFFFFF;
  padding: 0;
  color: #222;
  width: 90vw;
  max-width: 350px;
  max-height: 70vh;
  overflow: auto;
  opacity: 0;
  pointer-events: none !important;
  gap: 0;
  scrollbar-color: rgba(34, 34, 34, 0.5) #ededed;
  scrollbar-width: thin;
  flex-flow: column nowrap;
  box-shadow: 0 0 20px rgba(34, 34, 34, 0.2);
}
nav ul li ul li {
  pointer-events: none !important;
  position: relative;
  float: left;
  width: 100%;
}
nav ul li ul li:not(:last-of-type) {
  border-bottom: 1px solid #ededed;
}
nav ul li ul li p,
nav ul li ul li button,
nav ul li ul li button:focus,
nav ul li ul li button:active,
nav ul li ul li button:visited,
nav ul li ul li a,
nav ul li ul li a:focus,
nav ul li ul li a:active,
nav ul li ul li a:visited {
  justify-content: space-between;
  align-content: space-between;
  width: 100%;
  text-align: left !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 20px;
  background-color: transparent;
  text-transform: lowercase;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: inherit;
}
nav ul li ul li p svg,
nav ul li ul li button svg,
nav ul li ul li button:focus svg,
nav ul li ul li button:active svg,
nav ul li ul li button:visited svg,
nav ul li ul li a svg,
nav ul li ul li a:focus svg,
nav ul li ul li a:active svg,
nav ul li ul li a:visited svg {
  fill: #222;
}
nav ul li ul li p.open svg,
nav ul li ul li button.open svg,
nav ul li ul li button:focus.open svg,
nav ul li ul li button:active.open svg,
nav ul li ul li button:visited.open svg,
nav ul li ul li a.open svg,
nav ul li ul li a:focus.open svg,
nav ul li ul li a:active.open svg,
nav ul li ul li a:visited.open svg {
  transform: rotate(180deg);
}
nav ul li ul li p.active,
nav ul li ul li button.active,
nav ul li ul li button:focus.active,
nav ul li ul li button:active.active,
nav ul li ul li button:visited.active,
nav ul li ul li a.active,
nav ul li ul li a:focus.active,
nav ul li ul li a:active.active,
nav ul li ul li a:visited.active {
  color: #222;
  background-color: #FED925;
}
nav ul li ul li p.active svg,
nav ul li ul li button.active svg,
nav ul li ul li button:focus.active svg,
nav ul li ul li button:active.active svg,
nav ul li ul li button:visited.active svg,
nav ul li ul li a.active svg,
nav ul li ul li a:focus.active svg,
nav ul li ul li a:active.active svg,
nav ul li ul li a:visited.active svg {
  fill: #222;
}
nav ul li ul li button:hover,
nav ul li ul li button:focus:hover,
nav ul li ul li button:active:hover,
nav ul li ul li button:visited:hover,
nav ul li ul li a:hover,
nav ul li ul li a:focus:hover,
nav ul li ul li a:active:hover,
nav ul li ul li a:visited:hover {
  background-color: #ededed;
}
nav ul li ul li ul {
  position: relative;
  float: left;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
  width: 100%;
  opacity: 1;
  display: none;
  box-shadow: none;
  background-color: rgba(237, 237, 237, 0.5);
}
nav ul li ul li ul li button,
nav ul li ul li ul li button:focus,
nav ul li ul li ul li button:active,
nav ul li ul li ul li button:visited,
nav ul li ul li ul li a,
nav ul li ul li ul li a:focus,
nav ul li ul li ul li a:active,
nav ul li ul li ul li a:visited {
  padding: 0 30px;
  font-weight: 300;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
nav ul li ul li ul li button.open svg,
nav ul li ul li ul li button:focus.open svg,
nav ul li ul li ul li button:active.open svg,
nav ul li ul li ul li button:visited.open svg,
nav ul li ul li ul li a.open svg,
nav ul li ul li ul li a:focus.open svg,
nav ul li ul li ul li a:active.open svg,
nav ul li ul li ul li a:visited.open svg {
  transform: rotate(180deg);
}
nav ul li ul li:has(p) {
  padding: 10px 0 0 0;
  background-color: #222;
  color: #FFFFFF;
}
nav ul li ul li:has(p) ul {
  color: inherit;
  margin: 10px 0 0 0;
  display: flex;
  background-color: transparent;
}
nav ul li ul li:has(p) ul li:not(:last-of-type) {
  border-bottom: 1px solid rgba(237, 237, 237, 0.1);
}
nav ul li ul li:has(p) ul li button:hover,
nav ul li ul li:has(p) ul li button:focus:hover,
nav ul li ul li:has(p) ul li button:active:hover,
nav ul li ul li:has(p) ul li button:visited:hover,
nav ul li ul li:has(p) ul li a:hover,
nav ul li ul li:has(p) ul li a:focus:hover,
nav ul li ul li:has(p) ul li a:active:hover,
nav ul li ul li:has(p) ul li a:visited:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
}
nav ul li ul.open {
  opacity: 1;
  pointer-events: all !important;
  transform: translateY(0);
}
nav ul li ul.open ul, nav ul li ul.open li {
  pointer-events: all !important;
}
@media (max-width: 767px) {
  nav ul li:has(button[data-child=langs]) ul {
    top: auto;
    bottom: 100%;
    left: 0;
    right: auto;
    width: 100%;
    max-width: 100%;
  }
  nav ul li:has(button[data-child=menu]) ul {
    top: auto;
    bottom: 100%;
    right: 0;
    transform: translateX(0);
    max-width: 400px;
    width: 80vw;
  }
  nav ul li:has(button[data-child=menu]) ul li ul {
    right: 0;
    left: 0;
    transform: translateX(0);
  }
}
@media (max-width: 767px) {
  nav ul {
    width: 100%;
    gap: 0;
    flex-flow: row nowrap;
  }
  nav ul li {
    width: 100%;
  }
  nav ul li button,
  nav ul li button:focus,
  nav ul li button:active,
  nav ul li button:visited,
  nav ul li a,
  nav ul li a:focus,
  nav ul li a:active,
  nav ul li a:visited {
    width: 100%;
  }
}
nav ul.top {
  width: 100%;
  min-height: 30px;
  gap: 0;
  z-index: 2000;
  padding: 0 65px;
  pointer-events: none;
}
nav ul.top li {
  pointer-events: all;
}
nav ul.top li:has(*[data-goto=newsletter]) {
  margin-left: auto;
}
nav ul.top li button,
nav ul.top li button:focus,
nav ul.top li button:active,
nav ul.top li button:visited,
nav ul.top li a,
nav ul.top li a:focus,
nav ul.top li a:active,
nav ul.top li a:visited {
  font-size: 14px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  text-transform: lowercase;
  text-transform: uppercase;
  padding: 0 10px;
  min-height: 30px;
  letter-spacing: 1px;
}
nav ul.top li button:hover,
nav ul.top li button:focus:hover,
nav ul.top li button:active:hover,
nav ul.top li button:visited:hover,
nav ul.top li a:hover,
nav ul.top li a:focus:hover,
nav ul.top li a:active:hover,
nav ul.top li a:visited:hover {
  background-color: #222;
  color: #FFFFFF;
}
nav ul.top li ul {
  max-width: 150px;
}
nav ul.top li ul a,
nav ul.top li ul a:focus,
nav ul.top li ul a:active,
nav ul.top li ul a:visited {
  padding: 10px 15px;
}
nav ul.top li ul a:hover,
nav ul.top li ul a:focus:hover,
nav ul.top li ul a:active:hover,
nav ul.top li ul a:visited:hover {
  background-color: #ededed;
  color: #222;
}
@media (max-width: 767px) {
  nav ul.top {
    display: none;
  }
}
nav section[data-name] {
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: opacity, transform;
  -moz-transition-property: opacity, transform;
  -o-transition-property: opacity, transform;
  -webkit-transition-property: opacity, transform;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  background-color: #FFFFFF;
  padding: 20px 20px 0 20px;
  color: #222;
  max-height: 70vh;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  gap: 0;
  scrollbar-color: rgba(34, 34, 34, 0.5) #ededed;
  scrollbar-width: thin;
  box-shadow: 0 0 20px rgba(34, 34, 34, 0.2);
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-content: flex-start;
}
nav section[data-name] form {
  display: flex;
  flex-flow: row nowrap;
  gap: 0;
  padding: 0;
}
nav section[data-name] form * {
  box-shadow: none;
}
nav section[data-name] form input {
  background-color: rgba(237, 237, 237, 0.3);
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
}
nav section[data-name] form button,
nav section[data-name] form button:focus,
nav section[data-name] form button:active,
nav section[data-name] form button:visited {
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  opacity: 1;
}
nav section[data-name] form button svg,
nav section[data-name] form button:focus svg,
nav section[data-name] form button:active svg,
nav section[data-name] form button:visited svg {
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: #222;
}
nav section[data-name] form button[type=submit],
nav section[data-name] form button:focus[type=submit],
nav section[data-name] form button:active[type=submit],
nav section[data-name] form button:visited[type=submit] {
  background-color: rgba(34, 34, 34, 0.1);
  opacity: 1;
}
nav section[data-name] form button[type=submit]:focus, nav section[data-name] form button[type=submit]:hover,
nav section[data-name] form button:focus[type=submit]:focus,
nav section[data-name] form button:focus[type=submit]:hover,
nav section[data-name] form button:active[type=submit]:focus,
nav section[data-name] form button:active[type=submit]:hover,
nav section[data-name] form button:visited[type=submit]:focus,
nav section[data-name] form button:visited[type=submit]:hover {
  opacity: 1;
  color: #FFFFFF;
  background-color: #222222;
}
nav section[data-name] form button[type=submit]:focus svg, nav section[data-name] form button[type=submit]:hover svg,
nav section[data-name] form button:focus[type=submit]:focus svg,
nav section[data-name] form button:focus[type=submit]:hover svg,
nav section[data-name] form button:active[type=submit]:focus svg,
nav section[data-name] form button:active[type=submit]:hover svg,
nav section[data-name] form button:visited[type=submit]:focus svg,
nav section[data-name] form button:visited[type=submit]:hover svg {
  fill: #FFFFFF;
}
nav section[data-name] div.suggestions {
  display: flex;
  flex-flow: row wrap;
  gap: 0 10px;
  padding-bottom: 20px;
  background-color: transparent;
}
nav section[data-name] div.suggestions a,
nav section[data-name] div.suggestions a:active,
nav section[data-name] div.suggestions a:visited {
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  margin-top: 10px;
  font-weight: 500;
  font-size: 16px;
  font-size: 14px;
  padding: 10px 20px;
  background-color: rgba(237, 237, 237, 0.3);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}
nav section[data-name] div.suggestions a:focus, nav section[data-name] div.suggestions a:hover,
nav section[data-name] div.suggestions a:active:focus,
nav section[data-name] div.suggestions a:active:hover,
nav section[data-name] div.suggestions a:visited:focus,
nav section[data-name] div.suggestions a:visited:hover {
  color: #FFFFFF;
  background-color: #222222;
}
@media (max-width: 767px) {
  nav section[data-name] div.suggestions a,
  nav section[data-name] div.suggestions a:active,
  nav section[data-name] div.suggestions a:visited {
    margin-top: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  nav section[data-name] div.suggestions {
    padding-bottom: 0;
    padding-top: 20px;
  }
}
nav section[data-name][data-name=products] {
  flex-flow: row nowrap;
  align-content: flex-start;
  justify-content: stretch;
  padding: 0;
  scrollbar-color: rgba(34, 34, 34, 0.5) #ededed;
  scrollbar-width: thin;
  overflow: auto;
  gap: 0;
  max-height: 450px;
}
nav section[data-name][data-name=products] div.col {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-content: stretch;
  justify-content: stretch;
  padding: 0;
  background-color: transparent;
  width: 100%;
  height: auto;
}
nav section[data-name][data-name=products] div.col picture, nav section[data-name][data-name=products] div.col img {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
}
nav section[data-name][data-name=products] div.col picture img {
  opacity: 0.3;
  filter: blur(10px);
}
nav section[data-name][data-name=products] div.col picture img[src=""] {
  opacity: 0;
}
nav section[data-name][data-name=products] div.col:not(:first-child) {
  border-left: 1px solid #ededed;
}
nav section[data-name][data-name=products] div.col h3 {
  position: sticky;
  top: 0;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: flex-start;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  padding: 30px 10px 10px 10px;
  background-color: #FFFFFF;
  text-transform: lowercase;
  text-transform: uppercase;
  letter-spacing: 3px;
  z-index: 200;
}
nav section[data-name][data-name=products] div.col h3 a,
nav section[data-name][data-name=products] div.col h3 a:active,
nav section[data-name][data-name=products] div.col h3 a:visited {
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  padding: 10px 12px;
  font-size: 16px;
  line-height: 16px;
  text-transform: lowercase;
  font-weight: 500;
  text-decoration: none;
  background-color: rgba(254, 217, 37, 0);
  width: auto;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #FED925;
  color: #FED925;
}
nav section[data-name][data-name=products] div.col h3 a:hover,
nav section[data-name][data-name=products] div.col h3 a:active:hover,
nav section[data-name][data-name=products] div.col h3 a:visited:hover {
  color: #222;
  background-color: #FED925;
}
nav section[data-name][data-name=products] div.col ul {
  z-index: 10;
  margin: 0;
  gap: 0;
  padding: 0 0 10px 0;
}
nav section[data-name][data-name=products] div.col ul li {
  width: 100%;
}
nav section[data-name][data-name=products] div.col a,
nav section[data-name][data-name=products] div.col a:active,
nav section[data-name][data-name=products] div.col a:visited {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  padding: 8px 10px;
  min-height: 0;
  background-color: transparent;
  justify-content: flex-start;
  align-content: flex-start;
  gap: 10px;
  width: 100%;
  text-transform: none;
  letter-spacing: 1px;
}
nav section[data-name][data-name=products] div.col a small,
nav section[data-name][data-name=products] div.col a:active small,
nav section[data-name][data-name=products] div.col a:visited small {
  background-color: rgba(34, 34, 34, 0.1);
  padding: 4px 5px 3px 5px;
  font-size: 10px;
  line-height: 10px;
  text-transform: uppercase;
  font-weight: 500;
  color: inherit;
  letter-spacing: 0.5px;
}
nav section[data-name][data-name=products] div.col a:focus, nav section[data-name][data-name=products] div.col a:hover,
nav section[data-name][data-name=products] div.col a:active:focus,
nav section[data-name][data-name=products] div.col a:active:hover,
nav section[data-name][data-name=products] div.col a:visited:focus,
nav section[data-name][data-name=products] div.col a:visited:hover {
  background-color: rgba(34, 34, 34, 0.05);
}
nav section[data-name][data-name=products] div.col div.col {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 20px 20px 20px;
  width: 25%;
}
@media (max-width: 1250px) {
  nav section[data-name][data-name=products] div.col div.col {
    min-width: 50%;
    border-top: 1px solid #ededed;
  }
}
nav section[data-name][data-name=products] div.col.collections {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  position: sticky;
  top: 0;
  background-color: #222;
  width: 40%;
  min-width: 40%;
  right: 0;
  padding: 0 20px 20px 20px;
  height: auto;
  scrollbar-color: rgba(34, 34, 34, 0.5) #ededed;
  scrollbar-width: thin;
  overflow: auto;
  color: #FFFFFF;
}
nav section[data-name][data-name=products] div.col.collections h3 {
  background-color: #ededed;
  background-color: #222;
  color: inherit;
}
nav section[data-name][data-name=products] div.col.collections ul {
  margin: 0;
  column-count: 2;
  column-gap: 40px;
  display: inline-block;
}
nav section[data-name][data-name=products] div.col.collections ul li {
  display: inline-block;
  border: none !important;
}
nav section[data-name][data-name=products] div.col.collections ul li button.parent,
nav section[data-name][data-name=products] div.col.collections ul li button.parent,
nav section[data-name][data-name=products] div.col.collections ul li button.parent,
nav section[data-name][data-name=products] div.col.collections ul li button.parent {
  padding: 8px 0 8px 10px;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  min-height: 0;
  justify-content: flex-start;
  text-transform: none;
}
nav section[data-name][data-name=products] div.col.collections ul li button.parent.active svg,
nav section[data-name][data-name=products] div.col.collections ul li button.parent.active svg,
nav section[data-name][data-name=products] div.col.collections ul li button.parent.active svg,
nav section[data-name][data-name=products] div.col.collections ul li button.parent.active svg {
  transform: rotate(180deg);
}
nav section[data-name][data-name=products] div.col.collections ul li a small {
  letter-spacing: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #222;
  background-color: #FED925;
  font-weight: 500;
}
nav section[data-name][data-name=products] div.col.collections ul li a:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
nav section[data-name][data-name=products] div.col.collections ul li ul {
  position: relative;
  opacity: 1;
  column-count: 1;
  background-color: transparent;
  width: 100%;
  color: inherit;
  pointer-events: all;
  display: none;
  background-color: #222222;
}
@media (max-width: 900px) {
  nav section[data-name][data-name=products] div.col.collections ul {
    column-count: 1;
    column-gap: 0;
  }
}
@media (max-width: 1250px) {
  nav section[data-name][data-name=products] div.col.collections {
    width: 50%;
    min-width: 50%;
  }
}
@media (max-width: 900px) {
  nav section[data-name][data-name=products] div.col.collections {
    width: 40%;
    min-width: 40%;
  }
}
@media (max-width: 900px) {
  nav section[data-name][data-name=products] div.col {
    width: 100%;
  }
}
nav section[data-name].open {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}
nav section[data-name].open ul, nav section[data-name].open li {
  pointer-events: all !important;
}
@media (max-width: 767px) {
  nav section[data-name] {
    top: auto;
    bottom: 100%;
    flex-flow: column-reverse nowrap;
    padding: 0 20px 20px 20px;
  }
}
nav div.footer {
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 100%;
  display: none;
  transform: translateX(-50%);
}
nav div.footer:has(li) {
  display: flex;
}
nav div.footer > ul {
  gap: 0;
}
nav div.footer > ul > li:has(a) {
  order: 2;
}
nav div.footer > ul > li:has(button[data-child=menu]) {
  order: 6;
}
nav div.footer > ul > li:has(button[data-child=langs]) {
  order: 5;
}
nav div.footer > ul > li:has(button[data-child=search]) {
  order: 4;
}
nav div.footer li.hidden {
  display: flex !important;
}
@media (max-width: 767px) {
  nav {
    top: 0;
  }
  nav a.logo,
  nav a.logo:focus,
  nav a.logo:active,
  nav a.logo:visited {
    left: 50%;
    transform: translateX(-50%);
  }
}

section.cookies {
  position: fixed;
  right: 50%;
  bottom: 50%;
  z-index: 10000;
  background-color: #FFFFFF;
  width: 100%;
  padding: 30px 30px 0 30px !important;
  color: #222;
  pointer-events: all;
  max-width: 800px;
  max-height: 90vh;
  overflow: auto;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.4);
  transform: translate(50%, 50%);
}
section.cookies.alert {
  max-width: 400px;
  bottom: 50%;
  transform: translate(50%, 50%);
}
@media (max-width: 767px) {
  section.cookies {
    padding: 20px;
    width: 100%;
  }
}
section.cookies p:not(.title) {
  position: relative;
  font-weight: 300;
  color: inherit;
  font-size: 14px;
  line-height: 20px;
  margin: auto 0 auto auto;
  width: 100%;
}
section.cookies p:not(.title) a,
section.cookies p:not(.title) a:focus,
section.cookies p:not(.title) a:active,
section.cookies p:not(.title) a:visited,
section.cookies p:not(.title) strong {
  font-weight: 600;
  color: inherit;
}
section.cookies p:not(.title) a,
section.cookies p:not(.title) a:focus,
section.cookies p:not(.title) a:active,
section.cookies p:not(.title) a:visited {
  position: relative;
  transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  font-weight: 600;
  display: inline;
  border: none;
  font-size: 14px;
  line-height: 20px;
  float: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
}
section.cookies p:not(.title) a:hover,
section.cookies p:not(.title) a:focus:hover,
section.cookies p:not(.title) a:active:hover,
section.cookies p:not(.title) a:visited:hover {
  opacity: 0.5;
  border: none;
  background-color: transparent !important;
}
@media (max-width: 767px) {
  section.cookies p:not(.title) {
    font-size: 14px;
    line-height: 20px;
  }
}
section.cookies p.title,
section.cookies h4 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  font-size: 20px;
  line-height: 24px;
  margin: auto 0;
  color: inherit;
  font-weight: 600;
}
section.cookies p.title svg,
section.cookies h4 svg {
  width: 24px;
  height: 24px;
  fill: #222;
  margin: 0 10px auto 0;
  padding: 2px 0;
}
section.cookies h5 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  font-size: 16px;
  line-height: 30px;
  margin: 0 0 15px 0;
  color: inherit;
  font-weight: 600;
}
section.cookies button,
section.cookies button:focus,
section.cookies button:active,
section.cookies button:visited,
section.cookies a,
section.cookies a:focus,
section.cookies a:active,
section.cookies a:visited {
  transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: background-color, border;
  -moz-transition-property: background-color, border;
  -o-transition-property: background-color, border;
  -webkit-transition-property: background-color, border;
  padding: 0 15px 0 15px;
  margin: 0;
  position: absolute;
  font-weight: 600;
  font-size: 16px;
  line-height: 40px;
  cursor: pointer;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-content: flex-end;
  width: auto;
  text-align: right;
  top: 0;
  right: 0;
  color: #FFFFFF;
  pointer-events: all;
  background-color: #FFFFFF;
}
section.cookies button svg,
section.cookies button:focus svg,
section.cookies button:active svg,
section.cookies button:visited svg,
section.cookies a svg,
section.cookies a:focus svg,
section.cookies a:active svg,
section.cookies a:visited svg {
  transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: fill;
  -moz-transition-property: fill;
  -o-transition-property: fill;
  -webkit-transition-property: fill;
  width: 20px;
  height: 30px;
  fill: #FFFFFF;
  margin: auto 0;
  padding: 2px 0;
}
section.cookies button span,
section.cookies button:focus span,
section.cookies button:active span,
section.cookies button:visited span,
section.cookies a span,
section.cookies a:focus span,
section.cookies a:active span,
section.cookies a:visited span {
  transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  color: inherit;
  margin: auto 10px;
  font-weight: 600;
  font-size: 12px;
}
@media (hover: hover) {
  section.cookies button:hover,
  section.cookies button:focus:hover,
  section.cookies button:active:hover,
  section.cookies button:visited:hover,
  section.cookies a:hover,
  section.cookies a:focus:hover,
  section.cookies a:active:hover,
  section.cookies a:visited:hover {
    background-color: rgba(34, 34, 34, 0.1) !important;
  }
  section.cookies button:hover.acceptall, section.cookies button:hover.save,
  section.cookies button:focus:hover.acceptall,
  section.cookies button:focus:hover.save,
  section.cookies button:active:hover.acceptall,
  section.cookies button:active:hover.save,
  section.cookies button:visited:hover.acceptall,
  section.cookies button:visited:hover.save,
  section.cookies a:hover.acceptall,
  section.cookies a:hover.save,
  section.cookies a:focus:hover.acceptall,
  section.cookies a:focus:hover.save,
  section.cookies a:active:hover.acceptall,
  section.cookies a:active:hover.save,
  section.cookies a:visited:hover.acceptall,
  section.cookies a:visited:hover.save {
    background-color: rgba(34, 34, 34, 0.1) !important;
  }
}
section.cookies header {
  position: relative;
  color: inherit;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  margin: 0 0 20px 0;
}
section.cookies div.form,
section.cookies form {
  position: relative;
  width: 100%;
  margin: 20px 0 0 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0;
  color: inherit;
  background-color: transparent;
}
section.cookies div.form ul,
section.cookies form ul {
  list-style: none;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  color: inherit;
}
section.cookies div.form ul li,
section.cookies form ul li {
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: flex-start;
  color: inherit;
}
section.cookies div.form ul li button,
section.cookies div.form ul li button:focus,
section.cookies div.form ul li button:active,
section.cookies div.form ul li button:visited,
section.cookies form ul li button,
section.cookies form ul li button:focus,
section.cookies form ul li button:active,
section.cookies form ul li button:visited {
  background-color: transparent;
  position: relative;
  width: 100%;
  padding: 0 40px 0 10px;
  text-align: left;
  justify-content: flex-start;
  align-content: flex-start;
  border: none !important;
  border-top: 1px dotted #FFFFFF !important;
  color: inherit;
}
section.cookies div.form ul li button svg,
section.cookies div.form ul li button:focus svg,
section.cookies div.form ul li button:active svg,
section.cookies div.form ul li button:visited svg,
section.cookies form ul li button svg,
section.cookies form ul li button:focus svg,
section.cookies form ul li button:active svg,
section.cookies form ul li button:visited svg {
  margin: auto 10px auto 0;
  fill: #222;
}
section.cookies div.form ul li button small,
section.cookies div.form ul li button:focus small,
section.cookies div.form ul li button:active small,
section.cookies div.form ul li button:visited small,
section.cookies form ul li button small,
section.cookies form ul li button:focus small,
section.cookies form ul li button:active small,
section.cookies form ul li button:visited small {
  color: inherit;
  font-size: 14px;
  line-height: 16px;
  padding: 0 3px;
  text-align: center;
  margin: auto auto auto 10px;
}
section.cookies div.form ul li button.open svg,
section.cookies div.form ul li button:focus.open svg,
section.cookies div.form ul li button:active.open svg,
section.cookies div.form ul li button:visited.open svg,
section.cookies form ul li button.open svg,
section.cookies form ul li button:focus.open svg,
section.cookies form ul li button:active.open svg,
section.cookies form ul li button:visited.open svg {
  transform: rotate(180deg);
}
section.cookies div.form ul li label,
section.cookies form ul li label {
  color: inherit;
  position: absolute;
  top: 1px;
  right: 0;
  margin: auto 0 auto auto;
}
section.cookies div.form ul li div,
section.cookies form ul li div {
  position: relative;
  width: 100%;
  display: none;
  padding: 20px;
  overflow: auto;
  max-height: 180px;
  color: inherit;
}
section.cookies div.form ul li div.open,
section.cookies form ul li div.open {
  display: block;
}
section.cookies div.form ul li div table,
section.cookies form ul li div table {
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  background-color: transparent;
  color: inherit;
}
section.cookies div.form ul li div table *,
section.cookies form ul li div table * {
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  background-color: transparent;
  font-size: 14px;
  line-height: 24px;
  color: inherit;
  font-weight: 300;
}
section.cookies div.form ul li div table caption,
section.cookies form ul li div table caption {
  margin: 0 0 10px 0;
}
section.cookies div.form ul li div table thead,
section.cookies div.form ul li div table thead *,
section.cookies form ul li div table thead,
section.cookies form ul li div table thead * {
  margin: 0;
  font-weight: 600;
  padding: 5px 0;
  border-bottom: 1px dotted rgba(34, 34, 34, 0.5);
}
section.cookies div.form ul li div table tbody td,
section.cookies form ul li div table tbody td {
  padding-left: 5px;
  padding-right: 5px;
}
section.cookies div.form ul li div table tbody tr:first-child td,
section.cookies form ul li div table tbody tr:first-child td {
  padding: 5px 5px 0 5px;
}
section.cookies div.form ul li div table thead,
section.cookies form ul li div table thead {
  position: sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  top: -20px;
  z-index: 100;
  background-color: #FFFFFF;
}
section.cookies div.form label,
section.cookies form label {
  position: relative;
  margin: auto 30px auto 0;
  width: auto !important;
  font-size: 16px;
  line-height: 40px;
  padding: 0 0 0 35px;
  cursor: pointer;
  color: inherit;
}
section.cookies div.form label input,
section.cookies form label input {
  transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: background-color, border, background-image, background-position;
  -moz-transition-property: background-color, border, background-image, background-position;
  -o-transition-property: background-color, border, background-image, background-position;
  -webkit-transition-property: background-color, border, background-image, background-position;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 7px;
  left: 0;
  width: 25px;
  height: 25px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid rgba(34, 34, 34, 0.4);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath style='fill: %23000000;' d='M382-253.847 168.616-467.231l42.769-42.768L382-339.384l366.615-366.615 42.769 42.768L382-253.847Z'/%3E%3C/svg%3E");
  background-position: center -30px;
  background-repeat: no-repeat;
  background-size: 90%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
section.cookies div.form label input:hover,
section.cookies form label input:hover {
  background-position: center;
}
section.cookies div.form label input:after, section.cookies div.form label input:before,
section.cookies form label input:after,
section.cookies form label input:before {
  display: none !important;
}
section.cookies div.form label input:checked,
section.cookies form label input:checked {
  background-position: center;
  border: 1px solid rgba(34, 34, 34, 0.4);
}
section.cookies div.form label input:disabled,
section.cookies form label input:disabled {
  opacity: 0.5;
}
section.cookies div.footer,
section.cookies footer {
  position: sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: -webkit-sticky;
  bottom: 0;
  background-color: #FFFFFF;
  width: 100%;
  border-top: 1px dashed rgba(34, 34, 34, 0.5);
  margin: 30px 0 0 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-content: flex-start;
  padding: 30px 0;
  color: #222;
  min-height: 0;
}
section.cookies div.footer button,
section.cookies div.footer button:focus,
section.cookies div.footer button:active,
section.cookies div.footer button:visited,
section.cookies div.footer a,
section.cookies div.footer a:focus,
section.cookies div.footer a:active,
section.cookies div.footer a:visited,
section.cookies footer button,
section.cookies footer button:focus,
section.cookies footer button:active,
section.cookies footer button:visited,
section.cookies footer a,
section.cookies footer a:focus,
section.cookies footer a:active,
section.cookies footer a:visited {
  justify-content: flex-start;
  align-content: flex-start;
  text-align: left;
  padding: 10px 15px;
  margin: 0 0 0 20px;
  position: relative;
  line-height: 16px;
  font-weight: 600;
  text-decoration: none;
  color: inherit;
}
section.cookies div.footer button svg,
section.cookies div.footer button:focus svg,
section.cookies div.footer button:active svg,
section.cookies div.footer button:visited svg,
section.cookies div.footer a svg,
section.cookies div.footer a:focus svg,
section.cookies div.footer a:active svg,
section.cookies div.footer a:visited svg,
section.cookies footer button svg,
section.cookies footer button:focus svg,
section.cookies footer button:active svg,
section.cookies footer button:visited svg,
section.cookies footer a svg,
section.cookies footer a:focus svg,
section.cookies footer a:active svg,
section.cookies footer a:visited svg {
  fill: #222;
}
section.cookies div.footer button span,
section.cookies div.footer button:focus span,
section.cookies div.footer button:active span,
section.cookies div.footer button:visited span,
section.cookies div.footer a span,
section.cookies div.footer a:focus span,
section.cookies div.footer a:active span,
section.cookies div.footer a:visited span,
section.cookies footer button span,
section.cookies footer button:focus span,
section.cookies footer button:active span,
section.cookies footer button:visited span,
section.cookies footer a span,
section.cookies footer a:focus span,
section.cookies footer a:active span,
section.cookies footer a:visited span {
  font-size: 12px;
  font-weight: 600;
  color: inherit;
}
section.cookies div.footer button.acceptall, section.cookies div.footer button.save,
section.cookies div.footer button:focus.acceptall,
section.cookies div.footer button:focus.save,
section.cookies div.footer button:active.acceptall,
section.cookies div.footer button:active.save,
section.cookies div.footer button:visited.acceptall,
section.cookies div.footer button:visited.save,
section.cookies div.footer a.acceptall,
section.cookies div.footer a.save,
section.cookies div.footer a:focus.acceptall,
section.cookies div.footer a:focus.save,
section.cookies div.footer a:active.acceptall,
section.cookies div.footer a:active.save,
section.cookies div.footer a:visited.acceptall,
section.cookies div.footer a:visited.save,
section.cookies footer button.acceptall,
section.cookies footer button.save,
section.cookies footer button:focus.acceptall,
section.cookies footer button:focus.save,
section.cookies footer button:active.acceptall,
section.cookies footer button:active.save,
section.cookies footer button:visited.acceptall,
section.cookies footer button:visited.save,
section.cookies footer a.acceptall,
section.cookies footer a.save,
section.cookies footer a:focus.acceptall,
section.cookies footer a:focus.save,
section.cookies footer a:active.acceptall,
section.cookies footer a:active.save,
section.cookies footer a:visited.acceptall,
section.cookies footer a:visited.save {
  color: inherit;
  font-weight: 600;
  background-color: rgba(34, 34, 34, 0.05);
}
section.cookies div.footer button.acceptall svg, section.cookies div.footer button.save svg,
section.cookies div.footer button:focus.acceptall svg,
section.cookies div.footer button:focus.save svg,
section.cookies div.footer button:active.acceptall svg,
section.cookies div.footer button:active.save svg,
section.cookies div.footer button:visited.acceptall svg,
section.cookies div.footer button:visited.save svg,
section.cookies div.footer a.acceptall svg,
section.cookies div.footer a.save svg,
section.cookies div.footer a:focus.acceptall svg,
section.cookies div.footer a:focus.save svg,
section.cookies div.footer a:active.acceptall svg,
section.cookies div.footer a:active.save svg,
section.cookies div.footer a:visited.acceptall svg,
section.cookies div.footer a:visited.save svg,
section.cookies footer button.acceptall svg,
section.cookies footer button.save svg,
section.cookies footer button:focus.acceptall svg,
section.cookies footer button:focus.save svg,
section.cookies footer button:active.acceptall svg,
section.cookies footer button:active.save svg,
section.cookies footer button:visited.acceptall svg,
section.cookies footer button:visited.save svg,
section.cookies footer a.acceptall svg,
section.cookies footer a.save svg,
section.cookies footer a:focus.acceptall svg,
section.cookies footer a:focus.save svg,
section.cookies footer a:active.acceptall svg,
section.cookies footer a:active.save svg,
section.cookies footer a:visited.acceptall svg,
section.cookies footer a:visited.save svg {
  fill: #222;
}
@media (max-width: 800px) {
  section.cookies div.footer button,
  section.cookies div.footer button:focus,
  section.cookies div.footer button:active,
  section.cookies div.footer button:visited,
  section.cookies div.footer a,
  section.cookies div.footer a:focus,
  section.cookies div.footer a:active,
  section.cookies div.footer a:visited,
  section.cookies footer button,
  section.cookies footer button:focus,
  section.cookies footer button:active,
  section.cookies footer button:visited,
  section.cookies footer a,
  section.cookies footer a:focus,
  section.cookies footer a:active,
  section.cookies footer a:visited {
    justify-content: center;
    align-content: center;
    margin: 20px 0 0 10px;
    width: calc(50% - 10px);
  }
  section.cookies div.footer button:nth-child(odd),
  section.cookies div.footer button:focus:nth-child(odd),
  section.cookies div.footer button:active:nth-child(odd),
  section.cookies div.footer button:visited:nth-child(odd),
  section.cookies div.footer a:nth-child(odd),
  section.cookies div.footer a:focus:nth-child(odd),
  section.cookies div.footer a:active:nth-child(odd),
  section.cookies div.footer a:visited:nth-child(odd),
  section.cookies footer button:nth-child(odd),
  section.cookies footer button:focus:nth-child(odd),
  section.cookies footer button:active:nth-child(odd),
  section.cookies footer button:visited:nth-child(odd),
  section.cookies footer a:nth-child(odd),
  section.cookies footer a:focus:nth-child(odd),
  section.cookies footer a:active:nth-child(odd),
  section.cookies footer a:visited:nth-child(odd) {
    margin: 20px 10px 0 0;
  }
}
section.cookies div.footer a:not(.acceptall),
section.cookies div.footer a:not(.acceptall):focus,
section.cookies div.footer a:not(.acceptall):active,
section.cookies div.footer a:not(.acceptall):visited,
section.cookies footer a:not(.acceptall),
section.cookies footer a:not(.acceptall):focus,
section.cookies footer a:not(.acceptall):active,
section.cookies footer a:not(.acceptall):visited {
  transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  padding: 0;
  margin: auto 30px auto 0;
  position: relative;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  background-color: transparent;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-content: flex-end;
  width: auto;
  text-align: right;
  color: inherit;
  pointer-events: all;
  text-decoration: none;
  border: none;
}
section.cookies div.footer a:not(.acceptall) span,
section.cookies div.footer a:not(.acceptall):focus span,
section.cookies div.footer a:not(.acceptall):active span,
section.cookies div.footer a:not(.acceptall):visited span,
section.cookies footer a:not(.acceptall) span,
section.cookies footer a:not(.acceptall):focus span,
section.cookies footer a:not(.acceptall):active span,
section.cookies footer a:not(.acceptall):visited span {
  color: inherit;
  margin: auto 0;
  font-weight: 600;
  font-size: 14px;
}
section.cookies div.footer a:not(.acceptall):after,
section.cookies div.footer a:not(.acceptall):focus:after,
section.cookies div.footer a:not(.acceptall):active:after,
section.cookies div.footer a:not(.acceptall):visited:after,
section.cookies footer a:not(.acceptall):after,
section.cookies footer a:not(.acceptall):focus:after,
section.cookies footer a:not(.acceptall):active:after,
section.cookies footer a:not(.acceptall):visited:after {
  position: absolute;
  right: -15px;
  width: 1px;
  height: 100%;
  top: 0;
  background-color: #222;
  content: " ";
  display: block;
}
@media (max-width: 800px) {
  section.cookies div.footer a:not(.acceptall):after,
  section.cookies div.footer a:not(.acceptall):focus:after,
  section.cookies div.footer a:not(.acceptall):active:after,
  section.cookies div.footer a:not(.acceptall):visited:after,
  section.cookies footer a:not(.acceptall):after,
  section.cookies footer a:not(.acceptall):focus:after,
  section.cookies footer a:not(.acceptall):active:after,
  section.cookies footer a:not(.acceptall):visited:after {
    right: -5px;
  }
}
section.cookies div.footer a:not(.acceptall):last-of-type,
section.cookies div.footer a:not(.acceptall):focus:last-of-type,
section.cookies div.footer a:not(.acceptall):active:last-of-type,
section.cookies div.footer a:not(.acceptall):visited:last-of-type,
section.cookies footer a:not(.acceptall):last-of-type,
section.cookies footer a:not(.acceptall):focus:last-of-type,
section.cookies footer a:not(.acceptall):active:last-of-type,
section.cookies footer a:not(.acceptall):visited:last-of-type {
  margin: auto auto auto 0;
  text-align: left;
}
section.cookies div.footer a:not(.acceptall):last-of-type:after,
section.cookies div.footer a:not(.acceptall):focus:last-of-type:after,
section.cookies div.footer a:not(.acceptall):active:last-of-type:after,
section.cookies div.footer a:not(.acceptall):visited:last-of-type:after,
section.cookies footer a:not(.acceptall):last-of-type:after,
section.cookies footer a:not(.acceptall):focus:last-of-type:after,
section.cookies footer a:not(.acceptall):active:last-of-type:after,
section.cookies footer a:not(.acceptall):visited:last-of-type:after {
  display: none;
}
@media (hover: hover) {
  section.cookies div.footer a:not(.acceptall):hover,
  section.cookies div.footer a:not(.acceptall):focus:hover,
  section.cookies div.footer a:not(.acceptall):active:hover,
  section.cookies div.footer a:not(.acceptall):visited:hover,
  section.cookies footer a:not(.acceptall):hover,
  section.cookies footer a:not(.acceptall):focus:hover,
  section.cookies footer a:not(.acceptall):active:hover,
  section.cookies footer a:not(.acceptall):visited:hover {
    background-color: transparent !important;
    opacity: 0.5;
  }
}
@media (max-width: 800px) {
  section.cookies div.footer a:not(.acceptall),
  section.cookies div.footer a:not(.acceptall):focus,
  section.cookies div.footer a:not(.acceptall):active,
  section.cookies div.footer a:not(.acceptall):visited,
  section.cookies footer a:not(.acceptall),
  section.cookies footer a:not(.acceptall):focus,
  section.cookies footer a:not(.acceptall):active,
  section.cookies footer a:not(.acceptall):visited {
    justify-content: center;
    align-content: center;
    margin: 0 0 0 5px !important;
    width: calc(50% - 5px);
  }
  section.cookies div.footer a:not(.acceptall):nth-child(odd),
  section.cookies div.footer a:not(.acceptall):focus:nth-child(odd),
  section.cookies div.footer a:not(.acceptall):active:nth-child(odd),
  section.cookies div.footer a:not(.acceptall):visited:nth-child(odd),
  section.cookies footer a:not(.acceptall):nth-child(odd),
  section.cookies footer a:not(.acceptall):focus:nth-child(odd),
  section.cookies footer a:not(.acceptall):active:nth-child(odd),
  section.cookies footer a:not(.acceptall):visited:nth-child(odd) {
    margin: 0 5px 0 0 !important;
  }
}
@media (max-width: 800px) {
  section.cookies div.footer,
  section.cookies footer {
    flex-flow: row wrap;
  }
}
@media (max-width: 767px) {
  section.cookies div.footer,
  section.cookies footer {
    padding: 20px 0 10px 0;
  }
}
section.cookies.settings {
  display: none;
}

button.cookies:not(.inline),
button.cookies:not(.inline):focus,
button.cookies:not(.inline):active,
button.cookies:not(.inline):visited {
  transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: background-color, color;
  -moz-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  -webkit-transition-property: background-color, color;
  padding: 10px 20px;
  margin: 0 auto;
  position: relative;
  float: left;
  font-weight: 300;
  font-size: 16px;
  line-height: 40px;
  cursor: pointer;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-content: center;
  min-width: 60px;
  text-align: right;
  width: calc(100% - 180px);
  color: #FFFFFF;
  pointer-events: all;
  z-index: 90;
  background-color: #222;
}
button.cookies:not(.inline) svg,
button.cookies:not(.inline):focus svg,
button.cookies:not(.inline):active svg,
button.cookies:not(.inline):visited svg {
  transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: fill;
  -moz-transition-property: fill;
  -o-transition-property: fill;
  -webkit-transition-property: fill;
  width: 16px;
  height: 16px;
  fill: #FFFFFF;
  margin: auto 0;
  padding: 0;
}
button.cookies:not(.inline) span,
button.cookies:not(.inline):focus span,
button.cookies:not(.inline):active span,
button.cookies:not(.inline):visited span {
  font-size: 16px;
  font-weight: 500;
  color: inherit;
  margin: auto 0 auto 10px;
}
@media (hover: hover) {
  button.cookies:not(.inline):hover,
  button.cookies:not(.inline):focus:hover,
  button.cookies:not(.inline):active:hover,
  button.cookies:not(.inline):visited:hover {
    background-color: rgba(34, 34, 34, 0.8);
  }
}

.cookiemsg {
  padding: 30px;
  margin: 0;
  position: relative;
  float: left;
  font-weight: 300;
  font-size: 16px;
  line-height: 40px;
  background-color: rgba(34, 34, 34, 0.1);
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  min-width: 60px;
  text-align: left;
  width: 100%;
  color: #222;
  pointer-events: all;
  z-index: 90;
}
.cookiemsg p {
  padding-right: 0;
  font-size: 16px !important;
  line-height: 20px !important;
  margin: 0 !important;
  text-align: left !important;
}
.cookiemsg p strong, .cookiemsg p em, .cookiemsg p u {
  color: inherit;
}
.cookiemsg p.title,
.cookiemsg h3 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  font-size: 25px !important;
  line-height: 30px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase;
  color: inherit;
  font-weight: 600;
  margin: 0;
  width: 100%;
  padding: 0;
}
.cookiemsg p.title svg,
.cookiemsg h3 svg {
  width: 30px;
  height: 30px;
  fill: #222;
  margin: auto 10px auto 0;
  padding: 2px 0;
}
.cookiemsg button,
.cookiemsg button:focus,
.cookiemsg button:active,
.cookiemsg button:visited {
  transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: background-color, border;
  -moz-transition-property: background-color, border;
  -o-transition-property: background-color, border;
  -webkit-transition-property: background-color, border;
  padding: 10px 20px !important;
  margin: 30px 0 0 auto !important;
  position: relative;
  float: right;
  font-weight: 500 !important;
  letter-spacing: 2px !important;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-content: center;
  width: auto;
  text-align: right;
  top: 0;
  right: 0;
  text-transform: uppercase !important;
  color: #222 !important;
  pointer-events: all;
  background-color: rgba(34, 34, 34, 0.05) !important;
  border: none;
}
.cookiemsg button svg,
.cookiemsg button:focus svg,
.cookiemsg button:active svg,
.cookiemsg button:visited svg {
  transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: fill;
  -moz-transition-property: fill;
  -o-transition-property: fill;
  -webkit-transition-property: fill;
  width: 20px;
  height: 30px;
  fill: #222;
  margin: auto 0;
  padding: 2px 0;
}
.cookiemsg button span,
.cookiemsg button:focus span,
.cookiemsg button:active span,
.cookiemsg button:visited span {
  transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  color: inherit;
  margin: auto 10px;
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 1px !important;
}
@media (hover: hover) {
  .cookiemsg button:hover,
  .cookiemsg button:focus:hover,
  .cookiemsg button:active:hover,
  .cookiemsg button:visited:hover {
    opacity: 1 !important;
    background-color: rgba(34, 34, 34, 0.1) !important;
  }
}

#slider {
  position: relative;
  width: 100%;
  height: 100svh;
  background-color: var(--slider-bg);
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
#slider * {
  color: white;
}
#slider picture {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: var(--slider-bg-bg);
}
#slider picture img {
  width: 100%;
  height: 100svh;
  object-position: center;
  object-fit: cover;
  -o-object-position: center;
  -o-object-fit: cover;
}
#slider picture.prev {
  height: 100%;
}
#slider picture.active {
  z-index: 20;
  height: 100%;
}
#slider picture.preview {
  height: 10%;
  z-index: 50;
}
#slider .bgimgs {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--slider-bg-bg);
  z-index: 0;
}
#slider .bgimgs picture img {
  transition: var(--slider-bg-speed) cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: var(--slider-bg-speed) cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: var(--slider-bg-speed) cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: var(--slider-bg-speed) cubic-bezier(0.42, 0, 0.58, 1);
  transform: scale(1.1);
  opacity: var(--slider-bg-opacity);
  filter: blur(var(--slider-bg-blur));
  object-position: var(--mouse-x) var(--mouse-y);
}
#slider .bgimgs picture.active img {
  transform: scale(1);
}
#slider .bgimgs picture.active {
  transition: var(--slider-bg-speed) cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: var(--slider-bg-speed) cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: var(--slider-bg-speed) cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: var(--slider-bg-speed) cubic-bezier(0.42, 0, 0.58, 1);
}
#slider .bgimgs picture.preview {
  transition: calc(var(--slider-bg-speed) / 2) cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: calc(var(--slider-bg-speed) / 2) cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: calc(var(--slider-bg-speed) / 2) cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: calc(var(--slider-bg-speed) / 2) cubic-bezier(0.42, 0, 0.58, 1);
}
#slider .nav {
  transition: calc(var(--slider-bg-speed) / 2) cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: calc(var(--slider-bg-speed) / 2) cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: calc(var(--slider-bg-speed) / 2) cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: calc(var(--slider-bg-speed) / 2) cubic-bezier(0.42, 0, 0.58, 1);
  z-index: 1;
  position: absolute;
  width: 100%;
  max-width: 850px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-content: center;
  padding: 40px;
}
#slider .nav button,
#slider .nav button:active,
#slider .nav button:focus,
#slider .nav button:visited {
  transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  position: relative;
  width: 80px;
  min-height: 80px;
  background-color: rgba(0, 0, 0, 0.4);
  margin: auto 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-content: center;
  text-decoration: none;
  padding: 0;
  font-size: 18px;
  color: white;
  border-radius: 100%;
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  letter-spacing: 1px;
  font-weight: 500;
  box-shadow: 0 0 100px black;
}
#slider .nav button svg,
#slider .nav button:active svg,
#slider .nav button:focus svg,
#slider .nav button:visited svg {
  transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  fill: white;
  margin: auto;
  width: 30px;
  height: 30px;
}
#slider .nav button:hover,
#slider .nav button:active:hover,
#slider .nav button:focus:hover,
#slider .nav button:visited:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
#slider .nav.hide {
  transform: scale(0.98);
}
#slider .content {
  transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  position: relative;
  margin: auto;
  width: 90%;
  max-width: 500px;
  height: 70vh;
  max-height: 600px;
  z-index: 2;
  box-shadow: 0 0 300px black;
  overflow: hidden;
  border-radius: var(--slider-content-radius);
  background-color: var(--slider-content-bg);
}
#slider .content picture img {
  transition: var(--slider-content-speed) cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: var(--slider-content-speed) cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: var(--slider-content-speed) cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: var(--slider-content-speed) cubic-bezier(0.42, 0, 0.58, 1);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -1.5svh) scale(1.2);
  opacity: var(--slider-content-opacity);
  filter: blur(var(--slider-content-blur));
  height: 70svh;
  width: 90svw;
  max-width: 1000px;
}
#slider .content section.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: transparent;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  align-content: flex-start;
  padding-bottom: 40px;
  pointer-events: none;
}
#slider .content section.slide section {
  transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  position: relative;
  width: calc(100% - 80px);
  height: calc(100% - 80px);
  padding: 0 30px 0 0;
  opacity: 0;
  transform: translateY(80px) scale(0.95);
  overflow: auto;
  margin: auto auto 0 auto;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  scrollbar-color: white rgba(0, 0, 0, 0.2);
  scrollbar-darkshadow-color: transparent;
  scrollbar-3dlight-color: pink;
  scrollbar-width: thin;
}
#slider .content section.slide section svg {
  position: relative;
  min-height: 60px;
  width: auto;
  margin: 0 auto 20px 0;
  fill: white;
}
#slider .content section.slide section h2 {
  margin: auto 0 0 0;
  font-size: clamp(30px, 9vw, 50px);
  line-height: clamp(35px, 9.2vw, 50px);
  width: 100%;
  letter-spacing: 1px;
  font-weight: 500;
}
#slider .content section.slide section p {
  margin-top: 30px;
  font-size: 18px;
  line-height: 32px;
  width: 100%;
  letter-spacing: 1px;
  font-weight: 200;
}
#slider .content section.slide a,
#slider .content section.slide a:active,
#slider .content section.slide a:focus,
#slider .content section.slide a:visited {
  transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  position: relative;
  width: calc(100% - 80px);
  min-height: 60px;
  background-color: rgba(255, 255, 255, 0.05);
  margin: 20px auto 0 auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-content: flex-start;
  text-decoration: none;
  padding: 10px 20px;
  opacity: 0;
  transform: translateY(100px) scale(0.9);
  font-size: 18px;
  color: white;
  border-radius: 10px;
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  letter-spacing: 1px;
  font-weight: 500;
}
#slider .content section.slide a span,
#slider .content section.slide a:active span,
#slider .content section.slide a:focus span,
#slider .content section.slide a:visited span {
  color: inherit;
  margin: auto 0;
  font-size: 18px;
  letter-spacing: 1px;
}
#slider .content section.slide a svg,
#slider .content section.slide a:active svg,
#slider .content section.slide a:focus svg,
#slider .content section.slide a:visited svg {
  transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  fill: white;
  margin: auto 0 auto 20px;
}
#slider .content section.slide a:hover,
#slider .content section.slide a:active:hover,
#slider .content section.slide a:focus:hover,
#slider .content section.slide a:visited:hover {
  color: black;
}
#slider .content section.slide a:hover svg,
#slider .content section.slide a:active:hover svg,
#slider .content section.slide a:focus:hover svg,
#slider .content section.slide a:visited:hover svg {
  fill: black;
}
#slider .content section.slide a:hover,
#slider .content section.slide a:active:hover,
#slider .content section.slide a:focus:hover,
#slider .content section.slide a:visited:hover {
  background-color: white;
}
#slider .content section.slide ul {
  position: relative;
  min-height: 60px;
  list-style: none;
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  padding: 0 40px;
  gap: 5px;
  margin: 0 0 30px 0;
  opacity: 0;
}
#slider .content section.slide ul li {
  margin: 0;
  width: 100%;
}
#slider .content section.slide ul li button,
#slider .content section.slide ul li button:active,
#slider .content section.slide ul li button:focus,
#slider .content section.slide ul li button:visited {
  transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  position: relative;
  float: left;
  width: 100%;
  background-color: transparent;
  height: 40px;
  border: none;
  appearance: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
  cursor: pointer;
}
#slider .content section.slide ul li button::before,
#slider .content section.slide ul li button:active::before,
#slider .content section.slide ul li button:focus::before,
#slider .content section.slide ul li button:visited::before {
  transition: 0ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 0ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 0ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 0ms cubic-bezier(0.42, 0, 0.58, 1);
  position: absolute;
  content: " ";
  background-color: white;
  top: 38px;
  height: 2px;
  width: 100%;
  left: 0;
  transform-origin: left top;
  transform: scaleX(0);
}
#slider .content section.slide ul li button small,
#slider .content section.slide ul li button:active small,
#slider .content section.slide ul li button:focus small,
#slider .content section.slide ul li button:visited small {
  transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  position: absolute;
  top: 100%;
  width: 100%;
  white-space: nowrap;
  left: 0;
  text-align: left;
  line-height: 12px;
  font-size: 10px;
  margin: 10px 0 0 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
}
#slider .content section.slide ul li button:hover,
#slider .content section.slide ul li button:active:hover,
#slider .content section.slide ul li button:focus:hover,
#slider .content section.slide ul li button:visited:hover {
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
}
#slider .content section.slide ul li button:hover:not(.active) small,
#slider .content section.slide ul li button:active:hover:not(.active) small,
#slider .content section.slide ul li button:focus:hover:not(.active) small,
#slider .content section.slide ul li button:visited:hover:not(.active) small {
  transform: translateY(0);
  opacity: 1;
}
#slider .content section.slide ul li button.active,
#slider .content section.slide ul li button:active.active,
#slider .content section.slide ul li button:focus.active,
#slider .content section.slide ul li button:visited.active {
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}
#slider .content section.slide.prev picture {
  height: 100%;
}
#slider .content section.slide.active {
  pointer-events: all;
  z-index: 10;
}
#slider .content section.slide.active ul {
  opacity: 1;
}
#slider .content section.slide.active a,
#slider .content section.slide.active a:active,
#slider .content section.slide.active a:focus,
#slider .content section.slide.active a:visited,
#slider .content section.slide.active section {
  transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  opacity: 1;
  transform: translateY(0);
}
#slider .content section.slide.active a:hover,
#slider .content section.slide.active a:active:hover,
#slider .content section.slide.active a:focus:hover,
#slider .content section.slide.active a:visited:hover,
#slider .content section.slide.active section:hover {
  transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  -webkit-transition-delay: 0ms;
}
#slider .content section.slide.active picture {
  transition: var(--slider-content-speed) cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: var(--slider-content-speed) cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: var(--slider-content-speed) cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: var(--slider-content-speed) cubic-bezier(0.42, 0, 0.58, 1);
  height: 100%;
}
#slider .content section.slide.active picture img {
  transform: translate(-50%, -1.5svh) scale(1.1);
}
#slider .content section.slide.preview {
  z-index: 30;
}
#slider .content section.slide.preview picture {
  transition: calc(var(--slider-content-speed) / 2) cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: calc(var(--slider-content-speed) / 2) cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: calc(var(--slider-content-speed) / 2) cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: calc(var(--slider-content-speed) / 2) cubic-bezier(0.42, 0, 0.58, 1);
  height: 10px;
}
#slider .content section.slide.preview picture img {
  opacity: 1;
}
#slider .content:hover {
  transform: scale(1.05);
}

#tabs {
  position: relative;
  width: 100%;
  height: 100svh;
  background-color: var(--slider-bg);
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
#tabs * {
  color: white;
}
#tabs div[role=tablist] {
  width: calc(100% - 40px);
  max-width: 900px;
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
  margin: 0 0 10px 0;
}
#tabs div[role=tablist] button {
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: var(--slider-content-radius);
}
#tabs div[role=tablist] button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
#tabs div[role=tablist] button[aria-selected=true] {
  background-color: white;
  color: #222;
}
#tabs div[role=tabpanel] {
  transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  width: calc(100% - 40px);
  max-width: 900px;
  display: flex;
  flex-flow: row wrap;
  gap: 5px;
  padding: 0;
  background-color: white;
  border-radius: var(--slider-content-radius);
  margin: 0;
  overflow: hidden;
  height: 50vh;
  box-shadow: 0 0 300px rgba(0, 0, 0, 0.2);
}
#tabs div[role=tabpanel] * {
  color: #222;
}
#tabs div[role=tabpanel] p {
  position: relative;
  width: 100%;
  padding: 10px 15px;
}
#tabs div[role=tabpanel].display-none {
  height: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
}

.draggable {
  pointer-events: all;
}

.draggable.grab {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

@media (hover: hover) and (pointer: fine) {
  .draggable:hover {
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
  }
  .draggable:hover span {
    opacity: 1;
  }
}
.drag * {
  pointer-events: none;
}

main {
  position: relative;
  float: left;
  width: 100%;
  min-height: 100vh;
  z-index: 10;
  margin: 0 auto;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-content: stretch;
  background-color: #FFFFFF;
  max-width: 2500px;
}

.temp {
  color: indianred !important;
}

* {
  margin: 0;
  color: #222;
}

::-moz-selection { /* Code for Firefox */
  background: rgba(0, 0, 0, 0.6);
  color: #FFFFFF;
}

::selection {
  background: rgba(0, 0, 0, 0.6);
  color: #FFFFFF;
}

body {
  margin: 0;
  padding: 0;
}

#hero {
  position: relative;
  height: calc(100vh - 60px);
  min-height: 500px;
  max-height: 1200px;
  width: calc(100% - 120px);
  overflow: hidden;
  background-color: #222;
  display: flex;
  flex-flow: column nowrap;
  z-index: 100;
  margin: 0 auto;
  color: #FFFFFF;
}
#hero h1, #hero h2, #hero h3, #hero p {
  transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  -webkit-transition-property: transform;
  position: relative;
  z-index: 10;
  text-align: left;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.8));
  max-width: 900px;
  margin: 0 auto 0 0;
  color: inherit;
  text-transform: uppercase;
}
#hero h1, #hero h2 {
  font-weight: 500;
  font-size: clamp(50px, 4.5vw, 70px);
  line-height: clamp(50px, 4.5vw, 70px);
  font-size: clamp(30px, 4.5vw, 48px);
  line-height: clamp(30px, 4.5vw, 48px);
  transform: translateY(-100vh);
  margin: 0 auto 0 0;
  text-transform: lowercase;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: clamp(1px, 1vw, 2px);
}
#hero h1 span, #hero h2 span {
  color: inherit;
  font-weight: 300;
}
#hero h1 small.tag, #hero h2 small.tag {
  position: absolute;
  bottom: 100%;
  right: 0;
  background-color: #FED925;
  color: #222;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  padding: 10px 11px 10px 13px;
  margin: 0 0 12px 0;
}
#hero p {
  font-weight: 400;
  font-size: clamp(20px, 2vw, 30px);
  line-height: clamp(20px, 2vw, 30px);
  transform: translateY(-100vh);
  margin: 0 auto 0 0;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 2px;
}
#hero p.tag, #hero p.location {
  transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  -webkit-transition-delay: 0ms;
  font-size: 14px;
  font-size: 12px;
  line-height: 14px;
  text-transform: lowercase;
  text-transform: uppercase;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  width: auto;
  background-color: #FFFFFF;
  background-color: #FED925;
  color: #222;
  font-weight: 600;
  padding: 10px 11px 10px 13px;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
}
#hero p.tag {
  transform: translateY(-50vh);
}
#hero p.location {
  transform: translateY(50vh);
}
#hero a,
#hero a:focus,
#hero a:active,
#hero a:visited {
  transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  position: relative;
  margin: 0 auto 0 0;
  display: flex;
  flex-flow: row nowrap;
  white-space: nowrap;
  justify-content: center;
  align-content: center;
  text-transform: lowercase;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  background-color: #222;
  color: inherit;
  font-size: 18px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 2px;
  padding: 15px 30px;
  padding: 15px 28px 15px 30px;
  transform: translateY(50vh);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
#hero a:hover,
#hero a:focus:hover,
#hero a:active:hover,
#hero a:visited:hover {
  background-color: #FED925;
  color: #222222;
}
@media (max-width: 767px) {
  #hero a svg,
  #hero a:focus svg,
  #hero a:active svg,
  #hero a:visited svg {
    min-width: 20px;
  }
}
#hero picture, #hero img, #hero video {
  pointer-events: none;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}
#hero img.logo {
  max-height: 20px;
  width: auto;
  position: relative;
  float: left;
  margin: 0 auto 0 0;
}
#hero div.slides {
  position: relative;
  height: 100vh;
  min-height: 500px;
  z-index: 0;
  color: inherit;
}
#hero div.slides div.slide {
  transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  position: absolute;
  opacity: 0;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-content: center;
  height: 100%;
  width: 100%;
  pointer-events: none;
  padding: 80px 0;
  color: inherit;
}
#hero div.slides div.slide video,
#hero div.slides div.slide picture {
  transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: width, height;
  -moz-transition-property: width, height;
  -o-transition-property: width, height;
  -webkit-transition-property: width, height;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
#hero div.slides div.slide video img,
#hero div.slides div.slide picture img {
  transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: opacity, transform;
  -moz-transition-property: opacity, transform;
  -o-transition-property: opacity, transform;
  -webkit-transition-property: opacity, transform;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
}
#hero div.slides div.slide video:after,
#hero div.slides div.slide picture:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: " ";
  opacity: 0.8;
  background: -webkit-linear-gradient(0deg, #222222 0%, rgba(34, 34, 34, 0.2) 40%) !important;
  background: -moz-linear-gradient(0deg, #222222 0%, rgba(34, 34, 34, 0.2) 40%) !important;
  background: linear-gradient(0deg, #222222 0%, rgba(34, 34, 34, 0.2) 40%) !important;
}
#hero div.slides div.slide video {
  opacity: 0.5;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
}
#hero div.slides div.slide div.container {
  display: flex;
  flex-flow: column nowrap;
  margin: auto auto 0 auto;
  overflow: hidden;
  padding: 100px 180px;
  color: inherit;
  gap: 20px;
}
#hero div.slides div.slide div.container:before, #hero div.slides div.slide div.container:after {
  display: none;
}
#hero div.slides div.slide div.container > svg {
  fill: #FFFFFF;
  width: 55%;
  margin: clamp(20px, 2vw, 60px) auto;
}
@media (max-width: 1250px) {
  #hero div.slides div.slide div.container {
    padding: 100px 120px;
  }
}
@media (max-width: 767px) {
  #hero div.slides div.slide div.container {
    padding: 100px 100px;
  }
}
#hero div.slides div.slide.active {
  pointer-events: all;
  opacity: 1;
}
#hero div.slides div.slide.active a,
#hero div.slides div.slide.active a:focus,
#hero div.slides div.slide.active a:active,
#hero div.slides div.slide.active a:visited {
  transform: translateY(0);
  max-width: 600px;
}
#hero div.slides div.slide.active a:not(.full):hover,
#hero div.slides div.slide.active a:focus:not(.full):hover,
#hero div.slides div.slide.active a:active:not(.full):hover,
#hero div.slides div.slide.active a:visited:not(.full):hover {
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  max-width: 900px;
}
#hero div.slides div.slide.active a.full:hover picture img,
#hero div.slides div.slide.active a:focus.full:hover picture img,
#hero div.slides div.slide.active a:active.full:hover picture img,
#hero div.slides div.slide.active a:visited.full:hover picture img {
  opacity: 0.1;
  transform: scale(1.1);
}
#hero div.slides div.slide.active a.full,
#hero div.slides div.slide.active a:focus.full,
#hero div.slides div.slide.active a:active.full,
#hero div.slides div.slide.active a:visited.full {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
#hero div.slides div.slide.active h1, #hero div.slides div.slide.active h2, #hero div.slides div.slide.active p {
  transform: translateY(0);
}
#hero div.slides div.slide.active h1.type, #hero div.slides div.slide.active h1.location, #hero div.slides div.slide.active h2.type, #hero div.slides div.slide.active h2.location, #hero div.slides div.slide.active p.type, #hero div.slides div.slide.active p.location {
  transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
}
#hero div.slides div.slide:not(:has(div.container)) a,
#hero div.slides div.slide:not(:has(div.container)) a:focus,
#hero div.slides div.slide:not(:has(div.container)) a:active,
#hero div.slides div.slide:not(:has(div.container)) a:visited {
  transform: translateY(0);
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  max-height: 100% !important;
  max-width: 100% !important;
}
#hero div.slides div.slide:not(:has(div.container)) a img,
#hero div.slides div.slide:not(:has(div.container)) a:focus img,
#hero div.slides div.slide:not(:has(div.container)) a:active img,
#hero div.slides div.slide:not(:has(div.container)) a:visited img {
  object-fit: cover;
  -o-object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}
#hero div.slides div.slide:not(:has(div.container)) video {
  opacity: 1;
}
#hero div.slides div.slide:not(:has(div.container)) picture img {
  opacity: 1;
}
#hero button.nav,
#hero button.nav:focus,
#hero button.nav:active,
#hero button.nav:visited {
  transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: rgba(237, 237, 237, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 40px;
  cursor: pointer;
  z-index: 100;
  overflow: hidden;
}
#hero button.nav svg,
#hero button.nav:focus svg,
#hero button.nav:active svg,
#hero button.nav:visited svg {
  position: absolute;
  transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: fill;
  -moz-transition-property: fill;
  -o-transition-property: fill;
  -webkit-transition-property: fill;
  fill: #FFFFFF;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 24px;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
}
#hero button.nav span,
#hero button.nav:focus span,
#hero button.nav:active span,
#hero button.nav:visited span {
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  position: absolute;
  pointer-events: none;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-flow: row-reverse nowrap;
  color: #FFFFFF;
  gap: 20px;
  left: 100%;
  opacity: 0;
}
#hero button.nav span strong,
#hero button.nav:focus span strong,
#hero button.nav:active span strong,
#hero button.nav:visited span strong {
  color: #FFFFFF;
  text-align: left;
}
#hero button.nav span strong small,
#hero button.nav:focus span strong small,
#hero button.nav:active span strong small,
#hero button.nav:visited span strong small {
  color: #FFFFFF;
  font-weight: 300;
  white-space: nowrap;
}
#hero button.nav span span,
#hero button.nav:focus span span,
#hero button.nav:active span span,
#hero button.nav:visited span span {
  position: relative;
  margin: auto 0;
  background-color: #FFFFFF;
  width: 20px;
  height: 1px;
  left: 0;
}
@media (max-width: 767px) {
  #hero button.nav span,
  #hero button.nav:focus span,
  #hero button.nav:active span,
  #hero button.nav:visited span {
    display: none;
  }
}
#hero button.nav.next,
#hero button.nav:focus.next,
#hero button.nav:active.next,
#hero button.nav:visited.next {
  left: auto;
  right: 0;
}
#hero button.nav:hover,
#hero button.nav:focus:hover,
#hero button.nav:active:hover,
#hero button.nav:visited:hover {
  background-color: #FFFFFF;
}
#hero button.nav:hover svg,
#hero button.nav:focus:hover svg,
#hero button.nav:active:hover svg,
#hero button.nav:visited:hover svg {
  fill: #222222;
  filter: none;
}
@media (max-width: 1250px) {
  #hero button.nav,
  #hero button.nav:focus,
  #hero button.nav:active,
  #hero button.nav:visited {
    left: 0;
  }
  #hero button.nav.next,
  #hero button.nav:focus.next,
  #hero button.nav:active.next,
  #hero button.nav:visited.next {
    left: auto;
    right: 0;
  }
}
@media (max-width: 767px) {
  #hero button.nav,
  #hero button.nav:focus,
  #hero button.nav:active,
  #hero button.nav:visited {
    padding: 30px;
  }
}
#hero ul.indicators {
  position: absolute;
  list-style: none;
  width: 100%;
  bottom: 100px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-content: flex-end;
  z-index: 100;
  pointer-events: none;
  padding: 0 180px;
  margin: 0;
}
#hero ul.indicators li {
  margin: auto 10px;
}
#hero ul.indicators li button,
#hero ul.indicators li button:focus,
#hero ul.indicators li button:active,
#hero ul.indicators li button:visited {
  position: relative;
  float: left;
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  pointer-events: all;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-color: transparent;
}
#hero ul.indicators li button:after,
#hero ul.indicators li button:focus:after,
#hero ul.indicators li button:active:after,
#hero ul.indicators li button:visited:after {
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  content: " ";
  position: absolute;
  width: 100%;
  height: 10px;
  background-color: #FFFFFF;
  top: 50%;
  left: 0;
  opacity: 0.5;
  transform: translateY(-50%);
}
#hero ul.indicators li button:hover:after,
#hero ul.indicators li button:focus:hover:after,
#hero ul.indicators li button:active:hover:after,
#hero ul.indicators li button:visited:hover:after {
  opacity: 0.8;
}
#hero ul.indicators li button.active:after,
#hero ul.indicators li button:focus.active:after,
#hero ul.indicators li button:active.active:after,
#hero ul.indicators li button:visited.active:after {
  background: #FED925;
  opacity: 1;
}
@media (max-width: 1250px) {
  #hero ul.indicators {
    padding: 0 120px;
  }
}
@media (max-width: 767px) {
  #hero ul.indicators {
    padding: 0 100px;
  }
}
#hero.basic {
  height: auto;
  min-height: 0;
  max-height: 100%;
}
#hero.basic div.slides {
  height: auto;
  min-height: 0;
}
#hero.basic div.slides div.slide {
  position: relative;
  padding: 60px 0 0 0;
  justify-content: flex-start;
  align-content: flex-start;
}
#hero.basic div.slides div.slide * {
  text-align: left;
}
#hero.basic div.slides div.slide *.type {
  margin-left: 0;
}
#hero.basic div.slides div.slide div.container {
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
  padding-right: 60px;
  padding-left: 60px;
  max-width: 1500px;
  gap: 10px;
}
#hero.basic div.slides div.slide div.container h1, #hero.basic div.slides div.slide div.container h2, #hero.basic div.slides div.slide div.container h3, #hero.basic div.slides div.slide div.container h4, #hero.basic div.slides div.slide div.container h5, #hero.basic div.slides div.slide div.container h6, #hero.basic div.slides div.slide div.container p {
  max-width: 100%;
  margin: 0;
  float: left;
}
#hero.basic div.slides div.slide div.container p {
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  max-width: 960px;
}
@media (max-width: 767px) {
  #hero.basic div.slides div.slide div.container {
    padding-top: 80px;
    padding-right: 30px;
    padding-left: 30px;
  }
}
#hero.basic div.slides div.slide picture {
  opacity: 0.8;
}
#hero.basic div.slides div.slide picture:after {
  opacity: 0.4;
}
@media (max-width: 767px) {
  #hero.basic div.slides div.slide {
    padding: 20px 0 0 0;
  }
}
#hero:has(.product) {
  height: calc(100vh + 60px);
  background-color: #ededed;
  color: #222222;
}
#hero:has(.product) picture:before, #hero:has(.product) picture:after {
  display: none;
}
#hero:has(.product) div.slides {
  min-height: 0;
}
#hero:has(.product) div.slides ul.indicators {
  bottom: 60px;
}
#hero:has(.product) .product {
  position: relative;
  z-index: 100;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 30px 60px;
  gap: 20px;
  max-width: 1680px;
}
#hero:has(.product) .product:before, #hero:has(.product) .product:after {
  display: none;
}
#hero:has(.product) .product ol.breadcrumbs {
  filter: none;
}
#hero:has(.product) .product h1, #hero:has(.product) .product h2, #hero:has(.product) .product p, #hero:has(.product) .product a {
  width: auto !important;
  margin: 0;
  transform: translateY(0);
  text-align: left;
  filter: none;
}
#hero:has(.product) .product h1 {
  width: auto !important;
  margin: 0 auto 0 0;
  max-width: 100% !important;
}
#hero:has(.product) .product p.tag {
  position: absolute;
  bottom: 100%;
  right: 60px;
  margin: auto 0 auto auto;
  transform: translateY(50%);
}
@media (max-width: 767px) {
  #hero:has(.product) .product p.tag {
    right: 30px;
  }
}
@media (max-width: 767px) {
  #hero:has(.product) .product {
    padding: 30px;
  }
}
#hero:not(:has(picture)) {
  background-color: #ededed;
  color: #222222;
}
#hero:not(:has(picture)) div.slides div.slide * {
  filter: none;
}
@media (max-width: 767px) {
  #hero {
    width: 100%;
  }
}

@-webkit-keyframes loading {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes loading {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes loading {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes loading {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loading {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
[data-role=gallery] {
  position: relative;
  width: calc(100% - 40px);
  margin: 30px auto auto auto;
  background-color: rgba(34, 34, 34, 0.1);
  padding: 15px 15px 30px 15px;
  padding: 15px 15px 0 15px;
}
[data-role=gallery] h2 {
  position: relative;
  font-weight: 500;
  font-size: clamp(40px, 5vw, 60px);
  line-height: clamp(40px, 5vw, 60px);
  color: inherit;
  margin: 30px auto;
  text-align: center;
  width: 100%;
  max-width: 1500px;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-content: flex-end;
  gap: 15px;
  text-transform: lowercase;
  font-size: clamp(20px, 5vw, 30px);
  line-height: clamp(20px, 5vw, 30px);
  text-transform: uppercase;
  letter-spacing: clamp(1px, 1vw, 2px);
}
[data-role=gallery] h2 button,
[data-role=gallery] h2 button:focus,
[data-role=gallery] h2 button:active,
[data-role=gallery] h2 button:visited {
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: background-color, color, padding-right;
  -moz-transition-property: background-color, color, padding-right;
  -o-transition-property: background-color, color, padding-right;
  -webkit-transition-property: background-color, color, padding-right;
  position: relative;
  width: auto;
  text-decoration: none;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 17px 25px;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  font-size: 16px;
  line-height: 14px;
  background-color: #ededed;
}
[data-role=gallery] h2 button:after,
[data-role=gallery] h2 button:focus:after,
[data-role=gallery] h2 button:active:after,
[data-role=gallery] h2 button:visited:after {
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: opacity, transform;
  -moz-transition-property: opacity, transform;
  -o-transition-property: opacity, transform;
  -webkit-transition-property: opacity, transform;
  content: " ";
  color: #FFFFFF;
  line-height: 40px;
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #222;
  top: 50%;
  right: 0;
  z-index: 200;
  background-size: 12px;
  background-position: center calc(50% - 1px);
  background-repeat: no-repeat;
  background-image: url("../images/xmark.svg");
  opacity: 0;
  transform: translate(-20px, -50%);
}
[data-role=gallery] h2 button:hover,
[data-role=gallery] h2 button:focus:hover,
[data-role=gallery] h2 button:active:hover,
[data-role=gallery] h2 button:visited:hover {
  background-color: rgba(34, 34, 34, 0.15);
}
[data-role=gallery] h2 button:hover picture img,
[data-role=gallery] h2 button:focus:hover picture img,
[data-role=gallery] h2 button:active:hover picture img,
[data-role=gallery] h2 button:visited:hover picture img {
  transform: scale(1.1);
}
[data-role=gallery] h2 button:hover button.fav,
[data-role=gallery] h2 button:hover button.fav:focus,
[data-role=gallery] h2 button:hover button.fav:active,
[data-role=gallery] h2 button:hover button.fav:visited,
[data-role=gallery] h2 button:focus:hover button.fav,
[data-role=gallery] h2 button:focus:hover button.fav:focus,
[data-role=gallery] h2 button:focus:hover button.fav:active,
[data-role=gallery] h2 button:focus:hover button.fav:visited,
[data-role=gallery] h2 button:active:hover button.fav,
[data-role=gallery] h2 button:active:hover button.fav:focus,
[data-role=gallery] h2 button:active:hover button.fav:active,
[data-role=gallery] h2 button:active:hover button.fav:visited,
[data-role=gallery] h2 button:visited:hover button.fav,
[data-role=gallery] h2 button:visited:hover button.fav:focus,
[data-role=gallery] h2 button:visited:hover button.fav:active,
[data-role=gallery] h2 button:visited:hover button.fav:visited {
  opacity: 1;
}
[data-role=gallery] h2 button.active,
[data-role=gallery] h2 button:focus.active,
[data-role=gallery] h2 button:active.active,
[data-role=gallery] h2 button:visited.active {
  background-color: #222;
  color: #FFFFFF;
}
[data-role=gallery] h2 button.active:after,
[data-role=gallery] h2 button:focus.active:after,
[data-role=gallery] h2 button:active.active:after,
[data-role=gallery] h2 button:visited.active:after {
  opacity: 1;
  transform: translate(-5px, -50%);
}
[data-role=gallery] button.nav,
[data-role=gallery] button.nav:focus,
[data-role=gallery] button.nav:active,
[data-role=gallery] button.nav:visited {
  transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  background-color: rgba(237, 237, 237, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 40px;
  cursor: pointer;
  z-index: 100;
  overflow: hidden;
}
[data-role=gallery] button.nav svg,
[data-role=gallery] button.nav:focus svg,
[data-role=gallery] button.nav:active svg,
[data-role=gallery] button.nav:visited svg {
  position: absolute;
  transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: fill;
  -moz-transition-property: fill;
  -o-transition-property: fill;
  -webkit-transition-property: fill;
  fill: #FFFFFF;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 24px;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
}
[data-role=gallery] button.nav span,
[data-role=gallery] button.nav:focus span,
[data-role=gallery] button.nav:active span,
[data-role=gallery] button.nav:visited span {
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  position: absolute;
  pointer-events: none;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-flow: row-reverse nowrap;
  color: #FFFFFF;
  gap: 20px;
  left: 100%;
  opacity: 0;
}
[data-role=gallery] button.nav span strong,
[data-role=gallery] button.nav:focus span strong,
[data-role=gallery] button.nav:active span strong,
[data-role=gallery] button.nav:visited span strong {
  color: #FFFFFF;
  text-align: left;
}
[data-role=gallery] button.nav span strong small,
[data-role=gallery] button.nav:focus span strong small,
[data-role=gallery] button.nav:active span strong small,
[data-role=gallery] button.nav:visited span strong small {
  color: #FFFFFF;
  font-weight: 300;
  white-space: nowrap;
}
[data-role=gallery] button.nav span span,
[data-role=gallery] button.nav:focus span span,
[data-role=gallery] button.nav:active span span,
[data-role=gallery] button.nav:visited span span {
  position: relative;
  margin: auto 0;
  background-color: #FFFFFF;
  width: 20px;
  height: 1px;
  left: 0;
}
@media (max-width: 767px) {
  [data-role=gallery] button.nav span,
  [data-role=gallery] button.nav:focus span,
  [data-role=gallery] button.nav:active span,
  [data-role=gallery] button.nav:visited span {
    display: none;
  }
}
[data-role=gallery] button.nav.next,
[data-role=gallery] button.nav:focus.next,
[data-role=gallery] button.nav:active.next,
[data-role=gallery] button.nav:visited.next {
  left: auto;
  right: 15px;
}
[data-role=gallery] button.nav:hover,
[data-role=gallery] button.nav:focus:hover,
[data-role=gallery] button.nav:active:hover,
[data-role=gallery] button.nav:visited:hover {
  background-color: #FFFFFF;
}
[data-role=gallery] button.nav:hover svg,
[data-role=gallery] button.nav:focus:hover svg,
[data-role=gallery] button.nav:active:hover svg,
[data-role=gallery] button.nav:visited:hover svg {
  fill: #222222;
  filter: none;
}
@media (max-width: 1250px) {
  [data-role=gallery] button.nav,
  [data-role=gallery] button.nav:focus,
  [data-role=gallery] button.nav:active,
  [data-role=gallery] button.nav:visited {
    left: 0;
  }
  [data-role=gallery] button.nav.next,
  [data-role=gallery] button.nav:focus.next,
  [data-role=gallery] button.nav:active.next,
  [data-role=gallery] button.nav:visited.next {
    left: auto;
    right: 0;
  }
}
@media (max-width: 767px) {
  [data-role=gallery] button.nav,
  [data-role=gallery] button.nav:focus,
  [data-role=gallery] button.nav:active,
  [data-role=gallery] button.nav:visited {
    padding: 30px;
  }
}
[data-role=gallery] div.media {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  overflow: auto;
  justify-content: flex-start;
  align-content: flex-start;
  gap: 0;
  padding-bottom: 15px;
}
[data-role=gallery] div.media video {
  height: 60vh;
}
[data-role=gallery] div.media a,
[data-role=gallery] div.media a:focus,
[data-role=gallery] div.media a:active,
[data-role=gallery] div.media a:visited {
  transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: opacity, transform, background-color;
  -moz-transition-property: opacity, transform, background-color;
  -o-transition-property: opacity, transform, background-color;
  -webkit-transition-property: opacity, transform, background-color;
  position: relative;
  z-index: 0;
  text-decoration: none;
  float: left;
  background-color: transparent;
  padding: 15px;
}
[data-role=gallery] div.media a img,
[data-role=gallery] div.media a:focus img,
[data-role=gallery] div.media a:active img,
[data-role=gallery] div.media a:visited img {
  transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: opacity, transform;
  -moz-transition-property: opacity, transform;
  -o-transition-property: opacity, transform;
  -webkit-transition-property: opacity, transform;
  position: relative;
  float: left;
  z-index: 0;
  height: 60vh;
  max-height: 800px;
  min-width: 500px;
  aspect-ratio: 5/6;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
}
[data-role=gallery] div.media a img.h,
[data-role=gallery] div.media a:focus img.h,
[data-role=gallery] div.media a:active img.h,
[data-role=gallery] div.media a:visited img.h {
  aspect-ratio: 8/6;
}
@media (max-width: 767px) {
  [data-role=gallery] div.media a img,
  [data-role=gallery] div.media a:focus img,
  [data-role=gallery] div.media a:active img,
  [data-role=gallery] div.media a:visited img {
    max-height: 600px;
    width: 100%;
    min-width: 0px;
  }
}
@media (max-width: 767px) {
  [data-role=gallery] div.media a,
  [data-role=gallery] div.media a:focus,
  [data-role=gallery] div.media a:active,
  [data-role=gallery] div.media a:visited {
    min-width: 100%;
  }
}
[data-role=gallery] div.media a svg,
[data-role=gallery] div.media a:focus svg,
[data-role=gallery] div.media a:active svg,
[data-role=gallery] div.media a:visited svg {
  transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: opacity, transform, background-color;
  -moz-transition-property: opacity, transform, background-color;
  -o-transition-property: opacity, transform, background-color;
  -webkit-transition-property: opacity, transform, background-color;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  margin: auto 0;
  height: 50px;
  width: 50px;
  fill: #222222;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}
[data-role=gallery] div.media a:hover,
[data-role=gallery] div.media a:focus:hover,
[data-role=gallery] div.media a:active:hover,
[data-role=gallery] div.media a:visited:hover {
  background-color: rgba(34, 34, 34, 0.1);
}
[data-role=gallery] div.media a:hover img,
[data-role=gallery] div.media a:focus:hover img,
[data-role=gallery] div.media a:active:hover img,
[data-role=gallery] div.media a:visited:hover img {
  opacity: 0.9;
}
[data-role=gallery] div.media a:hover svg,
[data-role=gallery] div.media a:focus:hover svg,
[data-role=gallery] div.media a:active:hover svg,
[data-role=gallery] div.media a:visited:hover svg {
  background-color: #FFFFFF;
}
[data-role=gallery] div.media a:first-child,
[data-role=gallery] div.media a:focus:first-child,
[data-role=gallery] div.media a:active:first-child,
[data-role=gallery] div.media a:visited:first-child {
  margin-left: auto;
}
[data-role=gallery] div.media a:last-child,
[data-role=gallery] div.media a:focus:last-child,
[data-role=gallery] div.media a:active:last-child,
[data-role=gallery] div.media a:visited:last-child {
  margin-right: auto;
}
[data-role=gallery] div.media.touch {
  overflow: auto;
}
[data-role=gallery] ul.thumbs {
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-content: flex-start;
  list-style: none;
  padding: 0 15px;
  margin: 10px 0 0 0;
  gap: 10px;
  display: none;
}
[data-role=gallery] ul.thumbs li {
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  width: calc(16.6666666667% - 5 * clamp(20px, 2vw, 40px) / 2 / 6);
  max-width: 60px;
}
[data-role=gallery] ul.thumbs li button,
[data-role=gallery] ul.thumbs li button:focus,
[data-role=gallery] ul.thumbs li button:active,
[data-role=gallery] ul.thumbs li button:visited {
  position: relative;
  float: left;
  width: 100%;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
}
[data-role=gallery] ul.thumbs li button img,
[data-role=gallery] ul.thumbs li button:focus img,
[data-role=gallery] ul.thumbs li button:active img,
[data-role=gallery] ul.thumbs li button:visited img {
  transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: opacity, transform;
  -moz-transition-property: opacity, transform;
  -o-transition-property: opacity, transform;
  -webkit-transition-property: opacity, transform;
  position: relative;
  float: left;
  width: 100%;
  aspect-ratio: 1;
  opacity: 0.2;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
}
[data-role=gallery] ul.thumbs li button svg,
[data-role=gallery] ul.thumbs li button:focus svg,
[data-role=gallery] ul.thumbs li button:active svg,
[data-role=gallery] ul.thumbs li button:visited svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 70%;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  fill: #222222;
}
[data-role=gallery] ul.thumbs li button.active img,
[data-role=gallery] ul.thumbs li button:focus.active img,
[data-role=gallery] ul.thumbs li button:active.active img,
[data-role=gallery] ul.thumbs li button:visited.active img {
  opacity: 1;
}
[data-role=gallery] ul.thumbs li button:hover img,
[data-role=gallery] ul.thumbs li button:focus:hover img,
[data-role=gallery] ul.thumbs li button:active:hover img,
[data-role=gallery] ul.thumbs li button:visited:hover img {
  opacity: 0.9;
}
[data-role=gallery] ul.thumbs li button:has(svg) img,
[data-role=gallery] ul.thumbs li button:focus:has(svg) img,
[data-role=gallery] ul.thumbs li button:active:has(svg) img,
[data-role=gallery] ul.thumbs li button:visited:has(svg) img {
  opacity: 0.2;
}
[data-role=gallery] ul.thumbs li button:has(svg).active img,
[data-role=gallery] ul.thumbs li button:focus:has(svg).active img,
[data-role=gallery] ul.thumbs li button:active:has(svg).active img,
[data-role=gallery] ul.thumbs li button:visited:has(svg).active img {
  opacity: 1;
}
@media (max-width: 767px) {
  [data-role=gallery] {
    width: 100%;
  }
}

ul.filters {
  position: relative;
  width: calc(100% - 120px);
  margin: auto;
  background-color: #F4F4F4;
  padding: 30px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: flex-start;
  list-style: none;
  gap: 20px;
  max-width: 1390px;
  z-index: 2000;
  margin-top: 30px;
}
ul.filters li {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-content: flex-end;
  width: calc(33.3333333333% - 13.3333333333px);
  gap: 5px 0;
  order: 1;
  margin-bottom: auto;
}
ul.filters li input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 15px;
  text-align: left;
  font-weight: 300;
  margin: 0;
  white-space: nowrap;
  background-color: #FFFFFF;
  border: 1px solid rgba(34, 34, 34, 0.15);
  color: #222;
  background-repeat: no-repeat;
  background-position: center right -50%;
  background-size: 16px;
  font-size: 18px;
  line-height: 20px;
  cursor: pointer;
  box-shadow: none;
}
ul.filters li input:focus {
  border: 1px solid rgba(34, 34, 34, 0.5);
}
ul.filters li button.parent,
ul.filters li button.parent:focus,
ul.filters li button.parent:active,
ul.filters li button.parent:visited,
ul.filters li label,
ul.filters li p {
  font-size: 18px;
  line-height: 18px;
  padding: 0;
  width: 100%;
  font-weight: 500;
  background-color: transparent;
  text-align: left;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
ul.filters li button.parent svg,
ul.filters li button.parent:focus svg,
ul.filters li button.parent:active svg,
ul.filters li button.parent:visited svg,
ul.filters li label svg,
ul.filters li p svg {
  margin: 0 0 0 auto;
}
ul.filters li button.parent:has(strong),
ul.filters li button.parent:focus:has(strong),
ul.filters li button.parent:active:has(strong),
ul.filters li button.parent:visited:has(strong),
ul.filters li label:has(strong),
ul.filters li p:has(strong) {
  font-size: 16px;
  line-height: 20px;
  font-size: 14px;
  line-height: 18px;
}
ul.filters li button.parent:has(strong) strong,
ul.filters li button.parent:focus:has(strong) strong,
ul.filters li button.parent:active:has(strong) strong,
ul.filters li button.parent:visited:has(strong) strong,
ul.filters li label:has(strong) strong,
ul.filters li p:has(strong) strong {
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: none;
}
ul.filters li button.parent,
ul.filters li button.parent:focus,
ul.filters li button.parent:active,
ul.filters li button.parent:visited {
  cursor: pointer;
  gap: 20px;
  letter-spacing: 1px;
}
ul.filters li button.parent small,
ul.filters li button.parent:focus small,
ul.filters li button.parent:active small,
ul.filters li button.parent:visited small {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: none;
  font-weight: 500;
  margin: auto 0 auto auto;
}
ul.filters li button.parent small span:after,
ul.filters li button.parent:focus small span:after,
ul.filters li button.parent:active small span:after,
ul.filters li button.parent:visited small span:after {
  content: ", ";
}
ul.filters li button.parent small span:last-of-type:after,
ul.filters li button.parent:focus small span:last-of-type:after,
ul.filters li button.parent:active small span:last-of-type:after,
ul.filters li button.parent:visited small span:last-of-type:after {
  content: "";
}
ul.filters li button.parent svg,
ul.filters li button.parent:focus svg,
ul.filters li button.parent:active svg,
ul.filters li button.parent:visited svg {
  width: 20px;
  min-width: 20px;
  margin: 0;
}
ul.filters li button.parent.active svg,
ul.filters li button.parent:focus.active svg,
ul.filters li button.parent:active.active svg,
ul.filters li button.parent:visited.active svg {
  transform: rotate(-180deg);
}
ul.filters li label,
ul.filters li p {
  width: auto;
  margin: auto 10px auto 0;
  display: block;
}
ul.filters li:has(#searchFilter) p {
  width: 100%;
}
ul.filters li:has(select) {
  margin: auto 0 0 0;
}
ul.filters li:has(select) label,
ul.filters li:has(select) p {
  z-index: 100;
  padding: 10px 15px;
  position: absolute;
  pointer-events: none;
}
ul.filters li:has(select) select {
  transition: 0ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 0ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 0ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 0ms cubic-bezier(0.42, 0, 0.58, 1);
  color: #FFFFFF;
}
ul.filters li:has(select) select:has(:not(option[value=""]):checked) {
  color: #222222;
}
ul.filters li:has(select):has(:not(option[value=""]):checked) {
  padding-top: 15px;
}
ul.filters li:has(select):has(:not(option[value=""]):checked) label, ul.filters li:has(select):has(:not(option[value=""]):checked) p {
  top: -20px;
  font-size: 12px;
}
ul.filters li:has(select):has(small) {
  flex-flow: row wrap;
}
ul.filters li a,
ul.filters li a:focus,
ul.filters li a:active,
ul.filters li a:visited,
ul.filters li button:not(.parent),
ul.filters li button:not(.parent):focus,
ul.filters li button:not(.parent):active,
ul.filters li button:not(.parent):visited,
ul.filters li select {
  position: relative;
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: background-color, color, border;
  -moz-transition-property: background-color, color, border;
  -o-transition-property: background-color, color, border;
  -webkit-transition-property: background-color, color, border;
  background-color: transparent;
  color: inherit;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
  width: 100%;
  padding: 12px 15px;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-weight: 300;
  text-decoration: none;
  text-align: left;
  display: flex;
  padding-left: 40px;
  letter-spacing: 1px;
}
ul.filters li a small,
ul.filters li a:focus small,
ul.filters li a:active small,
ul.filters li a:visited small,
ul.filters li button:not(.parent) small,
ul.filters li button:not(.parent):focus small,
ul.filters li button:not(.parent):active small,
ul.filters li button:not(.parent):visited small,
ul.filters li select small {
  background-color: rgba(34, 34, 34, 0.05);
  padding: 0 5px;
  font-size: 12px;
  line-height: 18px;
  margin: auto 0 auto auto;
  font-weight: 500;
  letter-spacing: 1px;
  display: none;
}
ul.filters li a:before,
ul.filters li a img,
ul.filters li a:focus:before,
ul.filters li a:focus img,
ul.filters li a:active:before,
ul.filters li a:active img,
ul.filters li a:visited:before,
ul.filters li a:visited img,
ul.filters li button:not(.parent):before,
ul.filters li button:not(.parent) img,
ul.filters li button:not(.parent):focus:before,
ul.filters li button:not(.parent):focus img,
ul.filters li button:not(.parent):active:before,
ul.filters li button:not(.parent):active img,
ul.filters li button:not(.parent):visited:before,
ul.filters li button:not(.parent):visited img,
ul.filters li select:before,
ul.filters li select img {
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: background-color, color, border;
  -moz-transition-property: background-color, color, border;
  -o-transition-property: background-color, color, border;
  -webkit-transition-property: background-color, color, border;
  position: absolute;
  top: 12px;
  left: 10px;
  width: 20px;
  height: 20px;
  margin: auto 0;
  background-color: rgba(34, 34, 34, 0.05);
  content: " ";
  z-index: 0;
}
ul.filters li a:before,
ul.filters li a:focus:before,
ul.filters li a:active:before,
ul.filters li a:visited:before,
ul.filters li button:not(.parent):before,
ul.filters li button:not(.parent):focus:before,
ul.filters li button:not(.parent):active:before,
ul.filters li button:not(.parent):visited:before,
ul.filters li select:before {
  z-index: 100;
}
ul.filters li a svg,
ul.filters li a:focus svg,
ul.filters li a:active svg,
ul.filters li a:visited svg,
ul.filters li button:not(.parent) svg,
ul.filters li button:not(.parent):focus svg,
ul.filters li button:not(.parent):active svg,
ul.filters li button:not(.parent):visited svg,
ul.filters li select svg {
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  width: 14px;
  height: 14px;
  fill: #222222;
}
ul.filters li a.clear,
ul.filters li a:focus.clear,
ul.filters li a:active.clear,
ul.filters li a:visited.clear,
ul.filters li button:not(.parent).clear,
ul.filters li button:not(.parent):focus.clear,
ul.filters li button:not(.parent):active.clear,
ul.filters li button:not(.parent):visited.clear,
ul.filters li select.clear {
  padding: 12px 15px;
}
ul.filters li a.clear:before,
ul.filters li a:focus.clear:before,
ul.filters li a:active.clear:before,
ul.filters li a:visited.clear:before,
ul.filters li button:not(.parent).clear:before,
ul.filters li button:not(.parent):focus.clear:before,
ul.filters li button:not(.parent):active.clear:before,
ul.filters li button:not(.parent):visited.clear:before,
ul.filters li select.clear:before {
  content: "";
  display: none;
}
ul.filters li a:not(.filter, :has(option[value=""]:checked)), ul.filters li a.filter.active,
ul.filters li a:focus:not(.filter, :has(option[value=""]:checked)),
ul.filters li a:focus.filter.active,
ul.filters li a:active:not(.filter, :has(option[value=""]:checked)),
ul.filters li a:active.filter.active,
ul.filters li a:visited:not(.filter, :has(option[value=""]:checked)),
ul.filters li a:visited.filter.active,
ul.filters li button:not(.parent):not(.filter, :has(option[value=""]:checked)),
ul.filters li button:not(.parent).filter.active,
ul.filters li button:not(.parent):focus:not(.filter, :has(option[value=""]:checked)),
ul.filters li button:not(.parent):focus.filter.active,
ul.filters li button:not(.parent):active:not(.filter, :has(option[value=""]:checked)),
ul.filters li button:not(.parent):active.filter.active,
ul.filters li button:not(.parent):visited:not(.filter, :has(option[value=""]:checked)),
ul.filters li button:not(.parent):visited.filter.active,
ul.filters li select:not(.filter, :has(option[value=""]:checked)),
ul.filters li select.filter.active {
  width: calc(100% - 45px);
}
ul.filters li a:not(.filter, :has(option[value=""]:checked)) + button.clear, ul.filters li a.filter.active + button.clear,
ul.filters li a:focus:not(.filter, :has(option[value=""]:checked)) + button.clear,
ul.filters li a:focus.filter.active + button.clear,
ul.filters li a:active:not(.filter, :has(option[value=""]:checked)) + button.clear,
ul.filters li a:active.filter.active + button.clear,
ul.filters li a:visited:not(.filter, :has(option[value=""]:checked)) + button.clear,
ul.filters li a:visited.filter.active + button.clear,
ul.filters li button:not(.parent):not(.filter, :has(option[value=""]:checked)) + button.clear,
ul.filters li button:not(.parent).filter.active + button.clear,
ul.filters li button:not(.parent):focus:not(.filter, :has(option[value=""]:checked)) + button.clear,
ul.filters li button:not(.parent):focus.filter.active + button.clear,
ul.filters li button:not(.parent):active:not(.filter, :has(option[value=""]:checked)) + button.clear,
ul.filters li button:not(.parent):active.filter.active + button.clear,
ul.filters li button:not(.parent):visited:not(.filter, :has(option[value=""]:checked)) + button.clear,
ul.filters li button:not(.parent):visited.filter.active + button.clear,
ul.filters li select:not(.filter, :has(option[value=""]:checked)) + button.clear,
ul.filters li select.filter.active + button.clear {
  display: block;
}
ul.filters li a:not(.filter, :has(option[value=""]:checked)) + button.clear:before, ul.filters li a.filter.active + button.clear:before,
ul.filters li a:focus:not(.filter, :has(option[value=""]:checked)) + button.clear:before,
ul.filters li a:focus.filter.active + button.clear:before,
ul.filters li a:active:not(.filter, :has(option[value=""]:checked)) + button.clear:before,
ul.filters li a:active.filter.active + button.clear:before,
ul.filters li a:visited:not(.filter, :has(option[value=""]:checked)) + button.clear:before,
ul.filters li a:visited.filter.active + button.clear:before,
ul.filters li button:not(.parent):not(.filter, :has(option[value=""]:checked)) + button.clear:before,
ul.filters li button:not(.parent).filter.active + button.clear:before,
ul.filters li button:not(.parent):focus:not(.filter, :has(option[value=""]:checked)) + button.clear:before,
ul.filters li button:not(.parent):focus.filter.active + button.clear:before,
ul.filters li button:not(.parent):active:not(.filter, :has(option[value=""]:checked)) + button.clear:before,
ul.filters li button:not(.parent):active.filter.active + button.clear:before,
ul.filters li button:not(.parent):visited:not(.filter, :has(option[value=""]:checked)) + button.clear:before,
ul.filters li button:not(.parent):visited.filter.active + button.clear:before,
ul.filters li select:not(.filter, :has(option[value=""]:checked)) + button.clear:before,
ul.filters li select.filter.active + button.clear:before {
  display: none;
}
ul.filters li a:not(.filter, :has(option[value=""]:checked)) + button.clear, ul.filters li a.filter.active + button.clear,
ul.filters li a:focus:not(.filter, :has(option[value=""]:checked)) + button.clear,
ul.filters li a:focus.filter.active + button.clear,
ul.filters li a:active:not(.filter, :has(option[value=""]:checked)) + button.clear,
ul.filters li a:active.filter.active + button.clear,
ul.filters li a:visited:not(.filter, :has(option[value=""]:checked)) + button.clear,
ul.filters li a:visited.filter.active + button.clear,
ul.filters li button:not(.parent):not(.filter, :has(option[value=""]:checked)) + button.clear,
ul.filters li button:not(.parent).filter.active + button.clear,
ul.filters li button:not(.parent):focus:not(.filter, :has(option[value=""]:checked)) + button.clear,
ul.filters li button:not(.parent):focus.filter.active + button.clear,
ul.filters li button:not(.parent):active:not(.filter, :has(option[value=""]:checked)) + button.clear,
ul.filters li button:not(.parent):active.filter.active + button.clear,
ul.filters li button:not(.parent):visited:not(.filter, :has(option[value=""]:checked)) + button.clear,
ul.filters li button:not(.parent):visited.filter.active + button.clear,
ul.filters li select:not(.filter, :has(option[value=""]:checked)) + button.clear,
ul.filters li select.filter.active + button.clear {
  padding-left: 15px;
}
ul.filters li a:has(option[value=""]:checked) + button.clear, ul.filters li a.filter:not(.active) + button.clear,
ul.filters li a:focus:has(option[value=""]:checked) + button.clear,
ul.filters li a:focus.filter:not(.active) + button.clear,
ul.filters li a:active:has(option[value=""]:checked) + button.clear,
ul.filters li a:active.filter:not(.active) + button.clear,
ul.filters li a:visited:has(option[value=""]:checked) + button.clear,
ul.filters li a:visited.filter:not(.active) + button.clear,
ul.filters li button:not(.parent):has(option[value=""]:checked) + button.clear,
ul.filters li button:not(.parent).filter:not(.active) + button.clear,
ul.filters li button:not(.parent):focus:has(option[value=""]:checked) + button.clear,
ul.filters li button:not(.parent):focus.filter:not(.active) + button.clear,
ul.filters li button:not(.parent):active:has(option[value=""]:checked) + button.clear,
ul.filters li button:not(.parent):active.filter:not(.active) + button.clear,
ul.filters li button:not(.parent):visited:has(option[value=""]:checked) + button.clear,
ul.filters li button:not(.parent):visited.filter:not(.active) + button.clear,
ul.filters li select:has(option[value=""]:checked) + button.clear,
ul.filters li select.filter:not(.active) + button.clear {
  display: none;
}
ul.filters li a:hover:before,
ul.filters li a:focus:hover:before,
ul.filters li a:active:hover:before,
ul.filters li a:visited:hover:before,
ul.filters li button:not(.parent):hover:before,
ul.filters li button:not(.parent):focus:hover:before,
ul.filters li button:not(.parent):active:hover:before,
ul.filters li button:not(.parent):visited:hover:before,
ul.filters li select:hover:before {
  z-index: 100 !important;
  background-color: rgba(34, 34, 34, 0.15) !important;
}
ul.filters li a.active:before,
ul.filters li a:focus.active:before,
ul.filters li a:active.active:before,
ul.filters li a:visited.active:before,
ul.filters li button:not(.parent).active:before,
ul.filters li button:not(.parent):focus.active:before,
ul.filters li button:not(.parent):active.active:before,
ul.filters li button:not(.parent):visited.active:before,
ul.filters li select.active:before {
  z-index: 100 !important;
  border: 5px solid rgba(255, 255, 255, 0.1) !important;
  background-color: #222 !important;
}
ul.filters li select {
  padding: 12px 15px;
  background-color: #FFFFFF;
}
ul.filters li a:not(.clear),
ul.filters li a:not(.clear):focus,
ul.filters li a:not(.clear):active,
ul.filters li a:not(.clear):visited {
  background-color: transparent !important;
  width: 100% !important;
  padding-left: 40px !important;
}
ul.filters li a:not(.clear):hover,
ul.filters li a:not(.clear):focus:hover,
ul.filters li a:not(.clear):active:hover,
ul.filters li a:not(.clear):visited:hover {
  background-color: transparent !important;
}
ul.filters li a:not(.clear):hover:before,
ul.filters li a:not(.clear):focus:hover:before,
ul.filters li a:not(.clear):active:hover:before,
ul.filters li a:not(.clear):visited:hover:before {
  background-color: rgba(34, 34, 34, 0.15) !important;
}
ul.filters li a:not(.clear).active,
ul.filters li a:not(.clear):focus.active,
ul.filters li a:not(.clear):active.active,
ul.filters li a:not(.clear):visited.active {
  background-color: rgba(34, 34, 34, 0.05) !important;
  background-color: transparent !important;
  font-weight: 500;
  width: calc(100% - 45px) !important;
}
ul.filters li a:not(.clear).active:before,
ul.filters li a:not(.clear):focus.active:before,
ul.filters li a:not(.clear):active.active:before,
ul.filters li a:not(.clear):visited.active:before {
  border: 5px solid rgba(255, 255, 255, 0.6) !important;
  background-color: #222 !important;
}
ul.filters li button:not(.filter, .parent),
ul.filters li button:not(.filter, .parent):focus,
ul.filters li button:not(.filter, .parent):active,
ul.filters li button:not(.filter, .parent):visited,
ul.filters li a.clear,
ul.filters li a.clear:focus,
ul.filters li a.clear:active,
ul.filters li a.clear:visited {
  border: none !important;
  margin: auto 0 !important;
  width: auto !important;
  color: #222222;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
ul.filters li button:not(.filter, .parent).clearall,
ul.filters li button:not(.filter, .parent):focus.clearall,
ul.filters li button:not(.filter, .parent):active.clearall,
ul.filters li button:not(.filter, .parent):visited.clearall,
ul.filters li a.clear.clearall,
ul.filters li a.clear:focus.clearall,
ul.filters li a.clear:active.clearall,
ul.filters li a.clear:visited.clearall {
  padding: 12px 30px;
  color: #FFFFFF;
  background-color: #222;
}
ul.filters li button:not(.filter, .parent).clearall:before,
ul.filters li button:not(.filter, .parent):focus.clearall:before,
ul.filters li button:not(.filter, .parent):active.clearall:before,
ul.filters li button:not(.filter, .parent):visited.clearall:before,
ul.filters li a.clear.clearall:before,
ul.filters li a.clear:focus.clearall:before,
ul.filters li a.clear:active.clearall:before,
ul.filters li a.clear:visited.clearall:before {
  display: none;
}
ul.filters li button:not(.filter, .parent):hover,
ul.filters li button:not(.filter, .parent):focus:hover,
ul.filters li button:not(.filter, .parent):active:hover,
ul.filters li button:not(.filter, .parent):visited:hover,
ul.filters li a.clear:hover,
ul.filters li a.clear:focus:hover,
ul.filters li a.clear:active:hover,
ul.filters li a.clear:visited:hover {
  background-color: #dc3545 !important;
  color: #fff3f3;
}
ul.filters li button:not(.filter, .parent):hover svg,
ul.filters li button:not(.filter, .parent):focus:hover svg,
ul.filters li button:not(.filter, .parent):active:hover svg,
ul.filters li button:not(.filter, .parent):visited:hover svg,
ul.filters li a.clear:hover svg,
ul.filters li a.clear:focus:hover svg,
ul.filters li a.clear:active:hover svg,
ul.filters li a.clear:visited:hover svg {
  fill: #fff3f3;
}
ul.filters li:has(button.clearall) {
  margin: 0 0 0 auto;
  width: auto;
}
ul.filters li ul li:has(button.filter.active) {
  order: 0 !important;
}
ul.filters li ul li:has(button:disabled) {
  opacity: 0.2;
  order: 3;
  pointer-events: none;
}
ul.filters li ul {
  padding: 0;
  width: 100%;
}
ul.filters li ul li {
  width: 100%;
}
ul.filters li button.parent + ul {
  display: none !important;
}
ul.filters li button.parent + ul.show {
  display: flex !important;
}
ul.filters li strong a:not(.clear),
ul.filters li strong a:not(.clear):focus,
ul.filters li strong a:not(.clear):active,
ul.filters li strong a:not(.clear):visited {
  padding: 0 !important;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1px;
  width: auto;
  display: inline;
}
ul.filters li strong a:not(.clear):after,
ul.filters li strong a:not(.clear):focus:after,
ul.filters li strong a:not(.clear):active:after,
ul.filters li strong a:not(.clear):visited:after {
  content: ",";
}
ul.filters li strong a:not(.clear):before,
ul.filters li strong a:not(.clear):focus:before,
ul.filters li strong a:not(.clear):active:before,
ul.filters li strong a:not(.clear):visited:before {
  display: none;
}
ul.filters li strong a:not(.clear):last-of-type:after,
ul.filters li strong a:not(.clear):focus:last-of-type:after,
ul.filters li strong a:not(.clear):active:last-of-type:after,
ul.filters li strong a:not(.clear):visited:last-of-type:after {
  content: "";
}
ul.filters li strong a:not(.clear):hover,
ul.filters li strong a:not(.clear):focus:hover,
ul.filters li strong a:not(.clear):active:hover,
ul.filters li strong a:not(.clear):visited:hover {
  opacity: 0.6;
}
@media (max-width: 900px) {
  ul.filters li {
    max-width: 100%;
    width: calc(50% - 10px);
  }
}
@media (max-width: 650px) {
  ul.filters li {
    max-width: 100%;
    width: 100%;
  }
}
ul.filters.product {
  justify-content: flex-start;
  align-content: flex-start;
  max-height: 100% !important;
  overflow: initial !important;
  background-color: transparent;
  padding: 0 60px !important;
  width: calc(100% - 120px) !important;
  max-width: 1680px !important;
  margin-top: 80px;
}
ul.filters.product li {
  position: relative;
  width: auto !important;
  max-width: 100% !important;
  display: flex !important;
  flex-flow: row wrap !important;
  justify-content: flex-start !important;
  align-content: stretch !important;
  order: 0 !important;
  padding: 0 !important;
}
ul.filters.product li img {
  height: 40px;
  max-width: 100% !important;
  object-fit: contain;
  object-position: center;
  -o-object-fit: contain;
  -o-object-position: center;
}
ul.filters.product li > :has(img) p,
ul.filters.product li a,
ul.filters.product li a:focus,
ul.filters.product li a:active,
ul.filters.product li a:visited,
ul.filters.product li button,
ul.filters.product li button:focus,
ul.filters.product li button:active,
ul.filters.product li button:visited {
  float: left;
  width: auto !important;
  font-size: 14px;
  font-weight: 500;
  padding: 7px 10px !important;
  white-space: nowrap;
  margin: 0 !important;
}
ul.filters.product li > :has(img) p svg,
ul.filters.product li a svg,
ul.filters.product li a:focus svg,
ul.filters.product li a:active svg,
ul.filters.product li a:visited svg,
ul.filters.product li button svg,
ul.filters.product li button:focus svg,
ul.filters.product li button:active svg,
ul.filters.product li button:visited svg {
  height: 12px;
  width: 12px;
}
ul.filters.product li > :has(img) p.active,
ul.filters.product li a.active,
ul.filters.product li a:focus.active,
ul.filters.product li a:active.active,
ul.filters.product li a:visited.active,
ul.filters.product li button.active,
ul.filters.product li button:focus.active,
ul.filters.product li button:active.active,
ul.filters.product li button:visited.active {
  background-color: #222 !important;
  color: #FFFFFF !important;
  border: none !important;
}
ul.filters.product li > :has(img) p.clear,
ul.filters.product li a.clear,
ul.filters.product li a:focus.clear,
ul.filters.product li a:active.clear,
ul.filters.product li a:visited.clear,
ul.filters.product li button.clear,
ul.filters.product li button:focus.clear,
ul.filters.product li button:active.clear,
ul.filters.product li button:visited.clear {
  border-left: 1px solid rgba(255, 255, 255, 0.3) !important;
  background-color: #222 !important;
}
ul.filters.product li > :has(img) p.clear svg,
ul.filters.product li a.clear svg,
ul.filters.product li a:focus.clear svg,
ul.filters.product li a:active.clear svg,
ul.filters.product li a:visited.clear svg,
ul.filters.product li button.clear svg,
ul.filters.product li button:focus.clear svg,
ul.filters.product li button:active.clear svg,
ul.filters.product li button:visited.clear svg {
  fill: #FFFFFF !important;
}
ul.filters.product li > :has(img) p.clear:hover,
ul.filters.product li a.clear:hover,
ul.filters.product li a:focus.clear:hover,
ul.filters.product li a:active.clear:hover,
ul.filters.product li a:visited.clear:hover,
ul.filters.product li button.clear:hover,
ul.filters.product li button:focus.clear:hover,
ul.filters.product li button:active.clear:hover,
ul.filters.product li button:visited.clear:hover {
  background-color: rgba(34, 34, 34, 0.9) !important;
}
ul.filters.product li > :has(img) p.clear:hover svg,
ul.filters.product li a.clear:hover svg,
ul.filters.product li a:focus.clear:hover svg,
ul.filters.product li a:active.clear:hover svg,
ul.filters.product li a:visited.clear:hover svg,
ul.filters.product li button.clear:hover svg,
ul.filters.product li button:focus.clear:hover svg,
ul.filters.product li button:active.clear:hover svg,
ul.filters.product li button:visited.clear:hover svg {
  fill: #FFFFFF !important;
}
ul.filters.product li > :has(img) p.has,
ul.filters.product li a.has,
ul.filters.product li a:focus.has,
ul.filters.product li a:active.has,
ul.filters.product li a:visited.has,
ul.filters.product li button.has,
ul.filters.product li button:focus.has,
ul.filters.product li button:active.has,
ul.filters.product li button:visited.has {
  background-color: rgba(34, 34, 34, 0.1) !important;
  color: #222 !important;
}
ul.filters.product li > :has(img) p.has + button,
ul.filters.product li a.has + button,
ul.filters.product li a:focus.has + button,
ul.filters.product li a:active.has + button,
ul.filters.product li a:visited.has + button,
ul.filters.product li button.has + button,
ul.filters.product li button:focus.has + button,
ul.filters.product li button:active.has + button,
ul.filters.product li button:visited.has + button {
  background-color: rgba(34, 34, 34, 0.1) !important;
}
ul.filters.product li > :has(img) p.has + button svg,
ul.filters.product li a.has + button svg,
ul.filters.product li a:focus.has + button svg,
ul.filters.product li a:active.has + button svg,
ul.filters.product li a:visited.has + button svg,
ul.filters.product li button.has + button svg,
ul.filters.product li button:focus.has + button svg,
ul.filters.product li button:active.has + button svg,
ul.filters.product li button:visited.has + button svg {
  fill: #222 !important;
}
ul.filters.product li > :has(img) li {
  width: 100% !important;
  max-width: calc(16.6666666667% - 16.6666666667px) !important;
}
ul.filters.product li > :has(img) li p {
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: transform, opacity;
  -moz-transition-property: transform, opacity;
  -o-transition-property: transform, opacity;
  -webkit-transition-property: transform, opacity;
  width: 100% !important;
  padding: 0 !important;
  white-space: initial;
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
  margin: 10px 0 0 0 !important;
}
ul.filters.product li > :has(img) li p strong {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}
@media (max-width: 1200px) {
  ul.filters.product li > :has(img) li {
    max-width: calc(25% - 15px) !important;
  }
}
@media (max-width: 900px) {
  ul.filters.product li > :has(img) li {
    max-width: calc(50% - 10px) !important;
  }
}
ul.filters.product li ul {
  display: flex !important;
  flex-flow: row wrap !important;
  gap: 20px !important;
}
ul.filters.product li ul li {
  gap: 10px !important;
}
ul.filters.product li ul p {
  margin: 0 !important;
}
ul.filters.product li ul li:has(img):hover {
  z-index: 300;
}
ul.filters.product.search {
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0 !important;
  gap: 10px;
}
ul.filters.product.search strong {
  margin: auto 0;
}
ul.filters.product.search button:before, ul.filters.product.search button:after,
ul.filters.product.search button:focus:before,
ul.filters.product.search button:focus:after,
ul.filters.product.search button:active:before,
ul.filters.product.search button:active:after,
ul.filters.product.search button:visited:before,
ul.filters.product.search button:visited:after {
  display: none !important;
}
ul.filters.product.search button:hover,
ul.filters.product.search button:focus:hover,
ul.filters.product.search button:active:hover,
ul.filters.product.search button:visited:hover {
  background-color: #ededed;
}
@media (max-width: 767px) {
  ul.filters.product {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 30px !important;
  }
}
ul.filters.advisor {
  padding: 30px !important;
  width: 100% !important;
  max-width: 100% !important;
  justify-content: flex-start !important;
  align-content: flex-start !important;
}
ul.filters.advisor li {
  width: calc(50% - 10px) !important;
  max-width: 100% !important;
  margin: 0 0 auto 0 !important;
}
ul.filters.advisor li ul {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 10px 0 0 0;
  gap: 5px;
}
ul.filters.advisor li ul li {
  width: 100% !important;
  max-width: 100% !important;
}
ul.filters.advisor a,
ul.filters.advisor a:focus,
ul.filters.advisor a:active,
ul.filters.advisor a:visited {
  opacity: 1 !important;
}
ul.filters.sticky {
  position: sticky;
  top: 90px;
}
ul.filters.sticky.aside {
  top: var(--filters-top);
}
ul.filters.project {
  background-color: transparent;
}
@media (max-width: 1530px) {
  ul.filters:has(small) li {
    max-width: 100%;
    width: calc(50% - 10px);
  }
}
@media (max-width: 1200px) {
  ul.filters:has(small) li {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  ul.filters {
    position: relative !important;
    top: 0 !important;
    width: 100%;
  }
  ul.filters:has(small) li {
    max-width: 100%;
    width: calc(50% - 10px);
  }
}
@media (max-width: 500px) {
  ul.filters:has(small) li {
    max-width: 100%;
    width: 100%;
  }
}

form {
  color: inherit;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  padding: calc(clamp(60px, 10vh, 90px) / 2);
  gap: clamp(15px, 1vw, 30px);
}
form button,
form select,
form textarea,
form input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: background-color, color, opacity;
  -moz-transition-property: background-color, color, opacity;
  -o-transition-property: background-color, color, opacity;
  -webkit-transition-property: background-color, color, opacity;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 50px 15px 20px;
  text-align: left;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  margin: 0;
  white-space: nowrap;
  color: #222;
  background-repeat: no-repeat;
  background-position: center right -50%;
  background-size: 16px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: #FFFFFF;
  letter-spacing: 1px;
}
form button:focus,
form select:focus,
form textarea:focus,
form input:focus {
  border: 1px solid rgba(34, 34, 34, 0.5);
}
form button:user-invalid,
form select:user-invalid,
form textarea:user-invalid,
form input:user-invalid {
  background-position: bottom 17px right 15px;
  background-image: url("../images/circle-xmark.svg");
}
form button:valid,
form select:valid,
form textarea:valid,
form input:valid {
  background-position: bottom 17px right 15px;
  background-image: url("../images/circle-check.svg");
}
form button:disabled,
form select:disabled,
form textarea:disabled,
form input:disabled {
  cursor: not-allowed;
}
form button[type=checkbox]:checked:before,
form select[type=checkbox]:checked:before,
form textarea[type=checkbox]:checked:before,
form input[type=checkbox]:checked:before {
  background-color: #222 !important;
}
form button[type=button], form button[type=submit],
form select[type=button],
form select[type=submit],
form textarea[type=button],
form textarea[type=submit],
form input[type=button],
form input[type=submit] {
  cursor: pointer;
  font-weight: 500;
  font-size: 18px;
  font-size: 14px;
  line-height: 30px;
  margin: 0 0 0 auto;
  width: auto;
  color: inherit;
  text-transform: lowercase;
  text-transform: uppercase;
  background-color: transparent;
  background-image: none;
  border: none;
  letter-spacing: 2px;
}
form button[type=button]:hover, form button[type=submit]:hover,
form select[type=button]:hover,
form select[type=submit]:hover,
form textarea[type=button]:hover,
form textarea[type=submit]:hover,
form input[type=button]:hover,
form input[type=submit]:hover {
  opacity: 0.5;
}
form button[type=submit],
form select[type=submit],
form textarea[type=submit],
form input[type=submit] {
  color: #FFFFFF;
  background-color: #222;
}
form button[type=checkbox],
form select[type=checkbox],
form textarea[type=checkbox],
form input[type=checkbox] {
  position: absolute;
  left: 0;
  top: -5px;
  width: 30px;
  min-width: 30px;
  height: 30px;
  padding: 0;
  background-color: #FFFFFF;
  background-image: none !important;
}
form button[type=checkbox]:checked:before,
form select[type=checkbox]:checked:before,
form textarea[type=checkbox]:checked:before,
form input[type=checkbox]:checked:before {
  content: " ";
  position: absolute;
  width: 10px;
  height: 10px;
  left: 50%;
  top: 50%;
  background-color: #FFFFFF;
  transform: translate(-50%, -50%);
}
form textarea {
  resize: none;
  height: 300px;
}
form div {
  position: relative;
  width: 100%;
  color: inherit;
}
form div p.title,
form div label {
  position: relative;
  color: inherit;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: flex-start;
  text-transform: uppercase;
  margin: 0 0 clamp(10px, 0.5vw, 15px) 0;
  font-size: clamp(14px, 0.8vw, 14px);
  line-height: clamp(20px, 1vw, 30px);
  letter-spacing: 1px;
}
form div p.title small,
form div label small {
  color: inherit;
  margin-left: auto;
  text-transform: none;
  letter-spacing: 0.5px;
}
form div p.title a,
form div p.title a:focus,
form div p.title a:active,
form div p.title a:visited,
form div label a,
form div label a:focus,
form div label a:active,
form div label a:visited {
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: background-color, color, opacity;
  -moz-transition-property: background-color, color, opacity;
  -o-transition-property: background-color, color, opacity;
  -webkit-transition-property: background-color, color, opacity;
  color: inherit;
  float: none;
  display: inline;
  font-weight: 500;
  font-size: clamp(14px, 0.8vw, 14px) !important;
  line-height: clamp(20px, 1vw, 30px) !important;
  letter-spacing: 1px !important;
}
form div p.title a:hover,
form div p.title a:focus:hover,
form div p.title a:active:hover,
form div p.title a:visited:hover,
form div label a:hover,
form div label a:focus:hover,
form div label a:active:hover,
form div label a:visited:hover {
  opacity: 0.5;
}
form div p.title:has(input[type=checkbox]),
form div label:has(input[type=checkbox]) {
  padding-left: 50px;
  display: initial;
  justify-content: flex-start;
  cursor: pointer;
  font-weight: 300;
  line-height: 24px;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: none;
}
form div > small {
  position: relative;
  color: inherit;
  width: 100%;
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-content: flex-start;
  margin: 20px 0 auto 0;
  line-height: clamp(20px, 1vw, 30px);
  letter-spacing: 1px;
}
form div.pessoas {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  gap: 40px;
}
form div.pessoas div.pessoa {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  gap: 20px;
  border-top: 1px solid rgba(34, 34, 34, 0.2);
  padding-top: 40px;
}
form div.preview {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: flex-start;
  gap: 15px;
}
form div.preview figure {
  margin: 15px 0 0 0;
  background-color: #FFFFFF;
  padding: 10px;
  width: calc(33.3333333333% - 10px);
}
form div.preview figure img {
  width: 100%;
  height: 150px;
  object-fit: contain;
  object-position: center;
  -o-object-fit: contain;
  -o-object-position: center;
}
form div.preview figure figcaption {
  position: relative;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
form div.preview figure figcaption strong {
  position: relative;
  width: 100%;
}
form div.preview figure.error {
  background-color: #fff3f3;
}
form div.preview figure.error figcaption {
  color: #dc3545;
}
form div.preview figure.error figcaption strong {
  color: #dc3545;
}
form div.preview button {
  margin-left: auto !important;
}
@media (max-width: 650px) {
  form {
    padding: calc(clamp(60px, 10vh, 90px) / 2) 0;
    background: transparent;
  }
}

#discover {
  position: relative;
  margin: 0 auto 60px auto;
  width: calc(100% - 240px);
  background-color: #ededed;
  color: #222;
  padding: 60px 60px 10px 60px;
  top: -60px;
  z-index: 300;
}
#discover ul {
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0 0 30px 0;
  overflow: auto;
  gap: 0 20px;
  scrollbar-color: rgba(34, 34, 34, 0.5) #ededed;
  scrollbar-width: thin;
}
#discover ul li a,
#discover ul li a:focus,
#discover ul li a:active,
#discover ul li a:visited {
  position: relative;
  float: left;
  aspect-ratio: 1;
  min-width: clamp(300px, 18vw, 500px);
  width: 18vw;
  max-width: 500px;
  display: flex;
  flex-flow: column nowrap;
  text-decoration: none;
  background-color: #222;
}
#discover ul li a picture,
#discover ul li a:focus picture,
#discover ul li a:active picture,
#discover ul li a:visited picture {
  overflow: hidden;
  z-index: 1;
  background-color: #222;
}
#discover ul li a picture img,
#discover ul li a:focus picture img,
#discover ul li a:active picture img,
#discover ul li a:visited picture img {
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  -webkit-transition-property: transform;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
#discover ul li a picture, #discover ul li a img,
#discover ul li a:focus picture,
#discover ul li a:focus img,
#discover ul li a:active picture,
#discover ul li a:active img,
#discover ul li a:visited picture,
#discover ul li a:visited img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
#discover ul li a h3,
#discover ul li a:focus h3,
#discover ul li a:active h3,
#discover ul li a:visited h3 {
  position: relative;
  width: 100%;
  margin: auto 0 0 0;
  z-index: 20;
  padding: 30px;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 20px;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: lowercase;
  text-transform: uppercase;
  filter: drop-shadow(0 0 5px #222222);
}
#discover ul li a:hover picture img,
#discover ul li a:focus:hover picture img,
#discover ul li a:active:hover picture img,
#discover ul li a:visited:hover picture img {
  transform: scale(1.1);
}
#discover div.areas {
  position: relative;
  width: 100%;
  margin: 0 auto 20px auto;
}
#discover div.areas button.nav,
#discover div.areas button.nav:focus,
#discover div.areas button.nav:active,
#discover div.areas button.nav:visited {
  transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
  background-color: #ededed;
  padding: 40px;
  cursor: pointer;
  z-index: 100;
  overflow: hidden;
}
#discover div.areas button.nav svg,
#discover div.areas button.nav:focus svg,
#discover div.areas button.nav:active svg,
#discover div.areas button.nav:visited svg {
  position: absolute;
  transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: fill;
  -moz-transition-property: fill;
  -o-transition-property: fill;
  -webkit-transition-property: fill;
  fill: #222;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 24px;
}
#discover div.areas button.nav.next,
#discover div.areas button.nav:focus.next,
#discover div.areas button.nav:active.next,
#discover div.areas button.nav:visited.next {
  left: auto;
  right: -40px;
}
#discover div.areas button.nav:hover:before,
#discover div.areas button.nav:focus:hover:before,
#discover div.areas button.nav:active:hover:before,
#discover div.areas button.nav:visited:hover:before {
  opacity: 1;
  transform: translateX(0);
}
#discover div.areas ul {
  display: none;
}
#discover div.areas ul.active {
  display: flex;
}
@media (max-width: 767px) {
  #discover div.areas {
    margin: 10px auto;
    width: 100%;
  }
  #discover div.areas button.nav,
  #discover div.areas button.nav:focus,
  #discover div.areas button.nav:active,
  #discover div.areas button.nav:visited {
    padding: 30px;
    left: -30px;
  }
  #discover div.areas button.nav.next,
  #discover div.areas button.nav:focus.next,
  #discover div.areas button.nav:active.next,
  #discover div.areas button.nav:visited.next {
    right: -30px;
  }
}
#discover header {
  position: relative;
  z-index: 10;
  color: inherit;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: flex-end;
}
#discover header h2 {
  position: relative;
  font-weight: 500;
  font-size: clamp(40px, 5vw, 50px);
  line-height: clamp(40px, 5vw, 50px);
  font-size: clamp(20px, 5vw, 30px);
  line-height: clamp(20px, 5vw, 30px);
  color: inherit;
  width: auto;
  margin: auto 0 30px 0;
  text-transform: lowercase;
  text-transform: uppercase;
  letter-spacing: clamp(1px, 1vw, 2px);
}
#discover header ul {
  position: relative;
  flex-flow: row wrap;
  width: auto;
  margin: auto 0 30px 0;
  gap: 10px 20px;
  padding: 0;
}
#discover header ul li button,
#discover header ul li button:focus,
#discover header ul li button:active,
#discover header ul li button:visited {
  position: relative;
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: background-color, color;
  -moz-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  -webkit-transition-property: background-color, color;
  margin: auto 0 0 0;
  white-space: nowrap;
  padding: 5px 0;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  font-weight: 500;
  cursor: pointer;
  text-transform: lowercase;
  text-transform: uppercase;
  background-color: transparent;
  color: #222222;
}
#discover header ul li button:after,
#discover header ul li button:focus:after,
#discover header ul li button:active:after,
#discover header ul li button:visited:after {
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: background-color, transform;
  -moz-transition-property: background-color, transform;
  -o-transition-property: background-color, transform;
  -webkit-transition-property: background-color, transform;
  position: absolute;
  left: 0;
  bottom: 0;
  content: " ";
  width: 100%;
  height: 2px;
  background-color: rgba(34, 34, 34, 0.3);
  transform-origin: left top;
  -webkit-transform-origin: left top;
  transform: scaleX(0);
}
#discover header ul li button:hover:after,
#discover header ul li button:focus:hover:after,
#discover header ul li button:active:hover:after,
#discover header ul li button:visited:hover:after {
  transform: scaleX(1);
}
#discover header ul li button.active,
#discover header ul li button:focus.active,
#discover header ul li button:active.active,
#discover header ul li button:visited.active {
  color: #222222;
}
#discover header ul li button.active:after,
#discover header ul li button:focus.active:after,
#discover header ul li button:active.active:after,
#discover header ul li button:visited.active:after {
  background-color: #222222;
  transform: scaleX(1);
}
#discover a.see,
#discover a.see:focus,
#discover a.see:active,
#discover a.see:visited {
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: background-color, color;
  -moz-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  -webkit-transition-property: background-color, color;
  position: absolute;
  top: 100%;
  height: 60px;
  background-color: rgba(34, 34, 34, 0.1);
  width: 100%;
  left: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-content: center;
  line-height: 60px;
  gap: 20px;
  text-transform: lowercase;
  text-transform: uppercase;
  padding: 0 30px;
  color: #222;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
}
#discover a.see svg,
#discover a.see:focus svg,
#discover a.see:active svg,
#discover a.see:visited svg {
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: fill;
  -moz-transition-property: fill;
  -o-transition-property: fill;
  -webkit-transition-property: fill;
  width: 24px;
  margin: auto 0;
  fill: #222;
}
#discover a.see:hover,
#discover a.see:focus:hover,
#discover a.see:active:hover,
#discover a.see:visited:hover {
  background-color: rgba(34, 34, 34, 0.15);
}
@media (max-width: 767px) {
  #discover {
    width: calc(100% - 40px);
    padding: 30px 30px 10px 30px;
  }
}

#highlights {
  position: relative;
  margin: 60px auto 0 auto;
  width: 100%;
  width: calc(100% - 120px);
  color: #222;
  padding: 0;
  max-width: 1670px;
  max-width: 1680px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: flex-start;
  gap: 40px;
}
#highlights article {
  color: #222;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 100px calc(50% + 60px) 100px 100px;
  min-height: 600px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-content: stretch;
  gap: 20px;
  max-height: clamp(500px, 80vh, 800px);
}
#highlights article picture:not(.logo) {
  position: absolute;
  right: 60px;
  bottom: 60px;
  width: calc(50% - 60px);
  height: calc(100% - 120px);
  right: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  order: 1;
  overflow: hidden;
}
#highlights article picture:not(.logo) img {
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  -webkit-transition-property: transform;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  z-index: 5;
}
#highlights article picture:not(.logo).back {
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
#highlights article picture:not(.logo).back img {
  opacity: 0.15;
  display: none;
}
#highlights article picture:not(.logo).back:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: " ";
  z-index: 10;
  background: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 40%, rgba(255, 255, 255, 0.2) 100%);
  background: -moz-linear-gradient(90deg, rgb(255, 255, 255) 40%, rgba(255, 255, 255, 0.2) 100%);
  background: linear-gradient(90deg, rgb(255, 255, 255) 40%, rgba(255, 255, 255, 0.2) 100%);
}
#highlights article picture:not(.logo) a,
#highlights article picture:not(.logo) a:focus,
#highlights article picture:not(.logo) a:active,
#highlights article picture:not(.logo) a:visited {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}
#highlights article picture:not(.logo):has(a):hover img {
  transform: scale(1.05);
}
@media (max-width: 1250px) {
  #highlights article picture:not(.logo) {
    width: calc(50% - 80px);
    height: 100%;
    right: 0;
    top: 0;
    bottom: auto;
  }
}
@media (max-width: 767px) {
  #highlights article picture:not(.logo) {
    width: 100%;
    height: 270px;
    right: 0;
    top: 0;
    bottom: auto;
  }
  #highlights article picture:not(.logo).back img {
    display: none;
  }
}
#highlights article picture.logo {
  position: relative;
  width: 100%;
}
#highlights article picture.logo img {
  position: relative;
  width: 100%;
  height: 60px;
  object-fit: contain;
  object-position: left top;
  -o-object-fit: contain;
  -o-object-position: left top;
}
#highlights article p.tag {
  margin: 0 auto 0 0;
  text-transform: lowercase;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: inherit;
  z-index: 10;
  letter-spacing: 2px;
  order: 0;
}
@media (max-width: 767px) {
  #highlights article p.tag {
    order: 1;
  }
}
#highlights article h3,
#highlights article h2 {
  position: relative;
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  font-size: clamp(30px, 5vw, 50px);
  line-height: clamp(30px, 5vw, 50px);
  min-height: clamp(30px, 5vw, 50px);
  font-size: clamp(20px, 2vw, 25px);
  line-height: clamp(20px, 2vw, 25px);
  min-height: clamp(20px, 2vw, 25px);
  font-weight: 500;
  color: inherit;
  text-align: left;
  text-transform: lowercase;
  text-transform: uppercase;
  z-index: 10;
  letter-spacing: 3px;
  order: 1;
}
#highlights article h3 span,
#highlights article h2 span {
  font-weight: 300;
  color: inherit;
  letter-spacing: 3px;
}
#highlights article h3 strong,
#highlights article h2 strong {
  letter-spacing: 3px;
}
#highlights article p {
  order: 1;
}
#highlights article p a,
#highlights article p a:focus,
#highlights article p a:active,
#highlights article p a:visited {
  margin: 0;
}
#highlights article div.info {
  position: relative;
  float: left;
  overflow: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: flex-start;
  gap: 20px;
  color: inherit;
  scrollbar-color: rgba(34, 34, 34, 0.5) rgba(34, 34, 34, 0.05);
  scrollbar-width: thin;
  padding: 0 20px 0 0;
  z-index: 10;
  max-height: 260px;
  height: auto;
  order: 1;
}
#highlights article div.info h4,
#highlights article div.info h3 {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 25px;
  line-height: 25px;
  font-size: clamp(20px, 2vw, 25px);
  line-height: clamp(20px, 2vw, 25px);
  font-weight: 300;
  color: inherit;
  text-transform: lowercase;
  font-weight: 500;
  font-size: clamp(18px, 2vw, 18px);
  line-height: clamp(20px, 2vw, 20px);
  letter-spacing: clamp(1px, 1vw, 2px);
  text-transform: uppercase;
}
#highlights article div.info * {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.5px;
  font-weight: 300;
  color: inherit;
}
#highlights article div.info * a,
#highlights article div.info * a:focus,
#highlights article div.info * a:active,
#highlights article div.info * a:visited,
#highlights article div.info * strong {
  font-weight: 500;
  letter-spacing: 0.5px;
  color: inherit;
}
#highlights article div.info * a,
#highlights article div.info * a:focus,
#highlights article div.info * a:active,
#highlights article div.info * a:visited {
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  letter-spacing: 0.5px;
}
#highlights article div.info * a:hover,
#highlights article div.info * a:focus:hover,
#highlights article div.info * a:active:hover,
#highlights article div.info * a:visited:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  #highlights article div.info {
    max-height: 150px;
  }
}
#highlights article > a,
#highlights article > a:focus,
#highlights article > a:active,
#highlights article > a:visited {
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: background-color, color;
  -moz-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  -webkit-transition-property: background-color, color;
  margin: 0 auto 0 0;
  padding: 15px 30px;
  line-height: 20px;
  font-size: 18px;
  text-decoration: none;
  text-transform: lowercase;
  font-weight: 500;
  background-color: rgba(34, 34, 34, 0.1);
  color: inherit;
  z-index: 10;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 15px 28px 15px 30px;
  order: 1;
}
#highlights article > a:hover,
#highlights article > a:focus:hover,
#highlights article > a:active:hover,
#highlights article > a:visited:hover {
  background-color: #222;
  color: #FFFFFF;
}
#highlights article:nth-child(even) {
  padding: 100px 100px 100px calc(50% + 80px);
}
#highlights article:nth-child(even) picture:not(.logo) {
  right: auto;
  left: 60px;
  left: 0;
}
#highlights article:nth-child(even) picture:not(.logo).back {
  left: 0;
}
#highlights article:nth-child(even) picture:not(.logo).back:after {
  background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgb(255, 255, 255) 60%);
  background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgb(255, 255, 255) 60%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgb(255, 255, 255) 60%);
}
@media (max-width: 1250px) {
  #highlights article:nth-child(even) picture:not(.logo) {
    width: calc(50% - 80px);
    height: 100%;
    left: 0;
    top: 0;
    bottom: auto;
  }
  #highlights article:nth-child(even) picture:not(.logo).back {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #highlights article:nth-child(even) picture:not(.logo) {
    width: 100%;
    height: 270px;
    right: 0;
    top: 0;
    bottom: auto;
  }
  #highlights article:nth-child(even) picture:not(.logo).back img {
    display: none;
  }
}
#highlights article:nth-child(even) div.info {
  padding: 0 20px 0 0;
}
@media (max-width: 1250px) {
  #highlights article {
    padding: 40px 45% 40px 40px;
  }
  #highlights article:nth-child(even) {
    padding: 40px 40px 40px calc(45% + 20px);
  }
}
@media (max-width: 767px) {
  #highlights article {
    padding: 300px 30px 30px 30px;
    min-width: 90%;
    max-height: clamp(800px, 80vh, 1000px);
    min-height: 0;
  }
  #highlights article:nth-child(even) {
    padding: 300px 30px 30px 30px;
  }
}
#highlights article.half {
  position: relative;
  float: left;
  max-width: calc(50% - 20px);
  padding: 50px !important;
  padding: 0 0 30px 0 !important;
  max-height: 100% !important;
  justify-content: flex-start;
  margin: 0 0 auto 0;
}
#highlights article.half h2 {
  position: relative;
  float: left;
  padding: 0 30px;
}
#highlights article.half div.info {
  padding: 0 30px;
}
#highlights article.half p.tag {
  position: absolute;
  background-color: #FFFFFF;
  padding: 10px 15px;
  left: 20px;
  top: 20px;
}
#highlights article.half a,
#highlights article.half a:focus,
#highlights article.half a:active,
#highlights article.half a:visited {
  max-width: calc(100% - 60px);
  margin-left: 30px;
}
#highlights article.half p a,
#highlights article.half p a:focus,
#highlights article.half p a:active,
#highlights article.half p a:visited {
  margin: 0;
}
#highlights article.half picture:not(.back) {
  position: relative;
  right: auto;
  bottom: auto;
  left: 0;
  top: 0;
  width: 100% !important;
  aspect-ratio: 5/3;
  margin: 0 0 10px 0;
}
@media (max-width: 767px) {
  #highlights article.half picture:not(.back) {
    height: 270px;
    right: 0;
    top: 0;
    bottom: auto;
  }
}
#highlights article.half picture.back:after {
  background: -webkit-linear-gradient(0deg, rgb(255, 255, 255) 40%, rgba(255, 255, 255, 0.2) 100%);
  background: -moz-linear-gradient(0deg, rgb(255, 255, 255) 40%, rgba(255, 255, 255, 0.2) 100%);
  background: linear-gradient(0deg, rgb(255, 255, 255) 40%, rgba(255, 255, 255, 0.2) 100%);
}
@media (max-width: 1250px) {
  #highlights article.half {
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  #highlights article.half {
    max-width: 100%;
    padding-bottom: 30px !important;
  }
  #highlights article.half a,
  #highlights article.half a:focus,
  #highlights article.half a:active,
  #highlights article.half a:visited,
  #highlights article.half p.tag {
    position: relative;
    left: 0;
    top: 0;
    max-width: calc(100% - 60px);
    margin-left: 30px;
  }
  #highlights article.half p.tag {
    padding: 0 !important;
  }
}
#highlights article.anim {
  transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  background-color: transparent !important;
}
#highlights article.anim picture:not(.back, .logo) {
  transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  transform: translateY(10vh);
  opacity: 0;
}
#highlights article.anim > *:not(picture:not(.logo), picture *) {
  transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transform: translateY(10vh);
  opacity: 0;
}
#highlights article.anim picture.back {
  transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  height: 0;
}
#highlights article.anim.reveal picture:not(.back), #highlights article.anim.reveal > *:not(picture, picture *) {
  opacity: 1;
  transform: translateY(0);
}
#highlights article.anim.reveal picture.back {
  height: 100%;
}
@media (max-width: 767px) {
  #highlights {
    width: 100%;
    gap: 20px;
    margin: 0 auto;
    padding: 0 20px;
  }
}

#projects {
  position: relative;
  margin: 20px auto 0 auto;
  width: 100%;
  width: calc(100% - 120px);
  color: #222;
  padding: 40px 0 0 0;
  max-width: 1820px;
  max-width: 1680px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: flex-start;
}
#projects button.nav,
#projects button.nav:focus,
#projects button.nav:active,
#projects button.nav:visited {
  transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: rgba(237, 237, 237, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 40px;
  cursor: pointer;
  z-index: 100;
  overflow: hidden;
}
#projects button.nav svg,
#projects button.nav:focus svg,
#projects button.nav:active svg,
#projects button.nav:visited svg {
  position: absolute;
  transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: fill;
  -moz-transition-property: fill;
  -o-transition-property: fill;
  -webkit-transition-property: fill;
  fill: #FFFFFF;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 24px;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
}
#projects button.nav span,
#projects button.nav:focus span,
#projects button.nav:active span,
#projects button.nav:visited span {
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  position: absolute;
  pointer-events: none;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-flow: row-reverse nowrap;
  color: #FFFFFF;
  gap: 20px;
  left: 100%;
  opacity: 0;
}
#projects button.nav span strong,
#projects button.nav:focus span strong,
#projects button.nav:active span strong,
#projects button.nav:visited span strong {
  color: #FFFFFF;
  text-align: left;
}
#projects button.nav span strong small,
#projects button.nav:focus span strong small,
#projects button.nav:active span strong small,
#projects button.nav:visited span strong small {
  color: #FFFFFF;
  font-weight: 300;
  white-space: nowrap;
}
#projects button.nav span span,
#projects button.nav:focus span span,
#projects button.nav:active span span,
#projects button.nav:visited span span {
  position: relative;
  margin: auto 0;
  background-color: #FFFFFF;
  width: 20px;
  height: 1px;
  left: 0;
}
@media (max-width: 767px) {
  #projects button.nav span,
  #projects button.nav:focus span,
  #projects button.nav:active span,
  #projects button.nav:visited span {
    display: none;
  }
}
#projects button.nav.next,
#projects button.nav:focus.next,
#projects button.nav:active.next,
#projects button.nav:visited.next {
  left: auto;
  right: 0;
}
#projects button.nav:hover,
#projects button.nav:focus:hover,
#projects button.nav:active:hover,
#projects button.nav:visited:hover {
  background-color: #FFFFFF;
}
#projects button.nav:hover svg,
#projects button.nav:focus:hover svg,
#projects button.nav:active:hover svg,
#projects button.nav:visited:hover svg {
  fill: #222222;
  filter: none;
}
@media (max-width: 1250px) {
  #projects button.nav,
  #projects button.nav:focus,
  #projects button.nav:active,
  #projects button.nav:visited {
    left: 0;
  }
  #projects button.nav.next,
  #projects button.nav:focus.next,
  #projects button.nav:active.next,
  #projects button.nav:visited.next {
    left: auto;
    right: 0;
  }
}
@media (max-width: 767px) {
  #projects button.nav,
  #projects button.nav:focus,
  #projects button.nav:active,
  #projects button.nav:visited {
    padding: 30px;
    left: 20px;
  }
  #projects button.nav.next,
  #projects button.nav:focus.next,
  #projects button.nav:active.next,
  #projects button.nav:visited.next {
    left: auto;
    right: 20px;
  }
}
#projects h2 {
  position: relative;
  font-weight: 500;
  font-size: clamp(40px, 5vw, 50px);
  line-height: clamp(40px, 5vw, 50px);
  font-size: clamp(20px, 5vw, 30px);
  line-height: clamp(20px, 5vw, 30px);
  color: inherit;
  margin: auto 0 30px 0;
  text-align: left;
  width: auto;
  padding: 0 60px;
  text-transform: lowercase;
  text-transform: uppercase;
  letter-spacing: clamp(1px, 1vw, 2px);
}
@media (max-width: 767px) {
  #projects h2 {
    padding: 0 30px;
  }
}
#projects div.highlights {
  position: relative;
  width: 100%;
  float: left;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0;
  overflow: auto;
  gap: 20px;
  scrollbar-color: rgba(34, 34, 34, 0.5) #ededed;
  scrollbar-width: thin;
}
#projects div.highlights article {
  color: #222;
  position: relative;
  min-width: 38%;
  overflow: hidden;
  padding: clamp(200px, 40vh, 400px) 30px 30px 30px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-content: stretch;
  gap: 5px;
}
#projects div.highlights article picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: clamp(200px, 40vh, 400px);
  overflow: hidden;
}
#projects div.highlights article picture img {
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
}
#projects div.highlights article p.tag {
  margin: 0 auto 0 0;
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
  color: inherit;
  letter-spacing: 0.5px;
}
#projects div.highlights article h3 {
  position: relative;
  width: 100%;
  margin: 30px 0 0 0;
  padding: 0;
  font-size: clamp(20px, 2vw, 25px);
  line-height: clamp(20px, 2vw, 25px);
  font-size: clamp(18px, 2vw, 18px);
  line-height: clamp(20px, 2vw, 20px);
  letter-spacing: clamp(1px, 1vw, 2px);
  font-weight: 500;
  color: inherit;
  text-transform: lowercase;
  text-transform: uppercase;
}
#projects div.highlights article > a,
#projects div.highlights article > a:focus,
#projects div.highlights article > a:active,
#projects div.highlights article > a:visited {
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: background-color, color;
  -moz-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  -webkit-transition-property: background-color, color;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin: auto auto 0 0;
  padding: 15px 30px;
  line-height: 20px;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  color: inherit;
}
#projects div.highlights article:hover picture img {
  transform: scale(1.1);
}
@media (max-width: 900px) {
  #projects div.highlights article {
    min-width: 40%;
  }
}
@media (max-width: 767px) {
  #projects div.highlights article {
    min-width: 80%;
  }
}
#projects a.see,
#projects a.see:focus,
#projects a.see:active,
#projects a.see:visited {
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  position: relative;
  width: auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-content: center;
  gap: 20px;
  margin: auto 0 30px 0;
  text-transform: lowercase;
  text-transform: uppercase;
  letter-spacing: clamp(1px, 1vw, 2px);
  padding: 0 60px;
  color: #222;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}
#projects a.see svg,
#projects a.see:focus svg,
#projects a.see:active svg,
#projects a.see:visited svg {
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: fill;
  -moz-transition-property: fill;
  -o-transition-property: fill;
  -webkit-transition-property: fill;
  width: 24px;
  margin: auto 0;
  fill: #222;
}
#projects a.see:hover,
#projects a.see:focus:hover,
#projects a.see:active:hover,
#projects a.see:visited:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  #projects a.see,
  #projects a.see:focus,
  #projects a.see:active,
  #projects a.see:visited {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  #projects {
    width: 100%;
    padding: 40px 20px 0 20px;
  }
}

#seo {
  position: relative;
  margin: 60px auto 0 auto;
  width: calc(100% - 120px);
  color: #222;
  padding: 0;
  max-width: 1080px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: flex-start;
  gap: 40px;
}
#seo h1,
#seo h2 {
  position: relative;
  font-weight: 500;
  font-size: clamp(20px, 5vw, 30px);
  line-height: clamp(20px, 5vw, 30px);
  color: inherit;
  margin: auto 0;
  text-align: left;
  width: auto;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: clamp(1px, 1vw, 2px);
}
@media (max-width: 767px) {
  #seo {
    width: 100%;
    gap: 20px;
    padding: 0 50px;
  }
}

#newsletter {
  position: relative;
  margin: 80px auto 0 auto;
  width: calc(100% - 40px);
  min-height: 20vh;
  background-color: #ededed;
  color: #222;
  overflow: hidden;
  padding: 60px 60px 60px 35%;
  order: 190;
}
#newsletter picture, #newsletter picture img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
}
#newsletter picture {
  width: calc(35% - 40px);
  opacity: 0.8;
}
#newsletter section.form,
#newsletter form {
  color: inherit;
  padding: 0;
  gap: 30px;
}
#newsletter section.form p,
#newsletter form p {
  margin: auto 0;
  text-align: left;
  color: inherit;
  font-size: 14px;
  font-size: 12px;
  font-weight: 300;
  z-index: 20;
}
#newsletter section.form p a,
#newsletter section.form p a:focus,
#newsletter section.form p a:active,
#newsletter section.form p a:visited,
#newsletter section.form p strong,
#newsletter form p a,
#newsletter form p a:focus,
#newsletter form p a:active,
#newsletter form p a:visited,
#newsletter form p strong {
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: background-color, color, opacity;
  -moz-transition-property: background-color, color, opacity;
  -o-transition-property: background-color, color, opacity;
  -webkit-transition-property: background-color, color, opacity;
  font-weight: 500;
  color: inherit;
}
#newsletter section.form p a:hover,
#newsletter section.form p a:focus:hover,
#newsletter section.form p a:active:hover,
#newsletter section.form p a:visited:hover,
#newsletter form p a:hover,
#newsletter form p a:focus:hover,
#newsletter form p a:active:hover,
#newsletter form p a:visited:hover {
  opacity: 0.5;
}
#newsletter section.form header,
#newsletter form header {
  position: relative;
  z-index: 10;
  color: inherit;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: flex-end;
  margin: 0 0 20px 0;
  gap: 20px;
}
#newsletter section.form header h2,
#newsletter form header h2 {
  text-transform: lowercase;
  font-weight: 500;
  font-size: clamp(40px, 5vw, 50px);
  line-height: clamp(40px, 5vw, 50px);
  color: inherit;
  text-transform: uppercase;
  font-size: clamp(20px, 5vw, 30px);
  line-height: clamp(20px, 5vw, 30px);
  letter-spacing: clamp(1px, 1vw, 2px);
}
#newsletter section.form header p,
#newsletter form header p {
  margin-top: auto;
  color: inherit;
  font-size: clamp(20px, 3vw, 25px);
  line-height: clamp(25px, 3vw, 25px);
  font-weight: 300;
  text-align: left;
  max-width: 500px;
  font-size: clamp(18px, 2vw, 18px);
  line-height: clamp(20px, 2vw, 20px);
  letter-spacing: clamp(1px, 1vw, 2px);
  text-transform: uppercase;
}
#newsletter section.form header p strong,
#newsletter form header p strong {
  font-size: clamp(18px, 2vw, 18px);
  line-height: clamp(20px, 2vw, 20px);
  letter-spacing: clamp(1px, 1vw, 2px);
  font-weight: 500;
  color: inherit;
}
#newsletter section.form div.row,
#newsletter form div.row {
  display: flex;
  flex-flow: row nowrap;
  gap: 40px 20px;
  justify-content: flex-start;
  align-content: stretch;
}
#newsletter section.form div.row div.col,
#newsletter form div.row div.col {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  position: relative;
  width: 100%;
}
#newsletter section.form div.row div.col:has(button),
#newsletter form div.row div.col:has(button) {
  width: auto;
  flex-flow: row nowrap;
  justify-content: flex-start;
  gap: 20px 0;
  margin-right: 20px;
}
@media (max-width: 1199px) {
  #newsletter section.form div.row div.col:has(button),
  #newsletter form div.row div.col:has(button) {
    flex-flow: row wrap;
    width: 100%;
    margin-left: 0;
  }
}
#newsletter section.form div.row div.col:has(*:disabled),
#newsletter form div.row div.col:has(*:disabled) {
  opacity: 0.2;
}
#newsletter section.form div.row div.col p,
#newsletter form div.row div.col p {
  text-align: right;
}
#newsletter section.form div.row div.col label:not(:has(input[type=checkbox])),
#newsletter form div.row div.col label:not(:has(input[type=checkbox])) {
  transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: bottom, padding;
  -moz-transition-property: bottom, padding;
  -o-transition-property: bottom, padding;
  -webkit-transition-property: bottom, padding;
  position: absolute;
  bottom: 5px;
  padding: 0 0 0 20px;
  z-index: 10;
  pointer-events: none;
}
#newsletter section.form div.row div.col label:not(:has(input[type=checkbox])) small,
#newsletter form div.row div.col label:not(:has(input[type=checkbox])) small {
  transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: margin;
  -moz-transition-property: margin;
  -o-transition-property: margin;
  -webkit-transition-property: margin;
  margin-top: -40px;
}
#newsletter section.form div.row div.col:has(input:focus, select:focus, input:valid, select:valid, input:user-invalid, select:user-invalid) label:not(:has(input[type=checkbox])),
#newsletter form div.row div.col:has(input:focus, select:focus, input:valid, select:valid, input:user-invalid, select:user-invalid) label:not(:has(input[type=checkbox])) {
  bottom: calc(100% - 7px);
  padding: 0;
}
#newsletter section.form div.row div.col:has(input:focus, select:focus, input:valid, select:valid, input:user-invalid, select:user-invalid) label:not(:has(input[type=checkbox])) small,
#newsletter form div.row div.col:has(input:focus, select:focus, input:valid, select:valid, input:user-invalid, select:user-invalid) label:not(:has(input[type=checkbox])) small {
  margin-top: 0;
}
@media (max-width: 1199px) {
  #newsletter section.form div.row:has(button),
  #newsletter form div.row:has(button) {
    flex-flow: row wrap;
  }
}
@media (max-width: 900px) {
  #newsletter section.form div.row,
  #newsletter form div.row {
    flex-flow: row wrap;
  }
}
#newsletter section.form div.row button,
#newsletter section.form div.row button:focus,
#newsletter section.form div.row button:active,
#newsletter section.form div.row button:visited,
#newsletter form div.row button,
#newsletter form div.row button:focus,
#newsletter form div.row button:active,
#newsletter form div.row button:visited {
  margin: auto 0 0 0;
  white-space: nowrap;
  padding: 10px 30px;
}
@media (max-width: 600px) {
  #newsletter section.form div.row button,
  #newsletter section.form div.row button:focus,
  #newsletter section.form div.row button:active,
  #newsletter section.form div.row button:visited,
  #newsletter form div.row button,
  #newsletter form div.row button:focus,
  #newsletter form div.row button:active,
  #newsletter form div.row button:visited {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 650px) {
  #newsletter picture {
    width: 100%;
    height: 20vh;
  }
  #newsletter {
    padding: calc(20vh + 40px) 40px 40px 40px;
  }
}

#skip {
  position: fixed;
  display: flex;
  z-index: 10000;
  top: -100%;
  left: 50%;
  background-color: #FED925;
  color: #222;
  width: auto;
  text-decoration: none;
  padding: 5px 15px;
  transform: translateX(-50%);
}
#skip:focus {
  top: 0;
}

footer {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 40px);
  min-height: 20vh;
  background-color: #222222;
  padding: 60px;
  color: #FFFFFF;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-content: center;
  gap: 20px;
  max-width: 2460px;
}
footer ul {
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-content: center;
  margin: 0;
  padding: 0;
  gap: 20px 40px;
  color: inherit;
  text-align: center;
}
footer ul li {
  color: inherit;
}
footer ul li a,
footer ul li a:focus,
footer ul li a:active,
footer ul li a:visited {
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
  margin: 0 0 auto 0;
  color: inherit;
  text-transform: lowercase;
  font-size: clamp(18px, 2vw, 18px);
  line-height: clamp(20px, 2vw, 20px);
  letter-spacing: clamp(1px, 1vw, 2px);
  font-weight: 500;
  text-transform: uppercase;
}
footer ul li a:hover,
footer ul li a:focus:hover,
footer ul li a:active:hover,
footer ul li a:visited:hover {
  opacity: 0.6;
}
footer ul li a sup,
footer ul li a:focus sup,
footer ul li a:active sup,
footer ul li a:visited sup {
  line-height: 0;
  font-size: 14px;
  color: inherit;
}
footer ul li a svg,
footer ul li a:focus svg,
footer ul li a:active svg,
footer ul li a:visited svg {
  position: absolute;
  height: 16px;
  width: 16px;
  fill: #FFFFFF;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
footer ul.bottom li p,
footer ul.bottom li a,
footer ul.bottom li a:focus,
footer ul.bottom li a:active,
footer ul.bottom li a:visited {
  display: inline-block;
  margin: auto 0;
  color: inherit;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  font-size: clamp(14px, 2vw, 14px);
  line-height: clamp(20px, 2vw, 20px);
  letter-spacing: clamp(1px, 1vw, 2px);
}
footer ul.bottom li p strong,
footer ul.bottom li a strong,
footer ul.bottom li a:focus strong,
footer ul.bottom li a:active strong,
footer ul.bottom li a:visited strong {
  font-size: clamp(14px, 2vw, 14px);
  line-height: clamp(20px, 2vw, 20px);
  letter-spacing: clamp(1px, 1vw, 2px);
  color: inherit;
  font-weight: 500;
}
footer ul.socials {
  margin: auto 0 30px 0;
  gap: 20px;
}
footer ul.socials li a,
footer ul.socials li a:focus,
footer ul.socials li a:active,
footer ul.socials li a:visited {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: relative;
  float: left;
  background-color: rgba(255, 255, 255, 0.05);
  min-height: 50px;
  min-width: 50px;
}
footer ul.socials li a:hover,
footer ul.socials li a:focus:hover,
footer ul.socials li a:active:hover,
footer ul.socials li a:visited:hover {
  background-color: rgba(255, 255, 255, 0.1);
  opacity: 1;
}
footer ul.contacts {
  margin-top: 40px;
}
footer section.header,
footer header {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: flex-start;
  gap: 0 40px;
  color: inherit;
}
footer section.header > a,
footer section.header > a:focus,
footer section.header > a:active,
footer section.header > a:visited,
footer header > a,
footer header > a:focus,
footer header > a:active,
footer header > a:visited {
  margin: 0 0 30px 0;
  color: inherit;
}
footer section.header > a svg,
footer section.header > a:focus svg,
footer section.header > a:active svg,
footer section.header > a:visited svg,
footer header > a svg,
footer header > a:focus svg,
footer header > a:active svg,
footer header > a:visited svg {
  height: 50px;
  fill: #222;
}
@media (max-width: 750px) {
  footer section.header > a,
  footer section.header > a:focus,
  footer section.header > a:active,
  footer section.header > a:visited,
  footer header > a,
  footer header > a:focus,
  footer header > a:active,
  footer header > a:visited {
    margin: 0 auto 30px auto;
  }
  footer section.header ul.socials,
  footer header ul.socials {
    width: 100%;
    margin: 0 auto;
  }
}
footer h3 {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 30px 0 0 0;
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
  font-weight: 500;
  opacity: 0.5;
  color: inherit;
  text-transform: lowercase;
  text-transform: uppercase;
  font-size: clamp(20px, 5vw, 30px);
  line-height: clamp(20px, 5vw, 30px);
  letter-spacing: clamp(1px, 1vw, 4px);
}
footer h3 + ul {
  margin: 0;
}
footer div.bottom {
  margin: 30px 0 0 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-content: flex-start;
  gap: 20px;
  color: inherit;
}
footer div.bottom p {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: inherit;
}
footer div.bottom p strong {
  color: inherit;
  letter-spacing: 0.5px;
}
footer div.bottom a,
footer div.bottom a:focus,
footer div.bottom a:active,
footer div.bottom a:visited {
  margin: auto 0 0 0;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
  color: inherit;
}
footer div.bottom a span,
footer div.bottom a:focus span,
footer div.bottom a:active span,
footer div.bottom a:visited span {
  color: inherit;
}
footer div.bottom a img,
footer div.bottom a:focus img,
footer div.bottom a:active img,
footer div.bottom a:visited img {
  height: 10px;
  margin: 0 0 0 5px;
}
@media (max-width: 767px) {
  footer div.bottom {
    flex-flow: column nowrap;
  }
  footer div.bottom p {
    width: 100%;
    text-align: center;
  }
  footer div.bottom a,
  footer div.bottom a:focus,
  footer div.bottom a:active,
  footer div.bottom a:visited {
    margin: auto;
  }
}
@media (max-width: 650px) {
  footer {
    padding: 40px;
  }
}

.fancybox-container * {
  color: #FFFFFF;
}

section.noresults {
  position: relative;
  width: 100%;
  background-color: #222;
  padding: clamp(20px, 2vw, 40px);
  color: #FFFFFF;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-content: flex-start;
}
section.noresults svg {
  fill: #FFFFFF;
  margin: auto 0.8vw auto 0;
  width: 30px;
  height: 30px;
}
section.noresults button,
section.noresults button:focus,
section.noresults button:active,
section.noresults button:visited {
  transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: background-color, color;
  -moz-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  -webkit-transition-property: background-color, color;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding: clamp(10px, 0.5vw, 15px) clamp(15px, 1vw, 30px);
  cursor: pointer;
  text-align: left;
  font-size: clamp(14px, 0.8vw, 20px);
  line-height: clamp(20px, 1vw, 30px);
  font-weight: 300;
  margin: auto 0;
  white-space: nowrap;
  color: inherit;
  background-color: rgba(34, 34, 34, 0.3);
}
section.noresults button span,
section.noresults button:focus span,
section.noresults button:active span,
section.noresults button:visited span {
  width: 100%;
  color: inherit;
}
section.noresults button svg,
section.noresults button:focus svg,
section.noresults button:active svg,
section.noresults button:visited svg {
  fill: #FFFFFF;
  margin: auto 0;
}
section.noresults button:hover,
section.noresults button:focus:hover,
section.noresults button:active:hover,
section.noresults button:visited:hover {
  background-color: rgba(34, 34, 34, 0.15);
}
section.noresults h3 {
  color: inherit;
  width: 100%;
  margin: auto 0;
}

#alert {
  position: fixed;
  background-color: #FFFFFF;
  box-shadow: 0 0 20px rgba(34, 34, 34, 0.2);
  width: calc(100% - 80px);
  z-index: 999;
  max-width: 500px;
  min-height: 200px;
  max-height: 60vh;
  right: 40px;
  bottom: 40px;
  overflow: auto;
  color: #FFFFFF;
}
#alert header {
  color: inherit;
  position: sticky;
  top: 0;
  background-color: #222222;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  z-index: 10;
  gap: 30px;
  border-bottom: 1px solid #222;
}
#alert header h2 {
  position: relative;
  width: 100%;
  margin: auto 0;
  padding: 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: inherit;
  text-transform: lowercase;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#alert header button,
#alert header button:focus,
#alert header button:active,
#alert header button:visited {
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  position: relative;
  padding: 30px;
  cursor: pointer;
  background-color: #222;
  margin: 0 0 0 auto;
}
#alert header button svg,
#alert header button:focus svg,
#alert header button:active svg,
#alert header button:visited svg {
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  fill: #FFFFFF;
}
#alert header button:hover,
#alert header button:focus:hover,
#alert header button:active:hover,
#alert header button:visited:hover {
  background-color: #FFFFFF;
}
#alert header button:hover svg,
#alert header button:focus:hover svg,
#alert header button:active:hover svg,
#alert header button:visited:hover svg {
  fill: #222222;
}
#alert picture, #alert img {
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
#alert iframe {
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  aspect-ratio: 16/9;
}
#alert div.footer {
  position: sticky;
  bottom: 0;
  background-color: #222222;
  padding: 20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  z-index: 9;
  width: 100%;
  color: inherit;
}
#alert p {
  position: relative;
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  color: inherit;
}
#alert p strong {
  font-weight: 500;
  color: inherit;
}
#alert p a,
#alert p a:focus,
#alert p a:active,
#alert p a:visited {
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  color: inherit;
}
#alert p a:hover,
#alert p a:focus:hover,
#alert p a:active:hover,
#alert p a:visited:hover {
  opacity: 0.5;
}
#alert:has(iframe) {
  max-width: 900px;
  max-height: 90vh;
  right: 50%;
  bottom: 50%;
}
#alert:has(iframe) picture {
  display: none;
}
#alert:has(iframe) {
  transform: translate(50%, 50%);
}
@media (max-width: 767px) {
  #alert {
    width: calc(100% - 60px);
    right: 30px;
  }
}
#alert.light {
  color: #222222;
}
#alert.light header {
  border-bottom: 1px solid #FFFFFF;
}
#alert.light header button,
#alert.light header button:focus,
#alert.light header button:active,
#alert.light header button:visited {
  background-color: #ededed;
}
#alert.light header button svg,
#alert.light header button:focus svg,
#alert.light header button:active svg,
#alert.light header button:visited svg {
  fill: #222222;
}
#alert.light header button:hover,
#alert.light header button:focus:hover,
#alert.light header button:active:hover,
#alert.light header button:visited:hover {
  background-color: #222222;
}
#alert.light header button:hover svg,
#alert.light header button:focus:hover svg,
#alert.light header button:active:hover svg,
#alert.light header button:visited:hover svg {
  fill: #FFFFFF;
}
#alert.light header,
#alert.light div.footer {
  background-color: #FFFFFF;
}

ol.breadcrumbs {
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 10px 5px;
  color: inherit;
  filter: drop-shadow(0 0 10px rgba(34, 34, 34, 0.8));
}
ol.breadcrumbs li {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: flex-start;
  width: auto;
  gap: 5px;
  color: inherit;
  font-weight: 500;
  font-size: 16px !important;
  line-height: 20px !important;
}
ol.breadcrumbs li:not(:last-child):after {
  font-size: 16px !important;
  line-height: 20px !important;
  content: "/";
  letter-spacing: 2px;
}
ol.breadcrumbs li a,
ol.breadcrumbs li a:focus,
ol.breadcrumbs li a:active,
ol.breadcrumbs li a:visited {
  font-size: 16px !important;
  line-height: 20px !important;
  color: inherit !important;
  padding: 0 !important;
  margin: 0 !important;
  background-color: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-shadow: none !important;
}
ol.breadcrumbs li a:after,
ol.breadcrumbs li a:focus:after,
ol.breadcrumbs li a:active:after,
ol.breadcrumbs li a:visited:after {
  content: ", ";
}
ol.breadcrumbs li a:last-of-type:after,
ol.breadcrumbs li a:focus:last-of-type:after,
ol.breadcrumbs li a:active:last-of-type:after,
ol.breadcrumbs li a:visited:last-of-type:after {
  content: "";
}
ol.breadcrumbs li a:hover,
ol.breadcrumbs li a:focus:hover,
ol.breadcrumbs li a:active:hover,
ol.breadcrumbs li a:visited:hover {
  opacity: 0.6;
}

section.list {
  margin: 30px auto 0 auto;
  position: relative;
  width: 100%;
  max-width: 1700px;
  padding: 0 40px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: stretch;
  gap: 0px;
}
section.list h2 {
  position: relative;
  font-weight: 500;
  font-size: clamp(40px, 5vw, 60px);
  line-height: clamp(40px, 5vw, 60px);
  color: inherit;
  margin: auto auto 30px auto;
  text-align: center;
  width: 100%;
  max-width: 1500px;
  padding: 0 60px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: flex-end;
  gap: 15px;
  text-transform: lowercase;
  font-size: clamp(20px, 5vw, 30px);
  line-height: clamp(20px, 5vw, 30px);
  text-transform: uppercase;
  letter-spacing: clamp(1px, 1vw, 2px);
}
section.list h2 button,
section.list h2 button:focus,
section.list h2 button:active,
section.list h2 button:visited {
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: background-color, color, padding-right;
  -moz-transition-property: background-color, color, padding-right;
  -o-transition-property: background-color, color, padding-right;
  -webkit-transition-property: background-color, color, padding-right;
  position: relative;
  width: auto;
  text-decoration: none;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 17px 25px;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  font-size: 16px;
  line-height: 14px;
  background-color: #ededed;
}
section.list h2 button:after,
section.list h2 button:focus:after,
section.list h2 button:active:after,
section.list h2 button:visited:after {
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: opacity, transform;
  -moz-transition-property: opacity, transform;
  -o-transition-property: opacity, transform;
  -webkit-transition-property: opacity, transform;
  content: " ";
  color: #FFFFFF;
  line-height: 40px;
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #222;
  top: 50%;
  right: 0;
  z-index: 200;
  background-size: 12px;
  background-position: center calc(50% - 1px);
  background-repeat: no-repeat;
  background-image: url("../images/xmark.svg");
  opacity: 0;
  transform: translate(-20px, -50%);
}
section.list h2 button:hover,
section.list h2 button:focus:hover,
section.list h2 button:active:hover,
section.list h2 button:visited:hover {
  background-color: rgba(34, 34, 34, 0.15);
}
section.list h2 button:hover picture img,
section.list h2 button:focus:hover picture img,
section.list h2 button:active:hover picture img,
section.list h2 button:visited:hover picture img {
  transform: scale(1.1);
}
section.list h2 button:hover button.fav,
section.list h2 button:hover button.fav:focus,
section.list h2 button:hover button.fav:active,
section.list h2 button:hover button.fav:visited,
section.list h2 button:focus:hover button.fav,
section.list h2 button:focus:hover button.fav:focus,
section.list h2 button:focus:hover button.fav:active,
section.list h2 button:focus:hover button.fav:visited,
section.list h2 button:active:hover button.fav,
section.list h2 button:active:hover button.fav:focus,
section.list h2 button:active:hover button.fav:active,
section.list h2 button:active:hover button.fav:visited,
section.list h2 button:visited:hover button.fav,
section.list h2 button:visited:hover button.fav:focus,
section.list h2 button:visited:hover button.fav:active,
section.list h2 button:visited:hover button.fav:visited {
  opacity: 1;
}
section.list h2 button.active,
section.list h2 button:focus.active,
section.list h2 button:active.active,
section.list h2 button:visited.active {
  background-color: #222;
  color: #FFFFFF;
}
section.list h2 button.active:after,
section.list h2 button:focus.active:after,
section.list h2 button:active.active:after,
section.list h2 button:visited.active:after {
  opacity: 1;
  transform: translate(-5px, -50%);
}
section.list article,
section.list a,
section.list a:focus,
section.list a:active,
section.list a:visited {
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: background-color, color;
  -moz-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  -webkit-transition-property: background-color, color;
  position: relative;
  width: 100%;
  max-width: calc(16.6666666667% - 0px);
  text-decoration: none;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 15px;
  gap: 15px;
}
section.list article header,
section.list a header,
section.list a:focus header,
section.list a:active header,
section.list a:visited header {
  position: relative;
  width: 100%;
  float: left;
}
section.list article picture,
section.list a picture,
section.list a:focus picture,
section.list a:active picture,
section.list a:visited picture {
  position: relative;
  width: 100%;
  float: left;
  overflow: hidden;
  aspect-ratio: 4/5;
  margin: 0;
}
section.list article picture img,
section.list a picture img,
section.list a:focus picture img,
section.list a:active picture img,
section.list a:visited picture img {
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  -webkit-transition-property: transform;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
}
section.list article svg,
section.list a svg,
section.list a:focus svg,
section.list a:active svg,
section.list a:visited svg {
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: fill;
  -moz-transition-property: fill;
  -o-transition-property: fill;
  -webkit-transition-property: fill;
  width: 14px;
  height: 16px;
}
section.list article h2, section.list article h3, section.list article h4, section.list article h5, section.list article h6,
section.list a h2,
section.list a h3,
section.list a h4,
section.list a h5,
section.list a h6,
section.list a:focus h2,
section.list a:focus h3,
section.list a:focus h4,
section.list a:focus h5,
section.list a:focus h6,
section.list a:active h2,
section.list a:active h3,
section.list a:active h4,
section.list a:active h5,
section.list a:active h6,
section.list a:visited h2,
section.list a:visited h3,
section.list a:visited h4,
section.list a:visited h5,
section.list a:visited h6 {
  position: relative;
  width: 100%;
  margin: 0;
  z-index: 20;
  padding: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  text-align: left;
  font-size: clamp(18px, 2vw, 18px);
  line-height: clamp(20px, 2vw, 20px);
  letter-spacing: clamp(1px, 1vw, 2px);
  font-weight: 500;
  color: inherit;
  text-transform: lowercase;
  text-transform: uppercase;
}
section.list article p,
section.list a p,
section.list a:focus p,
section.list a:active p,
section.list a:visited p {
  position: relative;
  width: 100%;
  margin: 0;
  z-index: 20;
  padding: 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  font-size: 14px;
  letter-spacing: 1px;
}
section.list article p.tag,
section.list a p.tag,
section.list a:focus p.tag,
section.list a:active p.tag,
section.list a:visited p.tag {
  font-weight: 500;
  position: absolute;
  top: 100%;
  right: 10px;
  z-index: 20;
  width: auto;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  margin: 25px auto 0 auto;
  background-color: rgba(255, 255, 255, 0.8);
  background-color: #FED925;
  color: #222;
  padding: 10px 10px;
}
section.list article:has(> svg),
section.list a:has(> svg),
section.list a:focus:has(> svg),
section.list a:active:has(> svg),
section.list a:visited:has(> svg) {
  padding: 10px 20px 10px 40px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  border: 1px solid rgba(34, 34, 34, 0.2);
  color: inherit;
  z-index: 10;
  letter-spacing: 1px;
  max-width: 100%;
  width: auto;
}
section.list article:has(> svg) svg,
section.list a:has(> svg) svg,
section.list a:focus:has(> svg) svg,
section.list a:active:has(> svg) svg,
section.list a:visited:has(> svg) svg {
  position: absolute;
  left: 15px;
  top: 10px;
  margin: auto 0;
  width: 18px;
  height: 18px;
  fill: #222;
  opacity: 0.8;
}
section.list article:has(> svg):hover,
section.list a:has(> svg):hover,
section.list a:focus:has(> svg):hover,
section.list a:active:has(> svg):hover,
section.list a:visited:has(> svg):hover {
  background-color: #222;
  color: #FFFFFF;
}
section.list article:has(> svg):hover svg,
section.list a:has(> svg):hover svg,
section.list a:focus:has(> svg):hover svg,
section.list a:active:has(> svg):hover svg,
section.list a:visited:has(> svg):hover svg {
  fill: #FFFFFF;
}
section.list article.catalogue,
section.list a.catalogue,
section.list a:focus.catalogue,
section.list a:active.catalogue,
section.list a:visited.catalogue {
  background-color: #ededed;
}
section.list article:hover,
section.list a:hover,
section.list a:focus:hover,
section.list a:active:hover,
section.list a:visited:hover {
  background-color: rgba(34, 34, 34, 0.1);
}
section.list article:hover picture img,
section.list a:hover picture img,
section.list a:focus:hover picture img,
section.list a:active:hover picture img,
section.list a:visited:hover picture img {
  transform: scale(1.1);
}
@media (max-width: 1600px) {
  section.list article,
  section.list a,
  section.list a:focus,
  section.list a:active,
  section.list a:visited {
    max-width: calc(20% - 0px);
  }
}
@media (max-width: 1250px) {
  section.list article,
  section.list a,
  section.list a:focus,
  section.list a:active,
  section.list a:visited {
    max-width: calc(25% - 0px);
  }
}
@media (max-width: 767px) {
  section.list article,
  section.list a,
  section.list a:focus,
  section.list a:active,
  section.list a:visited {
    max-width: calc(50% - 0px);
  }
}
section.list article {
  cursor: pointer;
}
section.list article a,
section.list article a:focus,
section.list article a:active,
section.list article a:visited {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 100% !important;
  height: 100%;
  z-index: 10;
  background-color: transparent !important;
}
section.list article:has(button.nav) ul {
  left: 16%;
  width: 68%;
}
section.list article:has(button.nav) ul li {
  width: 16%;
  min-width: 16%;
}
section.list.stream article,
section.list.stream a,
section.list.stream a:focus,
section.list.stream a:active,
section.list.stream a:visited {
  max-width: calc(50% - 0px);
  gap: 20px;
}
section.list.stream article p,
section.list.stream a p,
section.list.stream a:focus p,
section.list.stream a:active p,
section.list.stream a:visited p {
  font-size: 16px;
  line-height: 25px;
}
section.list.stream article picture,
section.list.stream a picture,
section.list.stream a:focus picture,
section.list.stream a:active picture,
section.list.stream a:visited picture {
  aspect-ratio: 16/9;
  margin: 0;
}
@media (max-width: 1250px) {
  section.list.stream article,
  section.list.stream a,
  section.list.stream a:focus,
  section.list.stream a:active,
  section.list.stream a:visited {
    max-width: calc(50% - 0px);
  }
}
@media (max-width: 767px) {
  section.list.stream article,
  section.list.stream a,
  section.list.stream a:focus,
  section.list.stream a:active,
  section.list.stream a:visited {
    max-width: calc(100% - 0px);
  }
}
section.list.projects article,
section.list.projects > a,
section.list.projects > a:focus,
section.list.projects > a:active,
section.list.projects > a:visited {
  max-width: calc(33.3333333333% - 0px);
}
section.list.projects article picture,
section.list.projects > a picture,
section.list.projects > a:focus picture,
section.list.projects > a:active picture,
section.list.projects > a:visited picture {
  aspect-ratio: 5/4;
}
@media (max-width: 1250px) {
  section.list.projects article,
  section.list.projects > a,
  section.list.projects > a:focus,
  section.list.projects > a:active,
  section.list.projects > a:visited {
    max-width: calc(50% - 0px);
  }
}
@media (max-width: 767px) {
  section.list.projects article,
  section.list.projects > a,
  section.list.projects > a:focus,
  section.list.projects > a:active,
  section.list.projects > a:visited {
    max-width: calc(100% - 0px);
  }
}
section.list.projects article > a,
section.list.projects article > a:focus,
section.list.projects article > a:active,
section.list.projects article > a:visited {
  padding: 0;
  position: relative;
  width: 100%;
}
section.list.projects article > a header,
section.list.projects article > a:focus header,
section.list.projects article > a:active header,
section.list.projects article > a:visited header {
  width: 100%;
}
section.list.projects article > a picture,
section.list.projects article > a:focus picture,
section.list.projects article > a:active picture,
section.list.projects article > a:visited picture {
  width: 100%;
  position: relative;
  height: auto;
}
section.list.projects.search {
  margin-top: 0;
}
section.list.projects.search > a,
section.list.projects.search > a:focus,
section.list.projects.search > a:active,
section.list.projects.search > a:visited {
  max-width: 25%;
  width: 100%;
  padding: 10px 10px 10px 80px;
  min-height: 70px;
}
section.list.projects.search > a picture,
section.list.projects.search > a:focus picture,
section.list.projects.search > a:active picture,
section.list.projects.search > a:visited picture {
  position: absolute;
  aspect-ratio: 1;
  width: 50px;
  left: 10px;
  top: 10px;
  border: 1px solid #ededed;
  background-color: #FFFFFF;
}
section.list.projects.search > a picture img,
section.list.projects.search > a:focus picture img,
section.list.projects.search > a:active picture img,
section.list.projects.search > a:visited picture img {
  padding: 5px;
  object-fit: contain;
  -o-object-fit: contain;
}
section.list.projects.search > a h3,
section.list.projects.search > a:focus h3,
section.list.projects.search > a:active h3,
section.list.projects.search > a:visited h3 {
  margin: auto 0;
}
@media (max-width: 1250px) {
  section.list.projects.search > a,
  section.list.projects.search > a:focus,
  section.list.projects.search > a:active,
  section.list.projects.search > a:visited {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  section.list.projects.search > a,
  section.list.projects.search > a:focus,
  section.list.projects.search > a:active,
  section.list.projects.search > a:visited {
    max-width: 100%;
  }
}
section.list.collection {
  padding: 0;
  gap: 10px;
}
section.list.collection > h2 {
  justify-content: center;
}
section.list.collection article,
section.list.collection a,
section.list.collection a:focus,
section.list.collection a:active,
section.list.collection a:visited {
  max-width: calc(33.3333333333% - 6.6666666667px);
}
section.list.collection article picture,
section.list.collection a picture,
section.list.collection a:focus picture,
section.list.collection a:active picture,
section.list.collection a:visited picture {
  background-color: #222222;
  aspect-ratio: 5/4;
}
@media (max-width: 1500px) {
  section.list.collection article,
  section.list.collection a,
  section.list.collection a:focus,
  section.list.collection a:active,
  section.list.collection a:visited {
    max-width: calc(50% - 5px);
  }
}
@media (max-width: 1250px) {
  section.list.collection article,
  section.list.collection a,
  section.list.collection a:focus,
  section.list.collection a:active,
  section.list.collection a:visited {
    max-width: calc(100% - 0px);
  }
}
@media (max-width: 960px) {
  section.list.collection article,
  section.list.collection a,
  section.list.collection a:focus,
  section.list.collection a:active,
  section.list.collection a:visited {
    max-width: calc(100% - 0px);
  }
}
@media (max-width: 767px) {
  section.list.collection article,
  section.list.collection a,
  section.list.collection a:focus,
  section.list.collection a:active,
  section.list.collection a:visited {
    max-width: calc(50% - 5px);
  }
}
@media (max-width: 500px) {
  section.list.collection article,
  section.list.collection a,
  section.list.collection a:focus,
  section.list.collection a:active,
  section.list.collection a:visited {
    max-width: calc(100% - 0px);
  }
}
section.list.productslist, section.list.downloads, section.list.overview {
  padding: 0 60px;
  max-width: 1620px;
  max-width: 1680px;
  justify-content: flex-start;
  align-content: flex-start;
  text-align: left;
}
section.list.productslist h2, section.list.downloads h2, section.list.overview h2 {
  text-align: left;
  font-size: clamp(30px, 4vw, 40px);
  line-height: clamp(30px, 4vw, 40px);
  padding: 0;
  max-width: 100%;
  margin: 0 0 15px 0;
  font-size: clamp(20px, 5vw, 30px);
  line-height: clamp(20px, 5vw, 30px);
  text-transform: lowercase;
  text-transform: uppercase;
  letter-spacing: clamp(1px, 1vw, 2px);
}
section.list.productslist h3, section.list.productslist h4, section.list.downloads h3, section.list.downloads h4, section.list.overview h3, section.list.overview h4 {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 20px;
  color: inherit;
  background-color: transparent;
  text-align: left;
  text-transform: lowercase;
  font-size: clamp(18px, 2vw, 18px);
  line-height: clamp(20px, 2vw, 20px);
  letter-spacing: clamp(1px, 1vw, 2px);
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 767px) {
  section.list.productslist, section.list.downloads, section.list.overview {
    padding: 0 30px;
  }
}
section.list.overview {
  padding: 0 30px 30px 30px;
}
section.list.overview article {
  max-width: calc(10% - 0px);
  padding: 15px;
}
section.list.overview article button,
section.list.overview article button:focus,
section.list.overview article button:active,
section.list.overview article button:visited {
  padding: 0;
  margin: 0;
  background-color: transparent;
  cursor: pointer;
}
section.list.overview article picture {
  position: relative;
  width: 100%;
  float: left;
  overflow: hidden;
  aspect-ratio: 1;
  padding: 0;
  margin: 0;
}
section.list.overview article picture img {
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  -webkit-transition-property: transform;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
}
section.list.overview article p {
  position: absolute !important;
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: transform, opacity;
  -moz-transition-property: transform, opacity;
  -o-transition-property: transform, opacity;
  -webkit-transition-property: transform, opacity;
  position: absolute;
  top: 100%;
  background-color: #ededed;
  max-width: 150px !important;
  width: auto !important;
  left: 50%;
  transform: translate(-50%, 20px);
  white-space: nowrap;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  padding: 10px;
  box-shadow: 0 0 20px rgba(34, 34, 34, 0.2);
  border: 1px solid rgba(34, 34, 34, 0.1);
}
section.list.overview article.not {
  opacity: 0.2;
  pointer-events: none;
  user-select: none;
}
section.list.overview article:hover {
  z-index: 300;
}
section.list.overview article:hover p {
  opacity: 1;
  transform: translate(-50%, 10px);
}
@media (max-width: 1350px) {
  section.list.overview article {
    max-width: calc(14.2857142857% - 0px);
  }
}
@media (max-width: 1199px) {
  section.list.overview article {
    max-width: calc(20% - 0px);
  }
}
@media (max-width: 960px) {
  section.list.overview article {
    max-width: calc(33.3333333333% - 0px);
  }
}
section.list.downloads {
  margin: 100px auto;
  gap: 15px;
  max-width: 1500px;
  max-width: 1680px;
}
section.list.downloads .col,
section.list.downloads a,
section.list.downloads a:focus,
section.list.downloads a:active,
section.list.downloads a:visited {
  position: relative;
  width: 100%;
  max-width: calc(33.3333333333% - 10px);
}
section.list.downloads .col h2,
section.list.downloads a h2,
section.list.downloads a:focus h2,
section.list.downloads a:active h2,
section.list.downloads a:visited h2 {
  text-align: left;
  padding: 0;
  max-width: 100%;
  margin: 0;
  font-size: clamp(20px, 5vw, 30px);
  line-height: clamp(20px, 5vw, 30px);
  text-transform: uppercase;
  letter-spacing: clamp(1px, 1vw, 2px);
}
section.list.downloads .col picture,
section.list.downloads a picture,
section.list.downloads a:focus picture,
section.list.downloads a:active picture,
section.list.downloads a:visited picture {
  aspect-ratio: 5/4;
}
@media (max-width: 900px) {
  section.list.downloads .col,
  section.list.downloads a,
  section.list.downloads a:focus,
  section.list.downloads a:active,
  section.list.downloads a:visited {
    max-width: calc(50% - 7.5px);
  }
}
@media (max-width: 500px) {
  section.list.downloads .col,
  section.list.downloads a,
  section.list.downloads a:focus,
  section.list.downloads a:active,
  section.list.downloads a:visited {
    max-width: calc(100% - 0px);
  }
}
section.list.downloads .col:hover,
section.list.downloads a:hover,
section.list.downloads a:focus:hover,
section.list.downloads a:active:hover,
section.list.downloads a:visited:hover {
  opacity: 1;
}
section.list.downloads .col {
  padding: 0;
  gap: 10px;
  border: none;
}
section.list.downloads .col a,
section.list.downloads .col a:focus,
section.list.downloads .col a:active,
section.list.downloads .col a:visited {
  max-width: 100%;
}
section.list.downloads .col a:hover,
section.list.downloads .col a:focus:hover,
section.list.downloads .col a:active:hover,
section.list.downloads .col a:visited:hover {
  opacity: 1;
}
section.list.downloads .col h3 {
  font-weight: 600;
  padding: 15px 15px 10px 15px;
}
section.list.downloads .col a:not(:first-child),
section.list.downloads .col a:not(:first-child):focus,
section.list.downloads .col a:not(:first-child):active,
section.list.downloads .col a:not(:first-child):visited {
  background-color: transparent;
  max-width: calc(100% - 30px);
  margin: 0 15px;
  padding: 10px 10px 10px 35px;
}
section.list.downloads .col a:not(:first-child) svg,
section.list.downloads .col a:not(:first-child):focus svg,
section.list.downloads .col a:not(:first-child):active svg,
section.list.downloads .col a:not(:first-child):visited svg {
  left: 10px;
}
section.list.downloads .col a:not(:first-child):hover,
section.list.downloads .col a:not(:first-child):focus:hover,
section.list.downloads .col a:not(:first-child):active:hover,
section.list.downloads .col a:not(:first-child):visited:hover {
  background-color: #222;
}
section.list.downloads:has(.col) {
  gap: 30px 15px;
  margin: 0 auto;
}
section.list.downloads.page {
  margin: 0 auto;
}
section.list p {
  position: relative;
  width: 100%;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  color: inherit;
  margin: 0;
  padding: 0 30px;
}
section.list p a,
section.list p a:focus,
section.list p a:active,
section.list p a:visited,
section.list p strong {
  font-weight: 500;
  color: inherit;
}
section.list p a,
section.list p a:focus,
section.list p a:active,
section.list p a:visited {
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
}
section.list p a:hover,
section.list p a:focus:hover,
section.list p a:active:hover,
section.list p a:visited:hover {
  opacity: 0.6;
}
section.list p.warning {
  display: flex;
  padding: 0;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 18px;
  letter-spacing: 0.5px;
}
section.list p.warning svg {
  margin: 0 10px auto 0;
  height: 16px;
  width: 14px;
  min-width: 14px;
}
section.list article > ul {
  position: relative;
  position: absolute;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 10px;
  overflow: hidden;
  z-index: 200;
  bottom: 25px;
  left: 25px;
  width: calc(100% - 50px);
}
section.list article > ul li {
  position: relative;
  width: 13%;
  min-width: 13%;
  aspect-ratio: 1;
  border: 1px solid #FFFFFF;
  overflow: hidden;
}
section.list article > ul li:after {
  pointer-events: none;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 100;
}
section.list article > ul li img {
  transition: 100ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 100ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 100ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 100ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  -webkit-transition-property: transform;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
}
section.list article > ul li a,
section.list article > ul li a:focus,
section.list article > ul li a:active,
section.list article > ul li a:visited {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
section.list article > ul li a[data-amb]:after,
section.list article > ul li a:focus[data-amb]:after,
section.list article > ul li a:active[data-amb]:after,
section.list article > ul li a:visited[data-amb]:after {
  content: "+";
  position: absolute;
  padding: 0 3px;
  font-size: 14px;
  line-height: 14px;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, 0.8);
  color: #222;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  bottom: 10px;
  right: 10px;
  display: none;
}
section.list article > ul li a:hover,
section.list article > ul li a:focus:hover,
section.list article > ul li a:active:hover,
section.list article > ul li a:visited:hover {
  color: #222;
}
section.list article > ul li a:hover img,
section.list article > ul li a:focus:hover img,
section.list article > ul li a:active:hover img,
section.list article > ul li a:visited:hover img {
  transform: scale(1.2);
}
section.list button.nav,
section.list button.nav:focus,
section.list button.nav:active,
section.list button.nav:visited {
  transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  position: absolute;
  bottom: 25px;
  left: 15px;
  background-color: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 5.5%;
  cursor: pointer;
  z-index: 1000;
  overflow: hidden;
}
section.list button.nav svg,
section.list button.nav:focus svg,
section.list button.nav:active svg,
section.list button.nav:visited svg {
  position: absolute;
  transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: fill;
  -moz-transition-property: fill;
  -o-transition-property: fill;
  -webkit-transition-property: fill;
  fill: #222;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 35%;
  width: 35%;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
}
section.list button.nav span,
section.list button.nav:focus span,
section.list button.nav:active span,
section.list button.nav:visited span {
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  position: absolute;
  pointer-events: none;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-flow: row-reverse nowrap;
  color: #FFFFFF;
  gap: 20px;
  left: 100%;
  opacity: 0;
}
section.list button.nav span strong,
section.list button.nav:focus span strong,
section.list button.nav:active span strong,
section.list button.nav:visited span strong {
  color: #FFFFFF;
  text-align: left;
}
section.list button.nav span strong small,
section.list button.nav:focus span strong small,
section.list button.nav:active span strong small,
section.list button.nav:visited span strong small {
  color: #FFFFFF;
  font-weight: 300;
  white-space: nowrap;
}
section.list button.nav span span,
section.list button.nav:focus span span,
section.list button.nav:active span span,
section.list button.nav:visited span span {
  position: relative;
  margin: auto 0;
  background-color: #FFFFFF;
  width: 20px;
  height: 1px;
  left: 0;
}
@media (max-width: 767px) {
  section.list button.nav span,
  section.list button.nav:focus span,
  section.list button.nav:active span,
  section.list button.nav:visited span {
    display: none;
  }
}
section.list button.nav.next,
section.list button.nav:focus.next,
section.list button.nav:active.next,
section.list button.nav:visited.next {
  left: auto;
  right: 15px;
}
section.list button.nav:hover,
section.list button.nav:focus:hover,
section.list button.nav:active:hover,
section.list button.nav:visited:hover {
  background-color: #FFFFFF;
}
section.list button.nav:hover svg,
section.list button.nav:focus:hover svg,
section.list button.nav:active:hover svg,
section.list button.nav:visited:hover svg {
  fill: #222;
}
section.list.productslist article {
  width: 100%;
  border: none;
  flex-flow: column nowrap;
  padding: 0 0 30px 0;
}
section.list.productslist article a,
section.list.productslist article a:focus,
section.list.productslist article a:active,
section.list.productslist article a:visited {
  position: relative;
  float: left;
  padding: 15px;
  height: auto;
}
section.list.productslist article a picture,
section.list.productslist article a:focus picture,
section.list.productslist article a:active picture,
section.list.productslist article a:visited picture {
  float: left;
  position: relative;
  aspect-ratio: 1 !important;
  margin: 0;
}
section.list.productslist article a picture.contain,
section.list.productslist article a:focus picture.contain,
section.list.productslist article a:active picture.contain,
section.list.productslist article a:visited picture.contain {
  border: 1px solid rgba(34, 34, 34, 0.2);
  background-color: #FFFFFF;
}
section.list.productslist article a picture.contain img,
section.list.productslist article a:focus picture.contain img,
section.list.productslist article a:active picture.contain img,
section.list.productslist article a:visited picture.contain img {
  object-fit: scale-down;
  -o-object-fit: scale-down;
  padding: 15px;
}
section.list.productslist article a:hover,
section.list.productslist article a:focus:hover,
section.list.productslist article a:active:hover,
section.list.productslist article a:visited:hover {
  background-color: #ededed !important;
}
section.list.productslist article a:hover picture img,
section.list.productslist article a:focus:hover picture img,
section.list.productslist article a:active:hover picture img,
section.list.productslist article a:visited:hover picture img {
  transform: scale(1.1);
}
section.list.productslist article header {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  gap: 0;
  padding: 0 15px;
  margin: 0;
}
section.list.productslist article header ul {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0;
  margin: 10px 0 0 0;
}
section.list.productslist article header ul li {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: flex-start;
  height: auto;
}
section.list.productslist article header ul li img {
  position: relative;
  width: 20px;
  height: 20px;
  object-position: center;
  object-fit: contain;
  -o-object-position: center;
  -o-object-fit: contain;
}
section.list.productslist article header ul li:has(img) {
  flex-flow: row nowrap;
  gap: 10px;
  margin-bottom: 5px;
}
section.list.productslist article header ul li:has(img) p {
  font-weight: 500;
  padding: 0;
  margin: 0;
  line-height: 20px;
}
section.list.productslist article header ul li:not(:has(img)) {
  gap: 0 10px;
}
section.list.productslist article header ul li:not(:has(img)) p {
  width: auto;
  padding: 0;
  margin: 0;
  line-height: 20px;
  font-size: 14px;
}
section.list.productslist article header ul li:not(:has(img)) p:nth-child(odd) {
  font-weight: 500;
}
section.list.productslist article header ul.icons {
  position: absolute;
  bottom: 100%;
  left: 0;
  padding: 0 30px;
  margin: 0 0 40px 0;
  gap: 10px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  overflow: visible;
  z-index: 300;
  pointer-events: none;
}
section.list.productslist article header ul.icons > li {
  position: relative;
  width: auto;
  height: auto;
  padding: 0;
}
section.list.productslist article header ul.icons > li button,
section.list.productslist article header ul.icons > li button:focus,
section.list.productslist article header ul.icons > li button:active,
section.list.productslist article header ul.icons > li button:visited {
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: background-color, color, border;
  -moz-transition-property: background-color, color, border;
  -o-transition-property: background-color, color, border;
  -webkit-transition-property: background-color, color, border;
  background-color: #ededed;
  padding: 10px;
  border: 1px solid rgba(34, 34, 34, 0.3);
  cursor: pointer;
  box-shadow: 0 0 15px rgba(34, 34, 34, 0.2);
  pointer-events: all;
}
section.list.productslist article header ul.icons > li button svg,
section.list.productslist article header ul.icons > li button:focus svg,
section.list.productslist article header ul.icons > li button:active svg,
section.list.productslist article header ul.icons > li button:visited svg {
  position: relative;
  float: left;
  height: 14px;
  width: 14px;
}
section.list.productslist article header ul.icons > li button:hover,
section.list.productslist article header ul.icons > li button:focus:hover,
section.list.productslist article header ul.icons > li button:active:hover,
section.list.productslist article header ul.icons > li button:visited:hover {
  background-color: #FFFFFF;
  border: 1px solid rgba(34, 34, 34, 0.5);
}
section.list.productslist article header ul.icons > li button.active,
section.list.productslist article header ul.icons > li button:focus.active,
section.list.productslist article header ul.icons > li button:active.active,
section.list.productslist article header ul.icons > li button:visited.active {
  background-color: #FFFFFF;
  border: 1px solid rgba(34, 34, 34, 0.5);
}
section.list.productslist article header ul.icons > li > p {
  background-color: #222;
  padding: 10px 15px 10px 10px;
  line-height: 14px;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
}
section.list.productslist article header ul.icons > li > p sup {
  position: absolute;
  color: inherit;
  right: 8px;
  top: 8px;
}
section.list.productslist article header ul.icons > li ul {
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: margin, opacity;
  -moz-transition-property: margin, opacity;
  -o-transition-property: margin, opacity;
  -webkit-transition-property: margin, opacity;
  top: 100%;
  position: absolute;
  background-color: #ededed;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  width: 50vw;
  max-width: 200px;
  height: auto;
  padding: 15px 0;
  margin: 20px 0 0 0;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 0 20px rgba(34, 34, 34, 0.2);
}
section.list.productslist article header ul.icons > li ul li {
  padding: 0 15px;
}
section.list.productslist article header ul.icons > li ul li p {
  padding: 0 10px;
  margin-bottom: 10px;
}
section.list.productslist article header ul.icons > li ul li a,
section.list.productslist article header ul.icons > li ul li a:focus,
section.list.productslist article header ul.icons > li ul li a:active,
section.list.productslist article header ul.icons > li ul li a:visited {
  padding: 10px;
  font-size: 14px;
  pointer-events: all;
}
section.list.productslist article header ul.icons > li ul li a:hover,
section.list.productslist article header ul.icons > li ul li a:focus:hover,
section.list.productslist article header ul.icons > li ul li a:active:hover,
section.list.productslist article header ul.icons > li ul li a:visited:hover {
  background-color: #FFFFFF !important;
}
section.list.productslist article header ul.icons > li ul.show {
  margin: 10px 0 0 0;
  opacity: 1;
  pointer-events: all;
}
section.list.productslist article header small {
  padding: 0 15px;
}
section.list.productslist article header small.warning {
  display: flex;
  padding: 0;
  font-weight: 400;
  width: calc(100% - 30px);
  margin: 0 auto 15px auto;
  letter-spacing: 0.5px;
}
section.list.productslist article header small.warning svg {
  margin: 0 0 auto 0;
  height: 14px;
  min-width: 14px;
  margin-right: 5px;
}
section.list.productslist article:hover {
  background-color: transparent;
  cursor: initial;
}
section.list.productslist article:hover picture img {
  transform: scale(1);
}
section.list.productslist article:hover button.fav,
section.list.productslist article:hover button.fav:focus,
section.list.productslist article:hover button.fav:active,
section.list.productslist article:hover button.fav:visited {
  opacity: 1;
}
section.list.productslist article.active a:has(picture), section.list.productslist article.active a:has(picture):focus, section.list.productslist article.active a:has(picture):active, section.list.productslist article.active a:has(picture):visited {
  background-color: #222 !important;
  box-shadow: 0 0 20px rgba(34, 34, 34, 0.3);
}
@media (max-width: 767px) {
  section.list.productslist {
    padding: 0 30px;
  }
}
section.list:has(> h2) {
  justify-content: center;
}
section.list.bims {
  gap: 10px 0px;
  max-width: 1500px;
  margin: 0 auto;
}
section.list.bims article {
  max-width: calc(25% - 0px);
  gap: 10px;
  padding: 0;
  cursor: default;
}
section.list.bims article a,
section.list.bims article a:focus,
section.list.bims article a:active,
section.list.bims article a:visited {
  position: relative;
}
section.list.bims article a picture,
section.list.bims article a:focus picture,
section.list.bims article a:active picture,
section.list.bims article a:visited picture {
  aspect-ratio: 16/10;
}
section.list.bims article a:not(.download),
section.list.bims article a:focus:not(.download),
section.list.bims article a:active:not(.download),
section.list.bims article a:visited:not(.download) {
  padding: 15px;
}
section.list.bims article a.download,
section.list.bims article a:focus.download,
section.list.bims article a:active.download,
section.list.bims article a:visited.download {
  max-width: calc(100% - 20px) !important;
  margin: 0 auto !important;
  background-color: rgba(34, 34, 34, 0.1) !important;
}
section.list.bims article a.download:hover,
section.list.bims article a:focus.download:hover,
section.list.bims article a:active.download:hover,
section.list.bims article a:visited.download:hover {
  background-color: #222 !important;
  color: #FFFFFF !important;
}
section.list.bims article a.download:hover svg,
section.list.bims article a:focus.download:hover svg,
section.list.bims article a:active.download:hover svg,
section.list.bims article a:visited.download:hover svg {
  fill: #FFFFFF !important;
}
section.list.bims article a:hover,
section.list.bims article a:focus:hover,
section.list.bims article a:active:hover,
section.list.bims article a:visited:hover {
  background-color: rgba(34, 34, 34, 0.1) !important;
}
section.list.bims article a:hover picture img,
section.list.bims article a:focus:hover picture img,
section.list.bims article a:active:hover picture img,
section.list.bims article a:visited:hover picture img {
  transform: scale(1.1);
}
section.list.bims article:hover {
  background-color: transparent;
}
section.list.bims article:hover picture img {
  transform: scale(1);
}
@media (max-width: 1250px) {
  section.list.bims article {
    max-width: calc(33.3333333333% - 0px);
  }
}
@media (max-width: 767px) {
  section.list.bims article {
    max-width: calc(50% - 0px);
  }
}
section.list.draggable {
  flex-flow: row nowrap !important;
  overflow: auto;
}
section.list.draggable a,
section.list.draggable a:focus,
section.list.draggable a:active,
section.list.draggable a:visited {
  min-width: 22% !important;
  opacity: 1 !important;
}
@media (max-width: 1250px) {
  section.list.draggable a,
  section.list.draggable a:focus,
  section.list.draggable a:active,
  section.list.draggable a:visited {
    min-width: 30% !important;
  }
}
@media (max-width: 900px) {
  section.list.draggable a,
  section.list.draggable a:focus,
  section.list.draggable a:active,
  section.list.draggable a:visited {
    min-width: 55% !important;
  }
}
section.list.files {
  margin: 0 auto;
}
section.list.files button.nav,
section.list.files button.nav:focus,
section.list.files button.nav:active,
section.list.files button.nav:visited {
  transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  position: absolute;
  top: 50%;
  left: -80px;
  bottom: auto;
  transform: translateY(-50%);
  background-color: rgba(237, 237, 237, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 40px;
  cursor: pointer;
  z-index: 100;
  overflow: hidden;
}
section.list.files button.nav svg,
section.list.files button.nav:focus svg,
section.list.files button.nav:active svg,
section.list.files button.nav:visited svg {
  position: absolute;
  transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: fill;
  -moz-transition-property: fill;
  -o-transition-property: fill;
  -webkit-transition-property: fill;
  fill: #222;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 24px;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
}
section.list.files button.nav span,
section.list.files button.nav:focus span,
section.list.files button.nav:active span,
section.list.files button.nav:visited span {
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  position: absolute;
  pointer-events: none;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-flow: row-reverse nowrap;
  color: #FFFFFF;
  gap: 20px;
  left: 100%;
  opacity: 0;
}
section.list.files button.nav span strong,
section.list.files button.nav:focus span strong,
section.list.files button.nav:active span strong,
section.list.files button.nav:visited span strong {
  color: #FFFFFF;
  text-align: left;
}
section.list.files button.nav span strong small,
section.list.files button.nav:focus span strong small,
section.list.files button.nav:active span strong small,
section.list.files button.nav:visited span strong small {
  color: #FFFFFF;
  font-weight: 300;
  white-space: nowrap;
}
section.list.files button.nav span span,
section.list.files button.nav:focus span span,
section.list.files button.nav:active span span,
section.list.files button.nav:visited span span {
  position: relative;
  margin: auto 0;
  background-color: #FFFFFF;
  width: 20px;
  height: 1px;
  left: 0;
}
@media (max-width: 767px) {
  section.list.files button.nav span,
  section.list.files button.nav:focus span,
  section.list.files button.nav:active span,
  section.list.files button.nav:visited span {
    display: none;
  }
}
section.list.files button.nav.next,
section.list.files button.nav:focus.next,
section.list.files button.nav:active.next,
section.list.files button.nav:visited.next {
  left: auto;
  right: -80px;
}
section.list.files button.nav:hover,
section.list.files button.nav:focus:hover,
section.list.files button.nav:active:hover,
section.list.files button.nav:visited:hover {
  background-color: #FFFFFF;
}
section.list.files button.nav:hover svg,
section.list.files button.nav:focus:hover svg,
section.list.files button.nav:active:hover svg,
section.list.files button.nav:visited:hover svg {
  fill: #222222;
  filter: none;
}
@media (max-width: 1250px) {
  section.list.files button.nav,
  section.list.files button.nav:focus,
  section.list.files button.nav:active,
  section.list.files button.nav:visited {
    left: 0;
  }
  section.list.files button.nav.next,
  section.list.files button.nav:focus.next,
  section.list.files button.nav:active.next,
  section.list.files button.nav:visited.next {
    left: auto;
    right: 0;
  }
}
@media (max-width: 767px) {
  section.list.files button.nav,
  section.list.files button.nav:focus,
  section.list.files button.nav:active,
  section.list.files button.nav:visited {
    padding: 30px;
  }
}
section.list.files .list {
  margin: 0 auto;
}
@media (max-width: 767px) {
  section.list {
    padding: 0 20px;
  }
}

section.main {
  position: relative;
  width: 100%;
  padding: 40px 60px;
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  gap: 30px;
}
section.main h2 {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: clamp(30px, 4vw, 40px);
  line-height: clamp(30px, 4vw, 40px);
  font-weight: 500;
  color: inherit;
  max-width: 960px;
  background-color: transparent;
  text-align: left;
  text-transform: lowercase;
  text-transform: uppercase;
  font-size: clamp(20px, 5vw, 30px);
  line-height: clamp(20px, 5vw, 30px);
  letter-spacing: clamp(1px, 1vw, 2px);
}
section.main h2:not(:first-of-type) {
  margin-top: 30px;
}
section.main img.logo {
  position: absolute;
  float: left;
  margin-right: auto;
  width: 100%;
  max-width: 200px;
  right: 60px;
  top: 40px;
}
@media (max-width: 767px) {
  section.main img.logo {
    position: relative;
    right: 0;
    top: 0;
  }
}
section.main button.faq,
section.main button.faq:focus,
section.main button.faq:active,
section.main button.faq:visited,
section.main a.faq,
section.main a.faq:focus,
section.main a.faq:active,
section.main a.faq:visited,
section.main h3, section.main h4 {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 20px;
  color: inherit;
  background-color: transparent;
  text-align: left;
  text-transform: lowercase;
  font-size: clamp(18px, 2vw, 18px);
  line-height: clamp(20px, 2vw, 20px);
  letter-spacing: clamp(1px, 1vw, 2px);
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
}
section.main button.faq,
section.main button.faq:focus,
section.main button.faq:active,
section.main button.faq:visited,
section.main a.faq,
section.main a.faq:focus,
section.main a.faq:active,
section.main a.faq:visited {
  cursor: pointer;
  max-width: 100%;
  display: flex;
  flex-flow: row nowrap;
  gap: 20px;
}
section.main button.faq:after,
section.main button.faq:focus:after,
section.main button.faq:active:after,
section.main button.faq:visited:after,
section.main a.faq:after,
section.main a.faq:focus:after,
section.main a.faq:active:after,
section.main a.faq:visited:after {
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  position: relative;
  content: " ";
  margin: auto 0 0 auto;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}
section.main button.faq.active:after,
section.main button.faq:focus.active:after,
section.main button.faq:active.active:after,
section.main button.faq:visited.active:after,
section.main a.faq.active:after,
section.main a.faq:focus.active:after,
section.main a.faq:active.active:after,
section.main a.faq:visited.active:after {
  transform: rotate(180deg);
}
section.main a.faq:after,
section.main a.faq:focus:after,
section.main a.faq:active:after,
section.main a.faq:visited:after {
  transform: rotate(-90deg);
}
section.main p, section.main ul, section.main ol, section.main li {
  position: relative;
  width: 100%;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 0.5px;
  color: inherit;
  margin: 0;
  padding: 0;
}
section.main p a,
section.main p a:focus,
section.main p a:active,
section.main p a:visited,
section.main p strong, section.main ul a,
section.main ul a:focus,
section.main ul a:active,
section.main ul a:visited,
section.main ul strong, section.main ol a,
section.main ol a:focus,
section.main ol a:active,
section.main ol a:visited,
section.main ol strong, section.main li a,
section.main li a:focus,
section.main li a:active,
section.main li a:visited,
section.main li strong {
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  color: inherit;
  letter-spacing: 0.5px;
}
section.main p a,
section.main p a:focus,
section.main p a:active,
section.main p a:visited, section.main ul a,
section.main ul a:focus,
section.main ul a:active,
section.main ul a:visited, section.main ol a,
section.main ol a:focus,
section.main ol a:active,
section.main ol a:visited, section.main li a,
section.main li a:focus,
section.main li a:active,
section.main li a:visited {
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
}
section.main p a:hover,
section.main p a:focus:hover,
section.main p a:active:hover,
section.main p a:visited:hover, section.main ul a:hover,
section.main ul a:focus:hover,
section.main ul a:active:hover,
section.main ul a:visited:hover, section.main ol a:hover,
section.main ol a:focus:hover,
section.main ol a:active:hover,
section.main ol a:visited:hover, section.main li a:hover,
section.main li a:focus:hover,
section.main li a:active:hover,
section.main li a:visited:hover {
  opacity: 0.6;
}
section.main ul, section.main ol {
  padding: 0 0 0 30px;
}
section.main a,
section.main a:focus,
section.main a:active,
section.main a:visited {
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  color: inherit;
  position: relative;
}
section.main a:hover,
section.main a:focus:hover,
section.main a:active:hover,
section.main a:visited:hover {
  opacity: 0.6;
}
section.main a[data-fancybox],
section.main a:focus[data-fancybox],
section.main a:active[data-fancybox],
section.main a:visited[data-fancybox] {
  width: 100%;
  height: clamp(500px, 50vh, 1000px);
}
section.main a[data-fancybox] img,
section.main a:focus[data-fancybox] img,
section.main a:active[data-fancybox] img,
section.main a:visited[data-fancybox] img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
}
section.main.product {
  justify-content: flex-start;
  align-content: flex-start;
  text-align: justify;
}
section.main.product > * {
  margin: 0;
}
section.main [data-role=gallery] {
  width: 100%;
}
section.main [data-role=gallery] ul {
  max-width: 100%;
}
section.main div.logos {
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  gap: 30px 60px;
  margin: 30px 0 0 0;
}
section.main div.logos a,
section.main div.logos a:focus,
section.main div.logos a:active,
section.main div.logos a:visited {
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
}
section.main div.logos a img,
section.main div.logos a:focus img,
section.main div.logos a:active img,
section.main div.logos a:visited img {
  max-height: 40px;
}
section.main div.logos a:hover,
section.main div.logos a:focus:hover,
section.main div.logos a:active:hover,
section.main div.logos a:visited:hover {
  opacity: 0.6;
}
section.main ul.pontos {
  position: relative;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  gap: 80px;
}
section.main ul.pontos li {
  position: relative;
  width: 100%;
  padding: 0 0 0 200px;
  min-height: 100px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  gap: 15px;
}
section.main ul.pontos li ol,
section.main ul.pontos li ul {
  margin: 0;
  max-width: 100%;
  width: 100%;
  padding: 0;
  list-style: initial !important;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  gap: 15px;
}
section.main ul.pontos li ol li,
section.main ul.pontos li ul li {
  padding: 0 0 0 30px;
  display: initial;
  min-height: 0;
}
section.main ul.pontos li ol li:before,
section.main ul.pontos li ul li:before {
  position: absolute;
  left: 15px;
  top: 9px;
  content: " ";
  width: 5px;
  height: 5px;
  background: #222;
}
section.main ul.pontos li picture {
  position: absolute;
  width: 170px;
  height: 80px;
  left: 0;
  top: 0;
}
section.main ul.pontos li picture img {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  object-position: top left;
  -o-object-fit: scale-down;
  -o-object-position: top left;
}
section.main ul.pontos li a[target=_blank],
section.main ul.pontos li a[target=_blank]:focus,
section.main ul.pontos li a[target=_blank]:active,
section.main ul.pontos li a[target=_blank]:visited {
  position: relative;
  float: left;
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: background-color, color;
  -moz-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  -webkit-transition-property: background-color, color;
  margin: 0 auto 0 0;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 16px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  border: 1px solid rgba(34, 34, 34, 0.1);
  background-color: #ededed;
  color: inherit;
  z-index: 10;
  letter-spacing: 1px;
}
section.main ul.pontos li a[target=_blank]:hover,
section.main ul.pontos li a[target=_blank]:focus:hover,
section.main ul.pontos li a[target=_blank]:active:hover,
section.main ul.pontos li a[target=_blank]:visited:hover {
  background-color: #222;
  color: #FFFFFF;
}
section.main ul.pontos li a[target=_blank] span, section.main ul.pontos li a[target=_blank] small, section.main ul.pontos li a[target=_blank] sup,
section.main ul.pontos li a[target=_blank]:focus span,
section.main ul.pontos li a[target=_blank]:focus small,
section.main ul.pontos li a[target=_blank]:focus sup,
section.main ul.pontos li a[target=_blank]:active span,
section.main ul.pontos li a[target=_blank]:active small,
section.main ul.pontos li a[target=_blank]:active sup,
section.main ul.pontos li a[target=_blank]:visited span,
section.main ul.pontos li a[target=_blank]:visited small,
section.main ul.pontos li a[target=_blank]:visited sup {
  color: inherit !important;
  font-weight: inherit;
  letter-spacing: 1px;
}
section.main ul.pontos li a[target=_blank] svg,
section.main ul.pontos li a[target=_blank]:focus svg,
section.main ul.pontos li a[target=_blank]:active svg,
section.main ul.pontos li a[target=_blank]:visited svg {
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: fill;
  -moz-transition-property: fill;
  -o-transition-property: fill;
  -webkit-transition-property: fill;
  position: absolute;
  left: 15px;
  top: 10px;
  margin: auto 0;
  width: 18px;
  height: 18px;
  fill: #222;
  opacity: 0.8;
}
section.main ul.pontos li a[target=_blank] sup,
section.main ul.pontos li a[target=_blank]:focus sup,
section.main ul.pontos li a[target=_blank]:active sup,
section.main ul.pontos li a[target=_blank]:visited sup {
  position: absolute;
  right: 16px;
  top: 8px;
}
section.main ul.pontos li a[target=_blank]:has(sup),
section.main ul.pontos li a[target=_blank]:focus:has(sup),
section.main ul.pontos li a[target=_blank]:active:has(sup),
section.main ul.pontos li a[target=_blank]:visited:has(sup) {
  padding-right: 35px;
}
section.main ul.pontos li a[target=_blank]:has(svg),
section.main ul.pontos li a[target=_blank]:focus:has(svg),
section.main ul.pontos li a[target=_blank]:active:has(svg),
section.main ul.pontos li a[target=_blank]:visited:has(svg) {
  padding-left: 40px;
}
section.main ul.pontos li a[target=_blank]:hover,
section.main ul.pontos li a[target=_blank]:focus:hover,
section.main ul.pontos li a[target=_blank]:active:hover,
section.main ul.pontos li a[target=_blank]:visited:hover {
  background-color: #222;
  color: #FFFFFF;
  opacity: 1;
}
section.main ul.pontos li a[target=_blank]:hover svg,
section.main ul.pontos li a[target=_blank]:focus:hover svg,
section.main ul.pontos li a[target=_blank]:active:hover svg,
section.main ul.pontos li a[target=_blank]:visited:hover svg {
  fill: #FFFFFF;
}
@media (max-width: 767px) {
  section.main ul.pontos li {
    padding: 0;
  }
  section.main ul.pontos li picture {
    position: relative;
    width: auto;
    height: auto;
  }
  section.main ul.pontos li picture img {
    position: relative;
    max-width: 170px;
    max-height: 80px;
  }
}
@media (max-width: 767px) {
  section.main ul.pontos {
    gap: 60px;
  }
}
section.main form {
  background: rgba(34, 34, 34, 0.1);
  padding: 60px;
  gap: 30px;
}
section.main form p {
  margin-top: 30px;
  text-align: center;
  color: inherit;
  font-size: 16px;
  font-weight: 300;
  z-index: 20;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
}
section.main form p a,
section.main form p a:focus,
section.main form p a:active,
section.main form p a:visited,
section.main form p strong {
  font-weight: 500;
  color: inherit;
}
section.main form header {
  position: relative;
  z-index: 10;
  color: inherit;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: flex-end;
}
section.main form header h2 {
  font-weight: 500;
  font-size: clamp(40px, 5vw, 60px);
  line-height: clamp(40px, 5vw, 60px);
  color: inherit;
}
section.main form header p {
  margin-top: auto;
  color: inherit;
  font-size: clamp(20px, 3vw, 30px);
  line-height: clamp(25px, 3vw, 30px);
  font-weight: 300;
  text-align: left;
}
section.main form header p strong {
  font-weight: 500;
  color: inherit;
}
section.main form div.row {
  display: flex;
  flex-flow: row nowrap;
  gap: 30px;
  justify-content: flex-start;
  align-content: stretch;
}
section.main form div.row div.col {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  position: relative;
  width: 100%;
}
section.main form div.row div.col:has(button:not(.remove)) {
  width: auto;
  flex-flow: row nowrap;
  justify-content: flex-end;
  gap: 20px 30px;
  margin-left: 30px;
}
@media (max-width: 1199px) {
  section.main form div.row div.col:has(button:not(.remove)) {
    flex-flow: row wrap;
    width: 100%;
    margin-left: 0;
  }
}
section.main form div.row div.col:has(*:disabled) {
  opacity: 0.2;
}
@media (max-width: 1199px) {
  section.main form div.row:has(button:not(.remove)) {
    flex-flow: row wrap;
  }
}
@media (max-width: 900px) {
  section.main form div.row {
    flex-flow: row wrap;
  }
}
section.main form div.row button,
section.main form div.row button:focus,
section.main form div.row button:active,
section.main form div.row button:visited {
  margin: auto 0 0 0;
  white-space: nowrap;
  padding: 10px 30px;
  box-shadow: none;
  background-color: #222;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 15px 28px 15px 30px;
}
section.main form div.row button:hover,
section.main form div.row button:focus:hover,
section.main form div.row button:active:hover,
section.main form div.row button:visited:hover {
  background-color: rgba(34, 34, 34, 0.8);
}
@media (max-width: 600px) {
  section.main form div.row button,
  section.main form div.row button:focus,
  section.main form div.row button:active,
  section.main form div.row button:visited {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  section.main form {
    padding: 30px;
  }
}
section.main div[data-filter] {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  gap: 15px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.2);
  padding-bottom: 30px;
}
section.main div[data-filter] div[itemprop=acceptedAnswer] {
  display: none;
}
section.main div[data-filter] div[itemprop=acceptedAnswer] h2, section.main div[data-filter] div[itemprop=acceptedAnswer] h3, section.main div[data-filter] div[itemprop=acceptedAnswer] h4, section.main div[data-filter] div[itemprop=acceptedAnswer] h5, section.main div[data-filter] div[itemprop=acceptedAnswer] ol, section.main div[data-filter] div[itemprop=acceptedAnswer] ul, section.main div[data-filter] div[itemprop=acceptedAnswer] p {
  position: relative;
  float: left;
  margin-top: 20px;
}
section.main section.list {
  padding: 0;
}
section.main:has(img.logo) > h2,
section.main:has(img.logo) > p,
section.main:has(img.logo) > ol,
section.main:has(img.logo) > ul:not(.filters) {
  padding-right: 300px;
}
@media (max-width: 767px) {
  section.main:has(img.logo) > h2,
  section.main:has(img.logo) > p,
  section.main:has(img.logo) > ol,
  section.main:has(img.logo) > ul:not(.filters) {
    padding-right: 0;
  }
}
section.main button.more,
section.main button.more:focus,
section.main button.more:active,
section.main button.more:visited {
  cursor: pointer;
  max-width: 100%;
  flex-flow: row nowrap;
  gap: 20px;
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: background-color, color;
  -moz-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  -webkit-transition-property: background-color, color;
  margin: 0;
  text-decoration: none;
  background-color: transparent;
  color: inherit;
  z-index: 10;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0;
  order: 1;
  display: inline;
  font-weight: 700;
}
section.main button.more:hover,
section.main button.more:focus:hover,
section.main button.more:active:hover,
section.main button.more:visited:hover {
  color: #222;
}
section.main section.more {
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  gap: 30px;
}
@media (max-width: 767px) {
  section.main {
    padding: 60px 30px;
  }
}

ul.actions {
  position: sticky;
  bottom: 30px;
  z-index: 3000;
  pointer-events: none;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-content: stretch;
  padding: 0 30px;
  margin: 60px 0 0 0;
  gap: 10px;
  color: #222;
}
ul.actions li {
  color: inherit;
  margin: 0;
  height: auto;
}
ul.actions li button,
ul.actions li button:focus,
ul.actions li button:active,
ul.actions li button:visited,
ul.actions li a,
ul.actions li a:focus,
ul.actions li a:active,
ul.actions li a:visited {
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  position: relative;
  color: inherit;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 0 10px;
  min-height: 40px;
  height: 100%;
  background-color: #FED925;
  font-weight: 600;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  pointer-events: all;
  box-shadow: 0 0 20px rgba(34, 34, 34, 0.1);
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 5px solid #222;
  max-width: 100px;
  text-align: center;
}
ul.actions li button svg,
ul.actions li button:focus svg,
ul.actions li button:active svg,
ul.actions li button:visited svg,
ul.actions li a svg,
ul.actions li a:focus svg,
ul.actions li a:active svg,
ul.actions li a:visited svg {
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  height: 30px;
  width: 30px;
  fill: #222;
  z-index: 10;
  margin: 0 0 auto 0;
}
ul.actions li button:has(svg),
ul.actions li button:focus:has(svg),
ul.actions li button:active:has(svg),
ul.actions li button:visited:has(svg),
ul.actions li a:has(svg),
ul.actions li a:focus:has(svg),
ul.actions li a:active:has(svg),
ul.actions li a:visited:has(svg) {
  padding: 8px 10px;
}
ul.actions li button:hover,
ul.actions li button:focus:hover,
ul.actions li button:active:hover,
ul.actions li button:visited:hover,
ul.actions li a:hover,
ul.actions li a:focus:hover,
ul.actions li a:active:hover,
ul.actions li a:visited:hover {
  background-color: #222222;
  border-bottom: 5px solid #FED925;
  color: #FFFFFF;
}
ul.actions li button:hover svg,
ul.actions li button:focus:hover svg,
ul.actions li button:active:hover svg,
ul.actions li button:visited:hover svg,
ul.actions li a:hover svg,
ul.actions li a:focus:hover svg,
ul.actions li a:active:hover svg,
ul.actions li a:visited:hover svg {
  fill: #FFFFFF;
}
@media (max-width: 767px) {
  ul.actions {
    padding: 0 30px 60px 30px;
  }
}

aside {
  position: sticky;
  width: calc(100% - 120px);
  margin: 0 auto;
  top: 90px;
  color: #222;
  max-width: 1390px;
  z-index: 4000;
  background-color: #e6e6e6;
}
aside .container {
  padding: 0 !important;
}
aside ul {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  color: inherit;
  justify-content: flex-start;
  align-content: flex-start;
  max-width: 1630px !important;
}
aside ul li {
  position: relative;
  color: inherit;
}
aside ul li button,
aside ul li button:focus,
aside ul li button:active,
aside ul li button:visited,
aside ul li a,
aside ul li a:focus,
aside ul li a:active,
aside ul li a:visited {
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  position: relative;
  float: left;
  color: inherit;
  text-decoration: none;
  font-size: 18px;
  line-height: 20px;
  cursor: pointer;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 15px 30px;
  min-height: 40px;
  background-color: rgba(255, 255, 255, 0);
  font-weight: 500;
  text-transform: lowercase;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  padding: 15px 28px 15px 30px;
}
aside ul li button svg,
aside ul li button:focus svg,
aside ul li button:active svg,
aside ul li button:visited svg,
aside ul li a svg,
aside ul li a:focus svg,
aside ul li a:active svg,
aside ul li a:visited svg {
  height: 12px;
  fill: #FFFFFF;
  z-index: 10;
}
aside ul li button.letter,
aside ul li button:focus.letter,
aside ul li button:active.letter,
aside ul li button:visited.letter,
aside ul li a.letter,
aside ul li a:focus.letter,
aside ul li a:active.letter,
aside ul li a:visited.letter {
  padding: 15px 18px 15px 20px;
}
aside ul li button:hover,
aside ul li button:focus:hover,
aside ul li button:active:hover,
aside ul li button:visited:hover,
aside ul li a:hover,
aside ul li a:focus:hover,
aside ul li a:active:hover,
aside ul li a:visited:hover {
  background-color: rgba(34, 34, 34, 0.1);
}
aside ul li button.active,
aside ul li button:focus.active,
aside ul li button:active.active,
aside ul li button:visited.active,
aside ul li a.active,
aside ul li a:focus.active,
aside ul li a:active.active,
aside ul li a:visited.active {
  color: #FFFFFF;
  background-color: #222222;
}
aside ul li ul {
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: opacity, transform;
  -moz-transition-property: opacity, transform;
  -o-transition-property: opacity, transform;
  -webkit-transition-property: opacity, transform;
  position: absolute;
  top: 100%;
  right: 20px;
  background-color: #FFFFFF;
  padding: 20px 0;
  color: #222;
  width: 90vw;
  max-width: 300px;
  margin-top: 10px;
  max-height: 70vh;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  border-radius: 0 0 20px 20px;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  gap: 0;
  scrollbar-color: rgba(34, 34, 34, 0.5) #ededed;
  scrollbar-width: thin;
  flex-flow: column nowrap;
  box-shadow: 0 0 20px rgba(34, 34, 34, 0.2);
}
aside ul li ul li {
  position: relative;
  float: left;
  width: calc(100% - 40px);
  margin: 0 auto;
}
aside ul li ul li p,
aside ul li ul li button,
aside ul li ul li button:focus,
aside ul li ul li button:active,
aside ul li ul li button:visited,
aside ul li ul li a,
aside ul li ul li a:focus,
aside ul li ul li a:active,
aside ul li ul li a:visited {
  justify-content: space-between;
  align-content: space-between;
  width: 100%;
  text-align: left !important;
  font-weight: 500;
  font-size: 16px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 20px;
  background-color: transparent;
}
aside ul li ul li p svg,
aside ul li ul li button svg,
aside ul li ul li button:focus svg,
aside ul li ul li button:active svg,
aside ul li ul li button:visited svg,
aside ul li ul li a svg,
aside ul li ul li a:focus svg,
aside ul li ul li a:active svg,
aside ul li ul li a:visited svg {
  fill: #222;
}
aside ul li ul li button.active,
aside ul li ul li button:focus.active,
aside ul li ul li button:active.active,
aside ul li ul li button:visited.active,
aside ul li ul li a.active,
aside ul li ul li a:focus.active,
aside ul li ul li a:active.active,
aside ul li ul li a:visited.active {
  background-color: rgba(237, 237, 237, 0.5);
}
aside ul li ul li button.open svg,
aside ul li ul li button:focus.open svg,
aside ul li ul li button:active.open svg,
aside ul li ul li button:visited.open svg,
aside ul li ul li a.open svg,
aside ul li ul li a:focus.open svg,
aside ul li ul li a:active.open svg,
aside ul li ul li a:visited.open svg {
  transform: rotate(180deg);
}
aside ul li ul li button:hover,
aside ul li ul li button:focus:hover,
aside ul li ul li button:active:hover,
aside ul li ul li button:visited:hover,
aside ul li ul li a:hover,
aside ul li ul li a:focus:hover,
aside ul li ul li a:active:hover,
aside ul li ul li a:visited:hover {
  background-color: #ededed;
}
aside ul li ul li ul {
  position: relative;
  float: left;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
  width: 100%;
  opacity: 1;
  display: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
aside ul li ul li ul li {
  width: 100%;
  margin: 0 auto;
}
aside ul li ul li ul li button,
aside ul li ul li ul li button:focus,
aside ul li ul li ul li button:active,
aside ul li ul li ul li button:visited,
aside ul li ul li ul li a,
aside ul li ul li ul li a:focus,
aside ul li ul li ul li a:active,
aside ul li ul li ul li a:visited {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-weight: 300;
  padding-left: 30px;
  padding-right: 30px;
}
aside ul li ul li ul li button.active,
aside ul li ul li ul li button:focus.active,
aside ul li ul li ul li button:active.active,
aside ul li ul li ul li button:visited.active,
aside ul li ul li ul li a.active,
aside ul li ul li ul li a:focus.active,
aside ul li ul li ul li a:active.active,
aside ul li ul li ul li a:visited.active {
  background-color: transparent;
  font-weight: 500;
}
aside ul li ul li:has(p) {
  background-color: rgba(34, 34, 34, 0.025);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin: 10px 0;
  padding: 10px 0 20px 0;
  width: 100%;
}
aside ul li ul li:has(p) p {
  padding-left: 40px;
}
aside ul li ul li:has(p) ul {
  display: flex;
}
aside ul li ul li:has(p) ul li {
  width: calc(100% - 60px);
}
aside ul li ul li:has(p) ul li button,
aside ul li ul li:has(p) ul li button:focus,
aside ul li ul li:has(p) ul li button:active,
aside ul li ul li:has(p) ul li button:visited,
aside ul li ul li:has(p) ul li a,
aside ul li ul li:has(p) ul li a:focus,
aside ul li ul li:has(p) ul li a:active,
aside ul li ul li:has(p) ul li a:visited {
  padding-left: 20px;
  padding-right: 20px;
}
aside ul li ul.open {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}
aside ul li ul.open ul {
  pointer-events: all;
}
aside ul li:has(label) {
  margin-left: auto;
  display: flex;
  flex-flow: row nowrap;
  gap: 15px;
  padding: 5px 5px 5px 20px;
}
aside ul li:has(label) label {
  font-size: 14px;
  padding: 0;
  margin: auto 0;
  text-transform: uppercase;
}
aside ul li:has(label) label:has(strong) {
  font-size: 16px;
  line-height: 20px;
}
aside ul li:has(label) label:has(strong) strong {
  font-size: 18px;
}
aside ul li:has(label) input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 15px;
  text-align: left;
  font-weight: 300;
  margin: auto 0;
  white-space: nowrap;
  background-color: #FFFFFF;
  color: #222;
  background-repeat: no-repeat;
  background-position: center right -50%;
  background-size: 16px;
  font-size: 18px;
  line-height: 20px;
  cursor: pointer;
  box-shadow: none;
}
aside ul li:has(label) input:focus {
  border-left: 1px solid rgba(34, 34, 34, 0.5);
}
@media (max-width: 767px) {
  aside ul li:has(button[data-child=langs]) ul {
    top: auto;
    margin-top: 0;
    margin-bottom: 10px;
    bottom: 100%;
    border-radius: 20px 20px 0 0;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    right: 0;
  }
  aside ul li:has(button[data-child=menu]) ul {
    top: auto;
    margin-top: 0;
    margin-bottom: 10px;
    bottom: 100%;
    right: 50%;
    transform: translateX(50%);
    border-radius: 20px 20px 0 0;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    max-width: 440px;
  }
  aside ul li:has(button[data-child=menu]) ul li ul {
    right: 0;
    left: 0;
    transform: translateX(0);
  }
  aside ul li:has(button[data-child=menu]) ul.open {
    transform: translateX(50%) translateY(0);
  }
}
aside ul.light {
  background-color: #F4F4F4;
}
@media (max-width: 767px) {
  aside {
    width: 100%;
    top: 60px;
  }
}

section.collections {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  max-width: 1500px;
  margin: 40px auto 0 auto;
  z-index: 100;
  gap: 40px;
  padding: 0 60px;
}
section.collections ul.filters {
  position: sticky;
  top: 120px;
  flex-flow: column nowrap;
  max-width: 350px;
  min-width: 250px;
  width: 100% !important;
  margin: 0 15px auto 0;
  max-height: calc(100vh - 160px);
  overflow: auto;
  padding: 0;
  gap: 0;
}
section.collections ul.filters li {
  width: 100% !important;
  justify-content: flex-end;
  flex-flow: row wrap !important;
  padding: 15px 20px;
}
section.collections ul.filters li ul {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  width: 100%;
  max-width: 100%;
  gap: 5px;
  padding: 0;
  margin: 10px 0 0 0;
}
section.collections ul.filters li ul li {
  padding: 0;
  width: 100%;
  max-width: calc(50% - 20px) !important;
}
section.collections ul.filters li ul li:not(:has(p)) {
  max-width: 100% !important;
}
section.collections ul.filters li:has(button.clearall) {
  position: sticky;
  bottom: -20px;
  background-color: #FDFDFD;
  padding: 20px;
  margin: 0;
  z-index: 200;
}
section.collections ul.filters > li:not(:first-child) {
  border-top: 1px solid rgba(34, 34, 34, 0.2);
}
@media (max-width: 767px) {
  section.collections ul.filters {
    position: relative;
    top: 0;
    max-width: 100%;
    min-width: 0;
    margin: 0 0 30px 0;
  }
}
section.collections section.main {
  padding: 0;
}
section.collections section.list {
  margin: 0 0 auto 0;
}
section.collections:has(section.main.product) {
  max-width: 1500px;
}
section.collections.lists {
  max-width: 100%;
}
section.collections:not(:has(ul.filters)) {
  width: calc(100% - 120px) !important;
  max-width: 1680px !important;
}
section.collections:not(:has(ul.filters)) section.main.product {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  section.collections:not(:has(ul.filters)) {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  section.collections {
    flex-flow: column nowrap;
    padding: 0 30px;
  }
  section.collections section.main {
    padding: 30px 0;
  }
}

section[data-area=produto] {
  background-color: rgba(237, 237, 237, 0.25);
  margin: 40px 0 0 0;
  padding: 60px 0;
}
section[data-area=produto] h2 {
  position: relative;
  font-weight: 500;
  font-size: clamp(30px, 4vw, 40px);
  line-height: clamp(30px, 4vw, 40px);
  color: inherit;
  margin: auto auto 30px auto;
  text-align: center;
  width: 100%;
  padding: 0 60px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: flex-end;
  gap: 15px;
  text-transform: lowercase;
  max-width: 1620px;
  max-width: 1680px;
  font-size: clamp(20px, 5vw, 30px);
  line-height: clamp(20px, 5vw, 30px);
  text-transform: uppercase;
  letter-spacing: clamp(1px, 1vw, 2px);
}
@media (max-width: 767px) {
  section[data-area=produto] h2 {
    padding: 0 30px;
  }
}
section[data-area=produto] ul.formatos {
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: flex-start;
  gap: 40px 20px;
  list-style: none;
  padding: 0 60px 60px 60px;
  max-width: 1620px;
  max-width: 1680px;
  margin: 0 auto;
}
section[data-area=produto] ul.formatos li {
  position: relative;
  margin: auto 0 0 0;
}
section[data-area=produto] ul.formatos li span {
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  display: block;
  border: 1px solid #222;
  margin: 0 0 10px 0;
  background-image: url(https://margres.com/images/back.png);
}
section[data-area=produto] ul.formatos li p {
  font-weight: 500;
}
section[data-area=produto] ul.formatos li img {
  position: absolute;
  top: 100%;
  height: 10px;
  margin: 5px 0 0 0;
}
section[data-area=produto] ul.formatos li.active span {
  background-color: rgba(254, 217, 37, 0.5);
}
@media (max-width: 767px) {
  section[data-area=produto] ul.formatos {
    padding: 0 30px 60px 30px;
  }
}
section[data-area=produto] ul.cores {
  position: sticky;
  top: 30px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  list-style: none;
  z-index: 800;
  padding: 0 60px;
  max-width: 1620px;
  max-width: 1680px;
  margin: 0 auto;
}
section[data-area=produto] ul.cores li {
  position: relative;
  width: 100%;
}
section[data-area=produto] ul.cores li button,
section[data-area=produto] ul.cores li button:focus,
section[data-area=produto] ul.cores li button:active,
section[data-area=produto] ul.cores li button:visited {
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: border;
  -moz-transition-property: border;
  -o-transition-property: border;
  -webkit-transition-property: border;
  position: relative;
  width: 100%;
  height: 150px;
  cursor: pointer;
  float: left;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border-bottom: 1px #222 solid;
}
section[data-area=produto] ul.cores li button img,
section[data-area=produto] ul.cores li button:focus img,
section[data-area=produto] ul.cores li button:active img,
section[data-area=produto] ul.cores li button:visited img {
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
@media (max-width: 767px) {
  section[data-area=produto] ul.cores li button,
  section[data-area=produto] ul.cores li button:focus,
  section[data-area=produto] ul.cores li button:active,
  section[data-area=produto] ul.cores li button:visited {
    height: 60px;
  }
}
section[data-area=produto] ul.cores li button:hover,
section[data-area=produto] ul.cores li button:focus:hover,
section[data-area=produto] ul.cores li button:active:hover,
section[data-area=produto] ul.cores li button:visited:hover {
  border-bottom: 10px #222 solid;
}
section[data-area=produto] ul.cores li button:hover img,
section[data-area=produto] ul.cores li button:focus:hover img,
section[data-area=produto] ul.cores li button:active:hover img,
section[data-area=produto] ul.cores li button:visited:hover img {
  transform: scale(1.2);
}
section[data-area=produto] ul.cores li button.active:after,
section[data-area=produto] ul.cores li button:focus.active:after,
section[data-area=produto] ul.cores li button:active.active:after,
section[data-area=produto] ul.cores li button:visited.active:after {
  background-color: #FED925;
  content: " ";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 15px;
  z-index: 200;
  display: block;
  box-shadow: 0 0 20px rgba(34, 34, 34, 0.1);
}
section[data-area=produto] ul.cores li button.active,
section[data-area=produto] ul.cores li button:focus.active,
section[data-area=produto] ul.cores li button:active.active,
section[data-area=produto] ul.cores li button:visited.active {
  border-bottom: 5px #222 solid;
}
@media (max-width: 767px) {
  section[data-area=produto] ul.cores {
    top: 60px;
    padding: 0;
  }
}

section[data-area=cores] {
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  background-color: #222;
}
section[data-area=cores] article {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  width: 100%;
  min-height: clamp(400px, 70vh, 800px);
}
section[data-area=cores] article div.info {
  margin: 0 auto;
  width: 100%;
  padding: 60px;
  max-width: 1620px;
}
@media (max-width: 767px) {
  section[data-area=cores] article div.info {
    margin-top: 40vh;
    padding: 0;
  }
}
section[data-area=cores] article div.images {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-content: stretch;
}
section[data-area=cores] article div.images a,
section[data-area=cores] article div.images a:focus,
section[data-area=cores] article div.images a:active,
section[data-area=cores] article div.images a:visited {
  position: relative;
  width: 100%;
  background-size: 100% auto;
  background-position: top left;
}
section[data-area=cores] article div.images a:first-of-type,
section[data-area=cores] article div.images a:focus:first-of-type,
section[data-area=cores] article div.images a:active:first-of-type,
section[data-area=cores] article div.images a:visited:first-of-type {
  background-size: 50% auto;
}
@media (max-width: 767px) {
  section[data-area=cores] article div.images a:first-of-type,
  section[data-area=cores] article div.images a:focus:first-of-type,
  section[data-area=cores] article div.images a:active:first-of-type,
  section[data-area=cores] article div.images a:visited:first-of-type {
    background-size: 100% auto;
  }
}
section[data-area=cores] article header {
  position: relative;
  float: left;
  width: 40%;
  min-width: 600px;
  color: #FFFFFF;
  padding: 30px;
  background-color: #222222;
}
section[data-area=cores] article header * {
  color: inherit;
}
section[data-area=cores] article header h3 {
  position: relative;
  float: left;
  font-weight: 500;
  text-align: left;
  font-size: clamp(30px, 4vw, 40px);
  line-height: clamp(30px, 4vw, 40px);
  padding: 0;
  width: 100%;
  margin: 0 0 15px 0;
  font-size: clamp(20px, 5vw, 30px);
  line-height: clamp(20px, 5vw, 30px);
  text-transform: uppercase;
  letter-spacing: clamp(1px, 1vw, 4px);
}
section[data-area=cores] article header h3 strong {
  font-weight: 700;
  letter-spacing: clamp(1px, 1vw, 4px);
}
section[data-area=cores] article header p {
  padding: 0;
  margin: 0;
  position: relative;
  width: auto;
  float: left;
  font-weight: 500;
}
section[data-area=cores] article header p img {
  height: 10px;
}
section[data-area=cores] article header > ul {
  position: relative;
  float: left;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: flex-start;
  width: 100%;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 20px 0 0 0;
}
section[data-area=cores] article header > ul p {
  padding: 0;
  margin: 0;
  position: relative;
  width: auto;
  float: left;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.5px;
}
section[data-area=cores] article header > ul p:nth-child(odd) {
  font-weight: 500;
}
section[data-area=cores] article header > ul a,
section[data-area=cores] article header > ul a:focus,
section[data-area=cores] article header > ul a:active,
section[data-area=cores] article header > ul a:visited {
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: background-color, color;
  -moz-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  -webkit-transition-property: background-color, color;
  position: relative;
  float: left;
  background-color: #333;
  padding: 5px 10px;
  margin-top: 10px;
  text-transform: lowercase;
  font-size: 12px;
  text-decoration: none;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  gap: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
section[data-area=cores] article header > ul a svg,
section[data-area=cores] article header > ul a:focus svg,
section[data-area=cores] article header > ul a:active svg,
section[data-area=cores] article header > ul a:visited svg {
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: fill;
  -moz-transition-property: fill;
  -o-transition-property: fill;
  -webkit-transition-property: fill;
  width: 12px;
  min-width: 12px;
  fill: #FFFFFF;
}
section[data-area=cores] article header > ul a:hover,
section[data-area=cores] article header > ul a:focus:hover,
section[data-area=cores] article header > ul a:active:hover,
section[data-area=cores] article header > ul a:visited:hover {
  background-color: #FED925;
  color: #222222;
}
section[data-area=cores] article header > ul a:hover svg,
section[data-area=cores] article header > ul a:focus:hover svg,
section[data-area=cores] article header > ul a:active:hover svg,
section[data-area=cores] article header > ul a:visited:hover svg {
  fill: #222222;
}
section[data-area=cores] article header > ul > li {
  position: relative;
  width: 100%;
  max-width: calc(33.3333333333% - 20px);
}
section[data-area=cores] article header > ul > li > p {
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
section[data-area=cores] article header > ul > li ul {
  position: relative;
  float: left;
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  gap: 5px;
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;
}
section[data-area=cores] article header > ul > li ul li {
  position: relative;
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: flex-start;
  gap: 10px;
}
@media (max-width: 500px) {
  section[data-area=cores] article header > ul > li {
    max-width: calc(50% - 15px);
  }
}
section[data-area=cores] article header > ul:nth-child(3) {
  margin-top: 30px;
}
section[data-area=cores] article header > ul:nth-child(3) > li {
  max-width: 100%;
}
@media (max-width: 767px) {
  section[data-area=cores] article header {
    width: 100%;
    min-width: 0;
    padding: 60px 30px;
  }
}
section[data-area=cores] article:not(.show) {
  display: none;
}

button.section,
button.section:focus,
button.section:active,
button.section:visited {
  position: relative;
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: opacity, transform;
  -moz-transition-property: opacity, transform;
  -o-transition-property: opacity, transform;
  -webkit-transition-property: opacity, transform;
  background-color: transparent;
  width: 100%;
  padding: 0 60px;
  max-width: 1620px;
  max-width: 1680px;
  display: flex;
  flex-flow: row nowrap;
  cursor: pointer;
  justify-content: space-between;
  align-content: center;
  margin: 40px auto 0 auto;
}
button.section:after,
button.section:focus:after,
button.section:active:after,
button.section:visited:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 60px;
  width: calc(100% - 120px);
  background-color: #222;
  height: 1px;
  opacity: 0.4;
}
button.section h2,
button.section:focus h2,
button.section:active h2,
button.section:visited h2 {
  width: auto;
  margin: auto 0;
  padding: 0;
}
button.section h2 small,
button.section:focus h2 small,
button.section:active h2 small,
button.section:visited h2 small {
  background-color: #ededed;
  font-size: 14px;
  padding: 0 10px;
}
button.section svg,
button.section:focus svg,
button.section:active svg,
button.section:visited svg {
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: opacity, transform;
  -moz-transition-property: opacity, transform;
  -o-transition-property: opacity, transform;
  -webkit-transition-property: opacity, transform;
  min-width: 40px;
  width: 40px;
  height: 40px;
  fill: #222;
  margin: auto 0;
}
button.section:hover,
button.section:focus:hover,
button.section:active:hover,
button.section:visited:hover {
  opacity: 0.5;
}
button.section.active,
button.section:focus.active,
button.section:active.active,
button.section:visited.active {
  opacity: 1;
}
button.section.active svg,
button.section:focus.active svg,
button.section:active.active svg,
button.section:visited.active svg {
  transform: rotate(180deg);
}

section[data-area=especiais] section.main,
section[data-area=decorados] section.main {
  padding: 15px;
}
section[data-area=especiais]:not(:has(article:not(.hidden))) p.warning, section[data-area=especiais]:not(:has(article:not(.hidden))) section.main,
section[data-area=decorados]:not(:has(article:not(.hidden))) p.warning,
section[data-area=decorados]:not(:has(article:not(.hidden))) section.main {
  display: none;
}
section[data-area=especiais]:not(:has(article:not(.hidden))):before,
section[data-area=decorados]:not(:has(article:not(.hidden))):before {
  order: 1;
  content: var(--no-decors);
  background-image: url(../images/warning.svg);
  background-position: 0px 1px;
  background-repeat: no-repeat;
  background-size: 14px;
  padding: 20px 20px 20px 42px;
  padding: 0px 0px 0px 22px;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 18px;
  width: 100%;
}

section[data-area=especiais] article {
  display: none;
}
section[data-area=especiais] article:nth-child(1), section[data-area=especiais] article:nth-child(2), section[data-area=especiais] article:nth-child(3), section[data-area=especiais] article:nth-child(4), section[data-area=especiais] article:nth-child(5), section[data-area=especiais] article:nth-child(6), section[data-area=especiais] article:nth-child(7) {
  display: flex;
}
@media (max-width: 1600px) {
  section[data-area=especiais] article:nth-child(7) {
    display: none;
  }
}
@media (max-width: 1250px) {
  section[data-area=especiais] article:nth-child(6), section[data-area=especiais] article:nth-child(7) {
    display: none;
  }
}
@media (max-width: 767px) {
  section[data-area=especiais] article:nth-child(4), section[data-area=especiais] article:nth-child(5), section[data-area=especiais] article:nth-child(6), section[data-area=especiais] article:nth-child(7) {
    display: none;
  }
}
section[data-area=especiais] section.main {
  display: none;
}
section[data-area=especiais] *.show {
  display: flex !important;
}
section[data-area=especiais] button,
section[data-area=especiais] button:focus,
section[data-area=especiais] button:active,
section[data-area=especiais] button:visited {
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  position: relative;
  width: 100%;
  background-color: transparent;
  border-bottom: 1px solid #ededed;
  text-align: left;
  padding: 0 5px 0 15px;
  cursor: pointer;
  font-weight: 700;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-content: space-between;
}
section[data-area=especiais] button svg,
section[data-area=especiais] button:focus svg,
section[data-area=especiais] button:active svg,
section[data-area=especiais] button:visited svg {
  fill: #222;
  height: 40px;
  width: 30px;
}
section[data-area=especiais] button:hover,
section[data-area=especiais] button:focus:hover,
section[data-area=especiais] button:active:hover,
section[data-area=especiais] button:visited:hover {
  border-bottom: 1px solid #222;
}

section[data-area=inspiration] {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  max-width: 1200px;
  width: 100%;
  margin: 60px auto;
  gap: 20px;
  background-color: #ededed;
  padding: 20px;
}
section[data-area=inspiration] button,
section[data-area=inspiration] button:focus,
section[data-area=inspiration] button:active,
section[data-area=inspiration] button:visited {
  position: sticky;
  top: 90px;
  z-index: 200;
  width: 100%;
  background-color: #222;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 30px 30px 30px 60px;
}
section[data-area=inspiration] button img,
section[data-area=inspiration] button:focus img,
section[data-area=inspiration] button:active img,
section[data-area=inspiration] button:visited img {
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: opacity, transform;
  -moz-transition-property: opacity, transform;
  -o-transition-property: opacity, transform;
  -webkit-transition-property: opacity, transform;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  opacity: 0.2;
}
section[data-area=inspiration] button svg,
section[data-area=inspiration] button:focus svg,
section[data-area=inspiration] button:active svg,
section[data-area=inspiration] button:visited svg {
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: opacity, transform;
  -moz-transition-property: opacity, transform;
  -o-transition-property: opacity, transform;
  -webkit-transition-property: opacity, transform;
  fill: #FFFFFF;
  margin: auto 0;
  height: clamp(30px, 4vw, 40px);
  width: clamp(30px, 4vw, 40px);
}
section[data-area=inspiration] button:hover img,
section[data-area=inspiration] button:focus:hover img,
section[data-area=inspiration] button:active:hover img,
section[data-area=inspiration] button:visited:hover img {
  opacity: 0.1;
  transform: scale(1.05);
}
section[data-area=inspiration] button.active svg,
section[data-area=inspiration] button:focus.active svg,
section[data-area=inspiration] button:active.active svg,
section[data-area=inspiration] button:visited.active svg {
  transform: rotate(45deg);
}
section[data-area=inspiration] h2 {
  position: relative;
  font-weight: 500;
  font-size: clamp(30px, 4vw, 40px);
  line-height: clamp(30px, 4vw, 40px);
  color: #FFFFFF;
  margin: auto;
  text-align: center;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: flex-end;
  gap: 15px;
  text-transform: lowercase;
  max-width: 1620px;
  font-size: clamp(20px, 5vw, 30px);
  line-height: clamp(20px, 5vw, 30px);
  text-transform: uppercase;
  letter-spacing: clamp(1px, 1vw, 2px);
}
@media (max-width: 767px) {
  section[data-area=inspiration] h2 {
    padding: 0 30px;
  }
}
section[data-area=inspiration] section {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  width: 100%;
  height: 70vh;
  min-height: 400px;
  max-height: 800px;
}
section[data-area=inspiration] section div.images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  z-index: 1;
}
section[data-area=inspiration] section div.images picture {
  position: relative;
  overflow: hidden;
  width: 40%;
  min-width: 40%;
  height: 100%;
}
section[data-area=inspiration] section div.images picture img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
section[data-area=inspiration] section div.images picture:first-of-type {
  width: 100%;
}
section[data-area=inspiration] section header {
  padding: 30px;
  background-color: #FFFFFF;
  margin: auto 0 0 0;
  z-index: 100;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  gap: 20px;
  width: 100%;
  max-width: calc(60% - 40px);
  margin: auto 20px 20px 20px;
}
section[data-area=inspiration] section header h3, section[data-area=inspiration] section header h4 {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  max-width: 960px;
  color: inherit;
  background-color: transparent;
  text-align: left;
  text-transform: lowercase;
  font-size: clamp(18px, 2vw, 18px);
  line-height: clamp(20px, 2vw, 20px);
  letter-spacing: clamp(1px, 1vw, 2px);
  text-transform: uppercase;
}
section[data-area=inspiration] section header p, section[data-area=inspiration] section header ul, section[data-area=inspiration] section header ol, section[data-area=inspiration] section header li {
  position: relative;
  width: 100%;
  max-width: 960px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  color: inherit;
  margin: 0;
  padding: 0;
  letter-spacing: 0.5px;
}
section[data-area=inspiration] section header p a,
section[data-area=inspiration] section header p a:focus,
section[data-area=inspiration] section header p a:active,
section[data-area=inspiration] section header p a:visited,
section[data-area=inspiration] section header p strong, section[data-area=inspiration] section header ul a,
section[data-area=inspiration] section header ul a:focus,
section[data-area=inspiration] section header ul a:active,
section[data-area=inspiration] section header ul a:visited,
section[data-area=inspiration] section header ul strong, section[data-area=inspiration] section header ol a,
section[data-area=inspiration] section header ol a:focus,
section[data-area=inspiration] section header ol a:active,
section[data-area=inspiration] section header ol a:visited,
section[data-area=inspiration] section header ol strong, section[data-area=inspiration] section header li a,
section[data-area=inspiration] section header li a:focus,
section[data-area=inspiration] section header li a:active,
section[data-area=inspiration] section header li a:visited,
section[data-area=inspiration] section header li strong {
  font-weight: 500;
  color: inherit;
  letter-spacing: 0.5px;
}
section[data-area=inspiration] section header p a,
section[data-area=inspiration] section header p a:focus,
section[data-area=inspiration] section header p a:active,
section[data-area=inspiration] section header p a:visited, section[data-area=inspiration] section header ul a,
section[data-area=inspiration] section header ul a:focus,
section[data-area=inspiration] section header ul a:active,
section[data-area=inspiration] section header ul a:visited, section[data-area=inspiration] section header ol a,
section[data-area=inspiration] section header ol a:focus,
section[data-area=inspiration] section header ol a:active,
section[data-area=inspiration] section header ol a:visited, section[data-area=inspiration] section header li a,
section[data-area=inspiration] section header li a:focus,
section[data-area=inspiration] section header li a:active,
section[data-area=inspiration] section header li a:visited {
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
}
section[data-area=inspiration] section header p a:hover,
section[data-area=inspiration] section header p a:focus:hover,
section[data-area=inspiration] section header p a:active:hover,
section[data-area=inspiration] section header p a:visited:hover, section[data-area=inspiration] section header ul a:hover,
section[data-area=inspiration] section header ul a:focus:hover,
section[data-area=inspiration] section header ul a:active:hover,
section[data-area=inspiration] section header ul a:visited:hover, section[data-area=inspiration] section header ol a:hover,
section[data-area=inspiration] section header ol a:focus:hover,
section[data-area=inspiration] section header ol a:active:hover,
section[data-area=inspiration] section header ol a:visited:hover, section[data-area=inspiration] section header li a:hover,
section[data-area=inspiration] section header li a:focus:hover,
section[data-area=inspiration] section header li a:active:hover,
section[data-area=inspiration] section header li a:visited:hover {
  opacity: 0.6;
}
section[data-area=inspiration] section header ul, section[data-area=inspiration] section header ol {
  padding: 0 0 0 30px;
}
section[data-area=inspiration] section:not(:has(div.images)) {
  height: auto;
  max-height: 100%;
}
section[data-area=inspiration] section:not(:has(div.images)) header {
  margin: auto;
  max-width: 100%;
}
section[data-area=inspiration] section:not(:has(div.images)):not(.quote) {
  min-height: 0;
}
section[data-area=inspiration] section:not(:has(div.images)).quote {
  background-color: rgba(255, 255, 255, 0.5);
}
section[data-area=inspiration] section:not(:has(div.images)).quote header {
  background-color: transparent;
  width: auto;
  text-align: center;
}
section[data-area=inspiration] section:nth-child(even) {
  justify-content: flex-end;
}
section[data-area=inspiration] section:nth-child(even) div.images {
  flex-flow: row-reverse nowrap;
}

section.userType {
  position: fixed;
  background-color: rgba(34, 34, 34, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  overflow: auto;
}
section.userType div {
  margin: auto;
  background-color: #FFFFFF;
  box-shadow: 0 0 20px rgba(34, 34, 34, 0.2);
  width: calc(100% - 60px);
  max-width: 500px;
  min-height: 200px;
  max-height: 60vh;
  overflow: auto;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  gap: 20px;
}
section.userType div header {
  position: sticky;
  top: 0;
  background-color: #FFFFFF;
  padding: 20px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  z-index: 10;
  gap: 30px;
  border-bottom: 1px solid #ededed;
}
section.userType div header h3 {
  position: relative;
  width: 100%;
  margin: auto 0;
  padding: 0;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  color: inherit;
  text-transform: lowercase;
  font-size: clamp(18px, 2vw, 18px);
  line-height: clamp(20px, 2vw, 20px);
  letter-spacing: clamp(1px, 1vw, 2px);
  text-transform: uppercase;
}
section.userType div header button,
section.userType div header button:focus,
section.userType div header button:active,
section.userType div header button:visited {
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  position: relative;
  padding: 20px;
  cursor: pointer;
  background-color: #ededed;
}
section.userType div header button svg,
section.userType div header button:focus svg,
section.userType div header button:active svg,
section.userType div header button:visited svg {
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  fill: #222222;
}
section.userType div header button:hover,
section.userType div header button:focus:hover,
section.userType div header button:active:hover,
section.userType div header button:visited:hover {
  background-color: #222222;
}
section.userType div header button:hover svg,
section.userType div header button:focus:hover svg,
section.userType div header button:active:hover svg,
section.userType div header button:visited:hover svg {
  fill: #FFFFFF;
}
section.userType div p {
  position: relative;
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  padding: 0 30px;
  letter-spacing: 0.5px;
}
section.userType div p strong {
  font-weight: 500;
}
section.userType div p a,
section.userType div p a:focus,
section.userType div p a:active,
section.userType div p a:visited {
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
}
section.userType div p a:hover,
section.userType div p a:focus:hover,
section.userType div p a:active:hover,
section.userType div p a:visited:hover {
  opacity: 0.5;
}
section.userType div select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #ededed;
  color: #222222;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 15px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.5px;
}
section.userType div button:not(.close),
section.userType div button:not(.close):focus,
section.userType div button:not(.close):active,
section.userType div button:visited {
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  position: relative;
  padding: 15px;
  cursor: pointer;
  background-color: #222222;
  width: calc(100% - 40px);
  margin: 0 auto 20px auto;
  text-transform: lowercase;
  text-transform: uppercase;
  font-weight: 500;
  color: #FFFFFF;
  font-size: 16px;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 1px;
}
section.userType div button:not(.close):not(:disabled):hover,
section.userType div button:not(.close):focus:not(:disabled):hover,
section.userType div button:not(.close):active:not(:disabled):hover,
section.userType div button:visited:not(:disabled):hover {
  background-color: #ededed;
  color: #222222;
}
section.userType div button:not(.close):disabled,
section.userType div button:not(.close):focus:disabled,
section.userType div button:not(.close):active:disabled,
section.userType div button:visited:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

#iframe1 {
  position: relative;
  width: calc(100% - 120px);
  margin: 60px auto 0 auto;
  height: 80vh;
  min-height: 750px;
  max-height: 1000px;
}
@media (max-width: 767px) {
  #iframe1 {
    width: calc(100% - 40px);
    margin: 20px auto 0 auto;
  }
}
@media (max-width: 767px) {
  #iframe1.onde {
    width: calc(100% - 60px);
    min-height: calc(100vh + 1000px);
  }
}

.youtube,
#youtube {
  position: relative;
  width: 100%;
  float: left;
  aspect-ratio: 16/9;
}

section.onde {
  position: relative;
  width: calc(100% - 120px);
  margin: 0 auto;
  display: flex;
  flex-flow: row-reverse nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  gap: 30px 0;
}
@media (max-width: 767px) {
  section.onde {
    flex-flow: row wrap;
    min-height: 100vh;
    width: 100%;
  }
}
section.onde ul.filters {
  width: 100%;
}
section.onde ul.filters li.search {
  width: 100%;
  flex-flow: row wrap;
}
section.onde ul.filters li.search p {
  width: 100%;
}
section.onde ul.filters li.search input {
  transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  padding: 12px 15px;
  border: none;
  width: 100%;
}
section.onde ul.filters li.search button,
section.onde ul.filters li.search button:active,
section.onde ul.filters li.search button:focus,
section.onde ul.filters li.search button:visited {
  display: none;
  min-height: 44px;
}
section.onde ul.filters li.search:has(input.filled) input {
  width: calc(100% - 44px);
}
section.onde ul.filters li.search:has(input.filled) button,
section.onde ul.filters li.search:has(input.filled) button:active,
section.onde ul.filters li.search:has(input.filled) button:focus,
section.onde ul.filters li.search:has(input.filled) button:visited {
  display: flex;
}

#map {
  background-color: #222;
  width: calc(100% - 120px);
  margin: 0 auto;
  height: 60vh;
  max-height: 400px;
  z-index: 300;
}
#map.onde {
  position: sticky !important;
  top: 0;
  right: 0;
  width: 50%;
  height: 100vh;
  max-height: 1500px;
  min-width: 50%;
}
@media (max-width: 1250px) {
  #map.onde {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #map.onde {
    position: sticky;
    top: 50px;
    height: 300px;
  }
}
@media (max-width: 767px) {
  #map {
    width: 100%;
  }
}

section.contacts {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: stretch;
  align-content: stretch;
  width: calc(100% - 240px);
  margin: 60px auto 0 auto;
  gap: 20px;
}
section.contacts div.col {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: stretch;
  align-content: stretch;
  gap: 20px;
  width: 100%;
  max-width: calc(33.3333333333% - 13.3333333333px);
}
@media (max-width: 1250px) {
  section.contacts div.col {
    max-width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  section.contacts div.col {
    max-width: 100%;
  }
}
section.contacts div.local {
  position: relative;
  padding: 30px 0;
  width: 100%;
  margin: 0;
  background-color: rgba(237, 237, 237, 0.5);
}
section.contacts div.local ul {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 10px;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.5px;
  font-weight: 300;
  height: 100%;
}
section.contacts div.local ul button,
section.contacts div.local ul button:focus,
section.contacts div.local ul button:active,
section.contacts div.local ul button:visited,
section.contacts div.local ul strong,
section.contacts div.local ul a,
section.contacts div.local ul a:focus,
section.contacts div.local ul a:active,
section.contacts div.local ul a:visited {
  font-weight: 500;
}
section.contacts div.local ul a,
section.contacts div.local ul a:focus,
section.contacts div.local ul a:active,
section.contacts div.local ul a:visited,
section.contacts div.local ul button,
section.contacts div.local ul button:focus,
section.contacts div.local ul button:active,
section.contacts div.local ul button:visited {
  position: relative;
  float: left;
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: background-color, color;
  -moz-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  -webkit-transition-property: background-color, color;
  margin: 0 auto 0 0;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 16px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  border: 1px solid rgba(34, 34, 34, 0.1);
  background-color: #ededed;
  color: inherit;
  z-index: 10;
  letter-spacing: 1px;
  word-break: break-all;
}
section.contacts div.local ul a:hover,
section.contacts div.local ul a:focus:hover,
section.contacts div.local ul a:active:hover,
section.contacts div.local ul a:visited:hover,
section.contacts div.local ul button:hover,
section.contacts div.local ul button:focus:hover,
section.contacts div.local ul button:active:hover,
section.contacts div.local ul button:visited:hover {
  background-color: #222;
  color: #FFFFFF;
}
section.contacts div.local ul a span, section.contacts div.local ul a small, section.contacts div.local ul a sup,
section.contacts div.local ul a:focus span,
section.contacts div.local ul a:focus small,
section.contacts div.local ul a:focus sup,
section.contacts div.local ul a:active span,
section.contacts div.local ul a:active small,
section.contacts div.local ul a:active sup,
section.contacts div.local ul a:visited span,
section.contacts div.local ul a:visited small,
section.contacts div.local ul a:visited sup,
section.contacts div.local ul button span,
section.contacts div.local ul button small,
section.contacts div.local ul button sup,
section.contacts div.local ul button:focus span,
section.contacts div.local ul button:focus small,
section.contacts div.local ul button:focus sup,
section.contacts div.local ul button:active span,
section.contacts div.local ul button:active small,
section.contacts div.local ul button:active sup,
section.contacts div.local ul button:visited span,
section.contacts div.local ul button:visited small,
section.contacts div.local ul button:visited sup {
  color: inherit !important;
  font-weight: inherit;
  letter-spacing: 1px;
}
section.contacts div.local ul a svg,
section.contacts div.local ul a:focus svg,
section.contacts div.local ul a:active svg,
section.contacts div.local ul a:visited svg,
section.contacts div.local ul button svg,
section.contacts div.local ul button:focus svg,
section.contacts div.local ul button:active svg,
section.contacts div.local ul button:visited svg {
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: fill;
  -moz-transition-property: fill;
  -o-transition-property: fill;
  -webkit-transition-property: fill;
  position: absolute;
  left: 15px;
  top: 10px;
  margin: auto 0;
  width: 18px;
  height: 18px;
  fill: #222;
  opacity: 0.8;
}
section.contacts div.local ul a sup,
section.contacts div.local ul a:focus sup,
section.contacts div.local ul a:active sup,
section.contacts div.local ul a:visited sup,
section.contacts div.local ul button sup,
section.contacts div.local ul button:focus sup,
section.contacts div.local ul button:active sup,
section.contacts div.local ul button:visited sup {
  position: absolute;
  right: 16px;
  top: 8px;
}
section.contacts div.local ul a:has(sup),
section.contacts div.local ul a:focus:has(sup),
section.contacts div.local ul a:active:has(sup),
section.contacts div.local ul a:visited:has(sup),
section.contacts div.local ul button:has(sup),
section.contacts div.local ul button:focus:has(sup),
section.contacts div.local ul button:active:has(sup),
section.contacts div.local ul button:visited:has(sup) {
  padding-right: 35px;
}
section.contacts div.local ul a:has(svg),
section.contacts div.local ul a:focus:has(svg),
section.contacts div.local ul a:active:has(svg),
section.contacts div.local ul a:visited:has(svg),
section.contacts div.local ul button:has(svg),
section.contacts div.local ul button:focus:has(svg),
section.contacts div.local ul button:active:has(svg),
section.contacts div.local ul button:visited:has(svg) {
  padding-left: 40px;
}
section.contacts div.local ul a:hover,
section.contacts div.local ul a:focus:hover,
section.contacts div.local ul a:active:hover,
section.contacts div.local ul a:visited:hover,
section.contacts div.local ul button:hover,
section.contacts div.local ul button:focus:hover,
section.contacts div.local ul button:active:hover,
section.contacts div.local ul button:visited:hover {
  background-color: #222;
  color: #FFFFFF;
}
section.contacts div.local ul a:hover svg,
section.contacts div.local ul a:focus:hover svg,
section.contacts div.local ul a:active:hover svg,
section.contacts div.local ul a:visited:hover svg,
section.contacts div.local ul button:hover svg,
section.contacts div.local ul button:focus:hover svg,
section.contacts div.local ul button:active:hover svg,
section.contacts div.local ul button:visited:hover svg {
  fill: #FFFFFF;
}
section.contacts div.local ul li {
  padding: 0 30px;
}
section.contacts div.local ul li.apoio {
  margin: 10px 30px;
  padding: 30px;
  background-color: rgba(34, 34, 34, 0.05);
}
section.contacts div.local ul li.apoio p {
  margin-bottom: 10px;
  font-weight: 500;
}
section.contacts div.local ul li.article {
  padding: 30px 0 0 0;
  margin-top: auto;
}
section.contacts div.local ul li.article a,
section.contacts div.local ul li.article a:focus,
section.contacts div.local ul li.article a:active,
section.contacts div.local ul li.article a:visited {
  width: 100%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-decoration: none;
  background-color: transparent;
  border: none;
  padding: 0;
}
section.contacts div.local ul li.article a picture,
section.contacts div.local ul li.article a:focus picture,
section.contacts div.local ul li.article a:active picture,
section.contacts div.local ul li.article a:visited picture {
  position: relative;
  width: 100%;
  aspect-ratio: 4/2;
  float: left;
  overflow: hidden;
}
section.contacts div.local ul li.article a picture img,
section.contacts div.local ul li.article a:focus picture img,
section.contacts div.local ul li.article a:active picture img,
section.contacts div.local ul li.article a:visited picture img {
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  -webkit-transition-property: transform;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
}
section.contacts div.local ul li.article a h4,
section.contacts div.local ul li.article a:focus h4,
section.contacts div.local ul li.article a:active h4,
section.contacts div.local ul li.article a:visited h4 {
  position: relative;
  float: left;
  padding: 15px 30px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
section.contacts div.local ul li.article a:hover,
section.contacts div.local ul li.article a:focus:hover,
section.contacts div.local ul li.article a:active:hover,
section.contacts div.local ul li.article a:visited:hover {
  background-color: #FFFFFF;
}
section.contacts div.local ul li.article a:hover picture img,
section.contacts div.local ul li.article a:focus:hover picture img,
section.contacts div.local ul li.article a:active:hover picture img,
section.contacts div.local ul li.article a:visited:hover picture img {
  transform: scale(1.05);
}
section.contacts div.local ul span.title {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: clamp(30px, 5vw, 50px);
  line-height: clamp(30px, 5vw, 50px);
  min-height: clamp(30px, 5vw, 50px);
  font-weight: 500;
  color: inherit;
  text-align: left;
  text-transform: lowercase;
  z-index: 10;
  font-size: clamp(20px, 2vw, 25px);
  line-height: clamp(20px, 2vw, 25px);
  min-height: clamp(20px, 2vw, 25px);
  text-transform: uppercase;
  letter-spacing: clamp(1px, 1vw, 4px);
}
section.contacts div.local ul span.title span {
  font-weight: 300;
  color: inherit;
}
section.contacts div.local ul p {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.5px;
  font-weight: 300;
}
section.contacts div.local:has(li.article) {
  padding-bottom: 0;
}
@media (max-width: 1250px) {
  section.contacts {
    width: calc(100% - 120px);
  }
}
@media (max-width: 767px) {
  section.contacts {
    width: calc(100% - 40px);
  }
}

section[data-concelho] {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: stretch;
  align-content: flex-start;
  gap: 20px;
  padding: 30px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.2);
}
section[data-concelho] h2 {
  padding: 20px 0;
  position: sticky;
  top: 160px;
  top: 280px;
  top: 90px;
  width: 100%;
  background-color: #FFFFFF;
  z-index: 90;
  text-transform: lowercase;
  font-size: clamp(20px, 2vw, 25px);
  line-height: clamp(20px, 2vw, 25px);
  min-height: clamp(20px, 2vw, 25px);
  text-transform: uppercase;
  letter-spacing: clamp(1px, 1vw, 2px);
  font-weight: 500;
}
@media (max-width: 767px) {
  section[data-concelho] h2 {
    top: 350px;
  }
}
section[data-concelho] div {
  width: calc(50% - 10px);
}
section[data-concelho] div ul {
  list-style: none;
  padding: 0 30px 30px 0;
  display: flex;
  position: relative;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  gap: 10px;
  letter-spacing: 0.5px;
}
section[data-concelho] div ul span.title {
  display: inline-block;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  padding-bottom: 10px;
  font-size: clamp(18px, 2vw, 18px);
  line-height: clamp(20px, 2vw, 20px);
  letter-spacing: clamp(1px, 1vw, 2px);
  text-transform: uppercase;
}
section[data-concelho] div ul p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.5px;
  font-weight: 300;
}
section[data-concelho] div ul p span {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.5px;
  font-weight: 300;
}
section[data-concelho] div ul a,
section[data-concelho] div ul a:focus,
section[data-concelho] div ul a:active,
section[data-concelho] div ul a:visited,
section[data-concelho] div ul button,
section[data-concelho] div ul button:focus,
section[data-concelho] div ul button:active,
section[data-concelho] div ul button:visited {
  position: relative;
  float: left;
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: background-color, color;
  -moz-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  -webkit-transition-property: background-color, color;
  margin: 0 auto 0 0;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 16px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  border: 1px solid rgba(34, 34, 34, 0.1);
  background-color: #ededed;
  color: inherit;
  z-index: 10;
  letter-spacing: 1px;
}
section[data-concelho] div ul a:hover,
section[data-concelho] div ul a:focus:hover,
section[data-concelho] div ul a:active:hover,
section[data-concelho] div ul a:visited:hover,
section[data-concelho] div ul button:hover,
section[data-concelho] div ul button:focus:hover,
section[data-concelho] div ul button:active:hover,
section[data-concelho] div ul button:visited:hover {
  background-color: #222;
  color: #FFFFFF;
}
section[data-concelho] div ul a span, section[data-concelho] div ul a small, section[data-concelho] div ul a sup,
section[data-concelho] div ul a:focus span,
section[data-concelho] div ul a:focus small,
section[data-concelho] div ul a:focus sup,
section[data-concelho] div ul a:active span,
section[data-concelho] div ul a:active small,
section[data-concelho] div ul a:active sup,
section[data-concelho] div ul a:visited span,
section[data-concelho] div ul a:visited small,
section[data-concelho] div ul a:visited sup,
section[data-concelho] div ul button span,
section[data-concelho] div ul button small,
section[data-concelho] div ul button sup,
section[data-concelho] div ul button:focus span,
section[data-concelho] div ul button:focus small,
section[data-concelho] div ul button:focus sup,
section[data-concelho] div ul button:active span,
section[data-concelho] div ul button:active small,
section[data-concelho] div ul button:active sup,
section[data-concelho] div ul button:visited span,
section[data-concelho] div ul button:visited small,
section[data-concelho] div ul button:visited sup {
  color: inherit !important;
  font-weight: inherit;
  letter-spacing: 1px;
}
section[data-concelho] div ul a svg,
section[data-concelho] div ul a:focus svg,
section[data-concelho] div ul a:active svg,
section[data-concelho] div ul a:visited svg,
section[data-concelho] div ul button svg,
section[data-concelho] div ul button:focus svg,
section[data-concelho] div ul button:active svg,
section[data-concelho] div ul button:visited svg {
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: fill;
  -moz-transition-property: fill;
  -o-transition-property: fill;
  -webkit-transition-property: fill;
  position: absolute;
  left: 15px;
  top: 10px;
  margin: auto 0;
  width: 18px;
  height: 18px;
  fill: #222;
  opacity: 0.8;
}
section[data-concelho] div ul a sup,
section[data-concelho] div ul a:focus sup,
section[data-concelho] div ul a:active sup,
section[data-concelho] div ul a:visited sup,
section[data-concelho] div ul button sup,
section[data-concelho] div ul button:focus sup,
section[data-concelho] div ul button:active sup,
section[data-concelho] div ul button:visited sup {
  position: absolute;
  right: 16px;
  top: 8px;
}
section[data-concelho] div ul a:has(sup),
section[data-concelho] div ul a:focus:has(sup),
section[data-concelho] div ul a:active:has(sup),
section[data-concelho] div ul a:visited:has(sup),
section[data-concelho] div ul button:has(sup),
section[data-concelho] div ul button:focus:has(sup),
section[data-concelho] div ul button:active:has(sup),
section[data-concelho] div ul button:visited:has(sup) {
  padding-right: 35px;
}
section[data-concelho] div ul a:has(svg),
section[data-concelho] div ul a:focus:has(svg),
section[data-concelho] div ul a:active:has(svg),
section[data-concelho] div ul a:visited:has(svg),
section[data-concelho] div ul button:has(svg),
section[data-concelho] div ul button:focus:has(svg),
section[data-concelho] div ul button:active:has(svg),
section[data-concelho] div ul button:visited:has(svg) {
  padding-left: 40px;
}
section[data-concelho] div ul a:hover,
section[data-concelho] div ul a:focus:hover,
section[data-concelho] div ul a:active:hover,
section[data-concelho] div ul a:visited:hover,
section[data-concelho] div ul button:hover,
section[data-concelho] div ul button:focus:hover,
section[data-concelho] div ul button:active:hover,
section[data-concelho] div ul button:visited:hover {
  background-color: #222;
  color: #FFFFFF;
}
section[data-concelho] div ul a:hover svg,
section[data-concelho] div ul a:focus:hover svg,
section[data-concelho] div ul a:active:hover svg,
section[data-concelho] div ul a:visited:hover svg,
section[data-concelho] div ul button:hover svg,
section[data-concelho] div ul button:focus:hover svg,
section[data-concelho] div ul button:active:hover svg,
section[data-concelho] div ul button:visited:hover svg {
  fill: #FFFFFF;
}
@media (max-width: 1250px) {
  section[data-concelho] div {
    width: 100%;
  }
}
section[data-concelho]:not(:has(div.local:not(.hidden))) {
  display: none;
}

section[itemprop=acceptedAnswer],
section.acceptedanswer {
  display: flex;
  flex-flow: row-reverse nowrap;
}
section[itemprop=acceptedAnswer] > section,
section.acceptedanswer > section {
  position: sticky;
  top: 180px;
  margin: 0 0 auto 0;
  width: 100%;
  padding: 0 20px 10px 20px;
}
section[itemprop=acceptedAnswer] > section.faq,
section.acceptedanswer > section.faq {
  display: flex;
  flex-flow: column nowrap;
  gap: 20px;
}
section[itemprop=acceptedAnswer] > section.faq h1,
section.acceptedanswer > section.faq h1 {
  font-weight: 500;
  font-size: clamp(30px, 4.5vw, 48px);
  line-height: clamp(30px, 4.5vw, 48px);
  text-transform: uppercase;
  text-align: left;
  letter-spacing: clamp(1px, 1vw, 2px);
  margin: 0 0 20px 0;
}
section[itemprop=acceptedAnswer] > section.faq div[itemprop=text],
section.acceptedanswer > section.faq div[itemprop=text] {
  display: flex;
  flex-flow: column nowrap;
  gap: 20px;
}
section[itemprop=acceptedAnswer] > section.nav,
section.acceptedanswer > section.nav {
  max-width: 400px;
  min-width: 400px;
  max-height: calc(95svh - 180px);
  overflow: auto;
  color: #676056;
  padding: 0;
  background-color: rgba(237, 237, 237, 0.5);
}
section[itemprop=acceptedAnswer] > section.nav ul,
section.acceptedanswer > section.nav ul {
  position: relative;
  float: left;
  width: 100%;
  list-style: none;
  padding: 0;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-content: flex-start;
}
section[itemprop=acceptedAnswer] > section.nav ul li,
section.acceptedanswer > section.nav ul li {
  position: relative;
  float: left;
  width: 100%;
  border-bottom: 1px solid #ededed;
  order: 1;
}
section[itemprop=acceptedAnswer] > section.nav ul li:has(a.active),
section.acceptedanswer > section.nav ul li:has(a.active) {
  border-bottom: 1px solid #222;
}
section[itemprop=acceptedAnswer] > section.nav ul a:active,
section[itemprop=acceptedAnswer] > section.nav ul a:focus,
section[itemprop=acceptedAnswer] > section.nav ul a:visited,
section[itemprop=acceptedAnswer] > section.nav ul a,
section.acceptedanswer > section.nav ul a:active,
section.acceptedanswer > section.nav ul a:focus,
section.acceptedanswer > section.nav ul a:visited,
section.acceptedanswer > section.nav ul a {
  position: relative;
  float: left;
  text-decoration: none;
  margin: 0;
  padding: 20px;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  width: 100%;
}
section[itemprop=acceptedAnswer] > section.nav ul a:active.active,
section[itemprop=acceptedAnswer] > section.nav ul a:focus.active,
section[itemprop=acceptedAnswer] > section.nav ul a:visited.active,
section[itemprop=acceptedAnswer] > section.nav ul a.active,
section.acceptedanswer > section.nav ul a:active.active,
section.acceptedanswer > section.nav ul a:focus.active,
section.acceptedanswer > section.nav ul a:visited.active,
section.acceptedanswer > section.nav ul a.active {
  font-weight: 500;
  color: #222;
  background-color: #ededed;
}
@media (max-width: 1250px) {
  section[itemprop=acceptedAnswer] > section,
  section.acceptedanswer > section {
    position: relative;
    top: 0;
    max-width: 100%;
    padding: 0;
  }
  section[itemprop=acceptedAnswer] > section.nav,
  section.acceptedanswer > section.nav {
    max-width: 100%;
    padding: 0;
    max-height: 100%;
  }
}
@media (max-width: 1250px) {
  section[itemprop=acceptedAnswer],
  section.acceptedanswer {
    flex-flow: row-reverse wrap;
  }
}

section.main:has(form.landing) {
  flex-flow: row wrap;
}

picture.landing {
  position: sticky;
  top: 120px;
  order: 2;
  width: calc(40% - 30px);
  overflow: hidden;
  margin: 0 0 auto 0;
  aspect-ratio: 1;
}
picture.landing img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
}
@media (max-width: 900px) {
  picture.landing {
    position: relative;
    top: 0;
    order: 0;
    width: 100%;
  }
}

form.landing {
  order: 1;
  width: 60%;
}
@media (max-width: 900px) {
  form.landing {
    width: 100%;
  }
}

div.landing {
  order: 3;
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  gap: 20px;
}