@charset "UTF-8";
*:focus {
  outline: none !important;
  box-shadow: none !important;
}
*.focus {
  outline: none !important;
  box-shadow: none !important;
}

p,
small,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}

p a,
p span {
  -webkit-user-select: text !important;
     -moz-user-select: text !important;
          user-select: text !important;
}

label small {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

small {
  display: inline-block;
  line-height: 1.3;
}

@media (max-width: 320px) {
  * {
    zoom: 0.98;
  }
}
html {
  height: 100%;
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  height: 100%;
  max-width: 100vw;
  color: #444444;
  font-size: 16px;
  overflow-x: hidden;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1400px;
  }
}
.overflow-hidden {
  overflow: hidden;
}

@media (min-width: 1200px) {
  html,
  body {
    font-size: 16px;
  }
}
img {
  max-width: 100%;
  height: auto;
}

.aspect-media {
  position: relative;
}
.aspect-media:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.aspect-media img,
.aspect-media video,
.aspect-media svg {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.aspect-media.a-4-3:after {
  padding-bottom: 72%;
}
.aspect-media.a-3-4:after {
  padding-bottom: 132%;
}
.aspect-media.a-16-9:after {
  padding-bottom: 58%;
}
.aspect-media.a-9-16:after {
  padding-bottom: 170%;
}
.aspect-media.circle {
  border-radius: 100%;
  overflow: hidden;
}
.aspect-media.avatar {
  width: 30%;
  max-width: 160px;
  margin-left: auto;
  margin-right: auto;
}

video {
  max-width: 100%;
}

html,
body,
p,
a {
  font-family: "Public Sans", sans-serif;
  font-weight: normal;
  line-height: 1.6;
}

.line-height-1 {
  line-height: 1.4;
}

label {
  font-family: "Public Sans", sans-serif;
  font-weight: bold;
  line-height: 1.3;
  text-transform: uppercase;
  font-size: 0.9rem;
  color: #7c7c7c;
  display: inline-block;
}
label.outer-label {
  text-transform: uppercase;
  color: #7c7c7c;
  font-size: 0.9rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
.title,
.title-secondary {
  font-family: "Public Sans", sans-serif;
  color: #312781;
}

p {
  font-size: 1rem;
}

label {
  font-size: 1rem;
}

small {
  font-size: 80%;
}

.special,
.special p {
  font-size: 1.2rem;
}
.special p,
.special p p {
  margin-top: 1rem;
}

h1 {
  font-size: 2.4rem;
}

h2,
.title,
.title-secondary {
  font-size: 2rem;
}

h3 {
  font-size: 1.6rem;
}

h4 {
  font-size: 1.3rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 1rem;
}

@media (min-width: 992px) {
  label {
    font-size: 1rem;
  }
  small {
    font-size: 80%;
  }
  .special,
  .special p {
    font-size: 1.15rem;
  }
  h1 {
    font-size: 2.6rem;
  }
  h2,
  .title,
  .title-secondary {
    font-size: 2.1rem;
  }
  h3 {
    font-size: 1.9rem;
  }
  h4 {
    font-size: 1.6rem;
  }
  h5 {
    font-size: 1.125rem;
  }
  h6 {
    font-size: 1rem;
  }
}
.text-primary {
  color: #312781 !important;
}

.text-secondary {
  color: #a8a8a8 !important;
}

.text-primary-dark {
  color: #141034 !important;
}

.text-secondary-dark {
  color: #767676 !important;
}

.text-body {
  color: #444444 !important;
}

.text-body-light {
  color: #7c7c7c !important;
}

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

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

h1 {
  line-height: 1;
}

h2,
.title,
.title-secondary {
  line-height: 1.2;
  font-weight: 600;
}

h3,
h4,
h5,
h6 {
  line-height: 1.3;
  font-weight: 600;
}

.title-secondary {
  color: #a8a8a8;
}

.special,
.special p {
  line-height: 1.5;
}

a {
  color: #312781;
  text-decoration: none;
}
a:hover {
  color: #6e61cf;
  text-decoration: none;
}
a.active {
  color: #312781;
}

p a {
  text-decoration: underline;
}
p a:hover {
  text-decoration: underline;
}

.light {
  color: #7c7c7c;
}

b,
strong,
.bold {
  font-weight: bold;
}

ul {
  margin: 0;
  padding-left: 1rem;
}

hr {
  border-top: 1px solid #eee;
}

a.muted {
  color: #444444;
  text-decoration: underline;
}
a.muted:hover {
  opacity: 0.8;
}

.uppercase {
  text-transform: uppercase;
}

.relative {
  position: relative;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.body-bg {
  background-color: #FFFFFF;
}

.bg-secondary-extralight {
  background-color: #f6f6f6;
}

::-moz-selection {
  color: #444444;
  background: #6e61cf;
}

::selection {
  color: #444444;
  background: #cfcaef;
}

.site {
  min-height: 100vh;
  margin-bottom: 60px;
}

.container {
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 992px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.wide-wrapper {
  width: 100%;
  max-width: 1860px;
  margin: 0 auto;
}

.wide-wrapper-flex {
  display: flex;
  align-items: flex-start;
  padding: 0;
  max-width: 1860px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .wide-wrapper-flex {
    padding: 0 20px;
  }
}
@media (min-width: 1200px) {
  .wide-wrapper-flex {
    padding: 0 40px;
  }
}
.wide-wrapper-flex.fixed {
  position: fixed;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.btn-icon {
  position: absolute;
  left: 20px;
}

.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 100px;
  cursor: pointer;
  background-color: #312781;
  border: 1px solid #312781;
  color: white;
  max-width: 100%;
  overflow-x: hidden;
}
.btn span {
  display: inline-block;
}
.btn:hover {
  background-color: white;
  border: 1px solid #312781;
  color: #312781;
}
.btn.btn-primary {
  background-color: #312781;
  border: 1px solid #312781;
  color: #FFFFFF;
}
.btn.btn-primary:hover {
  background-color: white;
  border: 1px solid #312781;
  color: #312781;
}
.btn.btn-outline-primary {
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  border: 1px solid #312781;
  color: #312781;
}
.btn.btn-outline-primary:hover {
  background-color: white;
  border: 1px solid #312781;
  color: #312781;
}
.btn.btn-secondary {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  border: 1px solid #312781;
  color: #312781;
}
.btn.btn-secondary:hover {
  background-color: white;
  border: 1px solid #312781;
  color: #312781;
}
.btn.btn-outline-secondary {
  background-color: transparent;
  border: 1px solid #a8a8a8;
  color: #a8a8a8;
}
.btn.btn-outline-secondary:hover {
  background-color: #767676;
  border: 1px solid #767676;
  color: white;
}
.btn.btn-light {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #312781;
}
.btn.btn-light:hover {
  background-color: #d9d9d9;
  border: 1px solid #d9d9d9;
  color: #221b5a;
}
.btn.btn-outline-light {
  background-color: transparent;
  border: 1px solid #FFFFFF !important;
  color: #FFFFFF !important;
}
.btn.btn-outline-light:hover {
  background-color: #d9d9d9 !important;
  border: 1px solid #d9d9d9 !important;
  color: #221b5a !important;
}

.wpcf7-form .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}
.wpcf7-form label {
  font-size: 0.75rem;
  color: #7c7c7c;
  width: 97%;
  padding: 3px 6px;
  display: inline-block;
}
.wpcf7-form label.half-input {
  width: 48%;
}
.wpcf7-form label:focus-within {
  color: #444444;
}
.wpcf7-form input[type=checkbox],
.wpcf7-form input[type=radio] {
  position: relative;
  top: 5px;
  width: 22px;
  height: 22px;
  margin: 0;
  margin-right: 0.4rem;
  background-color: #FFFFFF;
  border: 1px solid #c7c7c7;
  border-radius: 3px;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.wpcf7-form input[type=checkbox] {
  border-radius: 3px;
}
.wpcf7-form input[type=checkbox]:checked {
  background-color: #312781;
  border: none;
}
.wpcf7-form input[type=checkbox]:checked:after {
  display: block;
  content: "";
  height: 7px;
  width: 13px;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  transform: translate(5px, 6px) rotate(-45deg) scale(1);
}
.wpcf7-form input[type=radio] {
  border-radius: 50%;
}
.wpcf7-form input[type=radio]:checked {
  border-width: 5px;
  border-color: white;
  background-color: #312781;
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=number],
.wpcf7-form input[type=password],
.wpcf7-form input[type=tel],
.wpcf7-form select,
.wpcf7-form textarea {
  display: block;
  font-size: 16px;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  border: 1px solid #c7c7c7;
  border-radius: 3px;
  padding: 12px;
  color: #444444;
  font-weight: 400;
  margin-top: 3px;
}
.wpcf7-form input[type=text]:focus,
.wpcf7-form input[type=email]:focus,
.wpcf7-form input[type=number]:focus,
.wpcf7-form input[type=password]:focus,
.wpcf7-form input[type=tel]:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
  border: 1px solid #312781;
}
.wpcf7-form select {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 50'%3E%3Cpath d='M20,0,0,20H40Zm0,50L0,30H40Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 0.5rem auto;
  cursor: pointer;
}
.wpcf7-form select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.wpcf7-form select option {
  padding: 0.25rem;
}
.wpcf7-form textarea {
  resize: vertical;
  height: auto;
}
.wpcf7-form .wpcf7-list-item {
  margin: 0;
  width: 100%;
}
.wpcf7-form .wpcf7-list-item-label {
  text-transform: none;
  color: #444444;
}
.wpcf7-form .wpcf7-not-valid-tip {
  color: #E52851;
  font-size: 0.5rem;
  font-weight: normal;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 7px;
  background: #FFFFFF;
  padding: 0 5px;
}
.wpcf7-form .wpcf7-submit {
  float: right;
  margin-right: 4%;
  min-width: 120px;
}
.wpcf7-form .wpcf7-spinner {
  background: #312781;
  margin: 6px;
}
.wpcf7-form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.4em 1em;
  border-radius: 3px;
}

header {
  background: white;
  padding: 16px;
}
@media (min-width: 768px) {
  header {
    background: linear-gradient(90deg, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0) 60%);
  }
}
header .navbar-toggler {
  border: 0;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  padding: 0.4rem;
  border-radius: 100px;
  width: 52px;
  height: 52px;
  margin-right: 14px;
}
header .navbar-toggler svg {
  stroke: #312781;
}
header .navbar-brand {
  display: inline-block;
}
header .navbar-brand img {
  display: inline-block;
  height: 42px;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  header .navbar-brand img {
    height: 54px;
  }
}
@media (min-width: 768px) {
  header .navbar-collapse {
    padding-right: 20px;
  }
}
header .navbar {
  padding: 0;
}
header .navbar .navbar-nav {
  background: white;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  padding: 0.4rem;
  border-radius: 100px;
  transition: all 0.3s ease;
}
header .navbar .navbar-nav .nav-link {
  color: #312781;
  padding: 0.8rem 0.7rem 0.6rem 0.7rem;
  font-weight: 600;
  font-size: 95%;
  line-height: 1;
  border-bottom: 0;
}
header .navbar .navbar-nav .nav-link:hover {
  color: #5547c7;
}
header .navbar .navbar-nav .nav-link.active {
  color: #312781;
}
header .navbar .navbar-nav .nav-link:focus {
  color: #312781;
}
header .navbar .navbar-nav .nav-link-cta {
  background: #312781;
  color: white !important;
  border-radius: 100px;
  margin: 30px 0;
  transition: transform 0.1s ease;
}
header .navbar .navbar-nav .nav-link-cta a {
  color: white !important;
  padding: 0.7rem 1rem 0.6rem 1rem;
  font-size: 95%;
}
@media (min-width: 768px) {
  header .navbar .navbar-nav .nav-link-cta {
    margin: 0;
  }
}
@media (min-width: 992px) {
  header .navbar .navbar-nav .nav-link-cta:hover {
    background: #5547c7;
  }
}
header .navbar .dropdown-menu {
  border: 0;
  border-radius: 10px;
  padding: 16px 0;
  margin: 0;
  background: #FFFFFF;
  box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.3);
}
header .navbar .dropdown-menu .dropdown-item {
  font-size: 85%;
  padding: 0.5rem 1.5rem;
  color: #312781;
}
header .navbar .dropdown-menu .dropdown-item:hover {
  color: #5547c7;
  background: transparent;
}
header .navbar .dropdown-menu .dropdown-item.active {
  color: #5547c7;
  background: transparent;
}
header .navbar-collapse {
  flex-direction: column;
}
@media (max-width: 991.98px) {
  header .navbar .navbar-nav {
    background: white !important;
    border-radius: 0 0 24px 24px;
    padding: 24px 16px 22px;
    margin-top: 10px;
  }
  header .navbar .navbar-nav .nav-link {
    text-align: center;
    text-transform: uppercase;
    padding: 1.5rem 0.5rem;
  }
  header .navbar .dropdown-menu {
    padding: 16px 0;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  header .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    padding: 0.8rem 1rem;
  }
}
header.fixed-top {
  top: 0;
  transition: all 0.3s ease;
}
header.nav-up {
  padding: 4px 16px;
}
header.nav-up .navbar-brand img {
  height: 35px;
}
@media (min-width: 992px) {
  header.nav-up .navbar-brand img {
    height: 45px;
  }
}
header .top-nav {
  font-size: 80%;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eee;
}
@media (min-width: 992px) {
  header .top-nav {
    padding-right: 15px;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
}
header .top-nav .nav-link {
  padding: 0.5rem;
  color: #7c7c7c;
}
header .top-nav .nav-link:hover {
  color: #767676;
}
header .top-nav .nav-link.active {
  color: #a8a8a8;
}
header .top-nav .nav-cta {
  margin-left: auto;
}
header .top-nav .nav-cta a {
  transition: all 0.3s ease;
  display: inline-block;
  background: white;
  border: 1px solid white;
  border-radius: 16px;
  color: #312781;
  font-weight: 600;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: 1rem;
}
header .top-nav .nav-cta a:hover {
  color: white;
  background: #6e61cf;
}

.features-section .features-title {
  color: #444444;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 600;
}
@media (min-width: 992px) {
  .features-section .features-title {
    font-size: 2.1rem;
  }
}
.features-section .features-divider {
  border: 0;
  border-top: 2px solid #f6f6f6;
  width: 140px;
  margin: 8px 0 18px 0;
}
.features-section .features-stats .features-number {
  font-weight: 700;
  color: #312781;
  font-size: clamp(2rem, 4vw, 2.6rem);
  line-height: 1;
}
.features-section .features-stats .odometer-inside {
  display: inline-flex;
}
.features-section .features-stats .features-number-plus {
  white-space: nowrap;
}
.features-section .features-stats .features-number-plus:after {
  content: " +";
  display: inline-block;
  transform: translateY(-3px);
}
.features-section .features-stats small {
  color: #7c7c7c;
}
.features-section .feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
@media (max-width: 767.98px) {
  .features-section .feature-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.features-section .feature-box {
  border: 2px solid #312781;
  background: transparent;
  border-radius: 15px;
  padding: 30px 15px;
  line-height: 1.2;
  color: #312781;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
}
@media (max-width: 767.98px) {
  .features-section .feature-box {
    flex-direction: column;
  }
}
.features-section .feature-box img {
  height: 32px;
  width: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.features-section .feature-box:hover {
  background: rgba(49, 39, 129, 0.06);
}

.fascia {
  margin-top: 80px !important;
  background-color: #312781 !important;
  color: white !important;
}

.sticky-top {
  top: 100px;
}
@media (min-width: 992px) {
  .sticky-top {
    top: 130px;
  }
}

main.nav-fixed-top {
  padding-top: 0 !important;
}

.bg-wrap {
  background-repeat: no-repeat;
  background-size: 50%;
}
@media (min-width: 992px) {
  .bg-wrap {
    background-size: 33.33%;
  }
}
.bg-wrap.bg-br {
  background-position: bottom right;
}

.wrap-content {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .wrap-content {
    max-width: 1000px;
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (min-width: 992px) {
  .wrap-content {
    max-width: 1280px;
    padding-right: 3vw;
    padding-left: 3vw;
  }
}
@media (min-width: 1200px) {
  .wrap-content {
    max-width: 1480px;
  }
}

.wrap-row {
  max-width: 1200px;
}

.page-label {
  font-size: 0.8em;
  text-transform: uppercase;
  color: #141034;
}
.page-label a {
  color: #141034;
}
.page-label a:hover {
  color: #141034;
  opacity: 0.7;
}
.page-label span:before {
  content: "";
  height: 1px;
  width: 2.8vw;
  max-width: 40px;
  background-color: #444444;
  display: inline-block;
  margin: 5px 10px 5px 0;
  transition: all 0.6s ease-in-out;
  transition-delay: 0.6s;
}

.hero {
  overflow: hidden;
  position: relative;
  background: #312781;
  height: 80svh;
}
@media (min-width: 992px) {
  .hero {
    height: 85vh;
  }
}
.hero video {
  -o-object-fit: cover;
     object-fit: cover;
  height: 80svh;
}
@media (min-width: 768px) {
  .hero video {
    height: 85vh;
  }
}

.alert {
  width: 100%;
  display: block;
  margin: 0;
  border-radius: 0;
  text-align: center;
  line-height: 1.3;
  background: gainsboro;
  color: #434343;
  line-height: 1.3;
  font-size: 110%;
  transition: all 0.3s ease;
}
.alert:hover {
  color: #767676;
}
.alert p,
.alert a {
  line-height: 1.3;
  margin-bottom: 0;
}

.hero-label {
  display: flex;
  width: 100%;
  height: 100%;
  color: white;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.hero-label .under-title {
  width: 100px;
}

.page-hero {
  position: relative;
  background: #141034;
  padding-top: 140px;
}
.page-hero .page-hero-bkg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.65;
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.page-hero .container {
  position: relative;
  z-index: 2;
}
.page-hero h1 {
  color: white !important;
}
.page-hero label {
  font-size: 0.8em;
  text-transform: uppercase;
  color: #cfcaef;
}
.page-hero .sintesi {
  color: white;
}
@media (min-width: 992px) {
  .page-hero .sintesi {
    max-width: 60vw;
  }
}
.page-hero.has-bkg {
  background-position: center center;
  background-size: cover !important;
  height: 80vh;
  min-height: 400px;
}
@media (min-width: 992px) {
  .page-hero.has-bkg {
    min-height: 500px;
    height: 60vh;
  }
}

.hero-bg {
  background-color: #f6f6f6;
  background-image: url("images/el_hero.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}

.page-bg {
  background-color: #f6f6f6;
  min-height: 80vh;
}

.page-top {
  border-radius: 12px 12px 0 0;
}

.page-bottom {
  border-radius: 0 0 12px 12px;
  min-height: 12px;
}

.hero-page {
  margin-top: 25px;
  position: relative;
  z-index: 3;
}
@media (min-width: 992px) {
  .hero-page {
    margin-top: -15px;
  }
}
@media (min-width: 1200px) {
  .hero-page {
    margin-top: -55px;
  }
}

.article-header {
  padding-bottom: 15vh;
}
@media (min-width: 992px) {
  .article-header {
    padding-bottom: 30vh;
  }
}

.article-image {
  margin-top: -15vh;
}
@media (min-width: 992px) {
  .article-image {
    margin-top: -30vh;
  }
}

.composer {
  overflow-x: hidden;
}
.composer b,
.composer strong {
  color: #312781;
}

.doppia-colonna-wrap {
  background-color: #fafafd;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .doppia-colonna-wrap {
    padding: 0;
  }
}

.doppia-colonna {
  overflow: hidden;
  max-width: 90vw;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .doppia-colonna {
    padding: 30px 0;
  }
}
.doppia-colonna img {
  width: 100%;
  aspect-ratio: 5/3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  min-height: 35vh;
}

.col-box img {
  border-radius: 6px;
  margin: 30px 0;
}
.col-box .img-left {
  -webkit-clip-path: polygon(0% 0, 40% 100%, 0% 100%, 0% 0%);
          clip-path: polygon(0% 0, 40% 100%, 0% 100%, 0% 0%);
  transition: all 0.6s ease;
}
.col-box .img-left.aos-animate {
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0% 100%, 0 0%);
          clip-path: polygon(100% 0, 100% 100%, 0% 100%, 0 0%);
}
.col-box .img-right {
  -webkit-clip-path: polygon(80% 0, 0% 100%, 100% 100%, 100% 0%);
          clip-path: polygon(80% 0, 0% 100%, 100% 100%, 100% 0%);
  transition: all 0.3s ease;
}
.col-box .img-right.aos-animate {
  -webkit-clip-path: polygon(0% 0, 0% 100%, 100% 100%, 100% 0%);
          clip-path: polygon(0% 0, 0% 100%, 100% 100%, 100% 0%);
}
.col-box .col-box-text {
  max-width: 820px;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .col-box .col-box-text {
    padding: 30px 30px;
  }
}
@media (min-width: 1200px) {
  .col-box .col-box-text {
    padding: 30px 60px;
  }
}

.border-radius-image {
  border-radius: 10px;
}

.goto {
  display: block;
  overflow: hidden;
  background: #312781;
  color: white;
}
.goto img {
  transform: scale(1.05);
  transition: all 0.3s ease;
}
.goto:hover {
  color: white;
}
.goto:hover img {
  transform: scale(1);
}

.product-goto {
  border-left: 1px solid #a8a8a8;
}
.product-goto .product-goto-item {
  display: block;
  background: #FFFFFF;
  transition: all 0.3s ease;
  color: #767676;
}
.product-goto .product-goto-item img {
  height: 12vw;
  min-height: 95px;
  max-height: 145px;
  width: auto;
  display: block;
}
.product-goto .product-goto-item:hover {
  transform: scale(1.02);
  color: #444444;
}

.section-goto {
  background-color: #f6f6f6;
  background-image: url("images/el_hero.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 50%;
}

.info-box {
  border-bottom: 1px solid #eee;
  line-height: 1.3;
}

.box {
  display: block;
  position: relative;
  cursor: pointer;
  width: 100%;
  background: #312781;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: all 0.6s ease;
}
.box img {
  width: 100%;
  min-height: 280px;
  aspect-ratio: 4/3;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top center;
     object-position: top center;
  overflow: hidden;
  border-radius: 15px;
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 75%);
  mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 75%);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media (min-width: 768px) {
  .box img {
    min-height: 280px;
  }
}
.box .box-info {
  border-radius: 15px;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  bottom: 0;
  top: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(20, 16, 52, 0) 0%, rgba(20, 16, 52, 0.8) 100%);
  color: white;
}
.box .box-info h1,
.box .box-info h2,
.box .box-info h3,
.box .box-info h4,
.box .box-info h5,
.box .box-info h6 {
  color: white !important;
  font-size: 1rem;
}
@media (min-width: 1200px) {
  .box .box-info h1,
  .box .box-info h2,
  .box .box-info h3,
  .box .box-info h4,
  .box .box-info h5,
  .box .box-info h6 {
    font-size: 1.3rem;
  }
}
.box .box-arrow {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0;
  z-index: 2;
  height: 15px;
}
.box .box-arrow i {
  position: absolute;
  top: 0;
  left: 70%;
  opacity: 0;
  transition: all 0.6s ease;
}
.box:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.box:hover .box-arrow i {
  opacity: 1;
  left: 90%;
}

.bright-box .box {
  background: #FFFFFF;
}
.bright-box .box .box-info {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, white 70%);
  color: #444444;
}
.bright-box .box h1,
.bright-box .box h2,
.bright-box .box h3,
.bright-box .box h4,
.bright-box .box h5,
.bright-box .box h6 {
  color: #312781 !important;
  font-size: 1.5rem;
}

.box-cat {
  overflow: hidden;
  display: block;
  position: relative;
}
.box-cat .box-overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 0;
  bottom: 0;
  background-image: url("images/el_base.svg");
  background-repeat: no-repeat;
  background-position: 160% 100%;
  background-size: 80%;
  transition: all 0.6s ease;
}
.box-cat .box-image {
  height: 300px;
  width: 90%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .box-cat .box-image {
    height: 340px;
  }
}
.box-cat .box-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
}
.box-cat:hover .box-overlay {
  background-position: 100% 100%;
}

.box-grid .box .box-image {
  height: 300px;
}
@media (min-width: 768px) {
  .box-grid .box .box-image {
    height: 340px;
  }
}

.carousel.carousel-fade .carousel-item {
  position: absolute;
  display: block;
  opacity: 0;
  transition: opacity ease-out 0.7s;
}

.carousel.carousel-fade .carousel-item.active {
  opacity: 1 !important;
}

.owl-carousel .owl-dots .owl-dot span {
  width: 20px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 5px 3px;
}
.owl-carousel .owl-dots .owl-dot.active span {
  background-color: white;
}
.owl-carousel .owl-dots .owl-dot:hover span {
  background-color: white;
}

.customNavBtnWrap {
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
}

.customNavBtn {
  width: 36px;
  height: 36px;
  border-radius: 100px;
  line-height: 36px;
  margin: 8px;
  text-align: center;
  display: inline-block;
  background-color: #312781;
  color: white;
  cursor: pointer;
}
.customNavBtn:hover {
  opacity: 0.7;
}

.hero {
  overflow: hidden;
  position: relative;
  background: #141034;
  height: 80svh;
}
@media (min-width: 992px) {
  .hero {
    height: 85vh;
  }
}
.hero video {
  -o-object-fit: cover;
     object-fit: cover;
  height: 80svh;
}
@media (min-width: 768px) {
  .hero video {
    height: 85vh;
  }
}

.owl-carousel-hero {
  transition: all 0.6s ease;
  overflow: hidden;
}
.owl-carousel-hero .item {
  display: flex;
  width: 100%;
  height: 80svh;
}
@media (min-width: 992px) {
  .owl-carousel-hero .item {
    height: 85vh;
  }
}
.owl-carousel-hero .owl-item img,
.owl-carousel-hero .owl-item video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  opacity: 0.45;
}
.owl-carousel-hero .owl-nav {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
  margin: 0;
  pointer-events: none;
}
@media (min-width: 992px) {
  .owl-carousel-hero .owl-nav {
    display: block;
  }
}
.owl-carousel-hero .owl-nav button.owl-prev,
.owl-carousel-hero .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  pointer-events: auto;
  width: 48px;
  height: 48px;
  border-radius: 100px;
  color: #312781;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  padding: 0.4rem;
}
.owl-carousel-hero .owl-nav button.owl-prev span,
.owl-carousel-hero .owl-nav button.owl-next span {
  display: block;
  font-size: 36px;
  line-height: 1;
  margin-top: -6px;
}
.owl-carousel-hero .owl-nav button.owl-prev:hover,
.owl-carousel-hero .owl-nav button.owl-next:hover {
  background-color: white;
  color: #141034;
}
.owl-carousel-hero .owl-nav button.owl-prev {
  left: 16px;
}
.owl-carousel-hero .owl-nav button.owl-next {
  right: 16px;
}
.owl-carousel-hero .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  z-index: 4;
  margin: 0;
}

.owl-carousel-photo .item img {
  height: 280px;
  width: auto;
}
@media (min-width: 768px) {
  .owl-carousel-photo .item img {
    height: 360px;
  }
}

.carousel-wrap {
  position: relative;
  margin: 0 6vw;
}
.carousel-wrap .fader {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  width: 90px;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
}
.carousel-wrap .fader.faderNextBtn {
  cursor: pointer;
}
.carousel-wrap .fader.faderNextBtn:hover {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
}
@media (min-width: 768px) {
  .carousel-wrap .fader {
    display: block;
  }
}

.owl-carousel-box .owl-stage {
  padding-left: 0 !important;
  display: flex;
}
.owl-carousel-box .item {
  display: flex;
  height: 100%;
  padding: 10px;
}

.owl-carousel-hero-ornament {
  pointer-events: none;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  z-index: 2;
  background-size: cover;
  background-attachment: fixed;
  mix-blend-mode: color-dodge;
  opacity: 0.8;
}
@supports (-webkit-touch-callout: none) {
  .owl-carousel-hero-ornament {
    background-attachment: scroll;
  }
}

.owl-item-hero-content {
  position: absolute;
  z-index: 3;
  width: 100%;
  top: 0;
  bottom: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 6vw;
  padding-top: 8vw;
  color: white;
  text-align: center;
}
.owl-item-hero-content .owl-item-hero-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 7px;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .owl-item-hero-content .owl-item-hero-label {
    font-size: 13px;
  }
}
.owl-item-hero-content .owl-item-hero-title {
  font-weight: bold;
  font-size: clamp(1.7rem, 3vw, 6rem);
  line-height: 1;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .owl-item-hero-content .owl-item-hero-title {
    width: 70%;
  }
}
@media (min-width: 992px) {
  .owl-item-hero-content .owl-item-hero-title {
    width: 50%;
  }
}
.owl-item-hero-content .owl-item-hero-subtitle {
  font-size: 18px;
}
@media (min-width: 768px) {
  .owl-item-hero-content .owl-item-hero-subtitle {
    width: 70%;
  }
}
@media (min-width: 992px) {
  .owl-item-hero-content .owl-item-hero-subtitle {
    width: 50%;
  }
}

.contact-info {
  font-size: 90%;
}
.contact-info.main-contact {
  font-size: 100%;
}
.contact-info a {
  color: #444444;
  display: flex;
  align-items: center;
  gap: 6px;
}
.contact-info a:hover {
  color: #444444;
  opacity: 0.7;
}
.contact-info a i {
  color: #767676;
}
.contact-info a .value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1 1 auto;
  min-width: 0;
}

.faq {
  font-size: 90%;
}
@media (min-width: 768px) {
  .faq {
    padding-right: 30px;
  }
}
.faq .faq-toggler {
  border-bottom: 1px solid #CCC;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
@media (min-width: 768px) {
  .faq .faq-toggler {
    pointer-events: none;
  }
}
.faq .faq-link-list {
  display: none;
  border-bottom: 1px solid #EEE;
}
@media (min-width: 768px) {
  .faq .faq-link-list {
    display: block !important;
    border-bottom: none;
  }
}
.faq .faq-link {
  display: block;
  line-height: 1;
}

.faq-item {
  scroll-margin: 146px;
  border-bottom: 1px solid #EEE;
}

.tags a {
  display: inline-block;
  border: 1px solid #312781;
  padding: 0.4rem 0.8rem;
  font-size: 80%;
  color: #312781;
  border-radius: 30px;
}
.tags a:hover {
  border: 1px solid #6e61cf;
  color: #6e61cf;
}
.tags a.active {
  border: 1px solid #6e61cf;
  color: #6e61cf;
  pointer-events: none;
}

.article {
  display: block;
  color: #444444;
  border: 1px solid #eee;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.article:hover {
  border: 1px solid #312781;
  color: #444444;
}
.article .image {
  background-color: #a8a8a8;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 320px;
}
@media (min-width: 768px) {
  .article .image {
    height: 230px;
  }
}
.article .article-info {
  color: #444444;
  line-height: 1.3;
  width: 100%;
}
@media (min-width: 992px) {
  .article .article-info {
    width: 85%;
  }
}

.countdown-container {
  border: 2px solid #312781;
  border-radius: 30px;
  overflow: hidden;
}

.countdown-title {
  border-bottom: 2px solid #312781;
}

.divider-wrap {
  overflow: hidden;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
}

.divider img {
  transform: scale(2);
}
@media (min-width: 768px) {
  .divider img {
    transform: scale(1);
  }
}

.footer-ornament {
  display: none;
  position: absolute;
  right: 0;
  top: -50px;
  overflow: hidden;
  pointer-events: none;
}
.footer-ornament img {
  width: 220px;
}
@media (min-width: 992px) {
  .footer-ornament {
    top: -80px;
  }
  .footer-ornament img {
    width: 320px;
  }
}

.footer-wrap {
  background-color: #312781;
  position: relative;
}

footer {
  color: white;
}
footer a {
  color: white;
}
footer a:hover {
  color: #6e61cf;
}

.footer-logo {
  height: 40px;
}
@media (min-width: 768px) {
  .footer-logo {
    height: 50px;
  }
}

.social-link {
  display: inline-block;
  text-align: center;
  color: white;
  border-radius: 100px;
  background-color: transparent;
  height: 42px;
  width: 42px;
  line-height: 42px;
}
.social-link:hover {
  color: white;
  background-color: #6e61cf;
}

.partner-logo img {
  width: 100%;
  filter: grayscale(1);
  transition: all 0.6s ease;
}
.partner-logo:hover img {
  filter: grayscale(0);
}

.people-card {
  display: block;
  position: relative;
  aspect-ratio: 9/12;
  background: #6e61cf;
  overflow: hidden;
  border-radius: 30px;
}
.people-card img {
  aspect-ratio: 9/12;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.people-card .people-card-info {
  border-radius: 30px;
  position: absolute;
  bottom: 1.5%;
  left: 2%;
  width: 96%;
  background: linear-gradient(180deg, rgba(49, 39, 129, 0) 0%, rgba(49, 39, 129, 0.8) 100%);
  color: white;
}
.people-card .people-card-info h3,
.people-card .people-card-info h4 {
  color: white !important;
}
.people-card .people-card-info.active {
  height: 97%;
  background: linear-gradient(180deg, rgba(49, 39, 129, 0.8) 0%, rgba(49, 39, 129, 0.8) 100%);
  color: white !important;
}
.people-card:hover .people-card-info:not(.active) {
  background: linear-gradient(180deg, rgba(49, 39, 129, 0.8) 0%, rgba(49, 39, 129, 0.8) 100%);
  color: white !important;
}
.people-card:hover .people-card-info:not(.active) h3 {
  color: white !important;
}

.group-photo img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 30px;
}

.partner-card {
  display: block;
  border: 1px solid #cfcaef;
  position: relative;
  cursor: pointer;
  aspect-ratio: 1/1;
  background: #FFFFFF;
  overflow: hidden;
  border-radius: 30px;
}
.partner-card img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
.partner-card:hover {
  border: 1px solid #312781;
}

.people-avatar {
  height: 35px;
  width: 35px;
  border-radius: 100px;
  background: #cfcaef;
  overflow: hidden;
}
.people-avatar img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.result-item {
  border-bottom: 1px solid #EEE;
}
.result-item:last-child {
  border-bottom: none;
}

.races-year {
  color: #cfcaef;
  font-size: 3.2rem;
}
@media (min-width: 992px) {
  .races-year {
    font-size: 4.2rem;
  }
}

.race-row .race-sep {
  height: 3px;
  background: #cfcaef;
}
.race-row:hover .race-sep {
  height: 3px;
  background: #312781;
}

.result-position {
  display: inline-block;
  background-color: #e7e5f7;
  color: #444444;
  padding: 0.2rem 0.6rem;
  border-radius: 3px;
}
.result-position.result-position-first {
  background-color: #312781;
  color: white;
}

.odometer-wrap {
  text-align: center;
  margin-right: 30px;
}
.odometer-wrap .odometer {
  font-size: 3.2rem;
}
@media (min-width: 992px) {
  .odometer-wrap .odometer {
    font-size: 4.2rem;
  }
}
.odometer-wrap .odometer-desc {
  color: #a8a8a8;
  text-transform: uppercase;
  margin-top: -0.5rem;
  position: relative;
  z-index: 2;
  background: #FFFFFF;
}

.inverted-bg {
  background: #312781;
  color: white !important;
}
.inverted-bg h1,
.inverted-bg h2,
.inverted-bg h3,
.inverted-bg h4,
.inverted-bg h5,
.inverted-bg h6 {
  color: white !important;
}
.inverted-bg p,
.inverted-bg a {
  color: #cfcaef;
}
.inverted-bg .odometer-desc {
  background: #312781;
}
.inverted-bg .divider,
.inverted-bg hr {
  opacity: 0.5;
}
.inverted-bg .btn {
  background-color: white !important;
  border: 1px solid white !important;
  color: #312781 !important;
}
.inverted-bg .btn:hover {
  background-color: #312781 !important;
  color: white !important;
}

.modal-membership {
  position: fixed;
  inset: 0;
  z-index: 1050;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.55);
  padding: 1rem;
}
.modal-membership.is-open {
  display: flex;
}
.modal-membership__content {
  position: relative;
  background: #fff;
  border-radius: 16px;
  padding: 36px 24px;
  max-width: 640px;
  width: 100%;
  color: #444444;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}
.modal-membership__close {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 4px 8px;
  border: none;
  background: transparent;
  color: #444444;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}
.modal-membership__close:hover {
  opacity: 0.7;
}

.parallax-section {
  position: relative;
  overflow: hidden;
}
.parallax-section .parallax-bkg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  z-index: 0;
  pointer-events: none;
}
.parallax-section .container {
  position: relative;
  z-index: 2;
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: 85svh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .parallax-section .container {
    min-height: 70vh;
  }
}

@media (max-width: 767.98px) {
  .parallax-section .parallax-bkg {
    background-attachment: scroll;
  }
}
.parallax-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.logos-wrap {
  border: 1px solid #6e61cf;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.logos-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 24px;
  align-items: center;
  justify-content: flex-end;
}

.logo-item img {
  height: 56px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

@media (min-width: 992px) {
  .logo-item img {
    height: 72px;
  }
}
.composer-text ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.composer-text ul li {
  position: relative;
  padding-left: 36px;
  margin-bottom: 0.5rem;
}
.composer-text ul li::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 0.6em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #312781;
  transform: translateY(-40%);
}

.dark-bg {
  background-color: #141034;
  color: white !important;
}
.dark-bg h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4,
.dark-bg h5,
.dark-bg h6,
.dark-bg p,
.dark-bg b,
.dark-bg strong {
  color: white !important;
}

.sidebar {
  background-color: #fafafd;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .sidebar {
    margin-top: -280px;
  }
}
.sidebar .sidebar-image img {
  border-radius: 15px;
  padding: 30px;
  mix-blend-mode: multiply;
}
@media (min-width: 992px) {
  .sidebar .sidebar-image img {
    padding: 0;
    border-radius: 15px 0 15px 0;
  }
}
.sidebar .sidebar-inner {
  padding: 30px;
}
@media (min-width: 992px) {
  .sidebar .sidebar-inner {
    max-width: 440px;
  }
}
.sidebar .sidebar-divider {
  height: 1px;
  background-color: #e7e5f7;
}

.sidebar-cta {
  margin-top: auto;
  position: sticky;
  bottom: 0;
  background: #fafafd;
  background: linear-gradient(180deg, rgba(250, 250, 253, 0) 0%, #e7e5f7 50%);
  padding-top: 60px;
  z-index: 2;
  pointer-events: none;
}
.sidebar-cta .btn {
  pointer-events: auto;
}
@media (min-width: 992px) {
  .sidebar-cta {
    border-bottom-left-radius: 15px;
  }
}

.sidebar-related a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(49, 39, 129, 0.3);
  padding: 0 3px 0 15px;
  border-radius: 15px;
  min-height: 64px;
}

.sidebar-related .thumb {
  width: 56px;
  height: 56px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
  margin-left: 10px;
}

.sidebar-related .item-title {
  line-height: 1.2;
}

@supports not (position: sticky) {
  .sidebar-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1050;
  }
}
.modal-panel.modal-right {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  z-index: 1050;
  display: none;
}
.modal-panel.modal-right.is-open {
  display: block;
}

.modal-panel__content--right {
  position: fixed;
  top: 0;
  right: 0;
  height: 100svh;
  width: min(780px, 100%);
  background: #fff;
  box-shadow: -8px 0 24px rgba(0, 0, 0, 0.15);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

body.overflow-hidden {
  overflow: hidden;
}

.modal-panel__close {
  position: sticky;
  top: 10px;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 16px;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  background: white;
  font-size: 28px;
  z-index: 2;
  width: 42px;
  height: 42px;
  cursor: pointer;
}/*# sourceMappingURL=app.css.map */