.text-700-12-16 {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
}

.text-700-14-22 {
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
}

.text-500-60-60 {
  font-weight: 500;
  font-size: 60px;
  line-height: 60px;
}

.text-400-20-28, .last-section-container .card-container .description {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}

.text-500-56-56 {
  font-weight: 500;
  font-size: 56px;
  line-height: 56px;
}

.text-500-44-44 {
  font-weight: 500;
  font-size: 44px;
  line-height: 44px;
}

.text-500-15-22 {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
}

.text-400-16-24 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.text-400-12-16 {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

.text-400-24-32 {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
}

.text-500-32-100 {
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
}

.text-400-24-100 {
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
}

.text-500-40-40 {
  font-weight: 500;
  font-size: 40px;
  line-height: 40px;
}

.text-400-14-22 {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

.text-500-24-32, .last-section-container .card-container .title {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}

@media (max-width: 768px) {
  .text-500-60-60 {
    line-height: 44px;
  }
}
/* Scrollbar track (sfondo) */
::-webkit-scrollbar {
  width: 6px; /* Larghezza scrollbar verticale */
  height: 6px; /* Altezza scrollbar orizzontale */
}

/* Track (la parte dove scorre) */
::-webkit-scrollbar-track {
  background: white;
  border-radius: 10px;
}

/* Thumb (la parte che si muove) */
::-webkit-scrollbar-thumb {
  background: #b5b5b5;
  border-radius: 10px;
}

/* Thumb on hover */
::-webkit-scrollbar-thumb:hover {
  background: #a1a1a1;
}

button span {
  color: #00212c;
}

* {
  box-sizing: border-box;
}

.header {
  width: 100%;
  min-height: 50vh;
  background-color: #013344;
  position: relative;
}

.max-width-80 {
  max-width: 80%;
}

.max-width-60 {
  max-width: 60%;
}

.display-none {
  display: none;
}

.image-header {
  pointer-events: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 20%;
}

.header-body {
  position: relative;
  padding-bottom: 120px;
  z-index: 1;
}

body {
  margin: 0;
  background-color: #013344;
}

a,
p,
span,
h1,
h2,
h3,
h4,
div,
li,
td,
th,
button,
h5 {
  font-family: Satoshi !important;
}

p {
  margin-bottom: 0;
  margin-top: 0;
}

button {
  margin: 0px !important;
  border: none !important;
  outline: none;
  cursor: pointer;
  padding: 8px 12px;
  border-radius: 12px !important;
  background-color: #ffd15a;
  transition: background-color 0.1s linear;
}

button:hover {
  background-color: #ecb525;
}

button:focus-visible {
  outline: none !important;
}

button:focus {
  outline: none !important;
}

.header-title {
  max-width: 80%;
  text-align: center;
  margin: 0 auto;
}

.header-description {
  max-width: 60%;
  margin: 0 auto;
  text-align: center;
}

.color-white {
  color: #f6f6f6;
}

.color-surface-2 {
  color: #f0f0f0;
}

.preview-container {
  width: 100%;
  border-radius: 16px;
  margin: 0 auto;
  top: -100px;
  position: relative;
  padding: 0;
  display: flex;
  flex-direction: row;
  border: 4px solid #e8e8e8;
  overflow: hidden;
  max-width: 850px;
}

.preview-container-left-image {
  height: 600px;
  object-fit: contain;
}

.preview-container-right {
  background-color: white;
  flex: 1;
  height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
}

.preview-container-right-image {
  width: 100%;
  object-fit: contain;
}

.buttons-footer-container {
  position: absolute;
  bottom: 12px;
  left: 0px;
  display: flex;
  justify-content: center;
  touch-action: none;
  pointer-events: none;
  width: 100%;
}
.buttons-footer-container .content {
  touch-action: auto;
  pointer-events: all;
  height: 40px;
  background-color: #f6f6f6;
  display: flex;
  align-items: center;
  padding: 8px;
  gap: 8px;
  border-radius: 16px;
  box-shadow: 0px 10px 10px 0px rgba(180, 180, 180, 0.2509803922);
}
.buttons-footer-container .content .item {
  cursor: pointer;
  padding: 4px 12px;
  border-radius: 16px;
}
.buttons-footer-container .content .item.selected {
  background-color: white;
}

.features-container {
  width: 100%;
  position: relative;
  display: block;
  margin-top: 2rem;
}

.features-container-mobile {
  width: 100%;
  position: relative;
  margin-bottom: 32px;
}
.features-container-mobile .feature-image-container-mobile {
  width: 60%;
  margin: 0 auto;
  position: sticky;
  top: 24px;
  bottom: 100px;
  left: 0px;
  padding: 0px !important;
  margin-bottom: 54px;
}
.features-container-mobile .items-mobile {
  position: absolute;
  width: 100%;
}
.features-container-mobile .items-mobile .title {
  font-weight: 500;
  font-size: 44px;
}
.features-container-mobile .items-mobile .description {
  font-weight: 400;
  font-size: 16px;
}

.tt {
  height: 100%;
}

.feature-image-container {
  width: 100%;
  position: sticky;
  top: 10px;
  padding: 24px;
}
.feature-image-container .tt2 {
  max-height: 90vh;
  object-fit: contain;
  object-fit: contain;
  width: 100%;
  position: relative;
}
.feature-image-container .tt3 {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateX(80%) translateY(-50%);
  width: 300px;
  max-width: 80vw;
}

.classeTarget {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.right-feature-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#image-description-2 {
  top: 68%;
  display: none;
  right: 22px;
}

.demo-container {
  width: 90%;
  margin: 0px auto;
  margin-top: 60px;
  background-color: #013344;
  border-radius: 24px;
  position: relative;
}
.demo-container .body {
  padding: 60px 200px;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.demo-container .body .title {
  max-width: 80%;
}
.demo-container .body .description {
  max-width: 60%;
  text-align: center;
  color: #f6f6f6;
}

.internal-search-container {
  width: 95%;
}
.internal-search-container .image-container {
  width: 100%;
  position: relative;
}
.internal-search-container .image-container .image {
  width: 100%;
}
.internal-search-container .image-container .comment-container {
  background-color: #ffd15a;
  border-radius: 16px;
  padding: 16px;
  position: absolute;
  bottom: 22%;
  right: 3%;
  width: 36%;
  box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.1019607843);
}
.internal-search-container .right-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.slider-container {
  margin: 0px auto;
  background-color: #013344;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 116px 0px 90px 116px;
}
.slider-container .image-header {
  pointer-events: none;
  width: 100%;
  pointer-events: none;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 20%;
}
.slider-container .body {
  z-index: 1;
}

#slider {
  overflow: hidden;
  width: 100%;
}

.slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slides img {
  width: 100%;
  flex-shrink: 0;
}

.swiper-container {
  width: 100%;
}

.cards-container {
  max-width: 1200px;
  width: 100%;
  margin-top: 64px;
  overflow-x: auto;
  scrollbar-width: none; /* Firefox */
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.cards-container .card-container {
  flex-shrink: 0;
  border-radius: 24px;
  min-width: 32%;
  max-width: 32%;
  padding: 16px 16px 32px 16px;
  border: 4px solid rgba(255, 255, 255, 0.2);
  background-color: #013344;
  z-index: 1;
  min-height: 420px;
}
.cards-container .card-container .head-container {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffd15a;
  border-radius: 20px;
}

.last-section-container {
  padding: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.last-section-container .description {
  color: #4d4d4d;
}
.last-section-container .card-container {
  background-color: white;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  border: 1px solid red;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 16px;
}
.last-section-container .card-container .head-container {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffd15a;
  border-radius: 16px;
}
.last-section-container .card-container .title {
  margin-top: 12px;
}
.last-section-container .card-container .description {
  margin-top: 12px;
  color: #4d4d4d;
}

.form-section-container {
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: #f6f6f6;
  overflow: hidden;
}
.form-section-container .top__container {
  border-top-right-radius: 24px;
  border-top-left-radius: 24px;
  width: 100%;
  background-color: #013344;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px;
}
.form-section-container .top__container .confirm-button span {
  color: rgb(0, 0, 0) !important;
}
.form-section-container .top__container .form__container p,
.form-section-container .top__container .form__container span,
.form-section-container .top__container .form__container label {
  color: white;
}
.form-section-container .top__container .form__container {
  width: 100%;
  min-height: 400px;
  background-color: #013344;
  z-index: 1;
  border: 4px solid rgba(255, 255, 255, 0.1450980392);
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 42px;
}
.form-section-container .top__container .form__container input,
.form-section-container .top__container .form__container textarea {
  border: 1px solid #e7e7e7;
  background-color: #f0f0f0;
  border-radius: 8px;
  padding: 7px 12px;
}
.form-section-container .top__container .form__container input::placeholder,
.form-section-container .top__container .form__container textarea::placeholder {
  color: #b5b5b5;
  opacity: 1;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}
.form-section-container .top__container .form__container .form__container_content {
  max-width: 641px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.form-section-container .top__container .form__container .input_container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.form-section-container .top__container .image-header {
  pointer-events: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 20%;
}
.form-section-container .footer_container {
  width: 100%;
  background-color: #013344;
  padding: 14px 147px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form-section-container .footer_container p,
.form-section-container .footer_container span {
  color: #f6f6f6;
}

.features-container-mobile {
  display: none;
}

/* Tablet: da 768px a 1024px */
@media (min-width: 768px) and (max-width: 1024px) {
  .max-width-80 {
    max-width: 100%;
  }
  .features-container-mobile {
    display: block;
  }
  .feature-image-container .tt2 {
    max-height: 70vh;
  }
  .features-container {
    display: none;
  }
  .header-title {
    font-size: 44px;
    font-weight: 500;
    line-height: 44px;
  }
  .header-description {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
  }
  .demo-container .body {
    padding: 40px;
  }
  .demo-container .body .title {
    font-size: 40px;
    font-weight: 500;
    line-height: 40px;
  }
  .demo-container .body .description {
    max-width: 100%;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
  }
  .features-head-container .title {
    font-size: 40px;
    font-weight: 500;
    line-height: 40px;
  }
  .features-head-container .description {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
  }
  .features-head-container .features-container .title {
    font-size: 44px;
    font-weight: 500;
    line-height: 44px;
  }
  .features-head-container .features-container .description {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  .features-head-container .features-container-mobile .title {
    font-size: 44px;
    font-weight: 500;
    line-height: 44px;
  }
  .features-head-container .features-container-mobile .description {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  .internal-search-container .row {
    flex-direction: column-reverse;
  }
  .internal-search-container .right-container {
    padding-left: 5%;
    padding-right: 5%;
  }
  .internal-search-container .right-container .title {
    font-size: 44px;
    font-weight: 400;
    line-height: 44px;
  }
  .slider-container {
    padding: 72px 24px;
  }
  .slider-container .title {
    font-size: 40px;
    font-weight: 500;
    line-height: 40px;
    max-width: 100%;
  }
  .slider-container .description {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    max-width: 100%;
  }
  .slider-container .card-container {
    min-width: 70%;
    max-width: 70%;
  }
  .slider-container .card-container:first-child {
    margin-left: 24px;
  }
  .slider-container .card-container:last-child {
    margin-right: 24px;
  }
}
@media (max-width: 768px) {
  .form-section-container {
    position: relative;
  }
  .full-w-sm {
    width: 100%;
  }
  .feature-image-container .tt2 {
    max-height: 70vh;
  }
  .features-container-mobile {
    display: block;
  }
  .features-container {
    display: none;
  }
  .demo-container {
    margin-top: 110px;
  }
  .internal-search-container {
    margin: 0px auto;
  }
  .internal-search-container .row {
    flex-direction: column-reverse;
  }
  .internal-search-container .image-container .comment-container {
    bottom: 6%;
    width: 75%;
  }
  .internal-search-container .right-container .title {
    font-size: 44px;
    font-weight: 500;
  }
  .internal-search-container .right-container .sub-title {
    font-size: 32px;
    font-weight: 500;
  }
  .internal-search-container .right-container .description {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 24px;
  }
  .last-section-container {
    padding: 72px 14px;
  }
  .last-section-container .title {
    font-size: 40px;
    font-weight: 500;
  }
  .last-section-container .description {
    font-size: 20px;
    font-weight: 400;
    text-align: left;
  }
  .features-head-container .title {
    font-size: 40px;
    font-weight: 500;
  }
  .features-head-container .description {
    font-size: 20px;
    font-weight: 400;
  }
  .preview-container {
    top: -60px;
  }
  .preview-container .preview-container-left-image {
    height: 300px;
  }
  .preview-container .preview-container-right {
    height: 300px;
  }
  .header-title {
    font-size: 44px !important;
    font-weight: 500 !important;
    margin-top: 1rem !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    max-width: 100%;
  }
  .header-description {
    font-size: 20px !important;
    font-weight: 400 !important;
    max-width: 100%;
  }
  .slider-container {
    padding: 72px 0px;
  }
  .slider-container .title {
    font-size: 40px;
    font-weight: 500;
    max-width: 100%;
  }
  .slider-container .description {
    max-width: 100%;
  }
  .slider-container .cards-container .card-container {
    min-width: 85%;
    max-width: 88%;
    height: auto;
  }
  .slider-container .cards-container .card-container:first-child {
    margin-left: 14px;
  }
  .slider-container .cards-container .card-container:last-child {
    margin-right: 14px;
  }
  .slider-container .cards-container .card-container .title {
    font-size: 40px;
    font-weight: 500;
  }
  .slider-container .cards-container .card-container .description {
    font-size: 24px;
    font-weight: 400;
  }
  .demo-container {
    padding: 20px;
  }
  .demo-container .body {
    padding: 0px;
  }
  .demo-container .body .title {
    font-size: 40px;
    font-weight: 500;
    max-width: 100% !important;
  }
  .demo-container .body .description {
    font-size: 24px;
    font-weight: 400;
    max-width: 100% !important;
  }
  .form-section-container .form__container_content {
    gap: 4px !important;
  }
  .form-section-container .form__container_content .footer_form {
    width: 40%;
  }
  .form-section-container .form__container_content .title {
    margin-top: 4px !important;
    font-size: 32px;
    font-weight: 500;
    text-align: center;
  }
  .form-section-container .form__container_content .description {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
  }
  .form-section-container .top__container {
    padding: 14px;
  }
  .form-section-container .top__container .form__container {
    padding: 16px;
  }
  .form-section-container .footer_container {
    padding: 4px 24px;
    flex-direction: column;
    gap: 8px;
  }
  .form-section-container .footer_container span {
    color: #b5b5b5;
  }
}

/*# sourceMappingURL=style.css.map */
