html {
  scroll-behavior: smooth;
}

.save_the_date {
  font-family: "Satoshi-Bold";
  font-feature-settings: "liga" off, "clig" off;
}

@media (max-width: 1024px) {
  .save_the_date:before {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background-color: #FFDADE;
    margin: 30px 0;
  }
}

.head_on_heading.headon24 .row {
  max-width: 1184px;
}

.underlined-title {
  font-family: "Fraunces", serif;
  font-size: 56px;
  font-style: italic;
  font-weight: 700;
  font-optical-sizing: auto;
  letter-spacing: -1.4px;
  position: relative;
  display: inline-block;
}

@media (max-width: 1024px) {
  .underlined-title {
    font-size: 36px;
  }
}

.underlined-title.underlined-title--small {
  font-size: 32px;
}

.underlined-title span {
  z-index: 1;
  position: relative;
}

.underlined-title:after {
  content: "";
  display: block;
  position: absolute;
  border: solid 5px #000;
  width: 120%;
  left: -10%;
  height: 30px;
  border-color: #000 transparent transparent transparent;
  border-radius: 40%/20px 12px 0 0;
  transform: rotate(-2deg);
  z-index: 0;
}

.underlined-purple:after {
  border-color: #B289EE transparent transparent transparent;
}

.underlined-green:after {
  border-color: #02F2A8 transparent transparent transparent;
}

.underlined-cyan:after {
  border-color: #00D8DA transparent transparent transparent;
}

.event-container {
  background-color: #F6F7FD;
  padding: 48px 64px;
  border-radius: 32px;
  position: relative;
  max-width: 1280px;
  width: 100%;
  margin: -120px auto 96px;
}

@media (max-width: 1024px) {
  .event-container {
    padding: 48px 24px;
  }
}

.event-container p {
  font-family: "Satoshi-Regular";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  color: #2F2C42;
}

.event-container p a {
  color: #17009B;
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .event-container p {
    font-size: 17px;
  }
}

.event-container .event-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.event-container .event-left {
  position: relative;
  width: 35%;
  text-align: center;
  margin-right: 5%;
}

@media (max-width: 1024px) {
  .event-container .event-left {
    width: 100%;
    margin-right: 0;
  }
}

.event-container .event-left .event-video {
  width: 320px;
  aspect-ratio: 9/16;
  position: relative;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .event-container .event-left .event-video {
    width: 100%;
    margin-bottom: 48px;
  }
}

.event-container .event-left iframe {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 4px;
  overflow: hidden;
  width: 100% !important;
  height: 100% !important;
}

.event-container .event-left svg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 120%;
  height: auto;
}

@media (max-width: 1024px) {
  .event-container .event-left svg {
    display: none;
  }
}

.event-container .event-right {
  flex: 1;
  z-index: 2;
  position: relative;
}

.agenda-container {
  background-color: #4F36E7;
  border-radius: 32px;
  width: calc(100% - 128px);
  padding: 72px 24px;
  margin: 24px auto;
  position: relative;
  overflow: hidden;
}

.agenda-container:before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  background-color: #ECECFC;
  opacity: 0.3;
  position: absolute;
  left: 96px;
  top: 18%;
}

.agenda-container:after {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  background-color: #ECECFC;
  opacity: 0.3;
  position: absolute;
  right: -6px;
  top: 18%;
}

.agenda-container .agenda-circle {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  background-color: #ECECFC;
  opacity: 0.3;
  position: absolute;
  top: 35%;
  left: 48px;
}

.agenda-container .agenda-circle + .agenda-circle {
  top: 80%;
}

@media (max-width: 1024px) {
  .agenda-container {
    width: 100%;
    border-radius: 0;
  }
}

.agenda-content {
  background-color: #fff;
  padding: 24px 64px;
  border-radius: 32px;
  position: relative;
  max-width: 1184px;
  margin: 0 auto;
  text-align: center;
}

.agenda-content:before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  border-radius: 19px;
  background-color: #CFE;
  position: absolute;
  left: 20%;
  top: 24px;
}

.agenda-content:after {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  border-radius: 19px;
  background-color: #CFE;
  position: absolute;
  right: 10%;
  bottom: 24px;
}

@media (max-width: 1024px) {
  .agenda-content {
    padding: 24px;
  }
}

.agenda-schedule {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 48px;
  grid-row-gap: 0;
  margin-top: 72px;
}

@media (max-width: 1024px) {
  .agenda-schedule {
    display: block;
  }
}

.agenda-item {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .agenda-item {
    width: 100%;
    display: block;
  }
}

.agenda-item h5 {
  font-family: "Satoshi-Bold";
  letter-spacing: 0;
  font-size: 19px;
  letter-spacing: 0.271px;
  margin: 0 0 4px;
  line-height: 1;
}

.agenda-item p {
  color: #65646E;
  font-family: "Satoshi-Regular";
  font-size: 14px;
  font-style: normal;
  line-height: 1.2;
  margin: 0;
  font-weight: 500;
}

.agenda-item > div:last-child {
  flex: 1;
}

.agenda-time {
  align-self: flex-start;
  background-color: #CFE;
  border: 1px solid #00E18D;
  border-radius: 50px;
  padding: 4px 24px;
  display: inline-block;
  font-family: "Satoshi-Bold";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.271px;
  text-transform: uppercase;
  color: #17009B;
  margin-right: 24px;
}

@media (max-width: 1024px) {
  .agenda-time {
    margin-bottom: 10px;
  }
}

.agenda-footer {
  width: 100%;
  text-align: center;
  margin-top: 24px;
}

.agenda-footer a {
  margin-bottom: 24px;
  margin-top: 0;
}

.talent-container {
  text-align: center;
  margin: 96px auto;
}

@media (max-width: 1024px) {
  .talent-container {
    margin: 48px auto;
  }
}

.talent-content {
  max-width: 60rem;
  margin: 24px auto;
}

@media (max-width: 1024px) {
  .talent-content {
    max-width: 100%;
    margin-top: 48px;
  }
}

.talent-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

@media (max-width: 1024px) {
  .talent-item {
    display: block;
    text-align: center;
    margin-bottom: 72px;
  }
}

.talent-item + .talent-item {
  flex-direction: row-reverse;
}

.talent-item + .talent-item .talent-img {
  margin-right: 0;
  margin-left: 72px;
}

@media (max-width: 1024px) {
  .talent-item + .talent-item .talent-img {
    margin: 0 auto;
  }
}

.talent-item .talent-img {
  max-width: 380px;
  margin-right: 72px;
}

@media (max-width: 1024px) {
  .talent-item .talent-img {
    max-width: 50%;
    margin: 0 auto;
  }
}

.talent-item .talent-img img {
  width: 100%;
  height: auto;
  display: block;
}

.talent-item .talent-data {
  flex: 1;
  text-align: left;
}

@media (max-width: 1024px) {
  .talent-item .talent-data {
    text-align: center;
    max-width: 90%;
    margin: 0 auto;
  }
}

.talent-item h4 {
  font-weight: 700;
  font-optical-sizing: auto;
  letter-spacing: -1.4px;
  font-family: "Fraunces", serif;
  font-size: 48px;
  font-style: italic;
  color: #00BABC;
}

@media (max-width: 1024px) {
  .talent-item h4 {
    font-size: 38px;
  }
}

.talent-item h4.pink {
  color: #D88477;
}

.talent-item p {
  font-family: "Satoshi-Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.108px;
}

@media (max-width: 1024px) {
  .talent-item p {
    font-size: 16px;
  }
}

.participation-container {
  background-image: url("/img/headon24/circles.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding: 72px 0;
  margin-top: -14vh;
  margin-bottom: 96px;
}

@media (max-width: 1024px) {
  .participation-container {
    margin-top: -30vh;
  }
}

.participation-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.participation-item {
  display: flex;
  align-items: center;
}

@media (max-width: 1024px) {
  .participation-item {
    display: block;
    text-align: center;
  }
}

.participation-item .img {
  width: 240px;
  height: auto;
  margin-right: 24px;
}

@media (max-width: 1024px) {
  .participation-item .img {
    margin: 0 auto;
  }
}

.participation-item .img img {
  display: block;
  width: 100%;
  height: auto;
}

.participation-item strong {
  color: #B289EE;
  font-family: "Fraunces", serif;
  font-style: italic;
  font-size: 34px;
  font-style: italic;
  font-weight: 600;
  margin: 0;
}

@media (max-width: 1024px) {
  .participation-item strong {
    font-size: 28px;
  }
}

.participation-item h4 {
  color: #17009B;
  font-family: "Fraunces", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  margin: 0 0 4px;
}

@media (max-width: 1024px) {
  .participation-item h4 {
    font-size: 32px;
  }
}

.participation-item p {
  font-family: "Satoshi-Regular";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  color: #17009B;
}

@media (max-width: 1024px) {
  .participation-item p {
    font-size: 21px;
  }
}

.mental-wellbeing-container {
  background-color: #EDF9FB;
  border-radius: 32px;
  width: calc(100% - 128px);
  padding: 48px 24px;
  margin: 24px auto;
  position: relative;
  overflow: hidden;
  text-align: center;
}

@media (max-width: 1024px) {
  .mental-wellbeing-container {
    width: calc(100% - 48px);
    padding-bottom: 24px;
  }

  .mental-wellbeing-container h3 {
    padding: 0 24px;
  }

  .mental-wellbeing-container h3:after {
    width: 90%;
    left: 5%;
  }
}

.mental-wellbeing-content {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 48px;
  max-width: 60rem;
  margin: 48px auto 24px;
}

@media (max-width: 1024px) {
  .mental-wellbeing-content {
    padding: 24px;
    width: 100%;
  }
}

.mental-wellbeing-content .item {
  flex: 0 0 calc(33.3% - 36px);
}

@media (max-width: 1024px) {
  .mental-wellbeing-content .item {
    flex: 0 0 100%;
  }
}

.mental-wellbeing-content .item img {
  width: 100%;
  height: auto;
}

.partner-container {
  text-align: center;
  margin: 72px 0;
}

.partner-container .partner-dwf {
  width: 130px;
  height: auto;
  display: block;
  margin: 24px auto;
}

.partner-content {
  background-color: #E6FFF7;
  border-radius: 32px;
  width: calc(100% - 128px);
  padding: 96px 24px;
  margin: 72px auto;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.partner-content .inside {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1024px) {
  .partner-content .inside {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .partner-content {
    width: calc(100% - 48px);
    padding: 48px 24px;
    margin-bottom: 144px;
  }
}

.partner-content .line {
  align-self: stretch;
  background-color: #17009B;
  width: 1px;
  margin: 0 72px;
}

@media (max-width: 1024px) {
  .partner-content .line {
    width: 100%;
    height: 1px;
    margin: 24px 0;
  }
}

.partner-content img {
  height: 7vw;
  width: auto;
  max-height: 135px;
}

@media (max-width: 1024px) {
  .partner-content img {
    height: auto;
    max-height: none;
    max-width: 45%;
  }
}

.partner-content .ordine {
  margin-left: 72px;
}

@media (max-width: 1024px) {
  .partner-content .ordine {
    margin-left: 24px;
  }
}

.partner-content .ordine h5 {
  font-family: "Satoshi-Regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  color: #65646E;
  margin: 0 0 4px;
}

@media (max-width: 1024px) {
  .partner-content .ordine h5 {
    font-size: 10px;
  }
}

@media (max-width: 1024px) {
  .partner-content .comune,
  .partner-content .ordine {
    width: 43%;
  }
}

@media (max-width: 1024px) {
  .partner-content .comune img,
  .partner-content .ordine img {
    max-width: 100%;
  }
}

.partner-content .wami h5 {
  font-family: "Fraunces", serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 700;
  color: #B289EE;
  letter-spacing: 0;
  margin: 0 0 8px;
  line-height: 1.1;
}

.partner-content .wami img {
  max-height: 80px;
  margin-top: 8px;
}

@media (max-width: 1024px) {
  .partner-content .wami img {
    max-width: 70%;
  }
}

.cards-container {
  gap: 10vh;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 140vh;
  position: relative;
}

@media (max-width: 1024px) {
  .cards-container {
    min-height: 150vh;
  }
}

.card {
  border-radius: 32px;
  width: 88%;
  padding: 48px 0 72px 48px;
  margin: 24px auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: left;
  width: 80%;
  height: 80vh;
  overflow: hidden;
}

@media (max-width: 1441px) {
  .card {
    padding: 16px 0 16px 48px;
    margin: 0 auto;
    height: 88vh;
  }
}

@media (max-width: 1024px) {
  .card {
    width: 90%;
    height: 84vh;
    padding: 24px 0 0 24px;
    margin-bottom: 0;
  }
}

.card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
  width: calc(100% - 48px);
  border-bottom: 1px solid #fff;
}

@media (max-width: 1441px) {
  .card .card-header {
    padding-bottom: 12px;
  }
}

@media (max-width: 1024px) {
  .card .card-header {
    display: block;
    width: calc(100% - 36px);
  }
}

.card h4 {
  font-family: "Fraunces", serif;
  font-size: clamp(14px, 4vh, 40px);
  font-style: normal;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .card h4 {
    font-size: 24px;
    line-height: 1.1;
  }

  .card h4 br {
    content: " ";
  }

  .card h4 br:after {
    content: " ";
  }
}

.card .card-time {
  background-color: #17009B;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-family: "Satoshi-Bold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  padding: 8px 24px;
}

.card-green {
  background-color: #02F2A8;
  top: 40%;
}

@media (max-width: 1024px) {
  .card-green {
    top: 30%;
  }
}

.card-cyan {
  background-color: #00D8DA;
  top: 100%;
}

@media (max-width: 1024px) {
  .card-cyan {
    top: 150%;
  }
}

.card-purple {
  background-color: #B289EE;
  top: 120%;
}

@media (max-width: 1024px) {
  .card-purple {
    top: 150%;
  }
}

.card-orange {
  background-color: #F9C5BD;
  top: 140%;
}

@media (max-width: 1024px) {
  .card-orange {
    top: 150%;
  }
}

.card-content {
  width: 100%;
  overflow-x: auto;
  display: flex;
  gap: 24px;
  padding: 48px 0;
}

.card-content:not(.simple-bar) {
  justify-content: center;
}

@media (max-width: 1441px) {
  .card-content:not(.simple-bar) {
    justify-content: flex-start;
  }
}

@media (max-width: 1024px) {
  .card-content:not(.simple-bar) {
    justify-content: flex-start;
  }
}

@media (max-width: 1441px) {
  .card-content {
    padding: 24px 0;
  }
}

.card-content .simplebar-content {
  display: flex;
}

@media (max-width: 1441px) {
  .card-content .simplebar-content {
    justify-content: flex-start;
  }
}

@media (max-width: 1024px) {
  .card-content .simplebar-content {
    justify-content: flex-start;
  }
}

.card-content .simplebar-content > div {
  margin-right: 24px;
}

@media (max-width: 1441px) {
  .card-content .simplebar-content > div:first-child {
    margin-left: 0;
  }
}

@media (max-width: 1024px) {
  .card-content .simplebar-content > div:first-child {
    margin-left: 0;
  }
}

.card-content .simplebar-content .card-item-spacer {
  width: 24px;
  min-width: 24px;
  display: block;
}

.card-content-slider {
  cursor: grab;
}

.card-content-slider:active {
  cursor: grabbing;
}

.card-content-slider.active .card-item {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.card-item {
  background-color: #fff;
  border-radius: 16px;
  padding: 16px;
  width: 22%;
  min-width: 22%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-self: stretch;
}

@media (max-width: 1024px) {
  .card-item {
    width: calc(70% - 24px);
    min-width: calc(70% - 24px);
  }
}

.card-item:last-child {
  margin-right: 48px;
}

@media (max-width: 1441px) {
  .card-item:last-child {
    margin-right: 24px;
  }
}

.card-item .card-img {
  width: 100%;
}

.card-item .card-img img {
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  height: auto;
}

.card-item div {
  width: 100%;
}

.card-item h5 {
  margin: 0 0 10px;
  line-height: 1.1;
  font-size: clamp(1rem, 1.4vw, 24px);
  font-style: normal;
  font-weight: 900;
  font-family: "Fraunces", serif;
  letter-spacing: normal;
}

@media (max-width: 1024px) {
  .card-item h5 {
    font-size: 18px;
    letter-spacing: normal;
  }
}

.card-item p {
  margin: 0;
  font-family: "Satoshi-Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  color: #17009B;
}

@media (max-width: 1441px) {
  .card-item p {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .card-item p {
    font-size: 14px;
  }
}

.card-item .card-text {
  min-height: 9vh;
}

.card-item .card-logo {
  justify-self: flex-end;
}

.card-item .card-logo img {
  height: 36px;
  width: auto;
}

