@charset "UTF-8";
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* :::::::::::::: 00 * GRIT_SET INDEX CSS */
/* :::::::::::::: 01 * GRIT_SET breakpoints */
/* :::::::::::::: 02 * GRIT_SET variables */
/* :::::::::::::: 03 * GRIT_SET content */
/* :::::::::::::: 04 * GRIT_SET typography */
/* :::::::::::::: 05 * GRIT_SET header */
/* :::::::::::::: 06 * GRIT_SET footer */
/* :::::::::::::: 07 * GRIT_SET sections */
/* :::::::::::::: 08 * GRIT_SET forms */
/* :::::::::::::: 09 * GRIT_SET plugins */
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* :::::::::::::: 01 * GRIT_SET breakpoints */
/* Note:Extra small devices (portrait phones, less than 576px)
Note:No media query since this is the default in Bootstrap because it is "mobile first*/
/* Small devices (landscape phones, 576px and up*/
@import url("../font/70-architettura/stylesheet.css");
@import url("../font/Merriweather/stylesheet.css");
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoin*/
/* Large devices (desktops, 992px and up*/
/* Extra large devices (large desktops, 1200px and up*/
/* Custom media queries Set width to make card deck cards 100% widt*/
/* :::::::::::::: 02 * GRIT_SET variables */
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* :::::::::::::: 01 * GRIT_SET Color */
/* :::::::::::::: 02 * GRIT_SET Gradinet */
/* :::::::::::::: 03 * GRIT_SET Fonts */
/* :::::::::::::: 04 * GRIT_SET Varriables */
/* :::::::::::::: 05 * GRIT_SET Trasitions */
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* :::::::::::::: 01 * GRIT_SET Color */
:root {
  --primary: #eb5e28;
  --secondary: #403d39;
  --tertiary: #f3efe4;
  --quaternary: #fffcf2;
  --quinary: #e6e1d6;
  --senary: #ccc5b9;
  --septenary: #868179;
  --octonary: #252422;
  --nonary: #884125;
  --denary: #ed6d3c;
}

.bg-primary {
  background-color: #FF693C !important;
}

.color-primary {
  color: #FF693C !important;
}
.color-primary label {
  color: #FF693C !important;
}

.border-primary {
  border-color: #FF693C !important;
}

.bg-primary-half {
  background: #FF693C;
  background: -moz-linear-gradient(0deg, #FF693C 50%, transparent 50%);
  background: -webkit-linear-gradient(0deg, #FF693C 50%, transparent 50%);
  background: linear-gradient(0deg, #FF693C 50%, transparent 50%);
}

.bg-secondary {
  background-color: #D2DCDC !important;
}

.color-secondary {
  color: #D2DCDC !important;
}
.color-secondary label {
  color: #D2DCDC !important;
}

.border-secondary {
  border-color: #D2DCDC !important;
}

.bg-secondary-half {
  background: #D2DCDC;
  background: -moz-linear-gradient(0deg, #D2DCDC 50%, transparent 50%);
  background: -webkit-linear-gradient(0deg, #D2DCDC 50%, transparent 50%);
  background: linear-gradient(0deg, #D2DCDC 50%, transparent 50%);
}

.bg-tertiary {
  background-color: #14191E !important;
}

.color-tertiary {
  color: #14191E !important;
}
.color-tertiary label {
  color: #14191E !important;
}

.border-tertiary {
  border-color: #14191E !important;
}

.bg-tertiary-half {
  background: #14191E;
  background: -moz-linear-gradient(0deg, #14191E 50%, transparent 50%);
  background: -webkit-linear-gradient(0deg, #14191E 50%, transparent 50%);
  background: linear-gradient(0deg, #14191E 50%, transparent 50%);
}

.bg-quaternary {
  background-color: #212529 !important;
}

.color-quaternary {
  color: #212529 !important;
}
.color-quaternary label {
  color: #212529 !important;
}

.border-quaternary {
  border-color: #212529 !important;
}

.bg-quaternary-half {
  background: #212529;
  background: -moz-linear-gradient(0deg, #212529 50%, transparent 50%);
  background: -webkit-linear-gradient(0deg, #212529 50%, transparent 50%);
  background: linear-gradient(0deg, #212529 50%, transparent 50%);
}

.bg-quinary {
  background-color: #343A40 !important;
}

.color-quinary {
  color: #343A40 !important;
}
.color-quinary label {
  color: #343A40 !important;
}

.border-quinary {
  border-color: #343A40 !important;
}

.bg-quinary-half {
  background: #343A40;
  background: -moz-linear-gradient(0deg, #343A40 50%, transparent 50%);
  background: -webkit-linear-gradient(0deg, #343A40 50%, transparent 50%);
  background: linear-gradient(0deg, #343A40 50%, transparent 50%);
}

.bg-senary {
  background-color: #495057 !important;
}

.color-senary {
  color: #495057 !important;
}
.color-senary label {
  color: #495057 !important;
}

.border-senary {
  border-color: #495057 !important;
}

.bg-senary-half {
  background: #495057;
  background: -moz-linear-gradient(0deg, #495057 50%, transparent 50%);
  background: -webkit-linear-gradient(0deg, #495057 50%, transparent 50%);
  background: linear-gradient(0deg, #495057 50%, transparent 50%);
}

.bg-septenary {
  background-color: #6C757D !important;
}

.color-septenary {
  color: #6C757D !important;
}
.color-septenary label {
  color: #6C757D !important;
}

.border-septenary {
  border-color: #6C757D !important;
}

.bg-septenary-half {
  background: #6C757D;
  background: -moz-linear-gradient(0deg, #6C757D 50%, transparent 50%);
  background: -webkit-linear-gradient(0deg, #6C757D 50%, transparent 50%);
  background: linear-gradient(0deg, #6C757D 50%, transparent 50%);
}

.bg-octonary {
  background-color: #ADB5BD !important;
}

.color-octonary {
  color: #ADB5BD !important;
}
.color-octonary label {
  color: #ADB5BD !important;
}

.border-octonary {
  border-color: #ADB5BD !important;
}

.bg-octonary-half {
  background: #ADB5BD;
  background: -moz-linear-gradient(0deg, #ADB5BD 50%, transparent 50%);
  background: -webkit-linear-gradient(0deg, #ADB5BD 50%, transparent 50%);
  background: linear-gradient(0deg, #ADB5BD 50%, transparent 50%);
}

.bg-nonary {
  background-color: #DEE2E6 !important;
}

.color-nonary {
  color: #DEE2E6 !important;
}
.color-nonary label {
  color: #DEE2E6 !important;
}

.border-nonary {
  border-color: #DEE2E6 !important;
}

.bg-nonary-half {
  background: #DEE2E6;
  background: -moz-linear-gradient(0deg, #DEE2E6 50%, transparent 50%);
  background: -webkit-linear-gradient(0deg, #DEE2E6 50%, transparent 50%);
  background: linear-gradient(0deg, #DEE2E6 50%, transparent 50%);
}

.bg-denary {
  background-color: #E9ECEF !important;
}

.color-denary {
  color: #E9ECEF !important;
}
.color-denary label {
  color: #E9ECEF !important;
}

.border-denary {
  border-color: #E9ECEF !important;
}

.bg-denary-half {
  background: #E9ECEF;
  background: -moz-linear-gradient(0deg, #E9ECEF 50%, transparent 50%);
  background: -webkit-linear-gradient(0deg, #E9ECEF 50%, transparent 50%);
  background: linear-gradient(0deg, #E9ECEF 50%, transparent 50%);
}

.bg-white {
  background-color: #ffffff !important;
}

.color-white {
  color: #ffffff !important;
}
.color-white label {
  color: #ffffff !important;
}

.border-white {
  border-color: #ffffff !important;
}

.bg-white-half {
  background: #ffffff;
  background: -moz-linear-gradient(0deg, #ffffff 50%, transparent 50%);
  background: -webkit-linear-gradient(0deg, #ffffff 50%, transparent 50%);
  background: linear-gradient(0deg, #ffffff 50%, transparent 50%);
}

.bg-black {
  background-color: #000000 !important;
}

.color-black {
  color: #000000 !important;
}
.color-black label {
  color: #000000 !important;
}

.border-black {
  border-color: #000000 !important;
}

.bg-black-half {
  background: #000000;
  background: -moz-linear-gradient(0deg, #000000 50%, transparent 50%);
  background: -webkit-linear-gradient(0deg, #000000 50%, transparent 50%);
  background: linear-gradient(0deg, #000000 50%, transparent 50%);
}

.bg-accent {
  background-color: #FF693C !important;
}

.color-accent {
  color: #FF693C !important;
}
.color-accent label {
  color: #FF693C !important;
}

.border-accent {
  border-color: #FF693C !important;
}

.bg-accent-half {
  background: #FF693C;
  background: -moz-linear-gradient(0deg, #FF693C 50%, transparent 50%);
  background: -webkit-linear-gradient(0deg, #FF693C 50%, transparent 50%);
  background: linear-gradient(0deg, #FF693C 50%, transparent 50%);
}

.bg-light {
  background-color: #F5F4F2 !important;
}

.color-light {
  color: #F5F4F2 !important;
}
.color-light label {
  color: #F5F4F2 !important;
}

.border-light {
  border-color: #F5F4F2 !important;
}

.bg-light-half {
  background: #F5F4F2;
  background: -moz-linear-gradient(0deg, #F5F4F2 50%, transparent 50%);
  background: -webkit-linear-gradient(0deg, #F5F4F2 50%, transparent 50%);
  background: linear-gradient(0deg, #F5F4F2 50%, transparent 50%);
}

.bg-dark {
  background-color: #14191E !important;
}

.color-dark {
  color: #14191E !important;
}
.color-dark label {
  color: #14191E !important;
}

.border-dark {
  border-color: #14191E !important;
}

.bg-dark-half {
  background: #14191E;
  background: -moz-linear-gradient(0deg, #14191E 50%, transparent 50%);
  background: -webkit-linear-gradient(0deg, #14191E 50%, transparent 50%);
  background: linear-gradient(0deg, #14191E 50%, transparent 50%);
}

.bg-grey {
  background-color: #F5F4F2 !important;
}

.color-grey {
  color: #F5F4F2 !important;
}
.color-grey label {
  color: #F5F4F2 !important;
}

.border-grey {
  border-color: #F5F4F2 !important;
}

.bg-grey-half {
  background: #F5F4F2;
  background: -moz-linear-gradient(0deg, #F5F4F2 50%, transparent 50%);
  background: -webkit-linear-gradient(0deg, #F5F4F2 50%, transparent 50%);
  background: linear-gradient(0deg, #F5F4F2 50%, transparent 50%);
}

/* :::::::::::::: 02 * GRIT_SET Gradinet */
/* :::::::::::::: 03 * GRIT_SET Fonts */
/* :::::::::::::: 04 * GRIT_SET Varriables */
/* :::::::::::::: 05 * GRIT_SET Trasitions */
/* :::::::::::::: 03 * GRIT_SET content */
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* :::::::::::::: 01 * GRIT_SET body */
/* :::::::::::::: 02 * GRIT_SET contained */
/* :::::::::::::: 03 * GRIT_SET equal-cols */
/* :::::::::::::: 04 * GRIT_SET padding */
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* :::::::::::::: 01 * GRIT_SET body */
body {
  font-family: "Zalando Sans", "Open Sans", sans-serif;
  color: #14191E;
  background-color: #F5F4F2;
  font-weight: normal;
  font-style: normal;
  margin: 0;
  padding: 0;
  cursor: default !important;
}
body .content-wrapper {
  position: relative;
  z-index: 3;
  margin-top: 9.1428571429vw;
}
@media (min-width: 768px) {
  body .content-wrapper {
    margin-top: 6.8571428571vw;
  }
}
body .content-wrapper {
  background-color: #F5F4F2;
  margin-bottom: calc(100svh - 9.1428571429vw);
}
@media (min-width: 768px) {
  body .content-wrapper {
    margin-bottom: calc(100svh - 6.8571428571vw);
  }
}

body.modal-open {
  overflow-y: scroll !important;
  padding-right: 0 !important;
}

.modal.modal_info {
  padding-right: 0 !important;
}

.absolute_center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* Stile per scrollbar in browser WebKit (Chrome, Safari, Edge) */
::-webkit-scrollbar {
  width: 1px; /* Larghezza della scrollbar */
}

/* Stile per Firefox */
* {
  scrollbar-width: thin; /* Imposta la scrollbar sottile in Firefox */
}

/* :::::::::::::: 02 * GRIT_SET contained */
@media (min-width: 576px) {
  .contained {
    padding: 0 12.5vw;
  }
}
@media (min-width: 576px) {
  .container-fluid {
    padding: 0 3.75vw;
  }
}
/* :::::::::::::: 03 * GRIT_SET equal-cols */
.row.equal-cols {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap;
}

.row.equal-cols:before,
.row.equal-cols:after {
  display: block;
}

.row.equal-cols > [class*=col-] {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.row.equal-cols > [class*=col-] > * {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.row.equal-cols .tease {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* :::::::::::::: 04 * GRIT_SET padding */
.p-6 {
  padding: calc(76.8px + 4px) !important;
}

.pt-6 {
  padding-top: calc(76.8px + 4px) !important;
}

.pr-6 {
  padding-right: calc(76.8px + 4px) !important;
}

.pb-6 {
  padding-bottom: calc(76.8px + 4px) !important;
}

.pl-6 {
  padding-left: calc(76.8px + 4px) !important;
}

.px-6 {
  padding-left: calc(76.8px + 4px) !important;
  padding-right: calc(76.8px + 4px) !important;
}

.py-6 {
  padding-top: calc(76.8px + 4px) !important;
  padding-bottom: calc(76.8px + 4px) !important;
}

.m-6 {
  margin: calc(76.8px + 4px) !important;
}

.mt-6 {
  margin-top: calc(76.8px + 4px) !important;
}

.mr-6 {
  margin-right: calc(76.8px + 4px) !important;
}

.mb-6 {
  margin-bottom: calc(76.8px + 4px) !important;
}

.ml-6 {
  margin-left: calc(76.8px + 4px) !important;
}

.mx-6 {
  margin-left: calc(76.8px + 4px) !important;
  margin-right: calc(76.8px + 4px) !important;
}

.my-6 {
  margin-top: calc(76.8px + 4px) !important;
  margin-bottom: calc(76.8px + 4px) !important;
}

.p-7 {
  padding: calc(89.6px + 4.6666666667px) !important;
}

.pt-7 {
  padding-top: calc(89.6px + 4.6666666667px) !important;
}

.pr-7 {
  padding-right: calc(89.6px + 4.6666666667px) !important;
}

.pb-7 {
  padding-bottom: calc(89.6px + 4.6666666667px) !important;
}

.pl-7 {
  padding-left: calc(89.6px + 4.6666666667px) !important;
}

.px-7 {
  padding-left: calc(89.6px + 4.6666666667px) !important;
  padding-right: calc(89.6px + 4.6666666667px) !important;
}

.py-7 {
  padding-top: calc(89.6px + 4.6666666667px) !important;
  padding-bottom: calc(89.6px + 4.6666666667px) !important;
}

.m-7 {
  margin: calc(89.6px + 4.6666666667px) !important;
}

.mt-7 {
  margin-top: calc(89.6px + 4.6666666667px) !important;
}

.mr-7 {
  margin-right: calc(89.6px + 4.6666666667px) !important;
}

.mb-7 {
  margin-bottom: calc(89.6px + 4.6666666667px) !important;
}

.ml-7 {
  margin-left: calc(89.6px + 4.6666666667px) !important;
}

.mx-7 {
  margin-left: calc(89.6px + 4.6666666667px) !important;
  margin-right: calc(89.6px + 4.6666666667px) !important;
}

.my-7 {
  margin-top: calc(89.6px + 4.6666666667px) !important;
  margin-bottom: calc(89.6px + 4.6666666667px) !important;
}

.p-8 {
  padding: calc(108.8px + 5.6666666667px) !important;
}

.pt-8 {
  padding-top: calc(108.8px + 5.6666666667px) !important;
}

.pr-8 {
  padding-right: calc(108.8px + 5.6666666667px) !important;
}

.pb-8 {
  padding-bottom: calc(108.8px + 5.6666666667px) !important;
}

.pl-8 {
  padding-left: calc(108.8px + 5.6666666667px) !important;
}

.px-8 {
  padding-left: calc(108.8px + 5.6666666667px) !important;
  padding-right: calc(108.8px + 5.6666666667px) !important;
}

.py-8 {
  padding-top: calc(108.8px + 5.6666666667px) !important;
  padding-bottom: calc(108.8px + 5.6666666667px) !important;
}

.m-8 {
  margin: calc(108.8px + 5.6666666667px) !important;
}

.mt-8 {
  margin-top: calc(108.8px + 5.6666666667px) !important;
}

.mr-8 {
  margin-right: calc(108.8px + 5.6666666667px) !important;
}

.mb-8 {
  margin-bottom: calc(108.8px + 5.6666666667px) !important;
}

.ml-8 {
  margin-left: calc(108.8px + 5.6666666667px) !important;
}

.mx-8 {
  margin-left: calc(108.8px + 5.6666666667px) !important;
  margin-right: calc(108.8px + 5.6666666667px) !important;
}

.my-8 {
  margin-top: calc(108.8px + 5.6666666667px) !important;
  margin-bottom: calc(108.8px + 5.6666666667px) !important;
}

.p-9 {
  padding: calc(128px + 6.6666666667px) !important;
}

.pt-9 {
  padding-top: calc(128px + 6.6666666667px) !important;
}

.pr-9 {
  padding-right: calc(128px + 6.6666666667px) !important;
}

.pb-9 {
  padding-bottom: calc(128px + 6.6666666667px) !important;
}

.pl-9 {
  padding-left: calc(128px + 6.6666666667px) !important;
}

.px-9 {
  padding-left: calc(128px + 6.6666666667px) !important;
  padding-right: calc(128px + 6.6666666667px) !important;
}

.py-9 {
  padding-top: calc(128px + 6.6666666667px) !important;
  padding-bottom: calc(128px + 6.6666666667px) !important;
}

.m-9 {
  margin: calc(128px + 6.6666666667px) !important;
}

.mt-9 {
  margin-top: calc(128px + 6.6666666667px) !important;
}

.mr-9 {
  margin-right: calc(128px + 6.6666666667px) !important;
}

.mb-9 {
  margin-bottom: calc(128px + 6.6666666667px) !important;
}

.ml-9 {
  margin-left: calc(128px + 6.6666666667px) !important;
}

.mx-9 {
  margin-left: calc(128px + 6.6666666667px) !important;
  margin-right: calc(128px + 6.6666666667px) !important;
}

.my-9 {
  margin-top: calc(128px + 6.6666666667px) !important;
  margin-bottom: calc(128px + 6.6666666667px) !important;
}

.p-10 {
  padding: calc(160px + 8.3333333333px) !important;
}

.pt-10 {
  padding-top: calc(160px + 8.3333333333px) !important;
}

.pr-10 {
  padding-right: calc(160px + 8.3333333333px) !important;
}

.pb-10 {
  padding-bottom: calc(160px + 8.3333333333px) !important;
}

.pl-10 {
  padding-left: calc(160px + 8.3333333333px) !important;
}

.px-10 {
  padding-left: calc(160px + 8.3333333333px) !important;
  padding-right: calc(160px + 8.3333333333px) !important;
}

.py-10 {
  padding-top: calc(160px + 8.3333333333px) !important;
  padding-bottom: calc(160px + 8.3333333333px) !important;
}

.m-10 {
  margin: calc(160px + 8.3333333333px) !important;
}

.mt-10 {
  margin-top: calc(160px + 8.3333333333px) !important;
}

.mr-10 {
  margin-right: calc(160px + 8.3333333333px) !important;
}

.mb-10 {
  margin-bottom: calc(160px + 8.3333333333px) !important;
}

.ml-10 {
  margin-left: calc(160px + 8.3333333333px) !important;
}

.mx-10 {
  margin-left: calc(160px + 8.3333333333px) !important;
  margin-right: calc(160px + 8.3333333333px) !important;
}

.my-10 {
  margin-top: calc(160px + 8.3333333333px) !important;
  margin-bottom: calc(160px + 8.3333333333px) !important;
}

@media (min-width: 576px) {
  .p-sm-6 {
    padding: calc(76.8px + 4px) !important;
  }
  .pt-sm-6 {
    padding-top: calc(76.8px + 4px) !important;
  }
  .pr-sm-6 {
    padding-right: calc(76.8px + 4px) !important;
  }
  .pb-sm-6 {
    padding-bottom: calc(76.8px + 4px) !important;
  }
  .pl-sm-6 {
    padding-left: calc(76.8px + 4px) !important;
  }
  .px-sm-6 {
    padding-left: calc(76.8px + 4px) !important;
    padding-right: calc(76.8px + 4px) !important;
  }
  .py-sm-6 {
    padding-top: calc(76.8px + 4px) !important;
    padding-bottom: calc(76.8px + 4px) !important;
  }
  .m-sm-6 {
    margin: calc(76.8px + 4px) !important;
  }
  .mt-sm-6 {
    margin-top: calc(76.8px + 4px) !important;
  }
  .mr-sm-6 {
    margin-right: calc(76.8px + 4px) !important;
  }
  .mb-sm-6 {
    margin-bottom: calc(76.8px + 4px) !important;
  }
  .ml-sm-6 {
    margin-left: calc(76.8px + 4px) !important;
  }
  .mx-sm-6 {
    margin-left: calc(76.8px + 4px) !important;
    margin-right: calc(76.8px + 4px) !important;
  }
  .my-sm-6 {
    margin-top: calc(76.8px + 4px) !important;
    margin-bottom: calc(76.8px + 4px) !important;
  }
  .p-sm-7 {
    padding: calc(89.6px + 4.6666666667px) !important;
  }
  .pt-sm-7 {
    padding-top: calc(89.6px + 4.6666666667px) !important;
  }
  .pr-sm-7 {
    padding-right: calc(89.6px + 4.6666666667px) !important;
  }
  .pb-sm-7 {
    padding-bottom: calc(89.6px + 4.6666666667px) !important;
  }
  .pl-sm-7 {
    padding-left: calc(89.6px + 4.6666666667px) !important;
  }
  .px-sm-7 {
    padding-left: calc(89.6px + 4.6666666667px) !important;
    padding-right: calc(89.6px + 4.6666666667px) !important;
  }
  .py-sm-7 {
    padding-top: calc(89.6px + 4.6666666667px) !important;
    padding-bottom: calc(89.6px + 4.6666666667px) !important;
  }
  .m-sm-7 {
    margin: calc(89.6px + 4.6666666667px) !important;
  }
  .mt-sm-7 {
    margin-top: calc(89.6px + 4.6666666667px) !important;
  }
  .mr-sm-7 {
    margin-right: calc(89.6px + 4.6666666667px) !important;
  }
  .mb-sm-7 {
    margin-bottom: calc(89.6px + 4.6666666667px) !important;
  }
  .ml-sm-7 {
    margin-left: calc(89.6px + 4.6666666667px) !important;
  }
  .mx-sm-7 {
    margin-left: calc(89.6px + 4.6666666667px) !important;
    margin-right: calc(89.6px + 4.6666666667px) !important;
  }
  .my-sm-7 {
    margin-top: calc(89.6px + 4.6666666667px) !important;
    margin-bottom: calc(89.6px + 4.6666666667px) !important;
  }
  .p-sm-8 {
    padding: calc(108.8px + 5.6666666667px) !important;
  }
  .pt-sm-8 {
    padding-top: calc(108.8px + 5.6666666667px) !important;
  }
  .pr-sm-8 {
    padding-right: calc(108.8px + 5.6666666667px) !important;
  }
  .pb-sm-8 {
    padding-bottom: calc(108.8px + 5.6666666667px) !important;
  }
  .pl-sm-8 {
    padding-left: calc(108.8px + 5.6666666667px) !important;
  }
  .px-sm-8 {
    padding-left: calc(108.8px + 5.6666666667px) !important;
    padding-right: calc(108.8px + 5.6666666667px) !important;
  }
  .py-sm-8 {
    padding-top: calc(108.8px + 5.6666666667px) !important;
    padding-bottom: calc(108.8px + 5.6666666667px) !important;
  }
  .m-sm-8 {
    margin: calc(108.8px + 5.6666666667px) !important;
  }
  .mt-sm-8 {
    margin-top: calc(108.8px + 5.6666666667px) !important;
  }
  .mr-sm-8 {
    margin-right: calc(108.8px + 5.6666666667px) !important;
  }
  .mb-sm-8 {
    margin-bottom: calc(108.8px + 5.6666666667px) !important;
  }
  .ml-sm-8 {
    margin-left: calc(108.8px + 5.6666666667px) !important;
  }
  .mx-sm-8 {
    margin-left: calc(108.8px + 5.6666666667px) !important;
    margin-right: calc(108.8px + 5.6666666667px) !important;
  }
  .my-sm-8 {
    margin-top: calc(108.8px + 5.6666666667px) !important;
    margin-bottom: calc(108.8px + 5.6666666667px) !important;
  }
  .p-sm-9 {
    padding: calc(128px + 6.6666666667px) !important;
  }
  .pt-sm-9 {
    padding-top: calc(128px + 6.6666666667px) !important;
  }
  .pr-sm-9 {
    padding-right: calc(128px + 6.6666666667px) !important;
  }
  .pb-sm-9 {
    padding-bottom: calc(128px + 6.6666666667px) !important;
  }
  .pl-sm-9 {
    padding-left: calc(128px + 6.6666666667px) !important;
  }
  .px-sm-9 {
    padding-left: calc(128px + 6.6666666667px) !important;
    padding-right: calc(128px + 6.6666666667px) !important;
  }
  .py-sm-9 {
    padding-top: calc(128px + 6.6666666667px) !important;
    padding-bottom: calc(128px + 6.6666666667px) !important;
  }
  .m-sm-9 {
    margin: calc(128px + 6.6666666667px) !important;
  }
  .mt-sm-9 {
    margin-top: calc(128px + 6.6666666667px) !important;
  }
  .mr-sm-9 {
    margin-right: calc(128px + 6.6666666667px) !important;
  }
  .mb-sm-9 {
    margin-bottom: calc(128px + 6.6666666667px) !important;
  }
  .ml-sm-9 {
    margin-left: calc(128px + 6.6666666667px) !important;
  }
  .mx-sm-9 {
    margin-left: calc(128px + 6.6666666667px) !important;
    margin-right: calc(128px + 6.6666666667px) !important;
  }
  .my-sm-9 {
    margin-top: calc(128px + 6.6666666667px) !important;
    margin-bottom: calc(128px + 6.6666666667px) !important;
  }
  .p-sm-10 {
    padding: calc(160px + 8.3333333333px) !important;
  }
  .pt-sm-10 {
    padding-top: calc(160px + 8.3333333333px) !important;
  }
  .pr-sm-10 {
    padding-right: calc(160px + 8.3333333333px) !important;
  }
  .pb-sm-10 {
    padding-bottom: calc(160px + 8.3333333333px) !important;
  }
  .pl-sm-10 {
    padding-left: calc(160px + 8.3333333333px) !important;
  }
  .px-sm-10 {
    padding-left: calc(160px + 8.3333333333px) !important;
    padding-right: calc(160px + 8.3333333333px) !important;
  }
  .py-sm-10 {
    padding-top: calc(160px + 8.3333333333px) !important;
    padding-bottom: calc(160px + 8.3333333333px) !important;
  }
  .m-sm-10 {
    margin: calc(160px + 8.3333333333px) !important;
  }
  .mt-sm-10 {
    margin-top: calc(160px + 8.3333333333px) !important;
  }
  .mr-sm-10 {
    margin-right: calc(160px + 8.3333333333px) !important;
  }
  .mb-sm-10 {
    margin-bottom: calc(160px + 8.3333333333px) !important;
  }
  .ml-sm-10 {
    margin-left: calc(160px + 8.3333333333px) !important;
  }
  .mx-sm-10 {
    margin-left: calc(160px + 8.3333333333px) !important;
    margin-right: calc(160px + 8.3333333333px) !important;
  }
  .my-sm-10 {
    margin-top: calc(160px + 8.3333333333px) !important;
    margin-bottom: calc(160px + 8.3333333333px) !important;
  }
}
@media (min-width: 768px) {
  .p-md-6 {
    padding: calc(76.8px + 4px) !important;
  }
  .pt-md-6 {
    padding-top: calc(76.8px + 4px) !important;
  }
  .pr-md-6 {
    padding-right: calc(76.8px + 4px) !important;
  }
  .pb-md-6 {
    padding-bottom: calc(76.8px + 4px) !important;
  }
  .pl-md-6 {
    padding-left: calc(76.8px + 4px) !important;
  }
  .px-md-6 {
    padding-left: calc(76.8px + 4px) !important;
    padding-right: calc(76.8px + 4px) !important;
  }
  .py-md-6 {
    padding-top: calc(76.8px + 4px) !important;
    padding-bottom: calc(76.8px + 4px) !important;
  }
  .m-md-6 {
    margin: calc(76.8px + 4px) !important;
  }
  .mt-md-6 {
    margin-top: calc(76.8px + 4px) !important;
  }
  .mr-md-6 {
    margin-right: calc(76.8px + 4px) !important;
  }
  .mb-md-6 {
    margin-bottom: calc(76.8px + 4px) !important;
  }
  .ml-md-6 {
    margin-left: calc(76.8px + 4px) !important;
  }
  .mx-md-6 {
    margin-left: calc(76.8px + 4px) !important;
    margin-right: calc(76.8px + 4px) !important;
  }
  .my-md-6 {
    margin-top: calc(76.8px + 4px) !important;
    margin-bottom: calc(76.8px + 4px) !important;
  }
  .p-md-7 {
    padding: calc(89.6px + 4.6666666667px) !important;
  }
  .pt-md-7 {
    padding-top: calc(89.6px + 4.6666666667px) !important;
  }
  .pr-md-7 {
    padding-right: calc(89.6px + 4.6666666667px) !important;
  }
  .pb-md-7 {
    padding-bottom: calc(89.6px + 4.6666666667px) !important;
  }
  .pl-md-7 {
    padding-left: calc(89.6px + 4.6666666667px) !important;
  }
  .px-md-7 {
    padding-left: calc(89.6px + 4.6666666667px) !important;
    padding-right: calc(89.6px + 4.6666666667px) !important;
  }
  .py-md-7 {
    padding-top: calc(89.6px + 4.6666666667px) !important;
    padding-bottom: calc(89.6px + 4.6666666667px) !important;
  }
  .m-md-7 {
    margin: calc(89.6px + 4.6666666667px) !important;
  }
  .mt-md-7 {
    margin-top: calc(89.6px + 4.6666666667px) !important;
  }
  .mr-md-7 {
    margin-right: calc(89.6px + 4.6666666667px) !important;
  }
  .mb-md-7 {
    margin-bottom: calc(89.6px + 4.6666666667px) !important;
  }
  .ml-md-7 {
    margin-left: calc(89.6px + 4.6666666667px) !important;
  }
  .mx-md-7 {
    margin-left: calc(89.6px + 4.6666666667px) !important;
    margin-right: calc(89.6px + 4.6666666667px) !important;
  }
  .my-md-7 {
    margin-top: calc(89.6px + 4.6666666667px) !important;
    margin-bottom: calc(89.6px + 4.6666666667px) !important;
  }
  .p-md-8 {
    padding: calc(108.8px + 5.6666666667px) !important;
  }
  .pt-md-8 {
    padding-top: calc(108.8px + 5.6666666667px) !important;
  }
  .pr-md-8 {
    padding-right: calc(108.8px + 5.6666666667px) !important;
  }
  .pb-md-8 {
    padding-bottom: calc(108.8px + 5.6666666667px) !important;
  }
  .pl-md-8 {
    padding-left: calc(108.8px + 5.6666666667px) !important;
  }
  .px-md-8 {
    padding-left: calc(108.8px + 5.6666666667px) !important;
    padding-right: calc(108.8px + 5.6666666667px) !important;
  }
  .py-md-8 {
    padding-top: calc(108.8px + 5.6666666667px) !important;
    padding-bottom: calc(108.8px + 5.6666666667px) !important;
  }
  .m-md-8 {
    margin: calc(108.8px + 5.6666666667px) !important;
  }
  .mt-md-8 {
    margin-top: calc(108.8px + 5.6666666667px) !important;
  }
  .mr-md-8 {
    margin-right: calc(108.8px + 5.6666666667px) !important;
  }
  .mb-md-8 {
    margin-bottom: calc(108.8px + 5.6666666667px) !important;
  }
  .ml-md-8 {
    margin-left: calc(108.8px + 5.6666666667px) !important;
  }
  .mx-md-8 {
    margin-left: calc(108.8px + 5.6666666667px) !important;
    margin-right: calc(108.8px + 5.6666666667px) !important;
  }
  .my-md-8 {
    margin-top: calc(108.8px + 5.6666666667px) !important;
    margin-bottom: calc(108.8px + 5.6666666667px) !important;
  }
  .p-md-9 {
    padding: calc(128px + 6.6666666667px) !important;
  }
  .pt-md-9 {
    padding-top: calc(128px + 6.6666666667px) !important;
  }
  .pr-md-9 {
    padding-right: calc(128px + 6.6666666667px) !important;
  }
  .pb-md-9 {
    padding-bottom: calc(128px + 6.6666666667px) !important;
  }
  .pl-md-9 {
    padding-left: calc(128px + 6.6666666667px) !important;
  }
  .px-md-9 {
    padding-left: calc(128px + 6.6666666667px) !important;
    padding-right: calc(128px + 6.6666666667px) !important;
  }
  .py-md-9 {
    padding-top: calc(128px + 6.6666666667px) !important;
    padding-bottom: calc(128px + 6.6666666667px) !important;
  }
  .m-md-9 {
    margin: calc(128px + 6.6666666667px) !important;
  }
  .mt-md-9 {
    margin-top: calc(128px + 6.6666666667px) !important;
  }
  .mr-md-9 {
    margin-right: calc(128px + 6.6666666667px) !important;
  }
  .mb-md-9 {
    margin-bottom: calc(128px + 6.6666666667px) !important;
  }
  .ml-md-9 {
    margin-left: calc(128px + 6.6666666667px) !important;
  }
  .mx-md-9 {
    margin-left: calc(128px + 6.6666666667px) !important;
    margin-right: calc(128px + 6.6666666667px) !important;
  }
  .my-md-9 {
    margin-top: calc(128px + 6.6666666667px) !important;
    margin-bottom: calc(128px + 6.6666666667px) !important;
  }
  .p-md-10 {
    padding: calc(160px + 8.3333333333px) !important;
  }
  .pt-md-10 {
    padding-top: calc(160px + 8.3333333333px) !important;
  }
  .pr-md-10 {
    padding-right: calc(160px + 8.3333333333px) !important;
  }
  .pb-md-10 {
    padding-bottom: calc(160px + 8.3333333333px) !important;
  }
  .pl-md-10 {
    padding-left: calc(160px + 8.3333333333px) !important;
  }
  .px-md-10 {
    padding-left: calc(160px + 8.3333333333px) !important;
    padding-right: calc(160px + 8.3333333333px) !important;
  }
  .py-md-10 {
    padding-top: calc(160px + 8.3333333333px) !important;
    padding-bottom: calc(160px + 8.3333333333px) !important;
  }
  .m-md-10 {
    margin: calc(160px + 8.3333333333px) !important;
  }
  .mt-md-10 {
    margin-top: calc(160px + 8.3333333333px) !important;
  }
  .mr-md-10 {
    margin-right: calc(160px + 8.3333333333px) !important;
  }
  .mb-md-10 {
    margin-bottom: calc(160px + 8.3333333333px) !important;
  }
  .ml-md-10 {
    margin-left: calc(160px + 8.3333333333px) !important;
  }
  .mx-md-10 {
    margin-left: calc(160px + 8.3333333333px) !important;
    margin-right: calc(160px + 8.3333333333px) !important;
  }
  .my-md-10 {
    margin-top: calc(160px + 8.3333333333px) !important;
    margin-bottom: calc(160px + 8.3333333333px) !important;
  }
}
@media (min-width: 992px) {
  .p-lg-6 {
    padding: calc(76.8px + 4px) !important;
  }
  .pt-lg-6 {
    padding-top: calc(76.8px + 4px) !important;
  }
  .pr-lg-6 {
    padding-right: calc(76.8px + 4px) !important;
  }
  .pb-lg-6 {
    padding-bottom: calc(76.8px + 4px) !important;
  }
  .pl-lg-6 {
    padding-left: calc(76.8px + 4px) !important;
  }
  .px-lg-6 {
    padding-left: calc(76.8px + 4px) !important;
    padding-right: calc(76.8px + 4px) !important;
  }
  .py-lg-6 {
    padding-top: calc(76.8px + 4px) !important;
    padding-bottom: calc(76.8px + 4px) !important;
  }
  .m-lg-6 {
    margin: calc(76.8px + 4px) !important;
  }
  .mt-lg-6 {
    margin-top: calc(76.8px + 4px) !important;
  }
  .mr-lg-6 {
    margin-right: calc(76.8px + 4px) !important;
  }
  .mb-lg-6 {
    margin-bottom: calc(76.8px + 4px) !important;
  }
  .ml-lg-6 {
    margin-left: calc(76.8px + 4px) !important;
  }
  .mx-lg-6 {
    margin-left: calc(76.8px + 4px) !important;
    margin-right: calc(76.8px + 4px) !important;
  }
  .my-lg-6 {
    margin-top: calc(76.8px + 4px) !important;
    margin-bottom: calc(76.8px + 4px) !important;
  }
  .p-lg-7 {
    padding: calc(89.6px + 4.6666666667px) !important;
  }
  .pt-lg-7 {
    padding-top: calc(89.6px + 4.6666666667px) !important;
  }
  .pr-lg-7 {
    padding-right: calc(89.6px + 4.6666666667px) !important;
  }
  .pb-lg-7 {
    padding-bottom: calc(89.6px + 4.6666666667px) !important;
  }
  .pl-lg-7 {
    padding-left: calc(89.6px + 4.6666666667px) !important;
  }
  .px-lg-7 {
    padding-left: calc(89.6px + 4.6666666667px) !important;
    padding-right: calc(89.6px + 4.6666666667px) !important;
  }
  .py-lg-7 {
    padding-top: calc(89.6px + 4.6666666667px) !important;
    padding-bottom: calc(89.6px + 4.6666666667px) !important;
  }
  .m-lg-7 {
    margin: calc(89.6px + 4.6666666667px) !important;
  }
  .mt-lg-7 {
    margin-top: calc(89.6px + 4.6666666667px) !important;
  }
  .mr-lg-7 {
    margin-right: calc(89.6px + 4.6666666667px) !important;
  }
  .mb-lg-7 {
    margin-bottom: calc(89.6px + 4.6666666667px) !important;
  }
  .ml-lg-7 {
    margin-left: calc(89.6px + 4.6666666667px) !important;
  }
  .mx-lg-7 {
    margin-left: calc(89.6px + 4.6666666667px) !important;
    margin-right: calc(89.6px + 4.6666666667px) !important;
  }
  .my-lg-7 {
    margin-top: calc(89.6px + 4.6666666667px) !important;
    margin-bottom: calc(89.6px + 4.6666666667px) !important;
  }
  .p-lg-8 {
    padding: calc(108.8px + 5.6666666667px) !important;
  }
  .pt-lg-8 {
    padding-top: calc(108.8px + 5.6666666667px) !important;
  }
  .pr-lg-8 {
    padding-right: calc(108.8px + 5.6666666667px) !important;
  }
  .pb-lg-8 {
    padding-bottom: calc(108.8px + 5.6666666667px) !important;
  }
  .pl-lg-8 {
    padding-left: calc(108.8px + 5.6666666667px) !important;
  }
  .px-lg-8 {
    padding-left: calc(108.8px + 5.6666666667px) !important;
    padding-right: calc(108.8px + 5.6666666667px) !important;
  }
  .py-lg-8 {
    padding-top: calc(108.8px + 5.6666666667px) !important;
    padding-bottom: calc(108.8px + 5.6666666667px) !important;
  }
  .m-lg-8 {
    margin: calc(108.8px + 5.6666666667px) !important;
  }
  .mt-lg-8 {
    margin-top: calc(108.8px + 5.6666666667px) !important;
  }
  .mr-lg-8 {
    margin-right: calc(108.8px + 5.6666666667px) !important;
  }
  .mb-lg-8 {
    margin-bottom: calc(108.8px + 5.6666666667px) !important;
  }
  .ml-lg-8 {
    margin-left: calc(108.8px + 5.6666666667px) !important;
  }
  .mx-lg-8 {
    margin-left: calc(108.8px + 5.6666666667px) !important;
    margin-right: calc(108.8px + 5.6666666667px) !important;
  }
  .my-lg-8 {
    margin-top: calc(108.8px + 5.6666666667px) !important;
    margin-bottom: calc(108.8px + 5.6666666667px) !important;
  }
  .p-lg-9 {
    padding: calc(128px + 6.6666666667px) !important;
  }
  .pt-lg-9 {
    padding-top: calc(128px + 6.6666666667px) !important;
  }
  .pr-lg-9 {
    padding-right: calc(128px + 6.6666666667px) !important;
  }
  .pb-lg-9 {
    padding-bottom: calc(128px + 6.6666666667px) !important;
  }
  .pl-lg-9 {
    padding-left: calc(128px + 6.6666666667px) !important;
  }
  .px-lg-9 {
    padding-left: calc(128px + 6.6666666667px) !important;
    padding-right: calc(128px + 6.6666666667px) !important;
  }
  .py-lg-9 {
    padding-top: calc(128px + 6.6666666667px) !important;
    padding-bottom: calc(128px + 6.6666666667px) !important;
  }
  .m-lg-9 {
    margin: calc(128px + 6.6666666667px) !important;
  }
  .mt-lg-9 {
    margin-top: calc(128px + 6.6666666667px) !important;
  }
  .mr-lg-9 {
    margin-right: calc(128px + 6.6666666667px) !important;
  }
  .mb-lg-9 {
    margin-bottom: calc(128px + 6.6666666667px) !important;
  }
  .ml-lg-9 {
    margin-left: calc(128px + 6.6666666667px) !important;
  }
  .mx-lg-9 {
    margin-left: calc(128px + 6.6666666667px) !important;
    margin-right: calc(128px + 6.6666666667px) !important;
  }
  .my-lg-9 {
    margin-top: calc(128px + 6.6666666667px) !important;
    margin-bottom: calc(128px + 6.6666666667px) !important;
  }
  .p-lg-10 {
    padding: calc(160px + 8.3333333333px) !important;
  }
  .pt-lg-10 {
    padding-top: calc(160px + 8.3333333333px) !important;
  }
  .pr-lg-10 {
    padding-right: calc(160px + 8.3333333333px) !important;
  }
  .pb-lg-10 {
    padding-bottom: calc(160px + 8.3333333333px) !important;
  }
  .pl-lg-10 {
    padding-left: calc(160px + 8.3333333333px) !important;
  }
  .px-lg-10 {
    padding-left: calc(160px + 8.3333333333px) !important;
    padding-right: calc(160px + 8.3333333333px) !important;
  }
  .py-lg-10 {
    padding-top: calc(160px + 8.3333333333px) !important;
    padding-bottom: calc(160px + 8.3333333333px) !important;
  }
  .m-lg-10 {
    margin: calc(160px + 8.3333333333px) !important;
  }
  .mt-lg-10 {
    margin-top: calc(160px + 8.3333333333px) !important;
  }
  .mr-lg-10 {
    margin-right: calc(160px + 8.3333333333px) !important;
  }
  .mb-lg-10 {
    margin-bottom: calc(160px + 8.3333333333px) !important;
  }
  .ml-lg-10 {
    margin-left: calc(160px + 8.3333333333px) !important;
  }
  .mx-lg-10 {
    margin-left: calc(160px + 8.3333333333px) !important;
    margin-right: calc(160px + 8.3333333333px) !important;
  }
  .my-lg-10 {
    margin-top: calc(160px + 8.3333333333px) !important;
    margin-bottom: calc(160px + 8.3333333333px) !important;
  }
}
@media (min-width: 1200px) {
  .p-xl-6 {
    padding: calc(76.8px + 4px) !important;
  }
  .pt-xl-6 {
    padding-top: calc(76.8px + 4px) !important;
  }
  .pr-xl-6 {
    padding-right: calc(76.8px + 4px) !important;
  }
  .pb-xl-6 {
    padding-bottom: calc(76.8px + 4px) !important;
  }
  .pl-xl-6 {
    padding-left: calc(76.8px + 4px) !important;
  }
  .px-xl-6 {
    padding-left: calc(76.8px + 4px) !important;
    padding-right: calc(76.8px + 4px) !important;
  }
  .py-xl-6 {
    padding-top: calc(76.8px + 4px) !important;
    padding-bottom: calc(76.8px + 4px) !important;
  }
  .m-xl-6 {
    margin: calc(76.8px + 4px) !important;
  }
  .mt-xl-6 {
    margin-top: calc(76.8px + 4px) !important;
  }
  .mr-xl-6 {
    margin-right: calc(76.8px + 4px) !important;
  }
  .mb-xl-6 {
    margin-bottom: calc(76.8px + 4px) !important;
  }
  .ml-xl-6 {
    margin-left: calc(76.8px + 4px) !important;
  }
  .mx-xl-6 {
    margin-left: calc(76.8px + 4px) !important;
    margin-right: calc(76.8px + 4px) !important;
  }
  .my-xl-6 {
    margin-top: calc(76.8px + 4px) !important;
    margin-bottom: calc(76.8px + 4px) !important;
  }
  .p-xl-7 {
    padding: calc(89.6px + 4.6666666667px) !important;
  }
  .pt-xl-7 {
    padding-top: calc(89.6px + 4.6666666667px) !important;
  }
  .pr-xl-7 {
    padding-right: calc(89.6px + 4.6666666667px) !important;
  }
  .pb-xl-7 {
    padding-bottom: calc(89.6px + 4.6666666667px) !important;
  }
  .pl-xl-7 {
    padding-left: calc(89.6px + 4.6666666667px) !important;
  }
  .px-xl-7 {
    padding-left: calc(89.6px + 4.6666666667px) !important;
    padding-right: calc(89.6px + 4.6666666667px) !important;
  }
  .py-xl-7 {
    padding-top: calc(89.6px + 4.6666666667px) !important;
    padding-bottom: calc(89.6px + 4.6666666667px) !important;
  }
  .m-xl-7 {
    margin: calc(89.6px + 4.6666666667px) !important;
  }
  .mt-xl-7 {
    margin-top: calc(89.6px + 4.6666666667px) !important;
  }
  .mr-xl-7 {
    margin-right: calc(89.6px + 4.6666666667px) !important;
  }
  .mb-xl-7 {
    margin-bottom: calc(89.6px + 4.6666666667px) !important;
  }
  .ml-xl-7 {
    margin-left: calc(89.6px + 4.6666666667px) !important;
  }
  .mx-xl-7 {
    margin-left: calc(89.6px + 4.6666666667px) !important;
    margin-right: calc(89.6px + 4.6666666667px) !important;
  }
  .my-xl-7 {
    margin-top: calc(89.6px + 4.6666666667px) !important;
    margin-bottom: calc(89.6px + 4.6666666667px) !important;
  }
  .p-xl-8 {
    padding: calc(108.8px + 5.6666666667px) !important;
  }
  .pt-xl-8 {
    padding-top: calc(108.8px + 5.6666666667px) !important;
  }
  .pr-xl-8 {
    padding-right: calc(108.8px + 5.6666666667px) !important;
  }
  .pb-xl-8 {
    padding-bottom: calc(108.8px + 5.6666666667px) !important;
  }
  .pl-xl-8 {
    padding-left: calc(108.8px + 5.6666666667px) !important;
  }
  .px-xl-8 {
    padding-left: calc(108.8px + 5.6666666667px) !important;
    padding-right: calc(108.8px + 5.6666666667px) !important;
  }
  .py-xl-8 {
    padding-top: calc(108.8px + 5.6666666667px) !important;
    padding-bottom: calc(108.8px + 5.6666666667px) !important;
  }
  .m-xl-8 {
    margin: calc(108.8px + 5.6666666667px) !important;
  }
  .mt-xl-8 {
    margin-top: calc(108.8px + 5.6666666667px) !important;
  }
  .mr-xl-8 {
    margin-right: calc(108.8px + 5.6666666667px) !important;
  }
  .mb-xl-8 {
    margin-bottom: calc(108.8px + 5.6666666667px) !important;
  }
  .ml-xl-8 {
    margin-left: calc(108.8px + 5.6666666667px) !important;
  }
  .mx-xl-8 {
    margin-left: calc(108.8px + 5.6666666667px) !important;
    margin-right: calc(108.8px + 5.6666666667px) !important;
  }
  .my-xl-8 {
    margin-top: calc(108.8px + 5.6666666667px) !important;
    margin-bottom: calc(108.8px + 5.6666666667px) !important;
  }
  .p-xl-9 {
    padding: calc(128px + 6.6666666667px) !important;
  }
  .pt-xl-9 {
    padding-top: calc(128px + 6.6666666667px) !important;
  }
  .pr-xl-9 {
    padding-right: calc(128px + 6.6666666667px) !important;
  }
  .pb-xl-9 {
    padding-bottom: calc(128px + 6.6666666667px) !important;
  }
  .pl-xl-9 {
    padding-left: calc(128px + 6.6666666667px) !important;
  }
  .px-xl-9 {
    padding-left: calc(128px + 6.6666666667px) !important;
    padding-right: calc(128px + 6.6666666667px) !important;
  }
  .py-xl-9 {
    padding-top: calc(128px + 6.6666666667px) !important;
    padding-bottom: calc(128px + 6.6666666667px) !important;
  }
  .m-xl-9 {
    margin: calc(128px + 6.6666666667px) !important;
  }
  .mt-xl-9 {
    margin-top: calc(128px + 6.6666666667px) !important;
  }
  .mr-xl-9 {
    margin-right: calc(128px + 6.6666666667px) !important;
  }
  .mb-xl-9 {
    margin-bottom: calc(128px + 6.6666666667px) !important;
  }
  .ml-xl-9 {
    margin-left: calc(128px + 6.6666666667px) !important;
  }
  .mx-xl-9 {
    margin-left: calc(128px + 6.6666666667px) !important;
    margin-right: calc(128px + 6.6666666667px) !important;
  }
  .my-xl-9 {
    margin-top: calc(128px + 6.6666666667px) !important;
    margin-bottom: calc(128px + 6.6666666667px) !important;
  }
  .p-xl-10 {
    padding: calc(160px + 8.3333333333px) !important;
  }
  .pt-xl-10 {
    padding-top: calc(160px + 8.3333333333px) !important;
  }
  .pr-xl-10 {
    padding-right: calc(160px + 8.3333333333px) !important;
  }
  .pb-xl-10 {
    padding-bottom: calc(160px + 8.3333333333px) !important;
  }
  .pl-xl-10 {
    padding-left: calc(160px + 8.3333333333px) !important;
  }
  .px-xl-10 {
    padding-left: calc(160px + 8.3333333333px) !important;
    padding-right: calc(160px + 8.3333333333px) !important;
  }
  .py-xl-10 {
    padding-top: calc(160px + 8.3333333333px) !important;
    padding-bottom: calc(160px + 8.3333333333px) !important;
  }
  .m-xl-10 {
    margin: calc(160px + 8.3333333333px) !important;
  }
  .mt-xl-10 {
    margin-top: calc(160px + 8.3333333333px) !important;
  }
  .mr-xl-10 {
    margin-right: calc(160px + 8.3333333333px) !important;
  }
  .mb-xl-10 {
    margin-bottom: calc(160px + 8.3333333333px) !important;
  }
  .ml-xl-10 {
    margin-left: calc(160px + 8.3333333333px) !important;
  }
  .mx-xl-10 {
    margin-left: calc(160px + 8.3333333333px) !important;
    margin-right: calc(160px + 8.3333333333px) !important;
  }
  .my-xl-10 {
    margin-top: calc(160px + 8.3333333333px) !important;
    margin-bottom: calc(160px + 8.3333333333px) !important;
  }
}
@media (min-width: 1600px) {
  .p-xxl-6 {
    padding: calc(76.8px + 4px) !important;
  }
  .pt-xxl-6 {
    padding-top: calc(76.8px + 4px) !important;
  }
  .pr-xxl-6 {
    padding-right: calc(76.8px + 4px) !important;
  }
  .pb-xxl-6 {
    padding-bottom: calc(76.8px + 4px) !important;
  }
  .pl-xxl-6 {
    padding-left: calc(76.8px + 4px) !important;
  }
  .px-xxl-6 {
    padding-left: calc(76.8px + 4px) !important;
    padding-right: calc(76.8px + 4px) !important;
  }
  .py-xxl-6 {
    padding-top: calc(76.8px + 4px) !important;
    padding-bottom: calc(76.8px + 4px) !important;
  }
  .m-xxl-6 {
    margin: calc(76.8px + 4px) !important;
  }
  .mt-xxl-6 {
    margin-top: calc(76.8px + 4px) !important;
  }
  .mr-xxl-6 {
    margin-right: calc(76.8px + 4px) !important;
  }
  .mb-xxl-6 {
    margin-bottom: calc(76.8px + 4px) !important;
  }
  .ml-xxl-6 {
    margin-left: calc(76.8px + 4px) !important;
  }
  .mx-xxl-6 {
    margin-left: calc(76.8px + 4px) !important;
    margin-right: calc(76.8px + 4px) !important;
  }
  .my-xxl-6 {
    margin-top: calc(76.8px + 4px) !important;
    margin-bottom: calc(76.8px + 4px) !important;
  }
  .p-xxl-7 {
    padding: calc(89.6px + 4.6666666667px) !important;
  }
  .pt-xxl-7 {
    padding-top: calc(89.6px + 4.6666666667px) !important;
  }
  .pr-xxl-7 {
    padding-right: calc(89.6px + 4.6666666667px) !important;
  }
  .pb-xxl-7 {
    padding-bottom: calc(89.6px + 4.6666666667px) !important;
  }
  .pl-xxl-7 {
    padding-left: calc(89.6px + 4.6666666667px) !important;
  }
  .px-xxl-7 {
    padding-left: calc(89.6px + 4.6666666667px) !important;
    padding-right: calc(89.6px + 4.6666666667px) !important;
  }
  .py-xxl-7 {
    padding-top: calc(89.6px + 4.6666666667px) !important;
    padding-bottom: calc(89.6px + 4.6666666667px) !important;
  }
  .m-xxl-7 {
    margin: calc(89.6px + 4.6666666667px) !important;
  }
  .mt-xxl-7 {
    margin-top: calc(89.6px + 4.6666666667px) !important;
  }
  .mr-xxl-7 {
    margin-right: calc(89.6px + 4.6666666667px) !important;
  }
  .mb-xxl-7 {
    margin-bottom: calc(89.6px + 4.6666666667px) !important;
  }
  .ml-xxl-7 {
    margin-left: calc(89.6px + 4.6666666667px) !important;
  }
  .mx-xxl-7 {
    margin-left: calc(89.6px + 4.6666666667px) !important;
    margin-right: calc(89.6px + 4.6666666667px) !important;
  }
  .my-xxl-7 {
    margin-top: calc(89.6px + 4.6666666667px) !important;
    margin-bottom: calc(89.6px + 4.6666666667px) !important;
  }
  .p-xxl-8 {
    padding: calc(108.8px + 5.6666666667px) !important;
  }
  .pt-xxl-8 {
    padding-top: calc(108.8px + 5.6666666667px) !important;
  }
  .pr-xxl-8 {
    padding-right: calc(108.8px + 5.6666666667px) !important;
  }
  .pb-xxl-8 {
    padding-bottom: calc(108.8px + 5.6666666667px) !important;
  }
  .pl-xxl-8 {
    padding-left: calc(108.8px + 5.6666666667px) !important;
  }
  .px-xxl-8 {
    padding-left: calc(108.8px + 5.6666666667px) !important;
    padding-right: calc(108.8px + 5.6666666667px) !important;
  }
  .py-xxl-8 {
    padding-top: calc(108.8px + 5.6666666667px) !important;
    padding-bottom: calc(108.8px + 5.6666666667px) !important;
  }
  .m-xxl-8 {
    margin: calc(108.8px + 5.6666666667px) !important;
  }
  .mt-xxl-8 {
    margin-top: calc(108.8px + 5.6666666667px) !important;
  }
  .mr-xxl-8 {
    margin-right: calc(108.8px + 5.6666666667px) !important;
  }
  .mb-xxl-8 {
    margin-bottom: calc(108.8px + 5.6666666667px) !important;
  }
  .ml-xxl-8 {
    margin-left: calc(108.8px + 5.6666666667px) !important;
  }
  .mx-xxl-8 {
    margin-left: calc(108.8px + 5.6666666667px) !important;
    margin-right: calc(108.8px + 5.6666666667px) !important;
  }
  .my-xxl-8 {
    margin-top: calc(108.8px + 5.6666666667px) !important;
    margin-bottom: calc(108.8px + 5.6666666667px) !important;
  }
  .p-xxl-9 {
    padding: calc(128px + 6.6666666667px) !important;
  }
  .pt-xxl-9 {
    padding-top: calc(128px + 6.6666666667px) !important;
  }
  .pr-xxl-9 {
    padding-right: calc(128px + 6.6666666667px) !important;
  }
  .pb-xxl-9 {
    padding-bottom: calc(128px + 6.6666666667px) !important;
  }
  .pl-xxl-9 {
    padding-left: calc(128px + 6.6666666667px) !important;
  }
  .px-xxl-9 {
    padding-left: calc(128px + 6.6666666667px) !important;
    padding-right: calc(128px + 6.6666666667px) !important;
  }
  .py-xxl-9 {
    padding-top: calc(128px + 6.6666666667px) !important;
    padding-bottom: calc(128px + 6.6666666667px) !important;
  }
  .m-xxl-9 {
    margin: calc(128px + 6.6666666667px) !important;
  }
  .mt-xxl-9 {
    margin-top: calc(128px + 6.6666666667px) !important;
  }
  .mr-xxl-9 {
    margin-right: calc(128px + 6.6666666667px) !important;
  }
  .mb-xxl-9 {
    margin-bottom: calc(128px + 6.6666666667px) !important;
  }
  .ml-xxl-9 {
    margin-left: calc(128px + 6.6666666667px) !important;
  }
  .mx-xxl-9 {
    margin-left: calc(128px + 6.6666666667px) !important;
    margin-right: calc(128px + 6.6666666667px) !important;
  }
  .my-xxl-9 {
    margin-top: calc(128px + 6.6666666667px) !important;
    margin-bottom: calc(128px + 6.6666666667px) !important;
  }
  .p-xxl-10 {
    padding: calc(160px + 8.3333333333px) !important;
  }
  .pt-xxl-10 {
    padding-top: calc(160px + 8.3333333333px) !important;
  }
  .pr-xxl-10 {
    padding-right: calc(160px + 8.3333333333px) !important;
  }
  .pb-xxl-10 {
    padding-bottom: calc(160px + 8.3333333333px) !important;
  }
  .pl-xxl-10 {
    padding-left: calc(160px + 8.3333333333px) !important;
  }
  .px-xxl-10 {
    padding-left: calc(160px + 8.3333333333px) !important;
    padding-right: calc(160px + 8.3333333333px) !important;
  }
  .py-xxl-10 {
    padding-top: calc(160px + 8.3333333333px) !important;
    padding-bottom: calc(160px + 8.3333333333px) !important;
  }
  .m-xxl-10 {
    margin: calc(160px + 8.3333333333px) !important;
  }
  .mt-xxl-10 {
    margin-top: calc(160px + 8.3333333333px) !important;
  }
  .mr-xxl-10 {
    margin-right: calc(160px + 8.3333333333px) !important;
  }
  .mb-xxl-10 {
    margin-bottom: calc(160px + 8.3333333333px) !important;
  }
  .ml-xxl-10 {
    margin-left: calc(160px + 8.3333333333px) !important;
  }
  .mx-xxl-10 {
    margin-left: calc(160px + 8.3333333333px) !important;
    margin-right: calc(160px + 8.3333333333px) !important;
  }
  .my-xxl-10 {
    margin-top: calc(160px + 8.3333333333px) !important;
    margin-bottom: calc(160px + 8.3333333333px) !important;
  }
}
@media (min-width: 1920px) {
  .p-xxxl-6 {
    padding: calc(76.8px + 4px) !important;
  }
  .pt-xxxl-6 {
    padding-top: calc(76.8px + 4px) !important;
  }
  .pr-xxxl-6 {
    padding-right: calc(76.8px + 4px) !important;
  }
  .pb-xxxl-6 {
    padding-bottom: calc(76.8px + 4px) !important;
  }
  .pl-xxxl-6 {
    padding-left: calc(76.8px + 4px) !important;
  }
  .px-xxxl-6 {
    padding-left: calc(76.8px + 4px) !important;
    padding-right: calc(76.8px + 4px) !important;
  }
  .py-xxxl-6 {
    padding-top: calc(76.8px + 4px) !important;
    padding-bottom: calc(76.8px + 4px) !important;
  }
  .m-xxxl-6 {
    margin: calc(76.8px + 4px) !important;
  }
  .mt-xxxl-6 {
    margin-top: calc(76.8px + 4px) !important;
  }
  .mr-xxxl-6 {
    margin-right: calc(76.8px + 4px) !important;
  }
  .mb-xxxl-6 {
    margin-bottom: calc(76.8px + 4px) !important;
  }
  .ml-xxxl-6 {
    margin-left: calc(76.8px + 4px) !important;
  }
  .mx-xxxl-6 {
    margin-left: calc(76.8px + 4px) !important;
    margin-right: calc(76.8px + 4px) !important;
  }
  .my-xxxl-6 {
    margin-top: calc(76.8px + 4px) !important;
    margin-bottom: calc(76.8px + 4px) !important;
  }
  .p-xxxl-7 {
    padding: calc(89.6px + 4.6666666667px) !important;
  }
  .pt-xxxl-7 {
    padding-top: calc(89.6px + 4.6666666667px) !important;
  }
  .pr-xxxl-7 {
    padding-right: calc(89.6px + 4.6666666667px) !important;
  }
  .pb-xxxl-7 {
    padding-bottom: calc(89.6px + 4.6666666667px) !important;
  }
  .pl-xxxl-7 {
    padding-left: calc(89.6px + 4.6666666667px) !important;
  }
  .px-xxxl-7 {
    padding-left: calc(89.6px + 4.6666666667px) !important;
    padding-right: calc(89.6px + 4.6666666667px) !important;
  }
  .py-xxxl-7 {
    padding-top: calc(89.6px + 4.6666666667px) !important;
    padding-bottom: calc(89.6px + 4.6666666667px) !important;
  }
  .m-xxxl-7 {
    margin: calc(89.6px + 4.6666666667px) !important;
  }
  .mt-xxxl-7 {
    margin-top: calc(89.6px + 4.6666666667px) !important;
  }
  .mr-xxxl-7 {
    margin-right: calc(89.6px + 4.6666666667px) !important;
  }
  .mb-xxxl-7 {
    margin-bottom: calc(89.6px + 4.6666666667px) !important;
  }
  .ml-xxxl-7 {
    margin-left: calc(89.6px + 4.6666666667px) !important;
  }
  .mx-xxxl-7 {
    margin-left: calc(89.6px + 4.6666666667px) !important;
    margin-right: calc(89.6px + 4.6666666667px) !important;
  }
  .my-xxxl-7 {
    margin-top: calc(89.6px + 4.6666666667px) !important;
    margin-bottom: calc(89.6px + 4.6666666667px) !important;
  }
  .p-xxxl-8 {
    padding: calc(108.8px + 5.6666666667px) !important;
  }
  .pt-xxxl-8 {
    padding-top: calc(108.8px + 5.6666666667px) !important;
  }
  .pr-xxxl-8 {
    padding-right: calc(108.8px + 5.6666666667px) !important;
  }
  .pb-xxxl-8 {
    padding-bottom: calc(108.8px + 5.6666666667px) !important;
  }
  .pl-xxxl-8 {
    padding-left: calc(108.8px + 5.6666666667px) !important;
  }
  .px-xxxl-8 {
    padding-left: calc(108.8px + 5.6666666667px) !important;
    padding-right: calc(108.8px + 5.6666666667px) !important;
  }
  .py-xxxl-8 {
    padding-top: calc(108.8px + 5.6666666667px) !important;
    padding-bottom: calc(108.8px + 5.6666666667px) !important;
  }
  .m-xxxl-8 {
    margin: calc(108.8px + 5.6666666667px) !important;
  }
  .mt-xxxl-8 {
    margin-top: calc(108.8px + 5.6666666667px) !important;
  }
  .mr-xxxl-8 {
    margin-right: calc(108.8px + 5.6666666667px) !important;
  }
  .mb-xxxl-8 {
    margin-bottom: calc(108.8px + 5.6666666667px) !important;
  }
  .ml-xxxl-8 {
    margin-left: calc(108.8px + 5.6666666667px) !important;
  }
  .mx-xxxl-8 {
    margin-left: calc(108.8px + 5.6666666667px) !important;
    margin-right: calc(108.8px + 5.6666666667px) !important;
  }
  .my-xxxl-8 {
    margin-top: calc(108.8px + 5.6666666667px) !important;
    margin-bottom: calc(108.8px + 5.6666666667px) !important;
  }
  .p-xxxl-9 {
    padding: calc(128px + 6.6666666667px) !important;
  }
  .pt-xxxl-9 {
    padding-top: calc(128px + 6.6666666667px) !important;
  }
  .pr-xxxl-9 {
    padding-right: calc(128px + 6.6666666667px) !important;
  }
  .pb-xxxl-9 {
    padding-bottom: calc(128px + 6.6666666667px) !important;
  }
  .pl-xxxl-9 {
    padding-left: calc(128px + 6.6666666667px) !important;
  }
  .px-xxxl-9 {
    padding-left: calc(128px + 6.6666666667px) !important;
    padding-right: calc(128px + 6.6666666667px) !important;
  }
  .py-xxxl-9 {
    padding-top: calc(128px + 6.6666666667px) !important;
    padding-bottom: calc(128px + 6.6666666667px) !important;
  }
  .m-xxxl-9 {
    margin: calc(128px + 6.6666666667px) !important;
  }
  .mt-xxxl-9 {
    margin-top: calc(128px + 6.6666666667px) !important;
  }
  .mr-xxxl-9 {
    margin-right: calc(128px + 6.6666666667px) !important;
  }
  .mb-xxxl-9 {
    margin-bottom: calc(128px + 6.6666666667px) !important;
  }
  .ml-xxxl-9 {
    margin-left: calc(128px + 6.6666666667px) !important;
  }
  .mx-xxxl-9 {
    margin-left: calc(128px + 6.6666666667px) !important;
    margin-right: calc(128px + 6.6666666667px) !important;
  }
  .my-xxxl-9 {
    margin-top: calc(128px + 6.6666666667px) !important;
    margin-bottom: calc(128px + 6.6666666667px) !important;
  }
  .p-xxxl-10 {
    padding: calc(160px + 8.3333333333px) !important;
  }
  .pt-xxxl-10 {
    padding-top: calc(160px + 8.3333333333px) !important;
  }
  .pr-xxxl-10 {
    padding-right: calc(160px + 8.3333333333px) !important;
  }
  .pb-xxxl-10 {
    padding-bottom: calc(160px + 8.3333333333px) !important;
  }
  .pl-xxxl-10 {
    padding-left: calc(160px + 8.3333333333px) !important;
  }
  .px-xxxl-10 {
    padding-left: calc(160px + 8.3333333333px) !important;
    padding-right: calc(160px + 8.3333333333px) !important;
  }
  .py-xxxl-10 {
    padding-top: calc(160px + 8.3333333333px) !important;
    padding-bottom: calc(160px + 8.3333333333px) !important;
  }
  .m-xxxl-10 {
    margin: calc(160px + 8.3333333333px) !important;
  }
  .mt-xxxl-10 {
    margin-top: calc(160px + 8.3333333333px) !important;
  }
  .mr-xxxl-10 {
    margin-right: calc(160px + 8.3333333333px) !important;
  }
  .mb-xxxl-10 {
    margin-bottom: calc(160px + 8.3333333333px) !important;
  }
  .ml-xxxl-10 {
    margin-left: calc(160px + 8.3333333333px) !important;
  }
  .mx-xxxl-10 {
    margin-left: calc(160px + 8.3333333333px) !important;
    margin-right: calc(160px + 8.3333333333px) !important;
  }
  .my-xxxl-10 {
    margin-top: calc(160px + 8.3333333333px) !important;
    margin-bottom: calc(160px + 8.3333333333px) !important;
  }
}
/* :::::::::::::: 04 * GRIT_SET typography */
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* :::::::::::::: 01 * GRIT_SET typography */
/* :::::::::::::: 02 * GRIT_SET btn */
/* :::::::::::::: 03 * GRIT_SET btn-color */
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* :::::::::::::: 01 * GRIT_SET typography */
p {
  font-family: "Zalando Sans", "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 20px;
  font-weight: 22px;
}

.font-secondary,
.font-secondary * {
  font-family: "LT Superior Mono", "Roboto", sans-serif !important;
  font-weight: normal !important;
  letter-spacing: 0.03em !important;
}

.font-tertiary,
.font-tertiary * {
  font-family: "Merriweather 24pt", "Roboto", sans-serif !important;
  font-weight: normal !important;
  letter-spacing: 0.03em !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-family: "Zalando Sans", "Open Sans", sans-serif;
  font-weight: 300;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Zalando Sans", "Open Sans", sans-serif;
  font-weight: 300;
}

.lead {
  font-weight: light;
}

.text-muted {
  color: #14191E;
  opacity: 0.8;
}

a {
  font-variation-settings: "slnt" 0;
  color: #14191E;
  text-decoration: none;
  background-color: transparent;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

a:hover {
  color: #FF693C;
  font-variation-settings: "slnt" 12;
  text-decoration: none;
}

/* :::::::::::::: 02 * GRIT_SET btn */
.btn {
  font-family: "LT Superior Mono", "Roboto", sans-serif;
  font-weight: light;
  font-size: 18px;
  text-align: left;
  font-weight: 300;
  border-radius: 0px;
  padding: 0.1em 0em;
  display: inline-block;
  letter-spacing: 0.02em;
  cursor: pointer;
  text-decoration: none;
  border: none;
  border-bottom: 1.5px solid;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  /* Standard */
}
.btn.btn-circle {
  width: 40px;
  height: 40px;
  padding: 3px;
  margin: 0px 3px;
  border-radius: 25px;
  font-size: 22px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* :::::::::::::: 03 * GRIT_SET btn-color */
.btn-accent {
  color: #14191E;
  background: transparent;
  border-color: #14191E;
  transition: all 0.3s ease;
}
.btn-accent:hover {
  color: #14191E;
  background: transparent;
  border-color: #FF693C;
}
.btn-accent:active {
  background: black;
  border-color: rgb(162, 37.3846153846, 0);
}
.btn-accent:not(:disabled):not(.disabled).active, .btn-accent:not(:disabled):not(.disabled):active, .show > .btn-accent.dropdown-toggle {
  background: rgba(0, 0, 0, 0);
  border-color: black;
  box-shadow: 0 0 0 0.1rem rgba(25.5, 25.5, 25.5, 0) !important;
}
.btn-accent.disabled, .btn-accent:disabled {
  opacity: 0.1;
  background: rgba(0, 0, 0, 0);
  border-color: black;
}
.btn-accent.focus, .btn-accent:focus {
  background: transparent;
  border-color: #FF693C;
  box-shadow: 0 0 0 0.1rem rgba(25.5, 25.5, 25.5, 0);
}

.btn-outline-accent {
  color: #FF693C;
  background: #F5F4F2;
  border-color: #FF693C;
  transition: all 0.3s ease;
}
.btn-outline-accent:hover {
  color: #FF693C;
  background: #F5F4F2;
  border-color: #F5F4F2;
}
.btn-outline-accent:active {
  background: rgb(162, 37.3846153846, 0);
  border-color: rgb(178.4782608696, 170.8260869565, 155.5217391304);
}
.btn-outline-accent:not(:disabled):not(.disabled).active, .btn-outline-accent:not(:disabled):not(.disabled):active, .show > .btn-outline-accent.dropdown-toggle {
  background: rgb(178.4782608696, 170.8260869565, 155.5217391304);
  border-color: rgb(162, 37.3846153846, 0);
  box-shadow: 0 0 0 0.1rem white !important;
}
.btn-outline-accent.disabled, .btn-outline-accent:disabled {
  opacity: 0.1;
  background: rgb(178.4782608696, 170.8260869565, 155.5217391304);
  border-color: rgb(162, 37.3846153846, 0);
}
.btn-outline-accent.focus, .btn-outline-accent:focus {
  background: #F5F4F2;
  border-color: #F5F4F2;
  box-shadow: 0 0 0 0.1rem white;
}

.btn-primary {
  color: #14191E;
  background: transparent;
  border-color: #14191E;
  transition: all 0.3s ease;
}
.btn-primary:hover {
  color: #14191E;
  background: transparent;
  border-color: #FF693C;
}
.btn-primary:active {
  background: black;
  border-color: rgb(162, 37.3846153846, 0);
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  background: rgba(0, 0, 0, 0);
  border-color: black;
  box-shadow: 0 0 0 0.1rem rgba(25.5, 25.5, 25.5, 0) !important;
}
.btn-primary.disabled, .btn-primary:disabled {
  opacity: 0.1;
  background: rgba(0, 0, 0, 0);
  border-color: black;
}
.btn-primary.focus, .btn-primary:focus {
  background: transparent;
  border-color: #FF693C;
  box-shadow: 0 0 0 0.1rem rgba(25.5, 25.5, 25.5, 0);
}

.btn-outline-primary {
  color: #FF693C;
  background: #F5F4F2;
  border-color: #FF693C;
  transition: all 0.3s ease;
}
.btn-outline-primary:hover {
  color: #FF693C;
  background: #F5F4F2;
  border-color: #F5F4F2;
}
.btn-outline-primary:active {
  background: rgb(162, 37.3846153846, 0);
  border-color: rgb(178.4782608696, 170.8260869565, 155.5217391304);
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  background: rgb(178.4782608696, 170.8260869565, 155.5217391304);
  border-color: rgb(162, 37.3846153846, 0);
  box-shadow: 0 0 0 0.1rem white !important;
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  opacity: 0.1;
  background: rgb(178.4782608696, 170.8260869565, 155.5217391304);
  border-color: rgb(162, 37.3846153846, 0);
}
.btn-outline-primary.focus, .btn-outline-primary:focus {
  background: #F5F4F2;
  border-color: #F5F4F2;
  box-shadow: 0 0 0 0.1rem white;
}

.btn-secondary {
  color: #14191E;
  background: #D2DCDC;
  border-color: #D2DCDC;
  transition: all 0.3s ease;
}
.btn-secondary:hover {
  color: #D2DCDC;
  background: #14191E;
  border-color: #14191E;
}
.btn-secondary:active {
  background: rgb(123.9375, 153.0625, 153.0625);
  border-color: black;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  background: rgb(123.9375, 153.0625, 153.0625);
  border-color: rgb(123.9375, 153.0625, 153.0625);
  box-shadow: 0 0 0 0.1rem rgb(238.6875, 242.3125, 242.3125) !important;
}
.btn-secondary.disabled, .btn-secondary:disabled {
  opacity: 0.1;
  background: rgb(123.9375, 153.0625, 153.0625);
  border-color: rgb(123.9375, 153.0625, 153.0625);
}
.btn-secondary.focus, .btn-secondary:focus {
  background: #14191E;
  border-color: #14191E;
  box-shadow: 0 0 0 0.1rem rgb(238.6875, 242.3125, 242.3125);
}

.btn-outline-secondary {
  color: #D2DCDC;
  background: #F5F4F2;
  border-color: #D2DCDC;
  transition: all 0.3s ease;
}
.btn-outline-secondary:hover {
  color: #D2DCDC;
  background: #F5F4F2;
  border-color: #F5F4F2;
}
.btn-outline-secondary:active {
  background: rgb(123.9375, 153.0625, 153.0625);
  border-color: rgb(178.4782608696, 170.8260869565, 155.5217391304);
}
.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
  background: rgb(178.4782608696, 170.8260869565, 155.5217391304);
  border-color: rgb(123.9375, 153.0625, 153.0625);
  box-shadow: 0 0 0 0.1rem white !important;
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  opacity: 0.1;
  background: rgb(178.4782608696, 170.8260869565, 155.5217391304);
  border-color: rgb(123.9375, 153.0625, 153.0625);
}
.btn-outline-secondary.focus, .btn-outline-secondary:focus {
  background: #F5F4F2;
  border-color: #F5F4F2;
  box-shadow: 0 0 0 0.1rem white;
}

.btn-secondary {
  font-family: "LT Superior Mono", "Roboto", sans-serif;
  font-weight: light;
  font-size: 18px;
  text-align: left;
  border-radius: 0px;
  padding: 0.575rem 1.75rem;
  display: inline-block;
  letter-spacing: 0.02em;
  cursor: pointer;
  text-decoration: none;
  border: none;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.btn-tertiary {
  color: #F5F4F2;
  background: #14191E;
  border-color: #14191E;
  transition: all 0.3s ease;
}
.btn-tertiary:hover {
  color: #14191E;
  background: #F5F4F2;
  border-color: #F5F4F2;
}
.btn-tertiary:active {
  background: black;
  border-color: rgb(178.4782608696, 170.8260869565, 155.5217391304);
}
.btn-tertiary:not(:disabled):not(.disabled).active, .btn-tertiary:not(:disabled):not(.disabled):active, .show > .btn-tertiary.dropdown-toggle {
  background: black;
  border-color: black;
  box-shadow: 0 0 0 0.1rem rgb(40.4, 50.5, 60.6) !important;
}
.btn-tertiary.disabled, .btn-tertiary:disabled {
  opacity: 0.1;
  background: black;
  border-color: black;
}
.btn-tertiary.focus, .btn-tertiary:focus {
  background: #F5F4F2;
  border-color: #F5F4F2;
  box-shadow: 0 0 0 0.1rem rgb(40.4, 50.5, 60.6);
}

.btn-outline-tertiary {
  color: #14191E;
  background: #F5F4F2;
  border-color: #14191E;
  transition: all 0.3s ease;
}
.btn-outline-tertiary:hover {
  color: #14191E;
  background: #F5F4F2;
  border-color: #F5F4F2;
}
.btn-outline-tertiary:active {
  background: black;
  border-color: rgb(178.4782608696, 170.8260869565, 155.5217391304);
}
.btn-outline-tertiary:not(:disabled):not(.disabled).active, .btn-outline-tertiary:not(:disabled):not(.disabled):active, .show > .btn-outline-tertiary.dropdown-toggle {
  background: rgb(178.4782608696, 170.8260869565, 155.5217391304);
  border-color: black;
  box-shadow: 0 0 0 0.1rem white !important;
}
.btn-outline-tertiary.disabled, .btn-outline-tertiary:disabled {
  opacity: 0.1;
  background: rgb(178.4782608696, 170.8260869565, 155.5217391304);
  border-color: black;
}
.btn-outline-tertiary.focus, .btn-outline-tertiary:focus {
  background: #F5F4F2;
  border-color: #F5F4F2;
  box-shadow: 0 0 0 0.1rem white;
}

.btn-quaternary {
  color: #F5F4F2;
  background: #212529;
  border-color: #212529;
  transition: all 0.3s ease;
}
.btn-quaternary:hover {
  color: #212529;
  background: #F5F4F2;
  border-color: #F5F4F2;
}
.btn-quaternary:active {
  background: black;
  border-color: rgb(178.4782608696, 170.8260869565, 155.5217391304);
}
.btn-quaternary:not(:disabled):not(.disabled).active, .btn-quaternary:not(:disabled):not(.disabled):active, .show > .btn-quaternary.dropdown-toggle {
  background: black;
  border-color: black;
  box-shadow: 0 0 0 0.1rem rgb(55.7432432432, 62.5, 69.2567567568) !important;
}
.btn-quaternary.disabled, .btn-quaternary:disabled {
  opacity: 0.1;
  background: black;
  border-color: black;
}
.btn-quaternary.focus, .btn-quaternary:focus {
  background: #F5F4F2;
  border-color: #F5F4F2;
  box-shadow: 0 0 0 0.1rem rgb(55.7432432432, 62.5, 69.2567567568);
}

.btn-outline-quaternary {
  color: #212529;
  background: #F5F4F2;
  border-color: #212529;
  transition: all 0.3s ease;
}
.btn-outline-quaternary:hover {
  color: #212529;
  background: #F5F4F2;
  border-color: #F5F4F2;
}
.btn-outline-quaternary:active {
  background: black;
  border-color: rgb(178.4782608696, 170.8260869565, 155.5217391304);
}
.btn-outline-quaternary:not(:disabled):not(.disabled).active, .btn-outline-quaternary:not(:disabled):not(.disabled):active, .show > .btn-outline-quaternary.dropdown-toggle {
  background: rgb(178.4782608696, 170.8260869565, 155.5217391304);
  border-color: black;
  box-shadow: 0 0 0 0.1rem white !important;
}
.btn-outline-quaternary.disabled, .btn-outline-quaternary:disabled {
  opacity: 0.1;
  background: rgb(178.4782608696, 170.8260869565, 155.5217391304);
  border-color: black;
}
.btn-outline-quaternary.focus, .btn-outline-quaternary:focus {
  background: #F5F4F2;
  border-color: #F5F4F2;
  box-shadow: 0 0 0 0.1rem white;
}

.btn-quinary {
  color: #F5F4F2;
  background: #343A40;
  border-color: #343A40;
  transition: all 0.3s ease;
}
.btn-quinary:hover {
  color: #343A40;
  background: #F5F4F2;
  border-color: #F5F4F2;
}
.btn-quinary:active {
  background: black;
  border-color: rgb(178.4782608696, 170.8260869565, 155.5217391304);
}
.btn-quinary:not(:disabled):not(.disabled).active, .btn-quinary:not(:disabled):not(.disabled):active, .show > .btn-quinary.dropdown-toggle {
  background: black;
  border-color: black;
  box-shadow: 0 0 0 0.1rem rgb(74.8620689655, 83.5, 92.1379310345) !important;
}
.btn-quinary.disabled, .btn-quinary:disabled {
  opacity: 0.1;
  background: black;
  border-color: black;
}
.btn-quinary.focus, .btn-quinary:focus {
  background: #F5F4F2;
  border-color: #F5F4F2;
  box-shadow: 0 0 0 0.1rem rgb(74.8620689655, 83.5, 92.1379310345);
}

.btn-outline-quinary {
  color: #343A40;
  background: #F5F4F2;
  border-color: #343A40;
  transition: all 0.3s ease;
}
.btn-outline-quinary:hover {
  color: #343A40;
  background: #F5F4F2;
  border-color: #F5F4F2;
}
.btn-outline-quinary:active {
  background: black;
  border-color: rgb(178.4782608696, 170.8260869565, 155.5217391304);
}
.btn-outline-quinary:not(:disabled):not(.disabled).active, .btn-outline-quinary:not(:disabled):not(.disabled):active, .show > .btn-outline-quinary.dropdown-toggle {
  background: rgb(178.4782608696, 170.8260869565, 155.5217391304);
  border-color: black;
  box-shadow: 0 0 0 0.1rem white !important;
}
.btn-outline-quinary.disabled, .btn-outline-quinary:disabled {
  opacity: 0.1;
  background: rgb(178.4782608696, 170.8260869565, 155.5217391304);
  border-color: black;
}
.btn-outline-quinary.focus, .btn-outline-quinary:focus {
  background: #F5F4F2;
  border-color: #F5F4F2;
  box-shadow: 0 0 0 0.1rem white;
}

.btn-senary {
  color: #F5F4F2;
  background: #495057;
  border-color: #495057;
  transition: all 0.3s ease;
}
.btn-senary:hover {
  color: #495057;
  background: #F5F4F2;
  border-color: #F5F4F2;
}
.btn-senary:active {
  background: rgb(3.19375, 3.5, 3.80625);
  border-color: rgb(178.4782608696, 170.8260869565, 155.5217391304);
}
.btn-senary:not(:disabled):not(.disabled).active, .btn-senary:not(:disabled):not(.disabled):active, .show > .btn-senary.dropdown-toggle {
  background: rgb(3.19375, 3.5, 3.80625);
  border-color: rgb(3.19375, 3.5, 3.80625);
  box-shadow: 0 0 0 0.1rem rgb(96.26875, 105.5, 114.73125) !important;
}
.btn-senary.disabled, .btn-senary:disabled {
  opacity: 0.1;
  background: rgb(3.19375, 3.5, 3.80625);
  border-color: rgb(3.19375, 3.5, 3.80625);
}
.btn-senary.focus, .btn-senary:focus {
  background: #F5F4F2;
  border-color: #F5F4F2;
  box-shadow: 0 0 0 0.1rem rgb(96.26875, 105.5, 114.73125);
}

.btn-outline-senary {
  color: #495057;
  background: #F5F4F2;
  border-color: #495057;
  transition: all 0.3s ease;
}
.btn-outline-senary:hover {
  color: #495057;
  background: #F5F4F2;
  border-color: #F5F4F2;
}
.btn-outline-senary:active {
  background: rgb(3.19375, 3.5, 3.80625);
  border-color: rgb(178.4782608696, 170.8260869565, 155.5217391304);
}
.btn-outline-senary:not(:disabled):not(.disabled).active, .btn-outline-senary:not(:disabled):not(.disabled):active, .show > .btn-outline-senary.dropdown-toggle {
  background: rgb(178.4782608696, 170.8260869565, 155.5217391304);
  border-color: rgb(3.19375, 3.5, 3.80625);
  box-shadow: 0 0 0 0.1rem white !important;
}
.btn-outline-senary.disabled, .btn-outline-senary:disabled {
  opacity: 0.1;
  background: rgb(178.4782608696, 170.8260869565, 155.5217391304);
  border-color: rgb(3.19375, 3.5, 3.80625);
}
.btn-outline-senary.focus, .btn-outline-senary:focus {
  background: #F5F4F2;
  border-color: #F5F4F2;
  box-shadow: 0 0 0 0.1rem white;
}

.btn-septenary {
  color: #F5F4F2;
  background: #6C757D;
  border-color: #6C757D;
  transition: all 0.3s ease;
}
.btn-septenary:hover {
  color: #6C757D;
  background: #F5F4F2;
  border-color: #F5F4F2;
}
.btn-septenary:active {
  background: rgb(37.0815450644, 40.1716738197, 42.9184549356);
  border-color: rgb(178.4782608696, 170.8260869565, 155.5217391304);
}
.btn-septenary:not(:disabled):not(.disabled).active, .btn-septenary:not(:disabled):not(.disabled):active, .show > .btn-septenary.dropdown-toggle {
  background: rgb(37.0815450644, 40.1716738197, 42.9184549356);
  border-color: rgb(37.0815450644, 40.1716738197, 42.9184549356);
  box-shadow: 0 0 0 0.1rem rgb(133.7553648069, 142.4849785408, 150.2446351931) !important;
}
.btn-septenary.disabled, .btn-septenary:disabled {
  opacity: 0.1;
  background: rgb(37.0815450644, 40.1716738197, 42.9184549356);
  border-color: rgb(37.0815450644, 40.1716738197, 42.9184549356);
}
.btn-septenary.focus, .btn-septenary:focus {
  background: #F5F4F2;
  border-color: #F5F4F2;
  box-shadow: 0 0 0 0.1rem rgb(133.7553648069, 142.4849785408, 150.2446351931);
}

.btn-outline-septenary {
  color: #6C757D;
  background: #F5F4F2;
  border-color: #6C757D;
  transition: all 0.3s ease;
}
.btn-outline-septenary:hover {
  color: #6C757D;
  background: #F5F4F2;
  border-color: #F5F4F2;
}
.btn-outline-septenary:active {
  background: rgb(37.0815450644, 40.1716738197, 42.9184549356);
  border-color: rgb(178.4782608696, 170.8260869565, 155.5217391304);
}
.btn-outline-septenary:not(:disabled):not(.disabled).active, .btn-outline-septenary:not(:disabled):not(.disabled):active, .show > .btn-outline-septenary.dropdown-toggle {
  background: rgb(178.4782608696, 170.8260869565, 155.5217391304);
  border-color: rgb(37.0815450644, 40.1716738197, 42.9184549356);
  box-shadow: 0 0 0 0.1rem white !important;
}
.btn-outline-septenary.disabled, .btn-outline-septenary:disabled {
  opacity: 0.1;
  background: rgb(178.4782608696, 170.8260869565, 155.5217391304);
  border-color: rgb(37.0815450644, 40.1716738197, 42.9184549356);
}
.btn-outline-septenary.focus, .btn-outline-septenary:focus {
  background: #F5F4F2;
  border-color: #F5F4F2;
  box-shadow: 0 0 0 0.1rem white;
}

.btn-octonary {
  color: #F5F4F2;
  background: #ADB5BD;
  border-color: #ADB5BD;
  transition: all 0.3s ease;
}
.btn-octonary:hover {
  color: #ADB5BD;
  background: #F5F4F2;
  border-color: #F5F4F2;
}
.btn-octonary:active {
  background: rgb(93.2027027027, 104.5, 115.7972972973);
  border-color: rgb(178.4782608696, 170.8260869565, 155.5217391304);
}
.btn-octonary:not(:disabled):not(.disabled).active, .btn-octonary:not(:disabled):not(.disabled):active, .show > .btn-octonary.dropdown-toggle {
  background: rgb(93.2027027027, 104.5, 115.7972972973);
  border-color: rgb(93.2027027027, 104.5, 115.7972972973);
  box-shadow: 0 0 0 0.1rem rgb(201.2567567568, 206.5, 211.7432432432) !important;
}
.btn-octonary.disabled, .btn-octonary:disabled {
  opacity: 0.1;
  background: rgb(93.2027027027, 104.5, 115.7972972973);
  border-color: rgb(93.2027027027, 104.5, 115.7972972973);
}
.btn-octonary.focus, .btn-octonary:focus {
  background: #F5F4F2;
  border-color: #F5F4F2;
  box-shadow: 0 0 0 0.1rem rgb(201.2567567568, 206.5, 211.7432432432);
}

.btn-outline-octonary {
  color: #ADB5BD;
  background: #F5F4F2;
  border-color: #ADB5BD;
  transition: all 0.3s ease;
}
.btn-outline-octonary:hover {
  color: #ADB5BD;
  background: #F5F4F2;
  border-color: #F5F4F2;
}
.btn-outline-octonary:active {
  background: rgb(93.2027027027, 104.5, 115.7972972973);
  border-color: rgb(178.4782608696, 170.8260869565, 155.5217391304);
}
.btn-outline-octonary:not(:disabled):not(.disabled).active, .btn-outline-octonary:not(:disabled):not(.disabled):active, .show > .btn-outline-octonary.dropdown-toggle {
  background: rgb(178.4782608696, 170.8260869565, 155.5217391304);
  border-color: rgb(93.2027027027, 104.5, 115.7972972973);
  box-shadow: 0 0 0 0.1rem white !important;
}
.btn-outline-octonary.disabled, .btn-outline-octonary:disabled {
  opacity: 0.1;
  background: rgb(178.4782608696, 170.8260869565, 155.5217391304);
  border-color: rgb(93.2027027027, 104.5, 115.7972972973);
}
.btn-outline-octonary.focus, .btn-outline-octonary:focus {
  background: #F5F4F2;
  border-color: #F5F4F2;
  box-shadow: 0 0 0 0.1rem white;
}

.btn-nonary {
  color: #F5F4F2;
  background: #DEE2E6;
  border-color: #DEE2E6;
  transition: all 0.3s ease;
}
.btn-nonary:hover {
  color: #DEE2E6;
  background: #F5F4F2;
  border-color: #F5F4F2;
}
.btn-nonary:active {
  background: rgb(134.9482758621, 149.5, 164.0517241379);
  border-color: rgb(178.4782608696, 170.8260869565, 155.5217391304);
}
.btn-nonary:not(:disabled):not(.disabled).active, .btn-nonary:not(:disabled):not(.disabled):active, .show > .btn-nonary.dropdown-toggle {
  background: rgb(134.9482758621, 149.5, 164.0517241379);
  border-color: rgb(134.9482758621, 149.5, 164.0517241379);
  box-shadow: 0 0 0 0.1rem rgb(251.0172413793, 251.5, 251.9827586207) !important;
}
.btn-nonary.disabled, .btn-nonary:disabled {
  opacity: 0.1;
  background: rgb(134.9482758621, 149.5, 164.0517241379);
  border-color: rgb(134.9482758621, 149.5, 164.0517241379);
}
.btn-nonary.focus, .btn-nonary:focus {
  background: #F5F4F2;
  border-color: #F5F4F2;
  box-shadow: 0 0 0 0.1rem rgb(251.0172413793, 251.5, 251.9827586207);
}

.btn-outline-nonary {
  color: #DEE2E6;
  background: #F5F4F2;
  border-color: #DEE2E6;
  transition: all 0.3s ease;
}
.btn-outline-nonary:hover {
  color: #DEE2E6;
  background: #F5F4F2;
  border-color: #F5F4F2;
}
.btn-outline-nonary:active {
  background: rgb(134.9482758621, 149.5, 164.0517241379);
  border-color: rgb(178.4782608696, 170.8260869565, 155.5217391304);
}
.btn-outline-nonary:not(:disabled):not(.disabled).active, .btn-outline-nonary:not(:disabled):not(.disabled):active, .show > .btn-outline-nonary.dropdown-toggle {
  background: rgb(178.4782608696, 170.8260869565, 155.5217391304);
  border-color: rgb(134.9482758621, 149.5, 164.0517241379);
  box-shadow: 0 0 0 0.1rem white !important;
}
.btn-outline-nonary.disabled, .btn-outline-nonary:disabled {
  opacity: 0.1;
  background: rgb(178.4782608696, 170.8260869565, 155.5217391304);
  border-color: rgb(134.9482758621, 149.5, 164.0517241379);
}
.btn-outline-nonary.focus, .btn-outline-nonary:focus {
  background: #F5F4F2;
  border-color: #F5F4F2;
  box-shadow: 0 0 0 0.1rem white;
}

.btn-denary {
  color: #F5F4F2;
  background: #E9ECEF;
  border-color: #E9ECEF;
  transition: all 0.3s ease;
}
.btn-denary:hover {
  color: #E9ECEF;
  background: #F5F4F2;
  border-color: #F5F4F2;
}
.btn-denary:active {
  background: rgb(144.4210526316, 159.5, 174.5789473684);
  border-color: rgb(178.4782608696, 170.8260869565, 155.5217391304);
}
.btn-denary:not(:disabled):not(.disabled).active, .btn-denary:not(:disabled):not(.disabled):active, .show > .btn-denary.dropdown-toggle {
  background: rgb(144.4210526316, 159.5, 174.5789473684);
  border-color: rgb(144.4210526316, 159.5, 174.5789473684);
  box-shadow: 0 0 0 0.1rem white !important;
}
.btn-denary.disabled, .btn-denary:disabled {
  opacity: 0.1;
  background: rgb(144.4210526316, 159.5, 174.5789473684);
  border-color: rgb(144.4210526316, 159.5, 174.5789473684);
}
.btn-denary.focus, .btn-denary:focus {
  background: #F5F4F2;
  border-color: #F5F4F2;
  box-shadow: 0 0 0 0.1rem white;
}

.btn-outline-denary {
  color: #E9ECEF;
  background: #F5F4F2;
  border-color: #E9ECEF;
  transition: all 0.3s ease;
}
.btn-outline-denary:hover {
  color: #E9ECEF;
  background: #F5F4F2;
  border-color: #F5F4F2;
}
.btn-outline-denary:active {
  background: rgb(144.4210526316, 159.5, 174.5789473684);
  border-color: rgb(178.4782608696, 170.8260869565, 155.5217391304);
}
.btn-outline-denary:not(:disabled):not(.disabled).active, .btn-outline-denary:not(:disabled):not(.disabled):active, .show > .btn-outline-denary.dropdown-toggle {
  background: rgb(178.4782608696, 170.8260869565, 155.5217391304);
  border-color: rgb(144.4210526316, 159.5, 174.5789473684);
  box-shadow: 0 0 0 0.1rem white !important;
}
.btn-outline-denary.disabled, .btn-outline-denary:disabled {
  opacity: 0.1;
  background: rgb(178.4782608696, 170.8260869565, 155.5217391304);
  border-color: rgb(144.4210526316, 159.5, 174.5789473684);
}
.btn-outline-denary.focus, .btn-outline-denary:focus {
  background: #F5F4F2;
  border-color: #F5F4F2;
  box-shadow: 0 0 0 0.1rem white;
}

.btn-grey {
  color: #F5F4F2;
  background: #F5F4F2;
  border-color: #F5F4F2;
  transition: all 0.3s ease;
}
.btn-grey:hover {
  color: #F5F4F2;
  background: #F5F4F2;
  border-color: #F5F4F2;
}
.btn-grey:active {
  background: rgb(178.4782608696, 170.8260869565, 155.5217391304);
  border-color: rgb(178.4782608696, 170.8260869565, 155.5217391304);
}
.btn-grey:not(:disabled):not(.disabled).active, .btn-grey:not(:disabled):not(.disabled):active, .show > .btn-grey.dropdown-toggle {
  background: rgb(178.4782608696, 170.8260869565, 155.5217391304);
  border-color: rgb(178.4782608696, 170.8260869565, 155.5217391304);
  box-shadow: 0 0 0 0.1rem white !important;
}
.btn-grey.disabled, .btn-grey:disabled {
  opacity: 0.1;
  background: rgb(178.4782608696, 170.8260869565, 155.5217391304);
  border-color: rgb(178.4782608696, 170.8260869565, 155.5217391304);
}
.btn-grey.focus, .btn-grey:focus {
  background: #F5F4F2;
  border-color: #F5F4F2;
  box-shadow: 0 0 0 0.1rem white;
}

.btn-outline-grey {
  color: #F5F4F2;
  background: #F5F4F2;
  border-color: #F5F4F2;
  transition: all 0.3s ease;
}
.btn-outline-grey:hover {
  color: #F5F4F2;
  background: #F5F4F2;
  border-color: #F5F4F2;
}
.btn-outline-grey:active {
  background: rgb(178.4782608696, 170.8260869565, 155.5217391304);
  border-color: rgb(178.4782608696, 170.8260869565, 155.5217391304);
}
.btn-outline-grey:not(:disabled):not(.disabled).active, .btn-outline-grey:not(:disabled):not(.disabled):active, .show > .btn-outline-grey.dropdown-toggle {
  background: rgb(178.4782608696, 170.8260869565, 155.5217391304);
  border-color: rgb(178.4782608696, 170.8260869565, 155.5217391304);
  box-shadow: 0 0 0 0.1rem white !important;
}
.btn-outline-grey.disabled, .btn-outline-grey:disabled {
  opacity: 0.1;
  background: rgb(178.4782608696, 170.8260869565, 155.5217391304);
  border-color: rgb(178.4782608696, 170.8260869565, 155.5217391304);
}
.btn-outline-grey.focus, .btn-outline-grey:focus {
  background: #F5F4F2;
  border-color: #F5F4F2;
  box-shadow: 0 0 0 0.1rem white;
}

.btn-white {
  color: #14191E;
  background: #ffffff;
  border-color: #ffffff;
  transition: all 0.3s ease;
}
.btn-white:hover {
  color: #ffffff;
  background: #14191E;
  border-color: #14191E;
}
.btn-white:active {
  background: rgb(178.5, 178.5, 178.5);
  border-color: black;
}
.btn-white:not(:disabled):not(.disabled).active, .btn-white:not(:disabled):not(.disabled):active, .show > .btn-white.dropdown-toggle {
  background: rgb(178.5, 178.5, 178.5);
  border-color: rgb(178.5, 178.5, 178.5);
  box-shadow: 0 0 0 0.1rem white !important;
}
.btn-white.disabled, .btn-white:disabled {
  opacity: 0.1;
  background: rgb(178.5, 178.5, 178.5);
  border-color: rgb(178.5, 178.5, 178.5);
}
.btn-white.focus, .btn-white:focus {
  background: #14191E;
  border-color: #14191E;
  box-shadow: 0 0 0 0.1rem white;
}

.btn-outline-white {
  color: #ffffff;
  background: #14191E;
  border-color: #ffffff;
  transition: all 0.3s ease;
}
.btn-outline-white:hover {
  color: #ffffff;
  background: #14191E;
  border-color: #14191E;
}
.btn-outline-white:active {
  background: rgb(178.5, 178.5, 178.5);
  border-color: black;
}
.btn-outline-white:not(:disabled):not(.disabled).active, .btn-outline-white:not(:disabled):not(.disabled):active, .show > .btn-outline-white.dropdown-toggle {
  background: black;
  border-color: rgb(178.5, 178.5, 178.5);
  box-shadow: 0 0 0 0.1rem rgb(40.4, 50.5, 60.6) !important;
}
.btn-outline-white.disabled, .btn-outline-white:disabled {
  opacity: 0.1;
  background: black;
  border-color: rgb(178.5, 178.5, 178.5);
}
.btn-outline-white.focus, .btn-outline-white:focus {
  background: #14191E;
  border-color: #14191E;
  box-shadow: 0 0 0 0.1rem rgb(40.4, 50.5, 60.6);
}

.btn-black {
  color: #F5F4F2;
  background: #000000;
  border-color: #000000;
  transition: all 0.3s ease;
}
.btn-black:hover {
  color: #000000;
  background: #F5F4F2;
  border-color: #F5F4F2;
}
.btn-black:active {
  background: black;
  border-color: rgb(178.4782608696, 170.8260869565, 155.5217391304);
}
.btn-black:not(:disabled):not(.disabled).active, .btn-black:not(:disabled):not(.disabled):active, .show > .btn-black.dropdown-toggle {
  background: black;
  border-color: black;
  box-shadow: 0 0 0 0.1rem rgb(25.5, 25.5, 25.5) !important;
}
.btn-black.disabled, .btn-black:disabled {
  opacity: 0.1;
  background: black;
  border-color: black;
}
.btn-black.focus, .btn-black:focus {
  background: #F5F4F2;
  border-color: #F5F4F2;
  box-shadow: 0 0 0 0.1rem rgb(25.5, 25.5, 25.5);
}

.btn-outline-black {
  color: #000000;
  background: #F5F4F2;
  border-color: #000000;
  transition: all 0.3s ease;
}
.btn-outline-black:hover {
  color: #000000;
  background: #F5F4F2;
  border-color: #F5F4F2;
}
.btn-outline-black:active {
  background: black;
  border-color: rgb(178.4782608696, 170.8260869565, 155.5217391304);
}
.btn-outline-black:not(:disabled):not(.disabled).active, .btn-outline-black:not(:disabled):not(.disabled):active, .show > .btn-outline-black.dropdown-toggle {
  background: rgb(178.4782608696, 170.8260869565, 155.5217391304);
  border-color: black;
  box-shadow: 0 0 0 0.1rem white !important;
}
.btn-outline-black.disabled, .btn-outline-black:disabled {
  opacity: 0.1;
  background: rgb(178.4782608696, 170.8260869565, 155.5217391304);
  border-color: black;
}
.btn-outline-black.focus, .btn-outline-black:focus {
  background: #F5F4F2;
  border-color: #F5F4F2;
  box-shadow: 0 0 0 0.1rem white;
}

/* Custom button styles */
.btn-outline-transparent {
  border-color: #F5F4F2;
  background: none;
  outline: none;
  color: #F5F4F2; /* Testo bianco di default */
  mix-blend-mode: screen;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn-outline-transparent::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent; /* Sfondo trasparente di default */
  border-radius: 0;
  content: "";
  mix-blend-mode: color-burn; /* Modalità di fusione per ottenere l'effetto desiderato */
  z-index: -1; /* Posiziona lo sfondo sotto il testo */
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn-outline-transparent:hover {
  color: #14191E; /* Cambia il colore del testo in nero in hover */
}
.btn-outline-transparent:hover::before {
  background: #F5F4F2; /* Rende lo sfondo bianco in hover */
}
.btn-outline-transparent:focus {
  outline: none; /* Rimuove il contorno predefinito */
  box-shadow: 0 0 0 0.2rem #F5F4F2; /* Ombra personalizzata per il focus */
}
.btn-outline-transparent:active {
  color: #14191E; /* Mantiene il testo nero quando il pulsante è attivo */
}
.btn-outline-transparent:active::before {
  background: #F5F4F2; /* Rende lo sfondo bianco quando il pulsante è attivo */
}
.btn-outline-transparent:disabled, .btn-outline-transparent.disabled {
  opacity: 0.5; /* Opacità ridotta quando il pulsante è disabilitato */
  cursor: not-allowed; /* Cambia il cursore quando il pulsante è disabilitato */
}

/* Custom button styles */
.btn-transparent {
  border-color: #F5F4F2;
  background: none;
  outline: none;
  color: #14191E;
  mix-blend-mode: screen;
  text-transform: uppercase; /* Aggiungo la trasformazione del testo in maiuscolo */
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn-transparent::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #F5F4F2;
  border-radius: 0;
  content: "";
  mix-blend-mode: color-burn; /* Modalità di fusione per ottenere l'effetto desiderato */
  z-index: -1; /* Posiziona lo sfondo sotto il testo */
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn-transparent:hover {
  color: #F5F4F2; /* Cambia il colore del testo in bianco in hover */
}
.btn-transparent:hover::before {
  background: transparent; /* Rende lo sfondo trasparente in hover */
}
.btn-transparent:focus {
  outline: none; /* Rimuove il contorno predefinito */
  box-shadow: 0 0 0 0.2rem #F5F4F2; /* Ombra personalizzata per il focus */
}
.btn-transparent:active {
  color: #F5F4F2; /* Mantiene il testo bianco quando il pulsante è attivo */
}
.btn-transparent:active::before {
  background: transparent; /* Rende lo sfondo trasparente quando il pulsante è attivo */
}
.btn-transparent:disabled, .btn-transparent.disabled {
  opacity: 0.5; /* Opacità ridotta quando il pulsante è disabilitato */
  cursor: not-allowed; /* Cambia il cursore quando il pulsante è disabilitato */
}

.box-buttons .btn:nth-of-type(2) {
  margin-left: 1rem;
}

/* :::::::::::::: 05 * GRIT_SET header */
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* :::::::::::::: 01 * GRIT_SET nav */
/* :::::::::::::: 02 * GRIT_SET nav-social */
/* :::::::::::::: 03 * GRIT_SET header_* */
/* :::::::::::::: 04 * GRIT_SET header_1 */
/* :::::::::::::: 05 * GRIT_SET header_2 */
/* :::::::::::::: 06 * GRIT_SET header_3 */
/* :::::::::::::: 07 * GRIT_SET header_4 */
/* :::::::::::::: 08 * GRIT_SET header_5 */
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* :::::::::::::: 01 * GRIT_SET nav */
.nav {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.nav li {
  list-style: none;
}
.nav li a {
  text-decoration: none;
  position: relative;
  color: #14191E;
  font-size: 16px;
  font-weight: normal;
  font-family: "LT Superior Mono", "Roboto", sans-serif;
  display: block;
  overflow: hidden;
  text-transform: uppercase;
  transition: 0.7s all ease-in-out;
  padding: 0px 0px 25px 0px;
}
.nav li:hover a {
  color: #FF693C;
}
.nav li.current_page_item > a {
  text-decoration: underline;
}
.nav .dropdown:hover > .dropdown-menu {
  display: block;
  margin: 0;
  text-align: center;
  border: none;
  overflow: hidden;
}
.nav .dropdown:hover > .dropdown-menu a {
  font-size: 12px;
}
@media (min-width: 768px) {
  .nav .dropdown:hover > .dropdown-menu {
    text-align: left;
  }
}
.nav .dropdown-toggle:hover:after {
  display: inline-block;
}

/* :::::::::::::: 02 * GRIT_SET nav-social */
.nav-social {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  justify-content: center;
}
@media (min-width: 768px) {
  .nav-social {
    border-left: #F5F4F2 solid 1px;
  }
}
.nav-social li {
  color: #14191E;
  font-size: 20px;
  padding: 10px 10px;
}
.nav-social li a {
  color: #14191E;
}

/* :::::::::::::: 03 * GRIT_SET header_* */
#header_1 .header-menu,
#header_1 .sticky-fix,
#header_2 .header-menu,
#header_2 .sticky-fix,
#header_4 .header-menu,
#header_4 .sticky-fix,
#header_5 .header-menu,
#header_5 .sticky-fix {
  background-color: #F5F4F2;
}
#header_1 .header-menu .navbar-toggler,
#header_1 .sticky-fix .navbar-toggler,
#header_2 .header-menu .navbar-toggler,
#header_2 .sticky-fix .navbar-toggler,
#header_4 .header-menu .navbar-toggler,
#header_4 .sticky-fix .navbar-toggler,
#header_5 .header-menu .navbar-toggler,
#header_5 .sticky-fix .navbar-toggler {
  color: #14191E;
  display: block;
  margin-left: auto;
  padding: 0.25rem 0rem;
}
@media (min-width: 768px) {
  #header_1 .header-menu .navbar-toggler,
  #header_1 .sticky-fix .navbar-toggler,
  #header_2 .header-menu .navbar-toggler,
  #header_2 .sticky-fix .navbar-toggler,
  #header_4 .header-menu .navbar-toggler,
  #header_4 .sticky-fix .navbar-toggler,
  #header_5 .header-menu .navbar-toggler,
  #header_5 .sticky-fix .navbar-toggler {
    display: none;
  }
}
#header_1 .header-menu .navbar-toggler:focus, #header_1 .header-menu .navbar-toggler:focus-visible,
#header_1 .sticky-fix .navbar-toggler:focus,
#header_1 .sticky-fix .navbar-toggler:focus-visible,
#header_2 .header-menu .navbar-toggler:focus,
#header_2 .header-menu .navbar-toggler:focus-visible,
#header_2 .sticky-fix .navbar-toggler:focus,
#header_2 .sticky-fix .navbar-toggler:focus-visible,
#header_4 .header-menu .navbar-toggler:focus,
#header_4 .header-menu .navbar-toggler:focus-visible,
#header_4 .sticky-fix .navbar-toggler:focus,
#header_4 .sticky-fix .navbar-toggler:focus-visible,
#header_5 .header-menu .navbar-toggler:focus,
#header_5 .header-menu .navbar-toggler:focus-visible,
#header_5 .sticky-fix .navbar-toggler:focus,
#header_5 .sticky-fix .navbar-toggler:focus-visible {
  outline: none;
}
#header_1 .header-menu .logo,
#header_1 .sticky-fix .logo,
#header_2 .header-menu .logo,
#header_2 .sticky-fix .logo,
#header_4 .header-menu .logo,
#header_4 .sticky-fix .logo,
#header_5 .header-menu .logo,
#header_5 .sticky-fix .logo {
  height: 40px;
}
#header_1 .header-menu .nav .dropdown:hover > .dropdown-menu,
#header_1 .sticky-fix .nav .dropdown:hover > .dropdown-menu,
#header_2 .header-menu .nav .dropdown:hover > .dropdown-menu,
#header_2 .sticky-fix .nav .dropdown:hover > .dropdown-menu,
#header_4 .header-menu .nav .dropdown:hover > .dropdown-menu,
#header_4 .sticky-fix .nav .dropdown:hover > .dropdown-menu,
#header_5 .header-menu .nav .dropdown:hover > .dropdown-menu,
#header_5 .sticky-fix .nav .dropdown:hover > .dropdown-menu {
  text-align: center;
}
@media (min-width: 768px) {
  #header_1 .header-menu .nav .dropdown:hover > .dropdown-menu,
  #header_1 .sticky-fix .nav .dropdown:hover > .dropdown-menu,
  #header_2 .header-menu .nav .dropdown:hover > .dropdown-menu,
  #header_2 .sticky-fix .nav .dropdown:hover > .dropdown-menu,
  #header_4 .header-menu .nav .dropdown:hover > .dropdown-menu,
  #header_4 .sticky-fix .nav .dropdown:hover > .dropdown-menu,
  #header_5 .header-menu .nav .dropdown:hover > .dropdown-menu,
  #header_5 .sticky-fix .nav .dropdown:hover > .dropdown-menu {
    text-align: left;
  }
}
#header_1 .header-menu,
#header_2 .header-menu,
#header_4 .header-menu,
#header_5 .header-menu {
  z-index: 3;
  position: relative;
}
#header_1 .header-menu .sidenav,
#header_2 .header-menu .sidenav,
#header_4 .header-menu .sidenav,
#header_5 .header-menu .sidenav {
  opacity: 0.8;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  background-color: #F5F4F2;
  overflow-x: hidden;
  transition: 0.5s;
  /*padding-top: 60px;*/
  text-align: center;
}
#header_1 .header-menu .sidenav .overlay-content,
#header_2 .header-menu .sidenav .overlay-content,
#header_4 .header-menu .sidenav .overlay-content,
#header_5 .header-menu .sidenav .overlay-content {
  position: relative;
  height: auto;
  text-align: center;
  margin-top: 30px;
}
#header_1 .header-menu .sidenav.sidenav-open .inner-sidenav, #header_1 .header-menu .sidenav.sidenav-open .overlay-content,
#header_2 .header-menu .sidenav.sidenav-open .inner-sidenav,
#header_2 .header-menu .sidenav.sidenav-open .overlay-content,
#header_4 .header-menu .sidenav.sidenav-open .inner-sidenav,
#header_4 .header-menu .sidenav.sidenav-open .overlay-content,
#header_5 .header-menu .sidenav.sidenav-open .inner-sidenav,
#header_5 .header-menu .sidenav.sidenav-open .overlay-content {
  opacity: 1;
  transition-delay: 0s;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
#header_1 .header-menu .sidenav.sidenav-close .inner-sidenav, #header_1 .header-menu .sidenav.sidenav-close .overlay-content,
#header_2 .header-menu .sidenav.sidenav-close .inner-sidenav,
#header_2 .header-menu .sidenav.sidenav-close .overlay-content,
#header_4 .header-menu .sidenav.sidenav-close .inner-sidenav,
#header_4 .header-menu .sidenav.sidenav-close .overlay-content,
#header_5 .header-menu .sidenav.sidenav-close .inner-sidenav,
#header_5 .header-menu .sidenav.sidenav-close .overlay-content {
  opacity: 0;
  transition-delay: 0.5s;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
#header_1 .sticky-fix,
#header_2 .sticky-fix,
#header_4 .sticky-fix,
#header_5 .sticky-fix {
  position: fixed;
  width: 100%;
  top: -126px;
  z-index: 2;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
#header_1 .sticky-fix.sticky-in,
#header_2 .sticky-fix.sticky-in,
#header_4 .sticky-fix.sticky-in,
#header_5 .sticky-fix.sticky-in {
  opacity: 1;
  top: 0;
  transition: all 0.5s ease-in;
}
#header_1 .sticky-fix:not(.sticky-in),
#header_2 .sticky-fix:not(.sticky-in),
#header_4 .sticky-fix:not(.sticky-in),
#header_5 .sticky-fix:not(.sticky-in) {
  transition: all 0.2s ease-out;
}

/* :::::::::::::: 04 * GRIT_SET header_1 */
#header_1 .nav .dropdown:hover > .dropdown-menu {
  text-align: left;
}
@media (min-width: 768px) {
  #header_1 .nav .dropdown:hover > .dropdown-menu {
    text-align: left;
  }
}
#header_1 .sidenav {
  display: none;
}

/* :::::::::::::: 05 * GRIT_SET header_2 */
#header_2 .nav .dropdown:hover > .dropdown-menu {
  text-align: center;
}
@media (min-width: 768px) {
  #header_2 .nav .dropdown:hover > .dropdown-menu {
    text-align: left;
  }
}
#header_2 .navbar-collapse {
  display: none;
}
#header_2 .sidenav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* :::::::::::::: 06 * GRIT_SET header_3 */
#header_3 {
  display: flex;
  justify-content: center;
}
#header_3 .header-menu,
#header_3 .sticky-fix {
  background-color: #F5F4F2;
  width: 93vw;
  margin-top: 20px;
  padding: 5px 5px;
  border-radius: 40px;
}
@media (min-width: 768px) {
  #header_3 .header-menu,
  #header_3 .sticky-fix {
    width: 75vw;
  }
}
@media (min-width: 992px) {
  #header_3 .header-menu,
  #header_3 .sticky-fix {
    width: 70vw;
  }
}
#header_3 .header-menu .nav .dropdown:hover > .dropdown-menu,
#header_3 .sticky-fix .nav .dropdown:hover > .dropdown-menu {
  border-radius: 20px;
  background-color: #F5F4F2;
  text-align: center;
}
@media (min-width: 768px) {
  #header_3 .header-menu .nav .dropdown:hover > .dropdown-menu,
  #header_3 .sticky-fix .nav .dropdown:hover > .dropdown-menu {
    text-align: left;
  }
}
#header_3 .header-menu .navbar-brand,
#header_3 .sticky-fix .navbar-brand {
  margin: 0rem 1.2rem 0rem 0.2rem;
}
#header_3 .header-menu .navbar-brand .logo,
#header_3 .sticky-fix .navbar-brand .logo {
  height: 40px;
}
#header_3 .header-menu .navbar-toggler,
#header_3 .sticky-fix .navbar-toggler {
  color: #14191E;
  display: block;
  margin-left: auto;
}
#header_3 .header-menu .navbar-toggler:hover,
#header_3 .sticky-fix .navbar-toggler:hover {
  color: #FF693C;
}
@media (min-width: 992px) {
  #header_3 .header-menu .navbar-toggler,
  #header_3 .sticky-fix .navbar-toggler {
    display: none;
  }
}
#header_3 .header-menu .navbar-toggler:focus, #header_3 .header-menu .navbar-toggler:focus-visible,
#header_3 .sticky-fix .navbar-toggler:focus,
#header_3 .sticky-fix .navbar-toggler:focus-visible {
  outline: none;
}
#header_3 .header-menu .navbar-collapse,
#header_3 .sticky-fix .navbar-collapse {
  border-left: #F5F4F2 solid 1px;
  display: none;
}
@media (min-width: 992px) {
  #header_3 .header-menu .navbar-collapse,
  #header_3 .sticky-fix .navbar-collapse {
    display: block;
  }
}
#header_3 .header-menu {
  z-index: 3;
  position: absolute;
}
#header_3 .header-menu .sidenav {
  opacity: 0.95;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  background-color: #F5F4F2;
  overflow-x: hidden;
  transition: 0.5s;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#header_3 .header-menu .sidenav .inner-sidenav {
  display: flex;
  justify-content: center;
}
#header_3 .header-menu .sidenav .inner-sidenav .navbar {
  position: absolute;
  width: 93vw;
  margin-top: 25px;
  padding: 8px 21px;
  border-radius: 40px;
}
#header_3 .header-menu .sidenav .overlay-content {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
#header_3 .header-menu .sidenav.sidenav-open .inner-sidenav, #header_3 .header-menu .sidenav.sidenav-open .overlay-content {
  opacity: 1;
  transition-delay: 0s;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
#header_3 .header-menu .sidenav.sidenav-close .inner-sidenav, #header_3 .header-menu .sidenav.sidenav-close .overlay-content {
  opacity: 0;
  transition-delay: 0.5s;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
#header_3 .sticky-fix {
  z-index: 2;
  position: fixed;
  top: -126px;
  transition: 0.4s all ease-out 0.5s;
}
#header_3 .sticky-fix.sticky-in {
  top: 0;
}

/* :::::::::::::: 07 * GRIT_SET header_4 */
#header_4 {
  position: absolute;
  width: 100%;
}
#header_4 .header-menu,
#header_4 .sticky-fix {
  background-color: transparent;
}
#header_4 .header-menu .navbar,
#header_4 .sticky-fix .navbar {
  padding: 0;
  width: 100%;
  background-color: transparent;
}
#header_4 .header-menu .navbar .navbar-brand,
#header_4 .sticky-fix .navbar .navbar-brand {
  padding: 15px;
  background-color: #F5F4F2;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
#header_4 .header-menu .navbar .navbar-brand .logo,
#header_4 .sticky-fix .navbar .navbar-brand .logo {
  height: 50px;
}
#header_4 .header-menu .navbar .nav,
#header_4 .sticky-fix .navbar .nav {
  padding: 8px;
  width: auto;
  display: flex;
  justify-content: right;
  background-color: #F5F4F2;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
#header_4 .header-menu .navbar .nav .dropdown:hover > .dropdown-menu,
#header_4 .sticky-fix .navbar .nav .dropdown:hover > .dropdown-menu {
  border-radius: 0;
  padding: 0;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
#header_4 .header-menu .navbar .nav .dropdown:hover > .dropdown-menu li,
#header_4 .sticky-fix .navbar .nav .dropdown:hover > .dropdown-menu li {
  text-align: center;
}
@media (min-width: 768px) {
  #header_4 .header-menu .navbar .nav .dropdown:hover > .dropdown-menu li,
  #header_4 .sticky-fix .navbar .nav .dropdown:hover > .dropdown-menu li {
    text-align: left;
  }
}
#header_4 .header-menu .navbar .nav li a,
#header_4 .sticky-fix .navbar .nav li a {
  padding: 20px 25px;
}
#header_4 .header-menu .navbar .nav li a:hover,
#header_4 .sticky-fix .navbar .nav li a:hover {
  background-color: #FF693C;
}
#header_4 .header-menu .navbar .navbar-toggler,
#header_4 .sticky-fix .navbar .navbar-toggler {
  padding: 1.5rem 2rem;
  background-color: #F5F4F2;
  border-radius: 0;
}
#header_4 .header-menu.sticky-in,
#header_4 .sticky-fix.sticky-in {
  background-color: hsla(0, 0%, 100%, 0.304);
}
@media (min-width: 992px) {
  #header_4 .navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
  }
}
#header_4 .navbar-collapse {
  display: none;
}
#header_4 .sidenav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* :::::::::::::: 08 * GRIT_SET header_5 */
#header_5 .header-menu,
#header_5 .sticky-fix {
  z-index: 4;
}
#header_5 .header-menu .navbar-toggler,
#header_5 .sticky-fix .navbar-toggler {
  font-weight: 300 !important;
  font-size: 1.3rem;
  margin-top: 4px;
}
@media (min-width: 992px) {
  #header_5 .header-menu .navbar-toggler,
  #header_5 .sticky-fix .navbar-toggler {
    font-size: 1.7rem;
  }
}
@media (min-width: 768px) {
  #header_5 .header-menu .navbar-toggler,
  #header_5 .sticky-fix .navbar-toggler {
    display: block;
  }
}
#header_5 .header-menu {
  /* menu inizialmente spostato via transform (8.5vw), segue lo scroll in px */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  /* più basso del contenuto che dovrà sovrapporsi */
  background-color: #F5F4F2;
  will-change: transform, opacity;
  margin-top: 9.1428571429vw;
}
@media (min-width: 768px) {
  #header_5 .header-menu {
    margin-top: 6.8571428571vw;
  }
}
#header_5 .header-menu {
  /* fallback: compatibilità con eventuale uso di .sticky-in */
}
#header_5 .header-menu.sticky-in {
  transform: translateY(0);
}
#header_5 .sticky-fix .logo {
  height: 18px;
}
@media (min-width: 768px) {
  #header_5 .sticky-fix .logo {
    height: 23px;
  }
}
@media (min-width: 768px) {
  #header_5 .sticky-fix {
    height: auto;
  }
}
#header_5 .sidenav {
  display: none;
}

.nav {
  text-align: right;
}
.nav li a {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  .nav li a {
    font-size: 2rem;
  }
}

.inner-header {
  position: fixed;
  z-index: 2;
  top: env(safe-area-inset-top);
  background-color: #F5F4F2;
  padding-top: 10px;
  padding-bottom: 3vw;
}
@media (max-width: 768px) {
  .inner-header {
    position: absolute;
    top: 0;
  }
}
.inner-header img {
  width: 100%;
  height: auto;
}

/* :::::::::::::: 06 * GRIT_SET footer */
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* :::::::::::::: 01 * GRIT_SET footer_1 */
/* :::::::::::::: 02 * GRIT_SET footer_2 */
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* :::::::::::::: 01 * GRIT_SET footer_1 */
.footer_1 {
  position: relative;
  width: 100%;
  background-color: #14191E;
  color: #F5F4F2;
}
.footer_1 .section-footer ul {
  list-style-type: none;
  padding-inline-start: 0px;
}
.footer_1 .section-footer ul.footer-menu li {
  padding-bottom: 15px;
}
.footer_1 .section-footer ul.footer-menu li.link-footer a {
  color: #F5F4F2;
  opacity: 0.5;
}
.footer_1 .section-footer ul.footer-menu li.link-footer:hover a {
  opacity: 1;
  color: #FF693C;
}
.footer_1 .section-footer .menu-policy {
  list-style-type: disc;
  padding-inline-start: 30px;
}
.footer_1 .section-footer .menu-policy li {
  margin: 0 20px;
}
.footer_1 .section-footer a {
  color: #F5F4F2;
}
.footer_1 .section-footer a:hover {
  color: #FF693C;
}
.footer_1 .section-footer hr {
  border-color: #F5F4F2;
  opacity: 0.2;
}
.footer_1 .footer-bottom {
  background-color: #FF693C;
  color: #F5F4F2;
  font-size: 10px;
}
.footer_1 .footer-bottom a {
  color: #14191E;
}
.footer_1 .footer-bottom a:hover {
  color: #F5F4F2;
}

/* :::::::::::::: 02 * GRIT_SET footer_2 */
.footer_2 {
  position: relative;
  width: 100%;
  background-color: #F5F4F2;
  color: #14191E;
}
.footer_2 .footer-logo img {
  max-width: 40px;
}
.footer_2 .section-footer ul {
  list-style-type: none;
  padding-inline-start: 0px;
}
.footer_2 .section-footer ul.footer-menu li {
  padding-bottom: 15px;
}
.footer_2 .section-footer ul.footer-menu li.link-footer a {
  color: #14191E;
  opacity: 0.5;
}
.footer_2 .section-footer ul.footer-menu li.link-footer:hover a {
  opacity: 1;
  color: #FF693C;
}
.footer_2 .section-footer .menu-policy {
  list-style-type: disc;
  padding-inline-start: 30px;
}
.footer_2 .section-footer .menu-policy li {
  margin: 0 20px;
}
.footer_2 .section-footer a {
  color: #14191E;
}
.footer_2 .section-footer a:hover {
  color: #FF693C;
}
.footer_2 .section-footer hr {
  border-color: #14191E;
  opacity: 0.2;
}
.footer_2 .footer-bottom {
  background-color: #14191E;
  color: #F5F4F2;
  font-size: 10px;
}
.footer_2 .footer-bottom a {
  color: #F5F4F2;
}
.footer_2 .footer-bottom a:hover {
  color: #FF693C;
}

.footer_3 {
  position: fixed;
  bottom: 0;
  width: 100vw;
  z-index: 2;
  left: 0;
  right: 0;
  background-color: #14191E;
  color: #F5F4F2;
}
.footer_3 .col-md-4.position-relative {
  position: relative;
  min-height: 300px;
}
.footer_3 .col-md-4 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.footer_3 .base-bg {
  opacity: 1;
  z-index: 1;
}
.footer_3 .col-md-4 img.active {
  opacity: 1;
  z-index: 2;
}
.footer_3 .footer-menu .display-4 {
  padding: 5px 0px;
}
@media (min-width: 768px) {
  .footer_3 .footer-menu .display-4 {
    font-size: 4.5rem;
    padding: 10px 0px;
  }
}
@media (min-width: 992px) {
  .footer_3 .footer-menu .display-4 {
    font-size: 5rem;
    padding: 15px 0px;
  }
}
@media (min-width: 1200px) {
  .footer_3 .footer-menu .display-4 {
    font-size: 6rem;
    padding: 20px 0px;
  }
}
.footer_3 .footer-logo img {
  max-width: 40px;
}
@media (min-width: 768px) {
  .footer_3 .footer-logo img {
    max-width: 60px;
  }
}
.footer_3 .section-footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: calc(100svh - 9.1428571429vw);
}
@media (min-width: 768px) {
  .footer_3 .section-footer {
    height: calc(100svh - 6.8571428571vw);
  }
}
.footer_3 .section-footer ul {
  list-style-type: none;
  padding-inline-start: 0px;
  text-align: left;
  width: fit-content;
}
.footer_3 .section-footer ul.footer-menu {
  padding-top: 60px;
}
.footer_3 .section-footer ul.footer-menu li {
  width: auto;
}
.footer_3 .section-footer ul.footer-menu li a {
  padding: 0px 0px 0px 0px;
  font-size: inherit;
}
.footer_3 .section-footer ul.footer-menu li a:hover a {
  color: #FF693C;
}
.footer_3 .section-footer .menu-policy {
  list-style-type: disc;
  padding-inline-start: 30px;
}
.footer_3 .section-footer .menu-policy li {
  margin: 0 20px;
}
.footer_3 .section-footer a {
  color: #F5F4F2;
}
.footer_3 .section-footer a:hover {
  color: #FF693C;
}
.footer_3 .section-footer hr {
  border-color: #14191E;
  opacity: 0.2;
}
.footer_3 .footer-bottom {
  background-color: #14191E;
  color: #F5F4F2;
  font-size: 12px;
  z-index: 3;
}
.footer_3 .footer-bottom p {
  font-size: 12px;
}
.footer_3 .footer-bottom a {
  color: #F5F4F2;
}
.footer_3 .footer-bottom a:hover {
  color: #FF693C;
}

/* :::::::::::::: 07 * GRIT_SET sections */
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* :::::::::::::: 01 * GRIT_SET section_page_header */
/* :::::::::::::: 02 * GRIT_SET section_carousel */
/* :::::::::::::: 03 * GRIT_SET section_video */
/* :::::::::::::: 04 * GRIT_SET section_slides */
/* :::::::::::::: 05 * GRIT_SET section_hero */
/* :::::::::::::: 06 * GRIT_SET section_cube */
/* :::::::::::::: 07 * GRIT_SET section_gallery */
/* :::::::::::::: 08 * GRIT_SET section_archive */
/* :::::::::::::: 09 * GRIT_SET section_collapse */
/* :::::::::::::: 10 * GRIT_SET section_bio */
/* :::::::::::::: 11 * GRIT_SET gsap-horizontal */
/* :::::::::::::: 12 * GRIT_SET section-gsap-vertical */
/* :::::::::::::: 13 * GRIT_SET section-gsap-reveal */
/* :::::::::::::: 14 * GRIT_SET section-gsap-lateral-word */
/* :::::::::::::: 15 * GRIT_SET section-masonry  */
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* :::::::::::::: 01 * GRIT_SET section_page_header */
.section_page_header {
  padding: 0px !important;
}
.section_page_header .breadcrumb {
  /*
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
  */
  background: transparent;
  padding: 0.25rem 0rem;
  margin-bottom: 0rem;
  color: #F5F4F2;
}
.section_page_header .breadcrumb a {
  color: #F5F4F2;
}
.section_page_header .breadcrumb a:hover {
  color: #FF693C;
}
.section_page_header .breadcrumb .breadcrumb_last {
  color: #FF693C;
}
.section_page_header.section_page_header_1 {
  background-color: transparent !important;
  padding: 0px !important;
}
.section_page_header.section_page_header_1 .sub-header {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.section_page_header.section_page_header_1 .polygon {
  float: left;
  width: 100%;
  min-height: 30px;
  background: linear-gradient(90deg, #14191E 0%, #343A40 100%);
  shape-outside: polygon(20px 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%);
}
.section_page_header.section_page_header_1 .polygon .breadcrumb {
  margin: 0px 30px;
  font-weight: normal;
  color: #F5F4F2;
}
.section_page_header.section_page_header_1 .polygon .breadcrumb a {
  color: #F5F4F2;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.section_page_header.section_page_header_1 .polygon .breadcrumb a:hover {
  color: #FF693C;
}
.section_page_header.section_page_header_2 {
  padding: 0px !important;
}
.section_page_header.section_page_header_2 .sub-header {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.section_page_header.section_page_header_3 {
  padding: 0px !important;
}
.section_page_header.section_page_header_3 .sub-header {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.section_page_header.section_page_header_3 .sub-header .container-fluid .row {
  min-height: 300px;
}
@media (min-width: 768px) {
  .section_page_header.section_page_header_3 .sub-header .container-fluid .row {
    min-height: 500px;
  }
}
.section_page_header.section_page_header_4 {
  padding: 0px !important;
}
.section_page_header.section_page_header_4 .sub-header {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.section_page_header.section_page_header_5 {
  padding: 0px !important;
}
.section_page_header.section_page_header_5 .sub-header {
  position: absolute;
  width: 100%;
  z-index: 2;
}
.section_page_header.section_page_header_5 .sub-header .container-fluid .row {
  min-height: 500px;
}
@media (min-width: 768px) {
  .section_page_header.section_page_header_5 .sub-header .container-fluid .row {
    min-height: 700px;
  }
}
.section_page_header.section_page_header_5 .carousel-header {
  z-index: unset;
}
.section_page_header.section_page_header_5 .carousel-header .item-header {
  z-index: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 500px;
}
@media (min-width: 768px) {
  .section_page_header.section_page_header_5 .carousel-header .item-header {
    min-height: 700px;
  }
}
.section_page_header.section_page_header_5 .carousel-header .owl-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  bottom: 35px;
  right: 12.5vw;
  width: 150px;
}
.section_page_header.section_page_header_6 {
  padding: 0px !important;
  background-color: transparent;
  margin-bottom: 180px;
}
.section_page_header.section_page_header_6 .sub-header {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 300px;
}
@media (min-width: 768px) {
  .section_page_header.section_page_header_6 .sub-header {
    min-height: 500px;
  }
}
.section_page_header.section_page_header_6 .sub-header .inner-header {
  bottom: -150px;
  overflow: hidden;
}

/* :::::::::::::: 02 * GRIT_SET section_carousel */
/* :::::::::::::: 03 * GRIT_SET section_video */
.section_video .video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
.section_video .video-container .video-thumbnail,
.section_video .video-container .video-file,
.section_video .video-container .video-embed,
.section_video .video-container .video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
}
.section_video .video-container .thumbnail-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.section_video .video-container .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.5rem;
  color: #F5F4F2;
  background: #14191E;
  width: 5.5rem;
  opacity: 0.6;
  height: 5.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.section_video .video-container .play-button:hover {
  opacity: 0.95;
}
.section_video .video-container .video-file video,
.section_video .video-container .video-iframe iframe,
.section_video .video-container .video-embed iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* :::::::::::::: 04 * GRIT_SET section_slides */
.section_slides .owl-carousel .item-slide {
  width: 100%;
  min-height: calc(100vh - 9.1428571429vw);
}
@media (min-width: 768px) {
  .section_slides .owl-carousel .item-slide {
    min-height: calc(100vh - 6.8571428571vw);
  }
}
.section_slides .owl-carousel .item-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.section_slides .owl-carousel .item-slide img {
  display: initial;
  width: revert-layer;
}
.section_slides .owl-carousel .owl-nav button.owl-prev button.owl-next {
  color: #F5F4F2;
}
.section_slides .owl-carousel .owl-nav:hover button.owl-prev, .section_slides .owl-carousel .owl-nav:hover button.owl-next {
  color: #FF693C;
}
.section_slides .item-slide.item-slide-single {
  width: 100%;
  min-height: calc(100vh - 9.1428571429vw);
}
@media (min-width: 768px) {
  .section_slides .item-slide.item-slide-single {
    min-height: calc(100vh - 6.8571428571vw);
  }
}
.section_slides .item-slide.item-slide-single {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.section_slides .inner-text {
  width: 100%;
}

/* :::::::::::::: 05 * GRIT_SET section_hero */
.section_hero .inner-hero {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.section_hero .inner-hero .col {
  min-height: 500px;
  height: 70vh;
  width: 100%;
}
@media (min-width: 576px) {
  .section_hero .inner-hero .col {
    padding-right: 1rem;
    padding-top: 1rem;
  }
  .section_hero .inner-hero .inner-text {
    text-wrap: balance;
  }
}

/* :::::::::::::: 06 * GRIT_SET section_cube */
.section_cube {
  background-color: transparent !important;
}
.section_cube .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section_cube .col-text .inner-text {
  padding: 12.5vw;
}
.section_cube.contained {
  padding: 0 6.25vw;
}
.section_cube .inner-item-list {
  border-bottom: 1px solid;
}
.section_cube .inner-item-list img {
  width: 40px;
}
.section_cube .inner-item-list p {
  margin: 0;
}
.section_cube .col-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section_cube .col-img.carousle .section_cube .col-img::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.section_cube .col-img.single-image::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.section_cube .owl-carousel {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; /* Assicurati che il contenitore abbia un'altezza */
}
.section_cube .owl-carousel .owl-dots {
  bottom: 20px;
}
@media (min-width: 576px) {
  .section_cube.contained .owl-carousel .owl-nav button.owl-prev {
    left: 10px;
  }
  .section_cube.contained .owl-carousel .owl-nav button.owl-next {
    right: 10px;
  }
}

/* :::::::::::::: 07 * GRIT_SET section_gallery */
.section_gallery .gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.section_gallery .gallery-item {
  margin: 0 !important;
  padding: 0.25rem;
  float: left;
}
.section_gallery .gallery-item img {
  width: 100% !important;
  height: auto !important;
  border: none !important;
}
.section_gallery .gallery-columns-3 .gallery-item {
  width: 33.33% !important;
}
.section_gallery .gallery-columns-4 .gallery-item {
  width: 25% !important;
}
.section_gallery .gallery-columns-2 .gallery-item {
  width: 50% !important;
}
@media (min-width: 768px) {
  .section_gallery .gallery-columns-2 .gallery-item {
    width: 50% !important;
  }
}
@media (min-width: 768px) {
  .section_gallery .gallery-columns-3 .gallery-item {
    width: 33.33% !important;
  }
  .section_gallery .gallery-columns-4 .gallery-item {
    width: 25% !important;
  }
}
@media (max-width: 576px) {
  .section_gallery .gallery-columns-2 .gallery-item,
  .section_gallery .gallery-columns-3 .gallery-item,
  .section_gallery .gallery-columns-4 .gallery-item {
    width: 100% !important;
  }
}
.section_gallery .gallery-columns-3 .gallery-item:nth-child(3n+1) {
  clear: none !important;
}
.section_gallery .gallery-columns-4 .gallery-item:nth-child(4n+1) {
  clear: none !important;
}
.section_gallery.no-horizontal-padding, .section_gallery.no-horizontal-padding .container-fluid, .section_gallery.no-horizontal-padding .row, .section_gallery.no-horizontal-padding .col {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* :::::::::::::: 08 * GRIT_SET section_archive */
/* :::::::::::::: 09 * GRIT_SET section_collapse */
@media (max-width: 576px) {
  .section_collapse .search_text {
    font-size: 12px;
  }
}
.section_collapse .inner-collapse {
  border-top: 1px solid #14191E;
}
.section_collapse .inner-collapse:last-child {
  border-bottom: 1px solid #14191E;
}
.section_collapse .pagination-list-js li {
  background: #14191E;
  color: #F5F4F2;
  margin-right: 5px;
  padding: 5px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.section_collapse .pagination-list-js li.active {
  background: #14191E;
}
.section_collapse .pagination-list-js li:hover {
  background: #F5F4F2;
}
.section_collapse .pagination-list-js li:hover a {
  color: #FF693C;
}
.section_collapse .pagination-list-js li a {
  color: #F5F4F2;
}

/* :::::::::::::: 10 * GRIT_SET section_bio */
.section_bio .link-list-bio a svg {
  position: relative;
  margin-right: 10px;
}

/* :::::::::::::: 11 * GRIT_SET gsap-horizontal */
.section-gsap-horizontal {
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.section-gsap-horizontal .container,
.section-gsap-horizontal .container-fluid {
  padding: 0 !important;
  margin: 0 !important;
  width: auto;
}
.section-gsap-horizontal .row {
  display: flex !important;
  flex-wrap: nowrap !important;
  width: auto;
  height: 100%;
  margin: 0 -4px;
}
.section-gsap-horizontal .item-chapters {
  flex: 0 0 auto;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.section-gsap-horizontal .item-chapters .inner-item {
  width: 100%;
}

.section-gsap-vertical {
  position: relative;
  height: 100vh;
  padding-top: 1px;
}
.section-gsap-vertical #timeline {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
.section-gsap-vertical .item-chapters {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.section-gsap-vertical .item-chapters:nth-child(1) {
  z-index: 4;
}
.section-gsap-vertical .item-chapters:nth-child(2) {
  z-index: 3;
}
.section-gsap-vertical .item-chapters:nth-child(3) {
  z-index: 2;
}
.section-gsap-vertical .item-chapters .inner-item {
  text-align: center;
}
.section-gsap-vertical .timeline-nav {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 10;
}
.section-gsap-vertical .timeline-nav a {
  display: block;
  margin-bottom: 0.5rem;
  color: black;
  text-decoration: none;
}
.section-gsap-vertical .timeline-nav a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .horizontal-wrapper {
    overflow-x: hidden;
    position: relative;
  }
  .section-gsap-70horizontal,
  .section-gsap-30horizontal {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .section-gsap-70horizontal p,
  .section-gsap-30horizontal p {
    font-size: 16px;
  }
  .section-gsap-70horizontal h2,
  .section-gsap-30horizontal h2 {
    font-size: 1.4rem;
  }
  .section-gsap-70horizontal h3,
  .section-gsap-30horizontal h3 {
    font-size: 1.3rem;
  }
  .section-gsap-70horizontal h4,
  .section-gsap-30horizontal h4 {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .section-gsap-70horizontal .container-fluid,
  .section-gsap-30horizontal .container-fluid {
    padding: 0 !important;
    margin: 0 !important;
  }
  .section-gsap-70horizontal .container-fluid > .row:first-of-type,
  .section-gsap-30horizontal .container-fluid > .row:first-of-type {
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    height: 100%;
    width: auto;
  }
  .section-gsap-70horizontal .item-chapters,
  .section-gsap-30horizontal .item-chapters {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin: 0px -1px;
  }
  .h-70vh {
    min-height: 55vh;
    height: 55vh;
  }
  .h-30vh {
    min-height: 25vh;
    height: 25vh;
  }
  .section-gsap-70horizontal {
    height: 70vh;
  }
  .section-gsap-70horizontal .item-chapters {
    height: 70vh;
  }
  .section-gsap-30horizontal {
    height: 30vh;
  }
  .section-gsap-30horizontal .row {
    height: 30vh;
  }
  .section-gsap-30horizontal .item-chapters {
    height: 30vh;
  }
}
/* :::::::::::::: 13 * GRIT_SET section-gsap-reveal */
/* :::::::::::::: 14 * GRIT_SET section-gsap-lateral-word */
.section-gsap-lateral-word {
  min-height: 100vh;
  overflow: hidden;
}
.section-gsap-lateral-word .container-fluid {
  padding: 0;
}
.section-gsap-lateral-word .item-chapters {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100vh;
}
.section-gsap-lateral-word .inner-text {
  overflow: visible;
  display: flex;
  align-items: center;
  height: 100%;
}
.section-gsap-lateral-word .inner-text h1 {
  white-space: nowrap;
  display: inline-block;
  font-size: 2rem;
  padding: 0 2rem;
  color: red;
  margin: 0;
  min-width: max-content;
}

/* :::::::::::::: 15 * GRIT_SET section-masonry  */
.section_masonry {
  overflow: visible;
}
.section_masonry .masonry-grid {
  position: relative;
}
.section_masonry .masonry-grid::after {
  content: "";
  display: block;
  clear: both;
}
.section_masonry .masonry-item {
  margin-bottom: 30px;
  display: block;
  float: none;
}

.btn-modal {
  position: fixed;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  z-index: 3;
}

.modal_info,
.modal_contact {
  padding: 0;
  margin: 0;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}
.modal_info.modal-slide-up .modal-dialog,
.modal_contact.modal-slide-up .modal-dialog {
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.4s ease-out, opacity 0.4s ease-out;
}
.modal_info.modal-slide-up.show .modal-dialog,
.modal_contact.modal-slide-up.show .modal-dialog {
  transform: translateY(0);
  opacity: 1;
}
.modal_info .modal-dialog,
.modal_contact .modal-dialog {
  width: 100vw;
  max-width: 100vw;
  min-height: 70vh;
  margin: 0;
  margin-top: 30vh;
}
.modal_info .modal-content,
.modal_contact .modal-content {
  border: none;
  border-radius: 0;
  padding: 0rem;
  overflow-y: auto;
}
.modal_info .modal-scroll-inner,
.modal_contact .modal-scroll-inner {
  overflow-y: auto;
  max-height: 70vh;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  overflow-y: auto;
}
.modal_info .modal-scroll-inner .inner-cap span,
.modal_contact .modal-scroll-inner .inner-cap span {
  opacity: 0.7;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "LT Superior Mono", "Roboto", sans-serif !important;
  font-weight: normal !important;
}
.modal_info .modal-scroll-inner .close,
.modal_contact .modal-scroll-inner .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #F5F4F2;
  text-shadow: none;
  opacity: 1;
  position: absolute;
  right: 10px;
  z-index: 1;
}
.modal_info .modal-scroll-inner .close:hover,
.modal_contact .modal-scroll-inner .close:hover {
  color: #FF693C;
}
.modal_info .carousel-titles,
.modal_contact .carousel-titles {
  padding: 0 0 25px 0;
}
.modal_info .carousel-titles li,
.modal_contact .carousel-titles li {
  list-style: none;
}
.modal_info .carousel-titles li a,
.modal_contact .carousel-titles li a {
  color: #F5F4F2;
  font-family: "LT Superior Mono", "Roboto", sans-serif;
}
.modal_info .carousel-titles li a:hover,
.modal_contact .carousel-titles li a:hover {
  color: #FF693C;
}
.modal_info .carousel-titles li a.active,
.modal_contact .carousel-titles li a.active {
  text-decoration: underline;
}

.modal_info a {
  color: #F5F4F2;
}
.modal_info a:hover {
  color: #FF693C;
  text-decoration: underline;
}

.modal_contact a {
  color: #14191E;
}
.modal_contact a:hover {
  color: #FF693C;
  text-decoration: underline;
}

/* Scroll Down */
.scrolldown-wrapper {
  text-align: center;
}

.scrolldown {
  border: 2px solid #F5F4F2;
  border-radius: 30px;
  height: 46px;
  margin: 0 auto 8px;
  text-align: center;
  width: 30px;
}

.scrolldown-p1,
.scrolldown-p2 {
  animation-duration: 1.5s;
  animation-name: scrolldown;
  animation-iteration-count: infinite;
  fill: #F5F4F2;
}

.scrolldown-p2 {
  animation-delay: 0.75s;
}

@keyframes scrolldown {
  0% {
    opacity: 0;
    transform: translate(0, -8px);
  }
  50% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, 8px);
  }
}
.category-filters {
  border-bottom: 1px solid #14191E;
  padding-bottom: 1rem;
}

.category-filters .filter {
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .category-filters .filter {
    font-size: 13px;
  }
}
.category-filters .filter {
  position: relative;
  padding-bottom: 5px;
}

.category-filters .filter.active {
  opacity: 0.5;
}

@media (min-width: 768px) {
  .category-filters {
    justify-content: space-between; /* distribuisce uniformemente */
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .col-md-3 .tease-progetti-archive h5,
  .col-md-3 .tease-progetti-related h5 {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .section_team .h-70vh img {
    width: auto;
    height: 26.5vh;
    object-fit: scale-down;
  }
}

@media (min-width: 768px) {
  .h-30vh {
    width: 100%;
    height: 26vh;
    object-fit: scale-down;
  }
}

/* ========================================
   TEAM GRID - Overlay Badge (Grit Style)
======================================== */
/* =========================
   TEAM SECTION
   ========================= */
/* =========================
   GRID → 8 colonne reali
   ========================= */
.team-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
}

/* =========================
   CARD
   ========================= */
.team-card {
  grid-column: span 1;
}

/* =========================
   SPACER (UGUALE ALLA CARD)
   ========================= */
.team-spacer {
  grid-column: span 1;
  /* 🔥 QUESTO È IL FIX IMPORTANTE */
  height: 26.5vh;
}

/* =========================
   INNER
   ========================= */
.inner-team {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* =========================
   IMAGE
   ========================= */
.inner-team img {
  width: 100%;
  height: 26.5vh;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

/* =========================
   BADGE
   ========================= */
.team-badge {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  padding: 6px 12px;
  font-size: 13px;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(6px);
  text-align: center;
  pointer-events: none;
  transition: all 0.3s ease;
}

/* hover */
.team-card:hover .team-badge {
  opacity: 1;
}

.team-card:hover img {
  transform: scale(1.05);
}

/* =========================
   RESPONSIVE (SOTTO MD → 2 colonne)
   ========================= */
@media (max-width: 768px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .team-card {
    grid-column: span 1;
  }
  .team-spacer {
    display: none;
  }
}
.brush-underline {
  background-image: url("../../img/underline.png");
  background-repeat: no-repeat;
  background-size: 100% 8px;
  background-position: 0 90%;
  padding-bottom: 3px;
  line-height: 1.3;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay {
  background: rgba(255, 255, 255, 0.8) !important;
}

/* :::::::::::::: 08 * GRIT_SET forms */
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* :::::::::::::: 01 * GRIT_SET form */
/* :::::::::::::: 02 * GRIT_SET form-style-2 */
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* :::::::::::::: 01 * GRIT_SET form */
form label {
  display: block;
  font-weight: normal;
  width: 100%;
}
form .wpcf7-form-control-wrap {
  display: block;
  padding: 0px 0px 10px;
}
form input:not(.wpcf7-submit):not([type=submit]),
form button,
form textarea,
form .wpcf7-form-control:not(.wpcf7-submit),
form .form-control {
  border-radius: 10px;
  padding: 10px 20px;
  color: #14191E;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
form .form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.1rem;
}
form .wpcf7-text,
form input[type=text],
form textarea,
form .wpcf7-textarea,
form input[type=email],
form .wpcf7-email,
form input[type=tel],
form .wpcf7-date,
form input[type=date],
form .wpcf7-tel,
form .wpcf7-select,
form input[type=select],
form input[type=password],
form input[type=url],
form input[type=search] {
  border: solid 1px #F5F4F2;
  background: #F5F4F2;
}
form .wpcf7-submit,
form button,
form input[type=submit] {
  width: auto;
  line-height: 1.5;
}
form select,
form .wpcf7-select,
form input[type=select],
form .wpcf7-date,
form input[type=date],
form .wpcf7-checkbox,
form input[type=checkbox],
form .wpcf7-radio,
form input[type=radio],
form .wpcf7-file,
form input[type=file] {
  width: auto;
  padding: 10px 20px;
}
form .wpcf7-form-control:not(.wpcf7-submit):focus,
form input:not(.wpcf7-submit):focus,
form .form-control:focus,
form textarea:focus {
  background-color: #F5F4F2;
  color: #14191E;
  border: solid 1px #14191E;
  outline: 0;
  box-shadow: none;
}
form .wpcf7-acceptance {
  margin: 0;
  padding: 0 !important;
  font-size: 12px;
  line-height: 14px;
}
form .wpcf7-acceptance input, form .wpcf7-acceptance label {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 14px;
  width: auto !important;
}
form ::placeholder,
form :-ms-input-placeholder,
form ::-ms-input-placeholder {
  opacity: 0.8;
}

/* :::::::::::::: 01 * GRIT_SET form-style-2 */
.form-style-2 form input:not(.wpcf7-submit),
.form-style-2 form button,
.form-style-2 form textarea,
.form-style-2 form .wpcf7-form-control:not(.wpcf7-submit),
.form-style-2 form .form-control {
  border-radius: 0px;
}
.form-style-2 form .wpcf7-text,
.form-style-2 form input[type=text],
.form-style-2 form textarea,
.form-style-2 form .wpcf7-textarea,
.form-style-2 form input[type=email],
.form-style-2 form .wpcf7-email,
.form-style-2 form input[type=tel],
.form-style-2 form .wpcf7-date,
.form-style-2 form input[type=date],
.form-style-2 form .wpcf7-tel,
.form-style-2 form .wpcf7-select,
.form-style-2 form input[type=select],
.form-style-2 form input[type=password],
.form-style-2 form input[type=url],
.form-style-2 form input[type=search] {
  background-color: transparent;
  border: none;
  border-bottom: solid 1px #14191E;
}
.form-style-2 form .wpcf7-form-control:not(.wpcf7-submit):focus,
.form-style-2 form input:not(.wpcf7-submit):not([type=submit]):focus,
.form-style-2 form .form-control:focus,
.form-style-2 form textarea:focus {
  background-color: #F5F4F2;
  color: #14191E;
  border: none;
  border-bottom: solid 1px #14191E;
  outline: 0;
  box-shadow: none;
}

/* :::::::::::::: 09 * GRIT_SET plugins */
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* :::::::::::::: 01 * GRIT_SET owl-carousel */
/* :::::::::::::: 02 * GRIT_SET animate */
/* :::::::::::::: 03 * GRIT_SET jarallax */
/* :::::::::::::: 04 * GRIT_SET lenis.js */
/* :::::::::::::: 05 * GRIT_SET loader */
/* :::::::::::::: 06 * GRIT_SET gototop */
/* :::::::::::::: 07 * GRIT_SET magic-mouse-js */
/* :::::::::::::: 08 * GRIT_SET progress-js */
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* :::::::::::::: 01 * GRIT_SET owl-carousel */
section {
  /* Forza il cursor su TUTTO il carousel (anche sui link clonati) */
}
section .owl-carousel {
  cursor: url("../../img/owl-cursor.svg") 30 30, auto !important;
  /* Tutti gli elementi interni (cloni inclusi) */
}
section .owl-carousel * {
  cursor: url("../../img/owl-cursor.svg") 30 30, auto !important;
}
section .owl-carousel {
  /* Layer reali usati da Owl per drag */
}
section .owl-carousel .owl-stage-outer,
section .owl-carousel .owl-stage,
section .owl-carousel .owl-item {
  cursor: url("../../img/owl-cursor.svg") 30 30, auto !important;
}
section .owl-carousel {
  /* Stato dragging (importantissimo per lo swipe) */
}
section .owl-carousel.owl-drag .owl-item,
section .owl-carousel .owl-item.dragging {
  cursor: url("../../img/owl-cursor.svg") 30 30, auto !important;
}
section .owl-carousel {
  /* Navigazione */
}
section .owl-carousel .owl-prev,
section .owl-carousel .owl-next {
  cursor: url("../../img/owl-cursor.svg") 30 30, auto !important;
}
section .owl-carousel {
  /* Link e bottoni dentro le slide (quelli che Magic Cursor blocca) */
}
section .owl-carousel a,
section .owl-carousel button,
section .owl-carousel .owl-item a,
section .owl-carousel .owl-item button {
  cursor: url("../../img/owl-cursor.svg") 30 30, auto !important;
}
@media (min-width: 576px) {
  section.contained .owl-carousel .owl-nav button.owl-prev {
    left: -40px;
  }
  section.contained .owl-carousel .owl-nav button.owl-next {
    right: -40px;
  }
}
@media (min-width: 576px) {
  section.carousel-left {
    padding-left: 12.5vw;
  }
}
section.owl-dots-inner .owl-carousel .owl-dots {
  bottom: 20px;
}
section.owl-nav-top-left .owl-carousel .owl-nav {
  position: absolute;
  top: -50px;
  left: 0;
  margin-left: 0px;
  padding-left: 0px;
  width: auto;
  transform: translateY(-50%);
  display: flex;
  pointer-events: none;
  z-index: 1;
  justify-content: center;
}
section.owl-nav-top-left .owl-carousel .owl-nav button.owl-prev,
section.owl-nav-top-left .owl-carousel .owl-nav button.owl-next {
  left: 0;
  right: 0;
}
section.owl-nav-top-left.carousel-left .owl-carousel .owl-nav {
  padding-left: 0px;
}
section.contained.gallery_carousel.owl-nav-top-left .owl-nav {
  padding-left: 0px;
}
section.owl-nav-bottom-left .owl-carousel .owl-nav {
  position: absolute;
  bottom: -50px;
  left: 0;
  margin-left: 0px;
  padding-left: 12.5vw;
  width: auto;
  transform: translateY(50%);
  display: flex;
  pointer-events: none;
  z-index: 1;
  justify-content: center;
}
section.owl-nav-bottom-left .owl-carousel .owl-nav button.owl-prev,
section.owl-nav-bottom-left .owl-carousel .owl-nav button.owl-next {
  left: 0;
  right: 0;
}
section.owl-nav-bottom-left.carousel-left .owl-carousel .owl-nav {
  padding-left: 0px;
}
section.contained.gallery_carousel.owl-nav-bottom-left .owl-nav {
  padding-left: 0px;
}
section.owl-nav-top-right .owl-carousel .owl-nav {
  position: absolute;
  top: -50px;
  right: 0;
  margin-right: 0px;
  padding-right: 12.5vw;
  width: auto;
  transform: translateY(-50%);
  display: flex;
  pointer-events: none;
  z-index: 1;
  justify-content: center;
}
section.owl-nav-top-right .owl-carousel .owl-nav button.owl-prev,
section.owl-nav-top-right .owl-carousel .owl-nav button.owl-next {
  left: 0;
  right: 0;
}
section.contained.gallery_carousel.owl-nav-top-right .owl-nav {
  padding-right: 0px;
}
section.owl-nav-bottom-right .owl-carousel .owl-nav {
  position: absolute;
  bottom: -50px;
  right: 0;
  margin-right: 0px;
  padding-right: 12.5vw;
  width: auto;
  transform: translateY(50%);
  display: flex;
  pointer-events: none;
  z-index: 1;
  justify-content: center;
}
section.owl-nav-bottom-right .owl-carousel .owl-nav button.owl-prev,
section.owl-nav-bottom-right .owl-carousel .owl-nav button.owl-next {
  left: 0;
  right: 0;
}
section.contained.gallery_carousel.owl-nav-bottom-right .owl-nav {
  padding-right: 0px;
}
section .owl-carousel .owl-dots {
  width: auto;
  position: absolute;
  text-align: center;
  margin: 0 auto;
  bottom: -30px;
  left: 0;
  right: 0;
}
section .owl-carousel .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  margin: 0.3rem;
  border-radius: 50%;
  border: solid 1px #14191E;
  background-color: #F5F4F2;
}
section .owl-carousel .owl-dots button.owl-dot.active {
  border: solid 1px #F5F4F2;
  background-color: #14191E;
}
section .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 1;
}
section .owl-carousel .owl-nav button.owl-prev,
section .owl-carousel .owl-nav button.owl-next {
  text-align: center;
  z-index: 3;
  pointer-events: all;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 3px;
  margin: 0px 10px;
  border-radius: 25px;
  font-size: 24px;
}
section .owl-carousel .owl-nav button.owl-prev .btn svg path,
section .owl-carousel .owl-nav button.owl-next .btn svg path {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  stroke: #F5F4F2;
}
section .owl-carousel .owl-nav button.owl-prev:hover .btn svg path, section .owl-carousel .owl-nav button.owl-prev:active .btn svg path,
section .owl-carousel .owl-nav button.owl-next:hover .btn svg path,
section .owl-carousel .owl-nav button.owl-next:active .btn svg path {
  stroke: #14191E;
  color: #FF693C;
}
section .owl-carousel .owl-nav button.owl-prev:hover, section .owl-carousel .owl-nav button.owl-prev:active,
section .owl-carousel .owl-nav button.owl-next:hover,
section .owl-carousel .owl-nav button.owl-next:active {
  color: #FF693C;
}
section .owl-carousel .owl-nav button.owl-prev.disabled,
section .owl-carousel .owl-nav button.owl-next.disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
section .owl-carousel .owl-nav button.owl-prev .btn {
  rotate: 180deg;
}
section .owl-carousel .owl-nav button.owl-prev {
  left: 10px;
}
section .owl-carousel .owl-nav button.owl-next {
  right: 10px;
}
@media (max-width: 768px) {
  section .owl-carousel .owl-nav button.owl-prev {
    left: 10px;
  }
  section .owl-carousel .owl-nav button.owl-next {
    right: 10px;
  }
}

/* :::::::::::::: 02 * GRIT_SET animate */
/* Note: This only changes this particular animation duration 
*/
.animate__animated.animate__bounce {
  --animate-duration: 2s;
}

/* This changes all the animations global */
:root {
  --animate-duration: 800ms;
  --animate-delay: 0.9s;
  scroll-behavior: smooth;
}

.hidden {
  opacity: 0;
  visibility: hidden;
}

.visible {
  opacity: 1;
  visibility: visible;
}

/* :::::::::::::: 03 * GRIT_SET jarallax */
.jarallax-keep-img {
  position: relative;
  z-index: 0;
}
.jarallax-keep-img > .jarallax-img {
  position: relative;
  display: block;
  max-width: 100%;
  height: auto;
  z-index: -100;
}

.jarallax-overlay div[id*=jarallax-container] div {
  background-blend-mode: overlay;
}

.loaded .jarallax-keep-img.overlay-in:before {
  content: "";
  opacity: 0;
  left: 0;
  transition: 1s all ease-in-out;
  transition-delay: 0.9s;
  z-index: 10;
}

.jarallax-keep-img.overlay-in:before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #14191E;
  opacity: 1;
}

/* :::::::::::::: 04 * GRIT_SET lenis.js */
html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

/* ================= LOADER PANELS (NO SPINNER) ================= */
/* ================= BASE (IMPORTANTISSIMO) ================= */
/* ================= BASE (STATO RITORNO) ================= */
/* ================= LOADER WRAPPER ================= */
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  pointer-events: none;
  overflow: hidden;
}

/* ================= BASE PANELS (FULLSCREEN STACK) ================= */
#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(0);
  will-change: transform;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  /* Durata ottimizzata (veloce ma smooth) */
  transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}

/* STACK ORDER (fondamentale per la sovrapposizione corretta) */
.section-1 {
  background: #F5F4F2;
  z-index: 10004;
} /* top */
.section-2 {
  background: #D2DCDC;
  z-index: 10003;
}

.section-3 {
  background: #F5F4F2;
  z-index: 10002;
}

.section-4 {
  background: #D2DCDC;
  z-index: 10001;
} /* bottom */
/* ================= USCITA (SCOMPARSA A CASCATA →) ================= */
/* Ordine visivo: 1 → 2 → 3 → 4 */
.loaded #loader-wrapper .section-1 {
  transform: translateX(100%);
  transition-delay: 0s;
}

.loaded #loader-wrapper .section-2 {
  transform: translateX(100%);
  transition-delay: 0.05s;
}

.loaded #loader-wrapper .section-3 {
  transform: translateX(100%);
  transition-delay: 0.1s;
}

.loaded #loader-wrapper .section-4 {
  transform: translateX(100%);
  transition-delay: 0.15s;
}

/* ================= RITORNO (ENTRATA INVERSA ←) ================= */
/* Ordine visivo corretto: 4 → 3 → 2 → 1 */
#loader-wrapper .section-4 {
  transition-delay: 0s;
}

#loader-wrapper .section-3 {
  transition-delay: 0.05s;
}

#loader-wrapper .section-2 {
  transition-delay: 0.1s;
}

#loader-wrapper .section-1 {
  transition-delay: 0.15s;
}

/* ================= LOGO CENTRATO (SINCRONIZZATO AI PANNELLI) ================= */
.loader-logo {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10010;
  pointer-events: none;
  transform: translate(-50%, -50%) translate3d(0, 0, 0);
  opacity: 1;
  /* IMPORTANTE:
     Delay lungo SOLO per il ritorno (quando togli .loaded) */
  transition: opacity 0.3s ease 0.75s, transform 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}

.loader-logo img {
  width: 80px;
  height: auto;
  display: block;
}

/* ================= USCITA (PAGE LOAD / REVEAL SITO) ================= */
/* Qui il logo deve sparire SUBITO con il primo pannello */
.loaded .loader-logo {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.96);
  /* Sovrascriviamo il delay lungo */
  transition: opacity 0.2s ease 0s, transform 0.35s cubic-bezier(0.76, 0, 0.24, 1);
}

.loaded .section-header {
  opacity: 1;
  transition: all 0.7s 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.section-header {
  opacity: 0;
  margin-top: unset;
}

.img-hover-inner {
  position: relative;
}
.img-hover-inner .inner-img {
  position: relative;
  overflow: hidden;
}
.img-hover-inner .inner-img .gsap-parallax-container {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.img-hover-inner .inner-img .gsap-parallax-container .gsap-parallaxImage {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  top: -10%;
  height: 120%;
  width: 100%;
  object-fit: cover;
}
.img-hover-inner .inner-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F5F4F2;
  opacity: 1;
  z-index: 2;
  transition: opacity 1s ease;
  pointer-events: none;
}
body.loaded .img-hover-inner .inner-img::before {
  opacity: 0;
  transition-delay: 0.9s;
}
.img-hover-inner .inner-img img.parallax-gsap {
  display: block;
  width: 100%;
  height: auto;
  transform: none;
  transition: none !important;
  will-change: transform;
}
.img-hover-inner .inner-img img:not(.jarallax-img):not(.gsap-parallaxImage) {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: transform 1.5s ease-in-out;
  will-change: transform;
}
.img-hover-inner .inner-img:hover img:not(.jarallax-img):not(.parallax-gsap) {
  transform: scale(1.02);
}
.img-hover-inner .inner-img:hover.parallax img, .img-hover-inner .inner-img:hover.parallax-gsap img {
  transform: none !important;
}

.loaded .img-hover-inner .inner-img:before {
  opacity: 0;
  transition-delay: 1s;
}

/* :::::::::::::: 06 * GRIT_SET gototop */
#gototop-btn {
  display: none;
  position: fixed;
  width: 60px;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #14191E;
  color: #F5F4F2;
  cursor: pointer;
  padding: 5px;
  border-radius: 50%;
}

/* :::::::::::::: 07 * GRIT_SET magic-mouse-js */
body #magicMouseCursor {
  position: fixed;
  width: 35px;
  height: 35px;
  border: 1px solid #14191E;
  border-radius: 50%;
  z-index: 9999;
  left: 0;
  top: 0;
  transition: transform 0.07s, width 0.3s, height 0.3s ease-in-out;
  pointer-events: none;
}

body #magicMouseCursor.cursor-square {
  border-radius: 0;
}

body #magicPointer {
  height: 8px;
  width: 8px;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 9999;
  background: #14191E;
  border-radius: 50%;
  pointer-events: none;
  transition: background 0.2s, width 0.2s, height 0.2s, box-shadow 0.2s ease-in-out;
}

body #magicPointer.is-hover {
  height: 5px;
  width: 5px;
  top: 0;
  left: 0;
  position: fixed;
  background: #FF693C;
  border-radius: 50%;
  pointer-events: none;
  transition: background 0.2s, width 0.2s, height 0.2s, box-shadow 0.2s ease-in-out;
}

body #magicPointer.pointer-blur {
  height: 50px;
  width: 50px;
  background: none;
  border: 1px solid #FF693C;
  box-shadow: 0px 0px 15px -5px #FF693C;
}

body #magicPointer.pointer-overlay {
  height: 50px;
  width: 50px;
  mix-blend-mode: difference;
  background: #FF693C;
  box-shadow: 0px 0px 0px 0px #FF693C;
}

body .magic-hover:hover {
  cursor: auto;
}

/* :::::::::::::: 08 * GRIT_SET progress-js */
#nprogress .bar {
  background: #FF693C;
}

#nprogress .peg {
  box-shadow: 0 0 10px #FF693C, 0 0 5px #FF693C;
}

#nprogress .spinner-icon {
  border-top-color: #FF693C;
  border-left-color: #FF693C;
}

/* TODO readme paletta colori dedicata alle note todo */
/*
f94144,f3722c,f8961e,f9844a,f9c74f,90be6d,43aa8b,4d908e,577590,277da1
https://coolors.co/f94144-f3722c-f8961e-f9844a-f9c74f-90be6d-43aa8b-4d908e-577590-277da1
*//*# sourceMappingURL=main.css.map */