/* Tipografia */
#webinar-preview h1 {
  font-size: 4em;
  font-family: var(--font-body);
  font-weight: 900;
  line-height: 1.2em;
  text-transform: uppercase;
}
@media (max-width:1024px){
  #webinar-preview h1 { font-size: 2.8em; }
}
@media (max-width:767px){
  #webinar-preview h1 { font-size: 2em; }
}
#webinar-preview h2 {
  font-size: 4em;
  font-family: var(--font-body);
  font-weight: 800;
  line-height: 1em
}
@media (max-width:1024px){
  #webinar-preview h2 { font-size: 2.8em; }
}
@media (max-width:767px){
  #webinar-preview h2 { font-size: 2em; }
}
#webinar-preview h3 {
  font-size: 1.625em;
  font-family: var(--font-body);
  line-height: 1em
}
@media (max-width:1024px){
  #webinar-preview h3 { font-size: 1.125em; }
}
#webinar-preview {
  font-size: 16px;
  font-family: var(--font-body);
  line-height: 1.4em;
}
#webinar-preview .typo-size-l {
  font-size: 1.625em;
  font-family: var(--font-body);
  line-height: 1.25em;
}
@media (max-width:1024px){
  #webinar-preview .typo-size-l { font-size: 1.125em; }
}
#webinar-preview .typo-size-m {
  font-size: 1.375em;
  font-family: var(--font-body);
  line-height: 1.625em;
}
@media (max-width:1024px){
  #webinar-preview .typo-size-m { font-size: 1.125em; }
}
#webinar-preview .typo-size-s {
  font-size: 1.125em;
  font-family: var(--font-body);
  line-height: 1em;
}

/* Animazioni */
.sg-anim-pending--fadeInUp {
  opacity: 0;
  transform: translate3d(0,24px,0)
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0,24px,0)
  }
  to {
    opacity: 1;
    transform: none
  }
}

.sg-anim-pending--fadeInLeft {
  opacity: 0;
  transform: translate3d(-24px,0,0)
}
@keyframes fadeInLeft{
  from {
    opacity: 0;
    transform: translate3d(-24px,0,0)
  }
  to {
    opacity: 1;
    transform: none
  }
}

.sg-anim-pending--fadeInRight {
  opacity: 0;
  transform: translate3d(24px,0,0)
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(24px,0,0)
  }
  to {
    opacity: 1;
    transform: none
  }
}

.sg-anim-pending--fadeIn {
  opacity: 0
}
@keyframes fadeIn {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

.sg-anim-active--22c5d6ae9f94 {
  animation-name: fadeInUp;
  animation-duration: 1000ms;
  animation-delay: 0ms;
  animation-fill-mode: both;
  animation-timing-function: ease-out
}
.sg-anim-active--f6c9a9c30b30 {
  animation-name: fadeInUp;
  animation-duration: 1000ms;
  animation-delay: 100ms;
  animation-fill-mode: both;
  animation-timing-function: ease-out
}
.sg-anim-active--254f7647956f {
  animation-name: fadeInUp;
  animation-duration: 1000ms;
  animation-delay: 200ms;
  animation-fill-mode: both;
  animation-timing-function: ease-out
}
.sg-anim-active--74e7b5d41ab4 {
  animation-name: fadeInUp;
  animation-duration: 1000ms;
  animation-delay: 300ms;
  animation-fill-mode: both;
  animation-timing-function: ease-out
}
.sg-anim-active--0d599263b555 {
  animation-name: fadeInUp;
  animation-duration: 1000ms;
  animation-delay: 500ms;
  animation-fill-mode: both;
  animation-timing-function: ease-out
}
.sg-anim-active--1584e9a9082d {
  animation-name: fadeInLeft;
  animation-duration: 1000ms;
  animation-delay: 0ms;
  animation-fill-mode: both;
  animation-timing-function: ease-out
}
.sg-anim-active--1bfe65997548 {
  animation-name: fadeInRight;
  animation-duration: 1000ms;
  animation-delay: 0ms;
  animation-fill-mode: both;
  animation-timing-function: ease-out
}
.sg-anim-active--479d7e0afe3c {
  animation-name: fadeInUp;
  animation-duration: 1000ms;
  animation-delay: 0ms;
  animation-fill-mode: both;
  animation-timing-function: ease-out
}
.sg-anim-active--a2730271923b {
  animation-name: fadeInUp;
  animation-duration: 1000ms;
  animation-delay: 100ms;
  animation-fill-mode: both;
  animation-timing-function: ease-out
}
.sg-anim-active--5a8f11f2f6d1 {
  animation-name: fadeIn;
  animation-duration: 1000ms;
  animation-delay: 200ms;
  animation-fill-mode: both;
  animation-timing-function: ease-out
}

/* Layout */
body:has(#left-menu-small) #webinar-preview {
  padding-left: 72px;
}
@media (max-width: 1120px) {
  body:has(#left-menu-small) #webinar-preview {
    padding-left: 0;
  }
}

/* Blocchi */
.club-hero-2cols-wrapper {
  display: flex;
  background-color: #AB1E24;
  min-height: 600px;
  padding: 40px;
  position: relative;
  box-sizing: border-box;
}
.club-hero-2cols-wrapper * {
  box-sizing: border-box;
}
.club-hero-2cols-wrapper .club-hero-wrapper__media, .club-hero-2cols-wrapper .club-hero-wrapper__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.club-hero-2cols-wrapper .club-hero-wrapper__media:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #363636;
  opacity: 0.3;
}
.club-hero-2cols-wrapper .block-wrapper {
  display: flex;
  justify-content: center;
  gap: 40px;
  position: relative;
  z-index: 1;
  color: #FFFFFF;
  max-width: 1140px;
  margin: 0 auto;
  align-items: center;
}
.club-hero-2cols-wrapper .block-wrapper>div {
  flex: 1;
}
.club-hero-2cols-wrapper .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.club-hero-2cols-wrapper .text-wrapper.no-media {
  min-width: 1140px;
}
.club-hero-2cols-wrapper .text-wrapper h1, .club-hero-2cols-wrapper .text-wrapper .body p, .club-hero-2cols-wrapper .text-wrapper .body li, .club-hero-2cols-wrapper .text-wrapper p.text-top, .club-hero-2cols-wrapper .text-wrapper .bottom-text {
  text-shadow: 1px 1px 4px #000;
  margin: 0;
  padding: 0;
}
.club-hero-2cols-wrapper .text-wrapper .body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.club-hero-2cols-wrapper .text-wrapper .body ul, .club-hero-2cols-wrapper .text-wrapper .body ol {
  margin: 0 0 0 32px;
}
.club-hero-2cols-wrapper .text-wrapper .body ul li, .club-hero-2cols-wrapper .text-wrapper .body ol li {
  margin: 0 0 10px 0;
}
.club-hero-2cols-wrapper .text-wrapper .body ul li:last-child, .club-hero-2cols-wrapper .text-wrapper .body ol li:last-child {
  margin-bottom: 0;
}
.club-hero-2cols-wrapper .text-wrapper h1 {
  color: #FFFFFF;
}
.club-hero-2cols-wrapper .text-wrapper p.text-top {
  margin-bottom: -10px;
}
.club-hero-2cols-wrapper .text-wrapper .button a {
  background-color: #000000;
  display: inline-block;
  padding: 20px;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-size: 1.125em;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: .4s;
}
.club-hero-2cols-wrapper .text-wrapper .button a:hover, .club-hero-2cols-wrapper .text-wrapper .button a:focus {
  background-color: #FFFFFF;
  color: #AB1E24;
  border-color: #000000;
  transform: scale(1.1)!important;
}
.club-hero-2cols-wrapper .text-wrapper .bottom-text {
  display: flex;
  align-items: center;
  gap: 10px;
}
.club-hero-2cols-wrapper .text-wrapper .bottom-text svg {
  width: 14px;
  height: 14px;
  fill: #25FF40;
}
.club-hero-2cols-wrapper .media-wrapper {
  text-align: center;
}
.club-hero-2cols-wrapper .media-wrapper .cb-video {
  box-shadow: 2px 2px 10px 3px #000000;
  border-radius: 5px;
}
@media (max-width:1024px) {
  .club-hero-2cols-wrapper {
    min-height: auto;
  }
  .club-hero-2cols-wrapper .block-wrapper {
    flex-direction: column;
  }
  .club-hero-2cols-wrapper .media-wrapper {
    width: 100%}
  .club-hero-2cols-wrapper .media-wrapper.empty {
    display: none;
  }
}
@media (max-width:767px) {
  .club-hero-2cols-wrapper {
    padding: 40px 20px;
  }
}

.block-left-img-right-text {
  padding: 40px;
  box-sizing: border-box;
  color: #000000;
}
.block-left-img-right-text * {
  box-sizing: border-box;
}
.block-left-img-right-text .block-wrapper {
  display: flex;
  max-width: 1140px;
  margin: 0 auto;
  gap: 40px;
}
.block-left-img-right-text .img-wrapper {
  width: 45%}
.block-left-img-right-text .img-wrapper img {
  max-width: 100%;
  height: auto;
}
.block-left-img-right-text .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 55%
}
.block-left-img-right-text .text-wrapper p.text-top {
  margin: 0;
  color: #AB1F24;
  font-weight: 600;
  text-transform: uppercase;
}
.block-left-img-right-text .text-wrapper h2 {
  margin: 0;
}
.block-left-img-right-text .text-wrapper .body-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.block-left-img-right-text .text-wrapper .body-wrapper p {
  margin: 0;
}
.block-left-img-right-text .text-wrapper .body-wrapper ul, .block-left-img-right-text .text-wrapper .body-wrapper ol {
  margin: 0 0 0 32px;
}
.block-left-img-right-text .text-wrapper .body-wrapper ul li, .block-left-img-right-text .text-wrapper .body-wrapper ol li {
  margin: 0 0 10px 0;
}
.block-left-img-right-text .text-wrapper .body-wrapper ul li:last-child, .block-left-img-right-text .text-wrapper .body-wrapper ol li:last-child {
  margin-bottom: 0;
}
@media (max-width:1024px) {
  .block-left-img-right-text .block-wrapper {
    flex-direction: column-reverse;
  }
  .block-left-img-right-text .img-wrapper, .block-left-img-right-text .text-wrapper {
    width: 100%;
    text-align: center;
  }
}
@media (max-width:767px) {
  .block-left-img-right-text {
    padding: 40px 20px;
  }
}

.block-2-columns-left-title-text-cta-right-grid-2-columns {
  background-color: #AB1E24;
  box-sizing: border-box;
  color: #FFFFFF;
  text-shadow: 1px 1px 4px #000000;
  min-height: 100vh;
  overflow: hidden;
}
.block-2-columns-left-title-text-cta-right-grid-2-columns * {
  box-sizing: border-box;
}
.block-2-columns-left-title-text-cta-right-grid-2-columns .block-wrapper {
  display: flex;
  max-width: 1140px;
  margin: 0 auto;
  align-items: stretch;
  min-height: 100vh;
  flex-direction: column;
}
.block-2-columns-left-title-text-cta-right-grid-2-columns .left-side {
  display: flex;
  padding: 40px;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.block-2-columns-left-title-text-cta-right-grid-2-columns .left-side h2 {
  margin: 0;
  color: #FFFFFF;
  word-break: break-word;
  text-align: center;
}
.block-2-columns-left-title-text-cta-right-grid-2-columns .text-wrapper p, .block-2-columns-left-title-text-cta-right-grid-2-columns .text-wrapper h3, .block-2-columns-left-title-text-cta-right-grid-2-columns .text-wrapper h4, .block-2-columns-left-title-text-cta-right-grid-2-columns .text-wrapper h5, .block-2-columns-left-title-text-cta-right-grid-2-columns .text-wrapper h6 {
  margin: 0;
}
.block-2-columns-left-title-text-cta-right-grid-2-columns .text-wrapper p ul, .block-2-columns-left-title-text-cta-right-grid-2-columns .text-wrapper p ol {
  margin: 0 0 0 32px;
  padding: 0;
  list-style: none;
}
.block-2-columns-left-title-text-cta-right-grid-2-columns .text-wrapper p ul li, .block-2-columns-left-title-text-cta-right-grid-2-columns .text-wrapper p ol li {
  margin: 0 0 10px 0;
}
.block-2-columns-left-title-text-cta-right-grid-2-columns .text-wrapper p ul li:last-child, .block-2-columns-left-title-text-cta-right-grid-2-columns .text-wrapper p ol li:last-child {
  margin-bottom: 0;
}
.block-2-columns-left-title-text-cta-right-grid-2-columns .text-wrapper a {
  color: #000000;
  text-decoration: none;
  transition: 0.4s;
}
.block-2-columns-left-title-text-cta-right-grid-2-columns .text-wrapper a:hover, .block-2-columns-left-title-text-cta-right-grid-2-columns .text-wrapper a:focus {
  text-decoration: underline;
}
.block-2-columns-left-title-text-cta-right-grid-2-columns .button-wrapper a.button {
  background-color: #000000;
  display: inline-block;
  padding: 20px 55px;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1em;
  text-decoration: none;
  transition: 0.4s;
}
.block-2-columns-left-title-text-cta-right-grid-2-columns .button-wrapper a.button:hover, .block-2-columns-left-title-text-cta-right-grid-2-columns .button-wrapper a.button:focus {
  background-color: #FFFFFF;
  color: #000000;
  border-color: #000000;
  transform: scale(1.1);
}
.block-2-columns-left-title-text-cta-right-grid-2-columns .right-side {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 0 0 -1px;
}
.block-2-columns-left-title-text-cta-right-grid-2-columns .right-side .item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  justify-content: center;
  border-right: 1px solid #FFFFFF;
  position: relative;
}
.block-2-columns-left-title-text-cta-right-grid-2-columns .right-side .item:nth-child(2n) {
  border-right: none;
}
.block-2-columns-left-title-text-cta-right-grid-2-columns .right-side .item:first-child:before {
  content: '';
  position: absolute;
  top: -1px;
  left: -500px;
  width: 1000%;
  height: 1px;
  background-color: #FFFFFF;
}
.block-2-columns-left-title-text-cta-right-grid-2-columns .right-side .item:first-child:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: -500px;
  width: 1000%;
  height: 1px;
  background-color: #FFFFFF;
}
.block-2-columns-left-title-text-cta-right-grid-2-columns .right-side .item h3 {
  margin: 0;
  color: #000000;
  text-shadow: none;
  font-weight: 700;
  word-break: break-word;
}
.block-2-columns-left-title-text-cta-right-grid-2-columns .right-side .item .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.block-2-columns-left-title-text-cta-right-grid-2-columns .right-side .item .text-wrapper p {
  margin: 0;
}
.block-2-columns-left-title-text-cta-right-grid-2-columns .right-side .item .text-wrapper ul, .block-2-columns-left-title-text-cta-right-grid-2-columns .right-side .item .text-wrapper ol {
  margin: 0 0 0 32px;
  padding: 0;
  list-style: none;
}
.block-2-columns-left-title-text-cta-right-grid-2-columns .right-side .item .text-wrapper ul li, .block-2-columns-left-title-text-cta-right-grid-2-columns .right-side .item .text-wrapper ol li {
  margin: 0 0 10px 0;
}
.block-2-columns-left-title-text-cta-right-grid-2-columns .right-side .item .text-wrapper ul li:last-child, .block-2-columns-left-title-text-cta-right-grid-2-columns .right-side .item .text-wrapper ol li:last-child {
  margin-bottom: 0;
}
.block-2-columns-left-title-text-cta-right-grid-2-columns .right-side .item .text-wrapper a {
  color: #000000;
  text-decoration: none;
  transition: 0.4s;
}
.block-2-columns-left-title-text-cta-right-grid-2-columns .right-side .item .text-wrapper a:hover, .block-2-columns-left-title-text-cta-right-grid-2-columns .right-side .item .text-wrapper a:focus {
  text-decoration: underline;
}
@media (max-width:767px) {
  .block-2-columns-left-title-text-cta-right-grid-2-columns .right-side {
    grid-template-columns: 1fr;
    margin: 0;
  }
  .block-2-columns-left-title-text-cta-right-grid-2-columns .right-side .item {
    border-right: none;
    border-top: 1px solid;
  }
  .block-2-columns-left-title-text-cta-right-grid-2-columns .right-side .item:first-child:before, .block-2-columns-left-title-text-cta-right-grid-2-columns .right-side .item:first-child:after {
    display: none;
  }
}

.block-faqs {
  padding: 40px;
  box-sizing: border-box;
  color: #000000;
}
.block-faqs * {
  box-sizing: border-box;
}
.block-faqs .block-wrapper {
  max-width: 1140px;
  margin: 0 auto;
}
.block-faqs h2 {
  margin: 0 0 20px 0;
  text-align: center;
}
.block-faqs .accordion {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #000000;
  padding: 30px 15px;
  cursor: pointer;
}
.block-faqs .accordion:last-child {
  border-bottom: none;
}
.block-faqs .accordion h3 {
  display: flex;
  margin: 0;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  line-height: 1.2em;
}
.block-faqs .accordion h3 svg {
  width: 30px;
  height: 30px;
  fill: #000000;
}
.block-faqs .accordion .close-icon {
  display: none;
}
.block-faqs .accordion .accordion-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: all 0.3s ease-in-out;
  padding: 30px 0 0 0;
  margin-top: -30px;
}
.block-faqs .accordion .accordion-content>.inner {
  display: flex;
  overflow: hidden;
  min-height: 0;
  flex-direction: column;
  gap: 20px;
}
.block-faqs .accordion .accordion-content p {
  margin: 0;
}
.block-faqs .accordion .accordion-content ul, .block-faqs .accordion .accordion-content ol {
  margin: 0 0 0 32px;
}
.block-faqs .accordion .accordion-content ul li, .block-faqs .accordion .accordion-content ol li {
  margin: 0 0 10px 0;
}
.block-faqs .accordion .accordion-content ul li:last-child, .block-faqs .accordion .accordion-content ol li:last-child {
  margin-bottom: 0;
}
.block-faqs .accordion .accordion-content a {
  color: #AB1E24;
  text-decoration: none;
  transition: 0.4s;
}
.block-faqs .accordion .accordion-content a:hover, .block-faqs .accordion .accordion-content a:focus {
  text-decoration: underline;
}
.block-faqs .accordion.active .accordion-content {
  grid-template-rows: 1fr;
  margin-top: 0;
}
.block-faqs .accordion:hover h3, .block-faqs .accordion.active h3 {
  color: #AB1E24;
}
.block-faqs .accordion:hover h3 svg, .block-faqs .accordion.active h3 svg {
  fill: #AB1E24;
}
.block-faqs .accordion.active .open-icon {
  display: none;
}
.block-faqs .accordion.active .close-icon {
  display: inline;
}
@media (max-width:767px) {
  .block-faqs {
    padding: 40px 20px;
  }
}

.block-rich-cta {
  background-color: #AB1E24;
  padding: 40px;
  box-sizing: border-box;
}
.block-rich-cta * {
  box-sizing: border-box;
}
.block-rich-cta .block-wrapper {
  margin: 0 auto;
}
.block-rich-cta-content {
  display: flex;
  gap: 40px;
  flex-direction: column;
}
.block-rich-cta-content .block-rich-cta-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.block-rich-cta-content-button {
  text-align: center;
}
.block-rich-cta-content a {
  background-color: #000000;
  display: inline-block;
  padding: 20px 55px;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1em;
  text-decoration: none;
  transition: 0.4s;
}
.block-rich-cta-content a:hover, .block-rich-cta-content a:focus {
  background-color: #FFFFFF;
  color: #000000;
  border-color: #000000;
  transform: scale(1.1);
}
@media (max-width:767px) {
  .block-rich-cta {
    padding: 40px 20px;
  }
}