h1 {
  color: #fff;
  text-align: center;
  font-family: "Funnel Display";
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

h2 {
  color: var(--Dark-Navy-Blue, #090524);
  font-family: "Funnel Display";
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.text-banner h2 {
  margin: 0;
}

h3,
.h3 {
  color: #fff;
  text-align: center;
  font-family: "Funnel Display";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

h4 {
  color: #fff;
  text-align: center;
  font-family: "Funnel Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

p {
  color: var(--Powder-Blue, #aabadc);
  font-family: "Funnel Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.wp-singular.page-template.page-template-page-block-template p {
  color: #fff;
  font-size: 18px;
}
.home.wp-singular.page-template.page-template-page-block-template .hero-banner p{
  font-size: 24px;
  font-weight: 400;
  color: var(--Powder-Blue, #AABADC);
}
p strong {
  color: #fff;
  font-weight: 600;
}
ul li,
ol li {
  font-family: "Funnel Sans";
  color: var(--Powder-Blue, #aabadc);
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: normal;
  text-align: left;
}

.medium-text {
  /* color: #aabadc; */
  font-family: "Funnel Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.small-text {
  color: rgba(9, 5, 36, 0.6);
  font-family: "Funnel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.smaller-text {
  color: var(--Powder-Blue, #aabadc) !important;
  text-align: center;
  font-family: "Funnel Sans";
  font-size: 14px !important;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.cta {
  display: flex;
  color: #fff;
  font-family: "Funnel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  min-width: 121px;
  padding: 0.5rem 1rem;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background: var(--Royal-Blue, #006fff);
  color: #ffff;
  border: none;
  position: relative;
  z-index: 3;
}
.cta.contact-us {
  border-radius: 40px;
}

.cta.large {
  display: flex;
  min-width: 220px;
  min-height: 50px;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.cta.white {
  display: flex;
  padding: 10px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  border-radius: 1000px;
  border: 1px solid #ccc;
}

button {
  cursor: pointer;
}
a {
  font-family: "Funnel Sans";
}
h1 span,
h2 span,
h3 span,
.lower-text span {
  background: linear-gradient(90deg, #006fff 0%, #aabadc 87.74%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.light-blue-subtitle {
  font-size: 24px !important;
  color: #aabadc !important;
  font-family: "Funnel Sans";
  margin: 0 !important;
}

.filtro-btn {
  font-family: "Funnel Sans";
  padding: 8px 16px;
  background: transparent;
  cursor: pointer;
  font-size: 16px;
  border: 1px solid #aabadc;
}

.dark-navy-blue {
  color: var(--Dark-Navy-Blue, #090524);
}

.white {
    color:#fff !important;
}

.uppercase {
  text-transform: uppercase;
}

.hero-banner {
  background-image: var(--bg-desktop);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.video-background,
.image-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.video-background video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

.image-background.mobile {
  object-fit: cover;
}

.hero-banner .video-background.mobile,
.image-background.mobile {
  display: none;
}

.main-content {
  background-image: var(--bg-desktop);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.main-content .bg-video.mobile {
  display: none;
}

.main-content > .hero-logo img.only-desktop {
  display: block;
}

.main-content > .hero-logo img.only-mobile {
  display: none;
}

body.single.single-post {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

body.single.single-post main {
  height: auto;
  overflow-y: visible;
  min-height: auto;
}

/* versione mobile */
@media (max-width: 767px) {
  .main-content {
    background-image: var(--bg-mobile);
  }
  .main-content .bg-video.desktop,
  .image-background.desktop {
    display: none;
  }
  .main-content .bg-video.mobile,
  .image-background.mobile {
    display: block;
    min-width: unset;
    min-height: unset;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .main-content > .hero-logo img.only-desktop {
    display: none;
  }
  .main-content > .hero-logo img.only-mobile {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  h1 {
    text-align: center;
    font-family: "Funnel Display";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  h2 {
    font-family: "Funnel Display";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  h3 {
    text-align: center;
    font-family: "Funnel Display";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  p {
    font-family: "Funnel Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  position: relative;
  z-index: 4;
}

main section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}

.page-cta-wrapper {
  display: flex;
  justify-content: center;
  padding: 20px 0;
  background: none;
  position: relative;
  bottom: 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  z-index: 99;
}
.page-cta-wrapper.sticky-cta {
  position: sticky;
}
.main-container {
  display: flex;
  width: 100%;
  padding: 40px 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: fixed;
  bottom: 0;
  z-index: 99;
}

.cta-button {
  border-radius: 40px;
  background: var(--Royal-Blue, #006fff);
  display: flex;
  width: 220px;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
}

.cta-button:hover {
  background: #0056cc;
}

@media screen and (max-width: 1024px) {
  main section {
    min-height: calc(100svh - 66px);
    padding-top: 66px;
    align-items: flex-start;
  }
}
