/* Generated by less 2.2.0 */
* {
  box-sizing: border-box;
}
html {
  font-size: 16px;
}
body {
  font-family: Lato, sans-serif;
  font-weight: 300;
  line-height: 1.6;
  padding: 0;
  margin: 0;
}
body.noscroll {
  overflow: hidden;
}
input,
select,
textarea {
  display: inline-block;
  margin: 0;
  padding: .8em 1em;
  font-size: .9em;
  font-weight: 300;
  font-family: inherit;
  line-height: 1;
  border-radius: 4px;
  border: 1px solid rgba(112, 112, 112, 0.1);
  outline: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
input:hover,
select:hover,
textarea:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.21);
}
input:focus,
select:focus,
textarea:focus {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.26);
}
input[type="radio"],
input[type="checkbox"] {
  padding: 0 0 0 20px;
  margin-right: 1em;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  border: 1px solid rgba(112, 112, 112, 0.1);
}
input[type="radio"]:before,
input[type="checkbox"]:before {
  opacity: 0;
  content: '';
  position: absolute;
  top: 2px;
  left: 3px;
  width: 12px;
  height: 8px;
  border-radius: 2px;
  border: solid rgba(112, 112, 112, 0.7);
  border-width: 0 0 3px 3px;
  transform: rotate(-45deg);
  transition: .16s opacity;
}
input[type="radio"]:checked:before,
input[type="checkbox"]:checked:before {
  opacity: 1;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 1.5em;
  background: #ffffff url(img/dropdown-arrow.png) center right 0.8em no-repeat;
}
form .field {
  padding: .5em 0;
}
form .field label {
  display: block;
  margin-bottom: .3em;
}
form .field input,
form .field select,
form .field textarea {
  width: 100%;
}
form .field textarea {
  min-height: 126px;
  resize: vertical;
}
form .field input[type="radio"],
form .field input[type="checkbox"] {
  width: initial;
}
form .field input[type="radio"] + label,
form .field input[type="checkbox"] + label {
  display: inline-block;
  margin-bottom: 0;
}
.button,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  border: none;
  display: inline-block;
  padding: .8em 2.4em;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
}
.button.cyan,
button.cyan,
input[type="submit"].cyan,
input[type="button"].cyan,
input[type="reset"].cyan {
  background-color: #19bdc0;
  color: #ffffff;
}
.button.big,
button.big,
input[type="submit"].big,
input[type="button"].big,
input[type="reset"].big {
  min-width: 300px;
}
@media (max-width: 340px) {
  .button.big,
  button.big,
  input[type="submit"].big,
  input[type="button"].big,
  input[type="reset"].big {
    min-width: 100%;
  }
}
.button.small,
button.small,
input[type="submit"].small,
input[type="button"].small,
input[type="reset"].small {
  padding: .2em 1em;
}
.button.strong,
button.strong,
input[type="submit"].strong,
input[type="button"].strong,
input[type="reset"].strong {
  font-size: 1.1em;
  font-weight: 700;
}
.wrapper {
  margin: 0 auto;
  max-width: 1310px;
  padding-left: 1em;
  padding-right: 1em;
}
.note.cyan {
  color: #19bdc0;
}
.note.red {
  color: #f26f70;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Oswald, sans-serif;
  font-weight: 500;
}
.h1 {
  font-size: 50px;
}
.h2 {
  font-size: 35px;
}
.h3 {
  font-size: 30px;
}
.h4 {
  font-size: 22px;
}
.big {
  font-size: 1.2em;
}
.tu {
  text-transform: uppercase;
}
.tc {
  text-align: center;
}
.narrow {
  max-width: 800px;
  margin: 0 auto;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
figure {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
}
figure img {
  min-height: 200px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
figure figcaption {
  line-height: 1;
  font-size: 1.3em;
  padding: .6em 1em;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  left: 0;
  bottom: 0;
  min-height: 3em;
  min-width: 260px;
  display: flex;
  align-items: flex-end;
  font-family: Oswald, sans-serif;
  font-weight: 700;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: underline;
}
a.withIcon {
  display: inline-flex;
  align-items: flex-start;
}
a.withIcon .icon {
  width: 30px;
}
a.withIcon .text {
  flex: 1 1 auto;
}
.columns {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr 1fr;
}
.columns .col {
  padding: 0 7em;
}
@media (max-width: 1024px) {
  .columns .col {
    padding: 0 2em;
  }
}
@media (max-width: 576px) {
  .columns .col {
    margin-bottom: 3em;
  }
}
@media (max-width: 475px) {
  .columns .col {
    padding: 0;
  }
}
.columns.dense .col {
  padding: 0 3em;
}
@media (max-width: 1024px) {
  .columns.dense .col {
    padding: 0;
  }
}
@media (max-width: 576px) {
  .columns {
    grid-template-columns: 1fr;
  }
}
body > header {
  width: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
body > header .wrapper {
  padding: 0;
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body > header a {
  display: inline-block;
  padding: 0 1em;
}
body > header .logos {
  position: relative;
  z-index: 101;
}
body > header .logos a + a {
  border-left: 1px solid rgba(112, 112, 112, 0.4);
}
@media (max-width: 460px) {
  body > header .logos img {
    max-width: 100px;
  }
}
body > header .menu {
  margin-left: auto;
  font-weight: 700;
  padding: 0 1rem;
}
body > header .menu a {
  padding: 0 .7em;
}
body > header .menu .cta {
  margin-left: 2em;
  padding: .3em 1.5em;
  font-weight: 700;
}
body > header .hamburger {
  padding: 15px 15px;
  display: none;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
body > header .hamburger:hover {
  opacity: .7;
}
body > header .hamburger:hover.is-active {
  opacity: .7;
}
body > header .hamburger.is-active .hamburger-inner,
body > header .hamburger.is-active .hamburger-inner:before,
body > header .hamburger.is-active .hamburger-inner:after {
  background-color: #000;
}
body > header .hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}
body > header .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
body > header .hamburger-inner,
body > header .hamburger-inner:before,
body > header .hamburger-inner:after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
body > header .hamburger-inner:before,
body > header .hamburger-inner:after {
  content: '';
  display: block;
}
body > header .hamburger-inner:before {
  top: -10px;
}
body > header .hamburger-inner:after {
  bottom: -10px;
}
body > header .hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
body > header .hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
body > header .hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
body > header .hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
body > header .hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
body > header .hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 1024px) {
  body > header .menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    z-index: 99;
    transform: translateX(100%);
    transition: transform .3s ease;
  }
  body > header .menu .cta {
    margin-left: 0;
  }
  body > header .menu a {
    margin: .4em 0;
  }
  body > header .menu.is-active {
    transform: translateX(0);
  }
  body > header .hamburger {
    display: inline-block;
    z-index: 101;
  }
}
body > footer {
  background-color: #EBEBEB;
  padding: 5em 0;
}
body > footer .wrapper {
  font-size: .9em;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 576px) {
  body > footer .wrapper {
    grid-template-columns: 1fr;
  }
}
body > footer .left {
  display: grid;
  grid-gap: 2em;
  grid-template-columns: 1fr 1px 1fr;
}
body > footer .map {
  align-self: center;
  text-align: right;
}
@media (max-width: 576px) {
  body > footer .map {
    margin-top: 2em;
    text-align: center;
  }
}
body > footer .vr {
  background-color: rgba(112, 112, 112, 0.3);
}
body > footer .vcard .g,
body > footer .social .g {
  display: flex;
}
body > footer .vcard .g .i,
body > footer .social .g .i {
  width: 20px;
  margin-right: 1em;
  text-align: center;
}
body > footer .vcard .g .i img,
body > footer .social .g .i img {
  max-width: 18px;
  max-height: 20px;
}
body > footer .vcard .spacer,
body > footer .social .spacer {
  margin-top: 4em;
}
@media (max-width: 1024px) {
  body > footer .left {
    grid-template-columns: 1fr;
  }
  body > footer .vr {
    display: none;
  }
}
body > section {
  padding: 10em 0;
}
@media (max-width: 576px) {
  body > section {
    padding: 5em 0;
  }
}
body > section .h3 {
  color: #19bdc0;
  text-align: center;
  margin-bottom: 5rem;
}
@media (max-width: 576px) {
  body > section .h3 {
    margin-bottom: 2rem;
  }
}
body > section.low {
  padding: 3em 0;
}
body > section.photo {
  padding: 0;
}
body > section.photo img {
  width: 100%;
  min-height: 250px;
  vertical-align: middle;
  object-fit: cover;
  object-position: center;
}
.hero {
  width: 100%;
  min-height: 100vh;
  position: relative;
  background: #78472c;
}
@media (max-width: 768px) {
  .hero {
    min-height: 40vh;
  }
}
.hero .controls,
.hero .slides,
.hero .slides .slide,
.hero .slides .slide .mask,
.hero .slides .slide img.bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.hero .controls {
  z-index: 19;
  pointer-events: none;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 2em;
}
.hero .controls .scroll {
  pointer-events: auto;
  width: 2em;
  height: 4em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 1rem;
  left: calc(50% - 1em);
  cursor: pointer;
}
.hero .controls .scroll svg {
  width: 50%;
  transition: fill .32s;
  fill: #ffffff;
}
.hero .controls .scroll:hover svg {
  fill: #ffffff;
}
.hero .controls .slide {
  pointer-events: auto;
  width: 50px;
  height: 50px;
  position: relative;
  color: #ffffff;
}
.hero .controls .slide * {
  pointer-events: none;
}
.hero .controls .slide:before {
  content: '';
  position: absolute;
  width: 0.7em;
  height: 0.7em;
  border-radius: 50%;
  background-color: #ffffff;
  top: calc(50% -  0.35em);
  left: calc(50% -  0.35em);
  transform: scale(1);
}
.hero .controls .slide:before,
.hero .controls .slide .v,
.hero .controls .slide progress-ring {
  transition-duration: .16s;
  transition-property: opacity, transform;
}
.hero .controls .slide .v,
.hero .controls .slide progress-ring {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
}
.hero .controls .slide .v {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.hero .controls .slide.current:before {
  transform: scale(0);
}
.hero .controls .slide.current .v,
.hero .controls .slide.current progress-ring {
  transform: scale(1);
}
.hero .slides .slide {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: 10;
  transition: opacity .64s;
}
.hero .slides .slide > .content {
  position: relative;
  font-size: 1.4em;
  text-align: center;
}
.hero .slides .slide > .content strong {
  font-weight: 500;
}
.hero .slides .slide > .content > svg {
  height: 8vw;
}
@media (max-width: 768px) {
  .hero .slides .slide > .content > svg {
    margin-top: 1em;
    height: 22vw;
  }
}
.hero .slides .slide > .content > div {
  margin-top: 2em;
}
@media (max-width: 768px) {
  .hero .slides .slide > .content > div {
    margin-top: 0.5em;
  }
}
.hero .slides .slide .mask {
  display: block;
  background: #000;
  opacity: .1;
  pointer-events: none;
}
.hero .slides .slide img.bg {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .32s;
}
.hero .slides .slide img.bg.loaded {
  opacity: 1;
}
.hero .slides .slide .g1,
.hero .slides .slide .g2,
.hero .slides .slide .g3 {
  margin: 2em 0;
}
.hero .slides .slide .g1 > *,
.hero .slides .slide .g2 > *,
.hero .slides .slide .g3 > * {
  margin: 0;
}
.hero .slides .slide .l1 {
  font-size: 50px;
}
.hero .slides .slide .l2 {
  font-size: 30px;
}
.hero .slides .slide .g1 {
  font-family: Oswald, sans-serif;
  font-weight: 700;
}
.hero .slides .slide .g1 .l1 {
  text-transform: uppercase;
}
.hero .slides .slide .g2 .l1 {
  font-size: 30px;
  font-weight: 700;
}
.hero .slides .slide .g2 .l2 {
  font-size: 30px;
}
.hero .slides .slide .g2 .l2 .strong {
  font-weight: 700;
}
.hero .slides .slide .g3 .button {
  font-weight: 700;
  font-size: 1.2em;
  text-align: center;
  background-color: #19bdc0;
  min-width: 350px;
}
.hero .slides .slide .attractor {
  position: absolute;
  bottom: 2em;
  left: calc(50% - 30px);
  text-align: center;
  width: 60px;
  pointer-events: none;
}
@media (max-width: 1060px) {
  .hero .slides .slide {
    background-size: 50%;
  }
}
@media (max-width: 768px) {
  .hero .slides .slide .l1 {
    font-size: 35px;
  }
  .hero .slides .slide .l2 {
    font-size: 25px;
  }
}
@media (max-width: 475px) {
  .hero .slides .slide .g3 {
    text-align: center;
  }
  .hero .slides .slide .g3 .button {
    min-width: auto;
    width: 80%;
  }
}
.hero .slides .slide.current {
  z-index: 12;
  opacity: 1;
}
.siteBanner {
  background-color: #fba933;
  padding-top: 90px;
}
.siteBanner .wrapper {
  min-height: calc(100vh - 90px);
  background: url("img/bg-site-header.png") right bottom no-repeat;
  display: flex;
  align-items: center;
  align-content: center;
  flex-flow: row wrap;
  color: #ffffff;
  position: relative;
  padding-bottom: 150px;
}
.siteBanner .wrapper > * {
  width: 100%;
}
.siteBanner .wrapper .g1,
.siteBanner .wrapper .g2,
.siteBanner .wrapper .g3 {
  margin: 2em 0;
}
.siteBanner .wrapper .g1 > *,
.siteBanner .wrapper .g2 > *,
.siteBanner .wrapper .g3 > * {
  margin: 0;
}
.siteBanner .wrapper .l1 {
  font-size: 50px;
}
.siteBanner .wrapper .l2 {
  font-size: 35px;
}
.siteBanner .wrapper .g1 {
  font-family: Oswald, sans-serif;
  font-weight: 700;
}
.siteBanner .wrapper .g1 .l1 {
  text-transform: uppercase;
}
.siteBanner .wrapper .g2 .l1 {
  font-weight: 700;
}
.siteBanner .wrapper .g2 .l2 {
  font-size: 25px;
}
.siteBanner .wrapper .g3 .button {
  font-weight: 700;
  font-size: 1.2em;
  text-align: center;
  background-color: #19bdc0;
  min-width: 350px;
}
.siteBanner .wrapper .attractor {
  position: absolute;
  bottom: 2em;
  left: calc(50% - 30px);
  text-align: center;
  width: 60px;
  pointer-events: none;
}
@media (max-width: 1060px) {
  .siteBanner .wrapper {
    background-size: 50%;
  }
}
@media (max-width: 768px) {
  .siteBanner .wrapper .l1 {
    font-size: 35px;
  }
  .siteBanner .wrapper .l2 {
    font-size: 25px;
  }
}
@media (max-width: 475px) {
  .siteBanner .wrapper .g3 {
    text-align: center;
  }
  .siteBanner .wrapper .g3 .button {
    min-width: auto;
    width: 80%;
  }
}
.events .event .desc,
.pageBanner.event .desc {
  position: relative;
  padding: .6em 1em;
  background-color: rgba(255, 255, 255, 0.9);
  display: grid;
  grid-gap: 1em;
  grid-template-columns: 3fr 2fr;
  grid-template-rows: min-content min-content;
  grid-template-areas: "name name" "details link";
}
.events .event .name,
.pageBanner.event .name {
  grid-area: name;
}
.events .event .details,
.pageBanner.event .details {
  grid-area: details;
}
.events .event .details .d .icon,
.pageBanner.event .details .d .icon {
  display: inline-block;
  width: 1.3em;
  height: 1.2em;
  line-height: 1;
  text-align: center;
  margin-right: .6em;
}
.events .event .details .d .icon img,
.pageBanner.event .details .d .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.events .event .link,
.pageBanner.event .link {
  grid-area: link;
  align-self: end;
  text-align: right;
}
.events .event .link .button,
.pageBanner.event .link .button {
  padding: .6em 1em;
  font-weight: 700;
}
.pageBanner {
  position: relative;
  overflow: hidden;
  min-height: 90px;
}
.pageBanner .photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: -1px;
}
.pageBanner .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.pageBanner .wrapper {
  position: relative;
  min-height: 100vh;
  padding-top: 90px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
}
.pageBanner.low .wrapper {
  min-height: 50vh;
}
.pageBanner.event .desc {
  max-width: 60%;
  min-width: 600px;
  width: 100%;
  padding: 1em 2em;
}
.pageBanner.event .name {
  color: #19bdc0;
}
.pageBanner.event .details {
  font-weight: 700;
  font-size: 1.2em;
}
.pageBanner.event .link {
  font-size: 1.2em;
}
.pageBanner.event .link .button {
  padding: 1em 2em;
}
@media (max-width: 600px) {
  .pageBanner.event .desc {
    min-width: initial;
    max-width: initial;
  }
  .pageBanner.event .details,
  .pageBanner.event .link {
    font-size: 1em;
  }
}
@media (max-width: 500px) {
  .pageBanner.event .desc {
    grid-template-columns: 1fr;
    grid-template-areas: "name" "details" "link";
  }
}
.events {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
}
.events .title {
  grid-column: span 4;
  text-align: center;
  margin-bottom: 2rem;
}
.events .event {
  font-size: .8em;
}
.events .event .photo {
  position: relative;
  padding-bottom: 69%;
}
.events .event .photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.events .event .desc {
  margin-right: 20px;
  margin-top: -60px;
}
.events .event .details {
  font-size: .7em;
}
.events .event .link {
  font-size: .7em;
}
.events .event.big {
  grid-column: span 2;
  grid-row: span 2;
  font-size: 1em;
}
.events .event.big .desc {
  margin-top: -60px;
  margin-right: 60px;
}
.events .event.big .details,
.events .event.big .link {
  font-size: 1em;
}
@media (max-width: 960px) {
  .events {
    grid-template-columns: repeat(2, 1fr);
  }
  .events .title {
    grid-column: span 2;
  }
}
@media (max-width: 560px) {
  .events .event {
    grid-column: span 2;
    grid-row: span 2;
    font-size: 1em;
  }
  .events .event .desc {
    margin-top: -60px;
    margin-right: 60px;
  }
  .events .event .details,
  .events .event .link {
    font-size: 1em;
  }
}
.sponsors,
.partners {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  grid-gap: 2em;
}
.sponsors .title,
.partners .title {
  grid-column: span 3;
  text-align: left;
  color: #707070;
}
.sponsors .e,
.partners .e {
  text-align: center;
}
@media (max-width: 560px) {
  .sponsors,
  .partners {
    display: block;
  }
  .sponsors .e,
  .partners .e {
    margin: 2em 1em;
  }
}
.breadcrumbs {
  font-size: .9em;
  margin: 2rem 0;
}
.breadcrumbs a {
  text-decoration: none;
}
.breadcrumbs a + a:before {
  content: ' > ';
  pointer-events: none;
}
.timeEntry {
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-template-rows: min-content min-content;
  grid-template-areas: "time info" "time link";
  grid-gap: 1em;
  margin: 1em 0 3em;
}
.timeEntry .time {
  grid-area: time;
  font-family: Oswald, sans-serif;
  color: #19bdc0;
  font-weight: 500;
}
.timeEntry .info {
  grid-area: info;
}
.timeEntry .link {
  grid-area: link;
}
.contactPage .h3 {
  margin-bottom: 1em;
  text-align: left;
}
.contactPage * + .h3 {
  margin-top: 2em;
}

#cookies {
  width: 100%;
  height: 100%;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.4);
  z-index: 1000;
  top: 0;
  left: 0;
}

#cookies .cookies-box {
  background: #fff;
  width: 100%;
  max-width: 1200px;
  height: auto;
  max-height: 95vh;
  padding: 20px 30px;
  box-sizing: border-box;
  overflow: hidden;
}

#cookies .cookies-box .cookies-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: auto;
  max-height: calc(95vh - 110px);
  overflow-y: auto;
  box-sizing: border-box;
}

#cookies .cookies-box .cookies-content p, #cookies .cookies-box .cookies-content h3 {
  margin: 0;
}

#cookies .cookies-box .cookies-content h3 {
  font-size: 1.5em;
}

#cookies .cookies-box .cookies-content input {
  margin-right: 0;
  margin-left: 5px;
}

#cookies .cookies-box .cookies-content input:checked:before {
  border: solid #FF1C44;
  border-width: 0 0 3px 3px;
}

#cookies .cookies-box .cookies-footer {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  padding-top: 20px;
  box-sizing: border-box;
}

#cookies .cookies-box .cookies-content #cookies-consents {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#cookies #cookies-consents .cookies-consent {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#cookies #cookies-consents .cookies-consent label {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 1.1em;
  font-weight: 600;
  cursor: pointer;
}

#cookies #cookies-consents .cookies-consent label span {
  transition: opacity 0.3s;
}

#cookies #cookies-consents .cookies-consent label input {
  cursor: pointer;
}

#cookies #cookies-consents .cookies-consent label input:not(:checked) + span {
  opacity: 0.7;
}

#cookies #cbutton-adjust, #cookies #cbutton-save {
  background: #fff;
  border: 2px solid #19bdc0;
}

#cookies #cbutton-deny {
  color: #fff;
  border: 2px solid #19bdc0;
  background: #85e9eb;
}

#cookies #cbutton-accept {
  color: #fff;
  background: #19bdc0;
  border: 2px solid #19bdc0;
}

#cookies #cbutton-adjust:hover, #cookies #cbutton-save:hover, #cookies #cbutton-deny:hover, #cookies #cbutton-accept:hover {
  cursor: pointer;
  background: #301CE1;
  border: 2px solid #301CE1;
  color: #fff;
}

@media (max-width: 580px) {
  #cookies .cookies-box {
    padding: 15px 15px;
  }
  #cookies .cookies-box .cookies-content {
    max-height: calc(95vh - 170px);
  }
  #cookies .cookies-box .cookies-footer {
    flex-direction: column;
    gap: 10px;
  }
  #cookies .cookies-box .cookies-footer button {
    width: 100%;
    padding: 8px 15px;
    height: auto;
  }
  #cookies #cookies-consents .cookies-consent label {
    gap: 8px;
  }
}