:root {
  --blue_3: #0a1d2c;
  --blue_2: #13344f;
  --blue_1: #1d4260;
  --grey_1: #ecf1f5;
  --cerulean_3: #869faf;
  --white: #fafafa;
  --grey_3: #cecece;
  --grey_2: #f1f6fa;
  --creulean_4: #4b81a5;
  --cerulean_opacity_1: #ceebffb3;
  --white_grey_3: #f2f2f2;
  --cerulean_2: #5b829d;
  --cerulean_5: #446173;
  --grey_4: #e3e3e3;
  --cerulean_1: #ceebff;
  --cerulean_opacity_2: #4b81a580;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  color: #04073a;
  font-family: Inter Tight, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.section_hero {
  opacity: 1;
  color: var(--blue_3);
  background-image: linear-gradient(270deg, #fafafa40, #fff0), url('../images/hero-woman-bonton.webp');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: 100px 5%;
  display: flex;
  overflow: hidden;
}

.section_hero.hero_massaggi {
  background-image: linear-gradient(270deg, #fafafa40, #fff0), url('../images/anteprima-massaggi.webp');
  background-position: 0 0, 100% 65%;
  background-size: auto, 40%;
}

.section_hero.hero_trattamenti {
  background-image: linear-gradient(270deg, #fafafa40, #fff0), url('../images/anteprima-trattamenti.webp');
  background-position: 0 0, 100%;
  background-size: auto, 40%;
}

.section_hero.hero_macchinari {
  background-image: linear-gradient(270deg, #fafafa40, #fff0), url('../images/anteprima-macchinari.webp');
  background-position: 0 0, 100% 100%;
  background-size: auto, 40%;
}

.section_hero.hero_contatti {
  background-image: linear-gradient(270deg, #fafafa40, #fff0);
  min-height: 100vh;
}

.grid {
  grid-template-rows: auto;
  max-width: 1100px;
}

.content-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.button {
  background-color: var(--blue_2);
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  border-radius: 50px;
  padding: 11px 30px;
  font-family: PT Serif, serif;
  font-weight: 400;
  transition: all .2s;
}

.button:hover {
  background-color: var(--blue_1);
}

.button.button_secondary {
  border: 1px solid var(--blue_2);
  color: var(--blue_2);
  background-color: #0000;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.button_secondary.button_secondary-cerule {
  border-color: var(--grey_1);
  color: var(--grey_1);
  display: inline-block;
}

.button.button_secondary.button_secondary-cerule.button_full {
  border-color: var(--cerulean_3);
  color: var(--cerulean_3);
  display: block;
}

.button.button_full {
  display: block;
}

.h1 {
  color: var(--blue_2);
  margin-top: 0;
  font-family: PT Serif, serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 1.3;
}

.p {
  color: var(--blue_3);
  margin-bottom: 20px;
  font-family: PT Serif, serif;
  font-size: 18px;
  line-height: 1.6;
}

.p.xs {
  color: var(--blue_3);
  font-size: 16px;
  line-height: 1.6;
}

.p.xxs {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 24px;
}

.p.xxs.txt-card-cta {
  color: var(--blue_1);
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 21px;
}

.p.xxs.txt-card-cta.grey {
  color: var(--grey_1);
}

.p.xxs.txt-card-cta.cerulean {
  color: #bfc3c6;
}

.p.xxs.txt-card-cta.txt-card-cta-reverse {
  color: #cecfd0;
}

.navbar_menu {
  background-color: var(--white);
  box-shadow: 0 0 1px 1px var(--grey_3);
  border: 18px #000;
  border-radius: 50px;
  align-items: center;
  padding: 12px 14px 12px 4px;
  display: flex;
}

.wrapper_5vw-sides {
  padding-left: 5vw;
  padding-right: 5vw;
}

.navbar_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.navbar_logo-link {
  max-width: 140px;
  padding-top: 5px;
  padding-left: 0;
}

.navbar {
  z-index: 20;
  background-color: #0000;
  border-bottom: 1px #f7f7f7;
  align-items: center;
  height: auto;
  position: fixed;
  inset: 0% 0% auto;
}

.hamburger {
  padding: 0;
  display: none;
}

.navbar_link {
  color: var(--blue_2);
  letter-spacing: 1px;
  border-bottom: 1px #0000;
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 0;
  padding: 9px 17px;
  font-family: PT Serif, serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .5s ease-in;
}

.navbar_link:hover {
  opacity: 1;
  color: var(--white);
  background-color: #4b81a5;
  border-bottom-style: none;
  border-bottom-color: #000;
}

.navbar_link.w--current {
  background-color: var(--creulean_4);
  color: var(--white);
  text-decoration: none;
}

.navbar_link.far-left {
  margin-left: 10px;
  font-size: 16px;
}

.wrapper_utility-page {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.content_utility-page {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.form_utility-page {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image {
  background-color: var(--grey_2);
  color: var(--blue_3);
  border-radius: 100%;
  width: 90px;
  height: auto;
}

.icon_hero {
  background-color: #0000;
  width: 50px;
  height: 50px;
}

.tabs_menu {
  justify-content: center;
  align-items: stretch;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tab_panel {
  background-color: #0000;
  border-radius: 24px;
  min-height: auto;
  padding-top: 0;
  padding-left: 25px;
  padding-right: 25px;
}

.content_block-center {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.tab_button {
  opacity: .6;
  color: #000;
  background-color: #0000;
  border-bottom: 2px solid #43434380;
  justify-content: center;
  align-items: center;
  width: 220px;
  margin-right: 5px;
  padding-bottom: 16px;
  padding-left: 0;
  padding-right: 0;
  font-family: PT Serif, serif;
  font-size: 15px;
  display: flex;
}

.tab_button.w--current {
  opacity: 1;
  color: var(--blue_3);
  background-color: #0000;
  border-bottom: 2px solid #444;
  margin-right: 5px;
  font-family: PT Serif, serif;
  position: relative;
}

.section_services {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 100px 5%;
  display: flex;
  overflow: hidden;
}

.container_primary {
  width: 100%;
  max-width: 1140px;
}

.container_primary.container_centered {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.tabs_content {
  padding-top: 40px;
  overflow: visible;
}

.spacer-xxl {
  width: 100%;
  height: 50px;
}

.spacer-xs {
  width: 100%;
  height: 10px;
}

.spacer-l {
  width: 100%;
  height: 30px;
}

.spacer-m {
  width: 100%;
  height: 20px;
}

.h2 {
  color: var(--blue_2);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: PT Serif, serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 1.1;
}

.hero_image {
  border-radius: 10px;
  width: 100%;
  max-width: 430px;
}

.content_wrap-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.content_wrap-center.max-width-800 {
  max-width: 800px;
}

.tab_grid {
  grid-template-rows: auto;
  width: 100%;
  height: 100%;
}

.body_home {
  background-color: #fff;
  overflow: visible;
}

.wrapper_bg {
  background-image: linear-gradient(300deg, transparent 30%, var(--cerulean_opacity_1));
  overflow: hidden;
}

.section_loop-slider {
  background-color: var(--blue_1);
  align-items: center;
  width: 5000px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 50px 40px 45px;
  display: flex;
  overflow: hidden;
}

.text_block1, .text_block2 {
  color: #434343;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: 16px;
}

.text_block3 {
  color: #434343;
  letter-spacing: .2em;
  -webkit-text-stroke-color: var(--blue_3);
  text-transform: uppercase;
  font-size: 16px;
}

.section_social {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 100px 5%;
  display: flex;
  overflow: hidden;
}

.wrapper_social-video {
  background-color: #0000;
  border-radius: 12px;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 60px;
  padding: 20px;
  display: flex;
}

.container_social {
  background-color: var(--grey_1);
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 300px;
  min-height: 520px;
  padding: 15px;
  display: flex;
}

.wrapper_social-icon {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.wrapper_position {
  width: 100%;
}

.h3 {
  color: var(--blue_3);
  font-family: PT Serif, serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
}

.h3.h3-caps {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 400;
}

.h3.h3-caps.grey {
  color: var(--grey_1);
}

.h3.h3-caps.cerulean {
  color: var(--cerulean_3);
}

.h3.h3-caps.white {
  color: #f1eaea;
  font-weight: 400;
}

.h3.h3-caps.h3-card-cta-reverse {
  color: #b5b8bc;
}

.h4 {
  color: var(--blue_1);
  font-family: PT Serif, serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 2;
}

.social_icon {
  width: 42px;
  height: 42px;
  margin-left: 30px;
  transition: all .375s;
}

.social_icon:hover {
  filter: invert(25%);
}

.faq_grid {
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 40px;
}

.p_faq {
  color: var(--blue_3);
  margin-bottom: 30px;
  font-family: PT Serif, serif;
  font-size: 15px;
  line-height: 1.6;
}

.faq_answer {
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}

.faq_icon {
  margin-right: 20px;
}

.faq_section {
  color: #000;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  padding: 60px 5%;
  display: flex;
}

.faq_question {
  cursor: pointer;
  align-items: center;
  padding: 30px;
  display: flex;
}

.faq_heading {
  color: var(--blue_2);
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Serif, serif;
  font-size: 22px;
  line-height: 1.2;
}

.faq_wrap {
  background-color: var(--grey_1);
  border-radius: 16px;
}

.section_banner {
  color: #000;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  padding: 120px 5%;
  display: flex;
}

.cta_grid {
  grid-column-gap: 100px;
  background-color: var(--grey_1);
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.5fr;
  align-content: center;
  max-height: 400px;
  padding-left: 40px;
}

.cta_text {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cta_illustration {
  width: 275px;
  margin-left: 110px;
  margin-right: 0;
}

.image2 {
  margin-left: 20px;
}

.text_field {
  color: #2b2b2b;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #dbdbdb;
  font-family: PT Serif, serif;
  transition: padding .2s cubic-bezier(.165, .84, .44, 1), border .2s cubic-bezier(.165, .84, .44, 1);
}

.text_field:focus {
  border-bottom-color: #9d9ca0;
  padding-left: 18px;
}

.text_field.text_area {
  min-height: 80px;
}

.chat_subtitle {
  color: var(--white);
  font-family: PT Serif, serif;
  font-size: 14px;
}

.chat_wrap_title {
  background-color: var(--blue_2);
  color: var(--blue_2);
  -webkit-text-stroke-color: #434343;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 16px;
}

.chat_greeting {
  grid-column-gap: 16px;
  align-items: flex-start;
  display: flex;
}

.success_text {
  text-align: left;
}

.profile_image {
  border: 1px solid var(--blue_1);
  background-color: var(--white);
  color: #000;
  object-fit: cover;
  border-radius: 50%;
  width: 48px;
  height: 48px;
}

.success_message {
  background-color: #ddd0;
  padding: 16px 16px 16px 0;
}

.close_line1 {
  background-color: #fff;
  width: 2px;
  height: 32px;
  margin-bottom: 0;
  position: absolute;
  transform: rotate(45deg);
}

.field_label {
  color: var(--blue_2);
  -webkit-text-stroke-color: #000;
  font-family: PT Serif, serif;
  font-weight: 600;
}

.success_icon {
  color: #3f5c37;
  justify-content: center;
  align-items: center;
  height: 12px;
  display: flex;
  position: absolute;
  inset: auto 6px 6px auto;
}

.profile_message {
  background-color: var(--white);
  color: #000;
  border: 1px solid #ebebeb;
  border-radius: 0 20px 20px;
  flex: 1;
  padding: 8px;
}

.chat_icon {
  color: #efeaff;
  justify-content: center;
  align-items: center;
  width: 30px;
  display: flex;
}

.close_line2 {
  background-color: #fff;
  width: 2px;
  height: 32px;
  position: absolute;
  transform: rotate(-45deg);
}

.chat_form {
  display: block;
}

.chatbot-form-wrapper {
  z-index: 1;
  background-color: var(--white_grey_3);
  border-radius: 20px;
  width: 360px;
  position: fixed;
  inset: auto 24px 104px auto;
  box-shadow: 2px 2px 7px #0000003d;
}

.success-message-wrapper {
  grid-column-gap: 12px;
  align-items: flex-start;
  display: flex;
}

.form-item {
  margin-bottom: 20px;
}

.chat-close {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: none;
  position: relative;
}

.fixed-form-trigger {
  z-index: 1;
  background-color: var(--blue_2);
  color: #2b2b2b;
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  transition: transform .2s cubic-bezier(.165, .84, .44, 1), background-color .2s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: fixed;
  inset: auto 24px 24px auto;
  box-shadow: 1px 1px 8px #00000059;
}

.fixed-form-trigger:hover {
  background-color: var(--blue_1);
  color: var(--blue_1);
}

.chatbot-main-content {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 32px;
  margin-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
  display: grid;
}

.chatbot-title {
  color: var(--white);
  margin-bottom: 6px;
  font-family: PT Serif, serif;
  font-size: 18px;
  font-weight: 400;
}

.success-message-confirmation {
  background-color: #e7eee4;
  border: 1px solid #dce7d7;
  border-radius: 0 20px 20px;
  justify-content: flex-start;
  padding: 8px 22px 21px 8px;
  display: flex;
  position: relative;
}

.text-block-4 {
  color: var(--blue_3);
  -webkit-text-stroke-color: #000;
  font-family: PT Serif, serif;
}

.section_footer {
  border-bottom: 1px solid #e4ebf3;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 60px 5% 100px;
  display: flex;
  position: relative;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: var(--blue_3);
  margin-left: 20px;
  margin-right: 20px;
  font-family: PT Serif, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 24px;
}

.footer-divider-two {
  background-color: #e9e9e999;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: var(--blue_3);
  font-family: PT Serif, serif;
  font-size: 16px;
  line-height: 1.6;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: var(--blue_3);
  -webkit-text-stroke-color: #000;
  margin-left: 24px;
  font-family: PT Serif, serif;
  font-size: 16px;
  line-height: 1.6;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.text-block-5, .heading, .heading-2, .field-label-2 {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.text-field-2 {
  color: #333;
  border: 1px solid #bbb;
  border-radius: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.submit-button {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.submit-button.btn-protected {
  background-color: #000;
  border-radius: 20px;
}

.image-5 {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.button-call {
  background-color: var(--blue_2);
  color: #fff;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 10px;
  padding: 9px 17px;
  font-size: 16px;
  text-decoration: none;
  transition: all .5s ease-in;
  display: flex;
}

.button-call:hover {
  background-color: var(--blue_1);
}

.txt-btn-call {
  font-family: PT Serif, serif;
}

.icon-btn-call {
  width: 15px;
  height: 15px;
  margin-left: 8px;
}

.text-loop {
  color: var(--grey_1);
  margin-right: 50px;
  font-family: PT Serif, serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 38px;
}

.text-loop.d-none {
  display: none;
}

.breadcrumb-wrapper {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.breadcrumb-item {
  color: var(--blue_3);
  font-family: PT Serif, serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 13px;
  text-decoration: none;
}

.breadcrumb-item.active {
  border: 1px solid var(--grey_1);
  background-color: var(--white);
  border-radius: 30px;
  padding: 6px 16px;
}

.breadcrumb-separetor {
  padding-left: 6px;
  padding-right: 6px;
  font-family: PT Serif, serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.section_tabs {
  flex-direction: column;
  align-items: center;
  padding: 100px 5%;
  display: flex;
}

.tabs-double {
  background-color: var(--grey_1);
  border-radius: 30px;
  align-items: flex-start;
  width: 100%;
  padding: 30px 20px;
  display: block;
}

.tabs-child {
  display: flex;
}

.tabs-menu-double-1 {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.tabs-content-double-1 {
  padding-left: 10px;
  padding-right: 10px;
}

.tabs-menu-child-2 {
  border-right: 2px solid #dcdcdc;
  flex-direction: column;
  align-items: stretch;
  width: 18%;
  margin-right: 0;
  padding-right: 20px;
  display: flex;
}

.tabs-content-child-2 {
  width: 80%;
  padding-left: 40px;
  padding-right: 40px;
}

.tabs-link-child {
  color: var(--white_grey_3);
  background-color: #5b829d66;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 12px;
  font-family: PT Serif, serif;
  font-size: 14px;
  line-height: 14px;
  display: flex;
}

.tabs-link-child.w--current {
  background-color: var(--cerulean_2);
  color: var(--white_grey_3);
  margin-bottom: 10px;
}

.tabs-link-child.d-none {
  display: none;
}

.tabs-link-double {
  opacity: 1;
  color: var(--white_grey_3);
  background-color: #44617373;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 25%;
  margin-left: 10px;
  margin-right: 0;
  padding: 12px 20px;
  font-family: PT Serif, serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 17px;
  display: flex;
}

.tabs-link-double.w--current {
  background-color: var(--cerulean_5);
  color: var(--white_grey_3);
  justify-content: center;
  align-items: center;
  width: 25%;
  font-family: PT Serif, serif;
  font-size: 17px;
  font-weight: 400;
  display: flex;
}

.tabs-text-content {
  color: var(--blue_3);
  font-family: PT Serif, serif;
  font-size: 15px;
  line-height: 21px;
}

.section_machine {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 100px 5%;
  display: flex;
}

.grid_machine {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: stretch;
  place-items: stretch stretch;
  width: 100%;
}

.card_machine {
  border: 0px solid var(--grey_4);
  background-color: var(--grey_1);
  border-radius: 32px;
  padding: 20px;
}

.card_machine.d-none {
  display: none;
}

.wrap_title-machine {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.h5 {
  border-right: 2px solid var(--grey_3);
  color: var(--blue_3);
  margin-right: 10px;
  padding-right: 10px;
  font-family: PT Serif, serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.h5.h5-card {
  font-size: 14px;
  line-height: 18px;
}

.label {
  color: var(--blue_2);
  font-family: PT Serif, serif;
  font-weight: 400;
  line-height: 14px;
}

.wrap_content-machine {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  min-height: 250px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.wrap_detail-machine {
  align-items: center;
  display: flex;
}

.logo_machine {
  width: 42px;
  height: 42px;
  margin-right: 10px;
}

.label_logo_machine {
  color: var(--blue_2);
  margin-bottom: 0;
  font-family: PT Serif, serif;
  font-size: 14px;
  font-weight: 700;
}

.section_gallery {
  flex-direction: column;
  align-items: center;
  padding: 20px 5% 100px;
  display: flex;
}

.lightbox-image {
  object-fit: cover;
}

.slider_gallery {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  min-height: 0;
}

.slide-nav {
  color: var(--blue_3);
}

.slide {
  background-image: url('../images/gallery-default-1.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/gallery-default-2.webp');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: scroll;
}

.mask {
  border-radius: 30px;
}

.wrapper_content-gallery {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.wrapper_card-cta {
  background-color: var(--grey_1);
  border-radius: 30px;
  margin-bottom: 0;
  padding: 12px 20px 32px;
}

.wrapper_card-cta.card-cta-reverse {
  background-color: #436581;
}

.wrapper_card-cta.card-cta-dark {
  background-color: #d1dfea;
}

.section_contact {
  flex-direction: column;
  align-items: center;
  margin-top: -70px;
  padding-bottom: 100px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.wrapper_content-contact {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  width: 100%;
  display: grid;
}

.list-contact-1 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 120px;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
  display: flex;
}

.link-contact {
  color: var(--blue_1);
  font-family: PT Serif, serif;
  font-size: 16px;
  text-decoration: none;
}

.day, .hours {
  color: var(--blue_1);
  font-family: PT Serif, serif;
  font-size: 16px;
}

.wrapper_contact-hours {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.list-item {
  width: 100%;
}

.script-maps {
  border-radius: 30px;
  width: 100%;
}

.section_script-privacy {
  color: var(--blue_2);
  padding: 0 5% 100px;
  font-family: PT Serif, serif;
  font-size: 16px;
}

.form-privacy {
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .section_hero {
    background-position: 0 0, 70% 0;
  }

  .section_hero.hero_massaggi, .section_hero.hero_trattamenti {
    background-position: 0 0, 100% 100%;
    background-size: auto, 55%;
  }

  .section_hero.hero_macchinari {
    background-position: 0 0, 100% 100%;
    background-size: auto, 50%;
  }

  .grid {
    grid-template-columns: 2.5fr 1fr;
  }

  .h1 {
    line-height: 1;
  }

  .p.xs {
    line-height: 1.6;
  }

  .navbar_menu {
    z-index: 40;
    background-color: var(--white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-bottom: 1px #000;
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 12px;
    display: flex;
    overflow: auto;
  }

  .hamburger_line-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar_container {
    justify-content: space-between;
    align-items: center;
  }

  .hamburger_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger_line-middle-in {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .hamburger.w--open {
    background-color: #0000;
  }

  .navbar_link {
    white-space: nowrap;
    width: auto;
    margin-left: 20px;
    padding: 10px 12px;
    font-size: 14px;
  }

  .navbar_link:hover {
    color: var(--blue_3);
    background-color: #0000;
    border-radius: 100px;
  }

  .navbar_link.w--current {
    border-radius: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .navbar_link.w--current:hover {
    background-color: var(--creulean_4);
    color: var(--white);
  }

  .navbar_link.far-left {
    margin-left: 0;
    padding-left: 16px;
    padding-right: 10px;
    font-size: 14px;
  }

  .navbar_link.far-left.w--current {
    padding-left: 12px;
    padding-right: 12px;
  }

  .navbar_link.far-left.w--current:hover {
    background-color: var(--creulean_4);
    color: var(--white);
  }

  .image {
    width: 72px;
  }

  .content_block-center {
    padding: 20px 10px;
  }

  .h2 {
    font-size: 40px;
  }

  .tab_grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .section_loop-slider {
    padding-top: 45px;
  }

  .container_social {
    min-width: 270px;
    min-height: 440px;
  }

  .faq_grid {
    grid-row-gap: 30px;
  }

  .cta_grid {
    grid-row-gap: 60px;
    grid-template-columns: 1.5fr;
    max-height: none;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cta_illustration {
    margin-top: -70px;
    margin-left: 30px;
  }

  .chat_icon {
    height: 30px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-three {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-link-three {
    margin-left: 0;
  }

  .footer-social-block-three {
    margin-top: 20px;
    margin-left: 0;
  }

  .footer-social-link-three {
    margin-left: 0;
    margin-right: 20px;
  }

  .footer-divider-two {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-legal-block {
    flex-direction: row;
    margin-top: 10px;
  }

  .footer-legal-link {
    margin-left: 0;
    margin-right: 24px;
  }

  .txt-btn-call {
    font-size: 15px;
  }

  .tabs-menu-child-2 {
    width: 25%;
  }

  .tabs-content-child-2 {
    width: 75%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs-link-double, .tabs-link-double.w--current {
    width: 40%;
  }

  .grid_machine {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .slider_gallery {
    min-height: 600px;
  }

  .wrapper_content-gallery {
    grid-template-columns: 1fr 1fr;
  }

  .wrapper_content-contact {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .wrapper_contact-hours {
    padding-left: 220px;
    padding-right: 220px;
  }

  .script-maps {
    min-height: 400px;
  }
}

@media screen and (max-width: 767px) {
  .section_hero.hero_massaggi {
    background-position: 0 0, 100% 100%;
    background-size: auto, 58%;
  }

  .section_hero.hero_trattamenti {
    background-position: 0 0, 100% 100%;
    background-size: auto, 60%;
  }

  .section_hero.hero_macchinari {
    background-position: 0 0, 125% 100%;
    background-size: auto, 60%;
  }

  .grid {
    grid-template-columns: 5fr 1fr;
  }

  .h1 {
    line-height: 1;
  }

  .p {
    font-size: 18px;
    line-height: 1.5;
  }

  .p.xs {
    font-size: 16px;
    line-height: 1.6;
  }

  .navbar_menu {
    background-color: var(--grey_2);
    border-radius: 20px;
    margin-top: 50px;
    margin-left: 5vw;
    margin-right: 5vw;
    padding: 1rem 3%;
  }

  .hamburger_line-wrap {
    border: 1px solid var(--grey_3);
    background-color: var(--grey_2);
    -webkit-text-stroke-color: var(--blue_3);
    border-radius: 100px;
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger_line-bottom, .hamburger_line-top, .hamburger_line-middle {
    background-color: var(--blue_3);
  }

  .navbar {
    height: 4rem;
  }

  .navbar_link {
    margin-left: 0;
    padding: 10px 15px;
  }

  .navbar_link.far-left {
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .image {
    width: 68px;
  }

  .icon_hero {
    color: var(--blue_3);
  }

  .tabs_menu {
    flex-flow: column wrap;
    align-items: center;
  }

  .tab_button {
    justify-content: center;
    width: 400px;
    margin-bottom: 10px;
  }

  .tab_button.w--current {
    justify-content: center;
    margin-bottom: 10px;
  }

  .section_services {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .h2 {
    font-size: 33px;
    font-weight: 400;
    line-height: 1.2;
  }

  .section_loop-slider {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .container_social {
    min-width: 230px;
    min-height: 350px;
  }

  .h3 {
    margin-top: 0;
    font-size: 25px;
  }

  .h4 {
    font-size: 20px;
    line-height: 1.6;
  }

  .social_icon {
    width: 32px;
    height: 32px;
    margin-left: 20px;
  }

  .faq_heading {
    line-height: 1.4;
  }

  .cta_grid {
    grid-template-columns: 1.25fr;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section_footer {
    padding-left: 5%;
    padding-right: 5%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    justify-content: flex-end;
    width: 100%;
    margin-top: 10px;
  }

  .footer-social-link-three {
    margin-left: 20px;
    margin-right: 0;
  }

  .footer-divider-two {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 16px;
    line-height: 1.6;
  }

  .footer-legal-block {
    margin-top: 20px;
    margin-left: 0;
  }

  .footer-legal-link {
    font-size: 16px;
    line-height: 1.6;
  }

  .button-call {
    justify-content: center;
    margin-top: 32px;
    margin-left: 0;
  }

  .tabs-menu-child-2 {
    width: 30%;
  }

  .tabs-content-child-2 {
    width: 70%;
  }

  .grid_machine {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .wrapper_content-gallery {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .wrapper_card-cta {
    padding-top: 22px;
  }

  .wrapper_contact-hours {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media screen and (max-width: 479px) {
  .section_hero {
    background-image: linear-gradient(270deg, #fafafa4d, #fff0), url('../images/hero-woman-bonton.webp');
    background-position: 0 0, 70% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .section_hero.hero_massaggi {
    background-position: 0 0, 100% 100%;
    background-size: auto, 85%;
  }

  .section_hero.hero_trattamenti {
    -webkit-text-fill-color: inherit;
    background-position: 0 0, 100% 100%;
    background-size: auto, 85%;
    background-clip: border-box;
  }

  .section_hero.hero_macchinari {
    background-position: 0 0, 130% 100%;
    background-size: auto, 80%;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .h1 {
    font-size: 51px;
    line-height: 1;
  }

  .p {
    line-height: 1.5;
  }

  .p.xs {
    font-size: 16px;
  }

  .navbar_menu {
    margin-top: 40px;
    padding-left: 4%;
    padding-right: 4%;
  }

  .image {
    width: 62px;
  }

  .wrapper_content-null {
    display: none;
  }

  .icon_hero {
    width: 44px;
    height: 44px;
  }

  .tab_panel {
    padding-left: 10px;
    padding-right: 10px;
  }

  .content_block-center {
    padding-bottom: 10px;
  }

  .tab_button {
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .tab_button.w--current {
    width: 100%;
  }

  .section_services {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .tabs_content {
    padding-top: 20px;
  }

  .h2 {
    font-size: 31px;
    line-height: 1.2;
  }

  .wrapper_bg, .section_loop-slider {
    overflow: hidden;
  }

  .section_social {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .wrapper_social-video {
    min-height: 420px;
  }

  .container_social {
    min-height: 263px;
  }

  .social_icon {
    margin-left: 15px;
  }

  .cta_illustration {
    margin-left: 0;
  }

  .chat_subtitle {
    font-size: 12px;
    display: none;
  }

  .chat_wrap_title {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .chat_icon {
    width: 24px;
    height: 24px;
  }

  .chatbot-form-wrapper {
    max-width: 88vw;
    bottom: 70px;
    right: 5%;
  }

  .form-item {
    margin-bottom: 14px;
  }

  .chat-close {
    width: 26px;
    height: 26px;
  }

  .fixed-form-trigger {
    width: 54px;
    height: 54px;
    bottom: 8px;
    right: 5%;
  }

  .chatbot-main-content {
    grid-row-gap: 16px;
    margin-top: 18px;
    margin-bottom: 4px;
  }

  .chatbot-title {
    margin-bottom: 0;
    font-size: 16px;
  }

  .footer-social-block-three {
    justify-content: flex-end;
    width: 100%;
  }

  .footer-social-link-three {
    margin-left: 20px;
    margin-right: 0;
  }

  .footer-divider-two {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
  }

  .footer-legal-link {
    margin-right: 20px;
    font-size: 14px;
  }

  .button-call {
    margin-top: 20px;
  }

  .tabs-double {
    padding: 20px 10px 40px;
  }

  .tabs-child {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .tabs-content-double-1 {
    border-top: 0 solid #0000;
    padding-top: 0;
  }

  .tabs-menu-child-2 {
    border-top: 2px solid var(--blue_1);
    border-right-width: 0;
    flex-flow: wrap;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-right: 0;
  }

  .tabs-content-child-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-link-child {
    margin-right: 5px;
    font-size: 13px;
    line-height: 13px;
  }

  .tabs-link-double {
    width: 50%;
    margin-left: 5px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    line-height: 14px;
  }

  .tabs-link-double.w--current {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }

  .slider_gallery {
    min-height: 400px;
  }

  .section_contact {
    margin-top: -75px;
  }

  .wrapper_contact-hours {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-ee406954-ff1d-8432-c57c-1c3d19c77635-79d11b99, #w-node-_6a0f82bb-1e7d-9748-484b-b5ec173c939e-79d11b99, #w-node-_7a4c90a6-3ca2-54f2-0cc0-86697dba090d-79d11b99, #w-node-a0c5b1cd-427f-e3a1-66ea-30e73f2aa24b-3f2aa239 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0dc5ba1e-a9da-b6ac-b56b-746bad818174-ad818171 {
  place-self: center start;
}

#w-node-_0dc5ba1e-a9da-b6ac-b56b-746bad81817e-ad818171 {
  place-self: stretch stretch;
}

#w-node-_07f79232-324c-ed70-fac8-4213e7cf3aaa-6ab91968, #w-node-_07f79232-324c-ed70-fac8-4213e7cf3ab6-6ab91968, #w-node-cf582377-1c88-ce7a-d66f-b3ba6b2830d3-6ab91968, #w-node-_4d54e39d-f7a6-9b28-de60-dde8496e8c46-6ab91968 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d54e39d-f7a6-9b28-de60-dde8496e8c4c-6ab91968 {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-b2a616ca-6d8d-3591-c007-0c724f42931b-f1974623, #w-node-b2a616ca-6d8d-3591-c007-0c724f429327-f1974623, #w-node-_86c83f61-3f14-5642-d3c5-56bd4e925196-f1974623, #w-node-_10ea4ce4-6a34-d586-e7a0-b179b8a9b95d-f1974623 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ea4ce4-6a34-d586-e7a0-b179b8a9b964-f1974623 {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-_06d453f9-fdc6-2a17-92e3-82da49396247-e393e83d, #w-node-_06d453f9-fdc6-2a17-92e3-82da49396253-e393e83d, #w-node-_919db507-00fc-a5a0-e42e-cd2c3a78fe38-e393e83d, #w-node-_67f76c02-e5b7-cbd3-a66e-2b911c26184f-e393e83d, #w-node-ca9e6826-d415-9f09-826a-7c5f9f9d4491-e393e83d, #w-node-da01a669-d330-66b6-7702-39dc2422ff01-e393e83d, #w-node-_0f2cded0-a9a5-58fe-fdc7-39777fdd806c-e393e83d, #w-node-_08baa7c8-13af-8240-2cdb-dcb70b056f53-e393e83d, #w-node-_7b06f795-f9a2-bd4e-4c46-7e3d315167d2-e393e83d, #w-node-a56fc39e-4de9-7ebc-b4df-c531617580cb-e393e83d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a56fc39e-4de9-7ebc-b4df-c531617580d2-e393e83d {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-_7bfe1e79-d437-466e-00c2-46a27cb43810-71e6ce52, #w-node-_7bfe1e79-d437-466e-00c2-46a27cb4381c-71e6ce52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23e6505c-0368-5f72-7402-5dcc03967fb4-71e6ce52 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-d4076946-0766-b361-81e8-af459f86b6d5-71e6ce52 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_27ba0c10-a1c1-d305-5413-b222cdb8b0c7-5f48347c, #w-node-_27ba0c10-a1c1-d305-5413-b222cdb8b0d3-5f48347c, #w-node-_4f94c09b-b859-80bf-f9e6-63d19dbad1ff-74d7a4b5, #w-node-_4f94c09b-b859-80bf-f9e6-63d19dbad20d-74d7a4b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_7a4c90a6-3ca2-54f2-0cc0-86697dba092a-79d11b99, #w-node-_7a4c90a6-3ca2-54f2-0cc0-86697dba0938-79d11b99, #w-node-_7a4c90a6-3ca2-54f2-0cc0-86697dba0946-79d11b99 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0dc5ba1e-a9da-b6ac-b56b-746bad818174-ad818171 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center start;
  }

  #w-node-_91cd9bf1-7160-8af8-52df-ecc2095a8ece-71e6ce52 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_23e6505c-0368-5f72-7402-5dcc03967fb4-71e6ce52 {
    grid-area: 2 / 1 / 3 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4d54e39d-f7a6-9b28-de60-dde8496e8c4c-6ab91968, #w-node-_10ea4ce4-6a34-d586-e7a0-b179b8a9b964-f1974623, #w-node-a56fc39e-4de9-7ebc-b4df-c531617580d2-e393e83d {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a0c5b1cd-427f-e3a1-66ea-30e73f2aa246-3f2aa239 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


