:root {
  --royal-blue: #0062d8;
  --black: black;
  --white: white;
  --dim-grey: #666;
}

.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;
}

h2 {
  color: var(--royal-blue);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

a {
  color: var(--black);
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
}

.div-block {
  height: 100vh;
}

.div-block-2 {
  z-index: 9;
  background-image: linear-gradient(#00000040, #00000040);
  align-items: flex-end;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-3 {
  flex: 1;
}

.div-block-4 {
  text-align: center;
  margin-bottom: 20px;
}

.div-block-5 {
  background-color: #0062d8b3;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.image {
  margin-right: 15px;
}

.div-block-6 {
  border-top: 2px solid var(--white);
  background-color: var(--royal-blue);
  padding-top: 10px;
  padding-bottom: 10px;
}

.columns {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block {
  color: var(--white);
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-weight: 700;
  line-height: 14px;
}

.link-block {
  border: 2px solid var(--white);
  background-color: var(--royal-blue);
  border-radius: 100px;
  padding: 10px;
}

.div-block-5-copy {
  border-right: 2px solid var(--white);
  border-left: 2px solid var(--white);
  background-color: #0062d8b3;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.navbar {
  z-index: 9999;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 5px 20px 5px 30px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 1px 3px #0000004d;
}

.brand {
  flex: 1;
}

.nav-link {
  color: var(--dim-grey);
  text-align: left;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 700;
  transition: all .5s;
}

.nav-link:hover {
  color: var(--royal-blue);
  transform: scale(.9);
}

.nav-link.w--current {
  color: var(--royal-blue);
}

.slider {
  height: 100%;
}

.slide-nav {
  display: none;
}

.slide {
  background-image: url('../images/dermatologia-a-catania.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/acne-della-pelle.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/needling.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-8 {
  z-index: 10;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.left-arrow, .right-arrow {
  display: none;
}

.container {
  flex: 1;
}

.text-block-2 {
  color: var(--white);
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.text-block-2-copy {
  color: var(--white);
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
}

.div-block-15 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-6-black {
  justify-content: center;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

.div-block-4-black {
  background-color: var(--white);
  width: 2px;
  height: 25px;
}

.div-block-5-black {
  background-color: var(--white);
  width: 500px;
  height: 2px;
}

.div-block-4-copy {
  background-color: var(--white);
  width: 2px;
  height: 25px;
}

.div-block-6-black-copy {
  justify-content: center;
  align-items: flex-end;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}

.button-arrow {
  flex: none;
  margin-left: 20px;
  display: inline-block;
}

.section {
  background-color: var(--white);
  background-image: linear-gradient(#ffffffdb, #ffffffdb), url('../images/waben_back.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 100px 36px;
  position: relative;
}

.content5-content {
  text-align: center;
  margin-bottom: 40px;
}

.paragraph-70 {
  opacity: 1;
  color: var(--black);
  text-align: justify;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
}

.content5-grey-content {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 67px;
  margin-bottom: 67px;
  padding: 47px 67px 67px;
  display: flex;
  position: relative;
  box-shadow: 0 3px 40px #0000000d;
}

.content5-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.button-small {
  background-color: var(--royal-blue);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 30px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.button-small:hover {
  background-color: var(--dim-grey);
}

.image-2 {
  margin-bottom: 25px;
}

.info {
  background-color: var(--dim-grey);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 50px;
  display: flex;
  position: relative;
}

.div-block-93-copy {
  background-image: url('../images/case-prefabbricate.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
}

.img-block-header {
  background-color: var(--dim-grey);
  justify-content: center;
  align-items: center;
  padding: 25px;
  display: flex;
}

.card {
  background-color: #fff;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.link-block-5 {
  width: 48%;
  text-decoration: none;
}

.container-6 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.card_heading {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.icon-circle {
  background-color: var(--royal-blue);
  border-radius: 60px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  inset: -30px auto auto;
}

.img-block {
  background-color: #fff;
}

.div-block-93 {
  background-image: url('../images/pannelli-solari.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
}

.div-block-94 {
  height: 60vh;
}

.div-block-95 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-service {
  height: 35vh;
  padding: 0;
}

.columns-2 {
  height: 100%;
}

.column, .column-2, .column-3 {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.div-block-96 {
  background-image: url('../images/dermatologo-a-catania.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.div-block-96-copy {
  background-image: url('../images/epilazione-a-catania.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.div-block-96-copyaaa {
  background-image: url('../images/laser-terapia.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.div-block-98 {
  background-image: url('../images/Logo-W.png'), url('../images/d99f1a982707a437f7a614ed781a4cdc.jpg');
  background-position: 6%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: 400px, cover;
  background-attachment: scroll, fixed;
  height: 60vh;
  position: relative;
}

.button-small-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #18181d;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 18px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.button-small-2:hover {
  background-color: #272731;
}

.button-small-2.white-small {
  background-color: var(--royal-blue);
  color: #000;
  text-align: center;
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  justify-content: center;
}

.div-block-99 {
  background-color: var(--royal-blue);
  width: 0;
  height: 10px;
}

.div-block-99-copy {
  float: right;
  background-color: var(--royal-blue);
  width: 0;
  height: 10px;
}

.image-wrap {
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
}

.size3-link {
  color: #18181d;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 300;
  line-height: 38px;
  text-decoration: none;
  display: block;
}

.size3-link:hover {
  opacity: .7;
}

.item-overlay {
  z-index: 30;
  opacity: 0;
  cursor: pointer;
  background-image: linear-gradient(#18181d1a, #18181d1a);
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.product-image {
  background-image: url('../images/peeling-a-catania.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: space-between;
  align-items: flex-start;
  height: 480px;
  display: flex;
}

.product-image._122 {
  background-image: url('../images/needling.jpg');
}

.product-image._123 {
  background-image: url('../images/biostimolazione-a-catania.jpg');
}

.product-image._124 {
  background-image: url('../images/biorevitalizzazione-a-catania.jpg');
}

.product-image._125 {
  background-image: url('../images/filler.jpg');
}

.product-image._126 {
  background-image: url('../images/botulino.jpg');
}

.product-image._127 {
  background-image: url('../images/radiofrequenza-a-catania.jpg');
}

.section-3 {
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 100px 36px;
}

.paragraph-72 {
  opacity: .7;
  color: var(--black);
  text-align: justify;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
}

.button-text {
  color: #18181d;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.product1-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.product1-content-wrap {
  margin-top: 36px;
  padding-right: 40px;
}

.product1-text-wrap {
  margin-bottom: 20px;
}

.label {
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #aaa3;
  margin-bottom: 10px;
  padding: 10px 22px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
}

.label.black-label {
  z-index: 40;
  color: #fff;
  background-color: #18181d;
  border-style: none;
  border-width: 0;
}

.label.black-label.sale-label {
  position: absolute;
  inset: 0% 0% auto auto;
}

.label.inside-label {
  z-index: 40;
  color: #18181d;
  background-color: #fff;
  border-style: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.column-4, .column-5, .column-6 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-100 {
  background-color: #0062d8b3;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: none;
  transform: translate(-100%);
}

.image-4 {
  margin-bottom: 10px;
}

.text-block-4 {
  color: var(--white);
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.div-block-100-2 {
  background-color: #0062d8b3;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: none;
  transform: translate(0, -100%);
}

.div-block-100-3 {
  background-color: #0062d8b3;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: none;
  transform: translate(100%);
}

.div-block-101 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero2-image-collection {
  background-image: url('../images/contourenviro1_300_download.jpg');
  background-position: 50%;
  background-size: cover;
  flex: none;
  width: 180px;
  height: 180px;
  margin-right: 36px;
}

.hero-with-background-wrap {
  border-bottom: 1px solid #ebedee;
  position: relative;
}

.hero-with-background-wrap.hero2-wrap {
  border-bottom: 0 #0000;
}

.hero2-grid {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr .75fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  min-height: 900px;
  margin-left: 0;
  margin-right: auto;
  position: relative;
  inset: 0%;
}

.hero2-background {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  min-height: 900px;
  position: absolute;
  inset: 0%;
}

.size5-text {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.hero2-content {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.hero2-product-name {
  opacity: .7;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.hero2-product-name:hover {
  opacity: 1;
}

.hero2-product-price {
  opacity: 1;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.hero2-image {
  background-image: url('../images/bola-bedroom-ft-v2_download.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.hero2-product {
  color: #18181d;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 30px 36px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.hero2-latest {
  background-color: var(--royal-blue);
  color: #fff;
  flex-direction: row;
  align-items: center;
  padding: 36px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.hero2-latest:hover {
  background-color: var(--dim-grey);
}

.size1-text {
  white-space: normal;
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 44px;
  font-weight: 300;
  line-height: 52px;
}

.size1-text.size1-top-clear {
  color: var(--royal-blue);
  text-transform: uppercase;
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.button-large {
  color: #fff;
  text-transform: uppercase;
  background-color: #18181d;
  justify-content: space-between;
  align-items: center;
  padding: 30px 36px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
  display: flex;
}

.button-large:hover {
  background-color: #272731;
}

.button-large.hero3-button {
  background-color: var(--dim-grey);
  transition: all .5s;
  position: static;
  inset: auto auto 0% 0%;
}

.button-large.hero3-button:hover {
  background-color: var(--royal-blue);
}

.hero2-product-name-link-wrap {
  color: #000;
  text-decoration: none;
}

.hero2-title {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding-left: 36px;
  padding-right: 123px;
  display: flex;
}

.div-block-103 {
  background-image: url('../images/dermatologia.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 60vh;
}

.content18-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.section-4 {
  background-color: var(--white);
  background-image: linear-gradient(#ffffffdb, #ffffffdb), url('../images/waben_back.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 100px 36px;
}

.div-block-5-black-2 {
  background-color: #000;
  width: 150px;
  height: 3px;
}

.content18-image2 {
  background-image: url('../images/ringiovanimento-viso.jpg');
  background-position: 57%;
  background-size: cover;
  height: 410px;
}

.div-block-6-black-copy-2 {
  justify-content: center;
  align-items: flex-end;
  margin-top: 20px;
  margin-bottom: 60px;
  display: flex;
}

.text-block-mini-copysa {
  color: var(--black);
  text-align: justify;
  margin-top: 25px;
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.content18-headline-wrap {
  text-align: center;
  flex-direction: column;
  align-self: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.content18-images-grid {
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-ibvert {
  border: 3px solid var(--white);
  background-color: var(--white);
  color: #000;
  text-transform: uppercase;
  margin-top: 40px;
  font-family: Lato, sans-serif;
}

.div-block-4-black-2, .div-block-4-copy-2 {
  background-color: #000;
  width: 3px;
  height: 50px;
}

.content18-image1 {
  background-image: url('../images/filler-labbra.jpg');
  background-position: 50%;
  background-size: cover;
  height: 410px;
}

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

.content18-image3 {
  background-image: url('../images/acne-della-pelle_1.jpg');
  background-position: 30%;
  background-size: cover;
  height: 460px;
}

.text-block-black-copy {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.div-block-104 {
  background-image: url('../images/inestetismi-della-pelle.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 60vh;
  padding-top: 0;
  padding-bottom: 0;
}

.section-5 {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.drp {
  background-color: var(--royal-blue);
  line-height: 0;
  transition: all .2s;
  display: block;
}

.drop {
  color: #fff;
  border-bottom: 1px solid #ffffff1a;
  width: 500px;
  transition: all .5s;
  display: block;
}

.drop:hover {
  background-color: var(--dim-grey);
}

.drop.w--open {
  color: #fff;
}

.text-block-5 {
  font-family: Lato, sans-serif;
  line-height: 20px;
}

.drp-list {
  background-color: #fff;
  height: 0;
  line-height: 23px;
  transition: all .5s;
  display: block;
  position: static;
  overflow: hidden;
}

.drp-list.w--open {
  line-height: 23px;
  position: static;
  overflow: hidden;
}

.text-wrapper {
  padding: 30px 25px;
}

.paragraph-73 {
  text-align: justify;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
}

.drp-list-2 {
  background-color: #fff;
  height: 0;
  line-height: 23px;
  transition: all .5s;
  display: block;
  position: static;
  overflow: hidden;
}

.drp-list-2.w--open {
  line-height: 23px;
  position: static;
  overflow: hidden;
}

.drp-list-3 {
  background-color: #fff;
  height: 0;
  line-height: 23px;
  transition: all .5s;
  display: block;
  position: static;
  overflow: hidden;
}

.drp-list-3.w--open {
  line-height: 23px;
  position: static;
  overflow: hidden;
}

.div-block-105 {
  background-color: var(--royal-blue);
  padding-top: 100px;
  padding-bottom: 100px;
}

.appunt {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
}

.image-5 {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.container-7 {
  text-align: center;
}

.div-block-106 {
  z-index: 9999;
  background-color: var(--royal-blue);
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.container-8 {
  text-align: center;
}

.image-6 {
  margin-bottom: 20px;
}

.text-block-6 {
  color: var(--white);
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 22px;
}

.div-block-107 {
  background-image: linear-gradient(#00000040, #00000040), url('../images/WhatsApp-Image-2020-04-10-at-19.25.14-2.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  height: 60vh;
  padding-bottom: 5%;
  display: flex;
}

.div-block-108 {
  background-image: linear-gradient(#ffffffdb, #ffffffdb), url('../images/waben_back.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-5-black-small {
  background-color: var(--white);
  width: 500px;
  height: 2px;
}

.button-small-copy {
  background-color: var(--royal-blue);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 30px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.button-small-copy:hover {
  background-color: var(--dim-grey);
}

.div-block-107-viso {
  background-image: linear-gradient(#00000040, #00000040), url('../images/trattamenti-viso-a-catania.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  height: 60vh;
  padding-bottom: 5%;
  display: flex;
}

.div-block-109 {
  border-top-width: 1px;
  border-top-color: var(--dim-grey);
  border-bottom-width: 1px;
  border-bottom-color: var(--dim-grey);
  border-left-width: 1px;
  border-left-color: var(--dim-grey);
  background-color: var(--royal-blue);
  text-align: center;
  width: 33%;
  padding-bottom: 20px;
  transition: all .5s;
}

.div-block-109:hover {
  box-shadow: 0 1px 15px #0000003d;
}

.text-block-7 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.button-small-copysssss {
  background-color: var(--royal-blue);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 67%;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 30px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.button-small-copysssss:hover {
  background-color: var(--dim-grey);
}

.container-9 {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.container-9-copy {
  justify-content: space-around;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.div-block-110 {
  z-index: 35;
  background-color: var(--royal-blue);
  flex: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.text-block-8 {
  color: var(--white);
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.product1-grid-copy {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.peeling {
  background-image: linear-gradient(#00000040, #00000040), url('../images/peeling-a-catania.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  height: 60vh;
  padding-bottom: 5%;
  display: flex;
}

.div-block-111 {
  background-color: var(--royal-blue);
  color: var(--white);
  margin-top: 40px;
  padding: 25px;
}

.rich-text-block {
  color: var(--white);
  text-align: center;
}

.paragraph-70-copysssss {
  opacity: 1;
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
}

.needling {
  background-image: linear-gradient(#00000040, #00000040), url('../images/needling.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  height: 60vh;
  padding-bottom: 5%;
  display: flex;
}

.biostimolazione {
  background-image: linear-gradient(#00000040, #00000040), url('../images/biostimolazione-a-catania.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  height: 60vh;
  padding-bottom: 5%;
  display: flex;
}

.biorevitalizzazione {
  background-image: linear-gradient(#00000040, #00000040), url('../images/biorevitalizzazione-a-catania.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  height: 60vh;
  padding-bottom: 5%;
  display: flex;
}

.filler {
  background-image: linear-gradient(#00000040, #00000040), url('../images/filler-labbra.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  height: 60vh;
  padding-bottom: 5%;
  display: flex;
}

.botulino {
  background-image: linear-gradient(#00000040, #00000040), url('../images/botulino.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  height: 60vh;
  padding-bottom: 5%;
  display: flex;
}

.radiofrequenza {
  background-image: linear-gradient(#00000040, #00000040), url('../images/radiofrequenza-a-catania.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  height: 60vh;
  padding-bottom: 5%;
  display: flex;
}

.luce-pulsata {
  background-image: linear-gradient(#00000040, #00000040), url('../images/luce-pulsata-a-catania.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  height: 60vh;
  padding-bottom: 5%;
  display: flex;
}

.screening-nevi {
  background-image: linear-gradient(#00000040, #00000040), url('../images/screening-nevi.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  height: 60vh;
  padding-bottom: 5%;
  display: flex;
}

.diagnosi-tumori {
  background-image: linear-gradient(#00000040, #00000040), url('../images/diagnosi-tumori.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  height: 60vh;
  padding-bottom: 5%;
  display: flex;
}

.screening-melanomi {
  background-image: linear-gradient(#00000040, #00000040), url('../images/dermatologia-a-catania.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  height: 60vh;
  padding-bottom: 5%;
  display: flex;
}

.acne {
  background-image: linear-gradient(#00000040, #00000040), url('../images/acne.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  height: 60vh;
  padding-bottom: 5%;
  display: flex;
}

.dermatite-atopica {
  background-image: linear-gradient(#00000040, #00000040), url('../images/dermatite-atipica.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  height: 60vh;
  padding-bottom: 5%;
  display: flex;
}

.alopecia {
  background-image: linear-gradient(#00000040, #00000040), url('../images/alopecia.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  height: 60vh;
  padding-bottom: 5%;
  display: flex;
}

.psoriasi {
  background-image: linear-gradient(#00000040, #00000040), url('../images/psoriasi.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  height: 60vh;
  padding-bottom: 5%;
  display: flex;
}

.verruche {
  background-image: linear-gradient(#00000040, #00000040), url('../images/verruche.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  height: 60vh;
  padding-bottom: 5%;
  display: flex;
}

.laser-terapia {
  background-image: linear-gradient(#00000040, #00000040), url('../images/rimozione-tatuaggi-a-catania.jpeg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  height: 60vh;
  padding-bottom: 5%;
  display: flex;
}

.rich-text-block-2 {
  text-align: justify;
}

.icon-2 {
  display: none;
}

.dropdown-list {
  background-color: var(--white);
}

.botulino-copy {
  background-image: linear-gradient(#00000040, #00000040), url('../images/arbre_contatti_1920.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  height: 60vh;
  padding-bottom: 5%;
  display: flex;
}

.div-block-112 {
  margin-top: 40px;
}

.background-video {
  margin-bottom: 100px;
}

.text-block-9 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 20px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.link-block-7 {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.content19-item-wrap {
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.text-label {
  opacity: .7;
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  display: block;
}

.section-6 {
  background-image: linear-gradient(#ffffffdb, #ffffffdb), url('../images/waben_back.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 100px 36px;
}

.content19-headline-wrap {
  margin-bottom: 36px;
}

.deco-dot {
  background-color: var(--royal-blue);
  flex: none;
  width: 12px;
  height: 6px;
  margin-top: 7px;
  margin-right: 30px;
}

.content19-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.content19-items-wrap {
  margin-bottom: 72px;
}

.content19-sticky-wrap {
  position: sticky;
  top: 40px;
  bottom: 40px;
}

.content19-image {
  background-image: url('../images/clear-24072018190546329.jpeg');
  background-position: 50%;
  background-size: cover;
  height: 582px;
}

.paragraph-40 {
  opacity: .4;
  margin-bottom: 10px;
}

.content19-item-wrap-copy {
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.div-block-114 {
  margin-top: 40px;
}

.columns-3 {
  margin-top: 20px;
}

.paragraph-70-copyckdksks {
  opacity: 1;
  color: var(--black);
  text-align: center;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.text-span {
  text-transform: uppercase;
}

.links {
  color: #000;
  cursor: pointer;
}

.text-block-2-copy-copyxsxsxx {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 35px;
  font-weight: 300;
  line-height: 35px;
}

.div-block-115 {
  z-index: 9000;
  margin-bottom: 100px;
  position: relative;
}

.div-block-116 {
  z-index: 10000;
  opacity: 0;
  background-image: linear-gradient(#000000b3, #000000b3);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.container-30 {
  background-color: #fff;
  flex: 1;
}

.div-block-117 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 35px;
  display: flex;
}

.text-block-10 {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.paragraph-74 {
  color: #000;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
}

.bold-text {
  color: var(--royal-blue);
}

.div-block-118 {
  margin-bottom: 35px;
}

.image-7 {
  cursor: pointer;
}

.laser-terapia-copysxzmki {
  background-image: linear-gradient(#00000040, #00000040), url('../images/gdpr.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  height: 60vh;
  padding-bottom: 5%;
  display: flex;
}

.text-block-11 {
  color: #fff;
  font-family: Lato, sans-serif;
}

.link-privacy {
  color: #fff;
  text-decoration: none;
}

.link-privacy.w--current {
  color: #fff;
}

.seo {
  display: none;
}

.div-block-119, .html-embed {
  margin-top: 40px;
}

.html-embed-2 {
  text-align: right;
}

.html-embed-3 {
  text-align: left;
}

.button {
  margin-left: 10px;
}

.code-embed {
  margin-top: 10px;
}

@media screen and (max-width: 991px) {
  .columns {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-link {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .content5-image {
    background-position: 25%;
  }

  .section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .content5-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .product-image {
    background-position: 50%;
  }

  .section-3 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .product1-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .product1-content-wrap {
    margin-bottom: 20px;
  }

  .hero-with-background-wrap {
    flex-direction: column;
    display: flex;
  }

  .hero-with-background-wrap.hero2-wrap {
    flex-direction: column-reverse;
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero2-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    height: auto;
    min-height: auto;
    position: static;
  }

  .hero2-background {
    grid-template-columns: 1fr;
    height: auto;
    min-height: auto;
    position: static;
  }

  .hero2-content {
    max-width: 738px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero2-product-name {
    color: #fff;
  }

  .hero2-image {
    background-position: 50%;
    height: 600px;
    margin-left: -24px;
    margin-right: -24px;
  }

  .hero2-product {
    color: #fff;
    background-color: #18181d;
    margin-left: -24px;
    margin-right: -24px;
    padding: 24px;
  }

  .hero2-latest {
    padding: 26px;
  }

  .button-large {
    width: 100%;
  }

  .hero2-title {
    padding: 47px 0 67px;
  }

  .content18-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .section-4 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .content18-image3 {
    display: none;
  }

  .product1-grid-copy {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .dropdown-list.w--open {
    border-top: 1px solid var(--royal-blue);
  }

  .nav-menu {
    background-color: var(--white);
    text-align: center;
  }

  .dropdown {
    width: 100%;
  }

  .menu-button {
    color: var(--royal-blue);
  }

  .menu-button.w--open {
    color: var(--dim-grey);
    background-color: #0000;
  }

  .section-6 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .content19-grid {
    grid-column-gap: 24px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .content19-sticky-wrap {
    position: relative;
    top: 0;
    bottom: 0;
  }

  .content19-image {
    height: 480px;
  }
}

@media screen and (max-width: 767px) {
  .div-block-4 {
    margin-bottom: 61px;
  }

  .div-block-6 {
    display: none;
  }

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

  .text-block-2 {
    font-size: 30px;
    line-height: 30px;
  }

  .text-block-2-copy {
    font-size: 12px;
  }

  .div-block-5-black {
    width: 200px;
  }

  .content5-image {
    height: 360px;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content5-grey-content {
    box-shadow: none;
    background-color: #0000;
    margin-top: 0;
    margin-bottom: 30px;
    padding: 0;
  }

  .content5-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .link-block-5 {
    width: 90%;
    margin-bottom: 10px;
  }

  .container-6 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .hero-service {
    display: none;
  }

  .section-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .product1-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .hero2-image-collection {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .hero-with-background-wrap.hero2-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .hero2-image {
    height: 480px;
  }

  .hero2-product {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero2-latest {
    flex-direction: column;
  }

  .size1-text {
    font-size: 34px;
    line-height: 42px;
  }

  .hero2-title {
    padding-top: 37px;
    padding-bottom: 47px;
  }

  .content18-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .section-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content18-headline-wrap {
    margin-bottom: 26px;
  }

  .content18-image1 {
    height: 360px;
  }

  .content18-content-wrap {
    margin-bottom: 20px;
  }

  .section-5 {
    width: 90%;
  }

  .drp, .drop {
    width: 100%;
  }

  .text-block-5 {
    font-size: 12px;
  }

  .container-7, .container-8 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-5-black-small {
    width: 200px;
  }

  .button-small-copy {
    width: 70%;
  }

  .product1-grid-copy {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .container-10, .container-11, .container-12, .container-13, .container-14, .container-15, .container-16, .container-17, .container-18, .container-19, .container-20, .container-21, .container-22, .container-23, .container-24, .container-25, .container-26, .container-27, .container-28, .container-29 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-113 {
    z-index: 1000;
    background-color: var(--royal-blue);
    text-align: right;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .row-3 {
    display: flex;
  }

  .column-23 {
    text-align: center;
    border-right: 1px solid #fff;
    justify-content: center;
    align-items: center;
    padding-top: 3px;
    padding-bottom: 3px;
    display: flex;
  }

  .link-block-6 {
    flex: 1;
  }

  .column-24 {
    text-align: center;
    border-left: 1px solid #fff;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content19-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .content19-sticky-wrap {
    position: relative;
  }

  .content19-image {
    height: 360px;
  }

  .text-block-2-copy-copyxsxsxx {
    font-size: 12px;
  }
}

@media screen and (max-width: 479px) {
  .text-block-2 {
    font-size: 23px;
    line-height: 27px;
  }

  .text-block-2-copy {
    line-height: 15px;
  }

  .button-label {
    font-size: 10px;
  }

  .section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .content5-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .button-small {
    flex: none;
    align-self: stretch;
  }

  .card_heading {
    font-size: 18px;
  }

  .button-small-2 {
    flex: none;
    align-self: stretch;
  }

  .button-small-2.white-small {
    flex: none;
  }

  .section-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .product1-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .label.inside-label {
    text-align: center;
  }

  .hero-with-background-wrap.hero2-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .hero2-product-name {
    margin-bottom: 0;
  }

  .hero2-image {
    height: 360px;
  }

  .hero2-product {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero2-latest {
    flex-direction: column;
    padding: 20px;
  }

  .size1-text.size1-top-clear {
    font-size: 13px;
  }

  .button-large {
    font-size: 14px;
    line-height: 22px;
  }

  .content18-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .section-4 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-104 {
    display: none;
  }

  .text-block-5 {
    font-size: 7px;
  }

  .text-block-6 {
    font-size: 11px;
  }

  .button-small-copy {
    flex: none;
    align-self: stretch;
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-small-copysssss {
    flex: none;
    align-self: stretch;
  }

  .product1-grid-copy {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .div-block-111 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .row-3 {
    justify-content: center;
  }

  .section-6 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .content19-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .text-block-2-copy-copyxsxsxx {
    line-height: 15px;
  }
}

#w-node-_6d915879-55e4-edbb-5eac-152c7607c3a9-07ff769f {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_6d915879-55e4-edbb-5eac-152c7607c3b2-07ff769f {
  grid-area: 1 / 1 / 2 / 8;
  align-self: center;
}

#w-node-eb7394dc-20ea-a116-082a-27cbc619d8f9-07ff769f {
  grid-area: 1 / 1 / 2 / 6;
  place-self: center start;
}

#w-node-eb7394dc-20ea-a116-082a-27cbc619d911-07ff769f {
  grid-area: 1 / 7 / 2 / 10;
}

#w-node-eb7394dc-20ea-a116-082a-27cbc619d912-07ff769f, #w-node-eb7394dc-20ea-a116-082a-27cbc619d913-07ff769f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eb7394dc-20ea-a116-082a-27cbc619d914-07ff769f {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-_608babba-057c-0fce-d1a0-cdf4fbf1c86c-07ff769f {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: start;
}

#w-node-_608babba-057c-0fce-d1a0-cdf4fbf1c872-07ff769f {
  grid-area: 1 / 7 / 2 / 13;
}

@media screen and (max-width: 991px) {
  #w-node-_6d915879-55e4-edbb-5eac-152c7607c3a9-07ff769f {
    grid-column-end: 6;
  }

  #w-node-_6d915879-55e4-edbb-5eac-152c7607c3b2-07ff769f {
    grid-column: 3 / 9;
  }

  #w-node-eb7394dc-20ea-a116-082a-27cbc619d8f9-07ff769f {
    grid-area: 1 / 1 / 2 / 6;
    place-self: center start;
  }

  #w-node-_608babba-057c-0fce-d1a0-cdf4fbf1c86c-07ff769f {
    grid-column: span 8 / span 8;
  }

  #w-node-_608babba-057c-0fce-d1a0-cdf4fbf1c872-07ff769f {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6d915879-55e4-edbb-5eac-152c7607c3a9-07ff769f, #w-node-_6d915879-55e4-edbb-5eac-152c7607c3b2-07ff769f, #w-node-eb7394dc-20ea-a116-082a-27cbc619d8f9-07ff769f, #w-node-eb7394dc-20ea-a116-082a-27cbc619d911-07ff769f {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_608babba-057c-0fce-d1a0-cdf4fbf1c86c-07ff769f {
    grid-column: span 6 / span 6;
  }

  #w-node-_608babba-057c-0fce-d1a0-cdf4fbf1c872-07ff769f {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6d915879-55e4-edbb-5eac-152c7607c3a9-07ff769f, #w-node-_6d915879-55e4-edbb-5eac-152c7607c3b2-07ff769f {
    grid-column: span 4 / span 4;
  }

  #w-node-eb7394dc-20ea-a116-082a-27cbc619d8f9-07ff769f {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-eb7394dc-20ea-a116-082a-27cbc619d911-07ff769f {
    grid-column: span 4 / span 4;
  }
}


