:root {
  --medium-violet-red: #d34292;
  --midnight-blue: rgba(17, 41, 102, .85);
  --medium-aquamarine: #1abc9c;
  --forest-green: #229725;
  --steel-blue: #086a8d;
  --dark-cyan: #008c8f;
  --dim-grey: #464646;
  --dim-grey-2: #616161;
  --dark-turquoise: #22cacd;
  --dark-slate-blue: #023a7a;
  --light-steel-blue: #9fadd3;
  --black: black;
  --grey: #8a8a8a;
  --chocolate: #ee6f1b;
  --white: white;
  --deep-sky-blue: #49b6ff;
  --cadet-blue: rgba(16, 158, 163, .89);
  --cadet-blue-2: #109ea3;
  --sea-green: #088d48;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.div-block-116 {
  width: 80%;
  height: 60px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-link-16 {
  background-color: var(--medium-violet-red);
  color: var(--midnight-blue);
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: .8vw;
  font-weight: 700;
  transition: color .25s;
}

.nav-link-16:hover {
  color: var(--medium-aquamarine);
}

.nav-link-16._1 {
  background-color: var(--forest-green);
  color: #fff;
  border-radius: 30px;
  margin-right: 10px;
  padding: 9px 15px;
  font-size: .7vw;
  transition: all .3s;
}

.nav-link-16._1:hover {
  background-color: var(--steel-blue);
}

.nav-link-16._2 {
  padding-right: 0;
}

.search-input {
  width: 100px;
  border-style: none;
  margin-bottom: 0;
  font-size: .8vw;
}

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

.div-block-117 {
  border-right: 2px rgba(138, 138, 138, .35);
  align-items: center;
  display: flex;
}

.nav-menu-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-35 {
  width: 6vw;
  margin-top: 0;
  margin-bottom: 0;
}

.search-button {
  color: var(--medium-aquamarine);
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #1abc9c;
  border-radius: 30px;
  padding: 9px 15px;
  font-family: Open Sans, sans-serif;
  font-size: 10px;
  font-weight: 700;
}

.navbar-5 {
  height: auto;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px 26px -9px #000;
}

.section {
  height: 65%;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.body {
  height: 100%;
  overflow: visible;
}

.section-2 {
  height: auto;
  background-color: var(--dark-cyan);
  align-items: center;
  padding: 40px 10%;
  display: flex;
}

.heading {
  color: var(--midnight-blue);
  margin-top: 30px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.5vw;
  line-height: 1.5vw;
}

.paragraph {
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: .8vw;
  line-height: 1.5vw;
}

.link {
  background-color: var(--medium-aquamarine);
  border-radius: 5px;
  font-size: .8vw;
  position: static;
}

.row {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.column {
  padding: 20px;
}

.div-block-118 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 2px solid #e4e4e4;
  border-radius: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  padding: 50px;
  transition: border-color .4s cubic-bezier(.165, .84, .44, 1);
  display: grid;
  position: relative;
}

.div-block-118:hover {
  border-color: var(--medium-aquamarine);
}

.section-3 {
  width: 100%;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 80px 10%;
  display: grid;
}

.div-block-119 {
  z-index: 1;
  width: 80%;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.heading-2 {
  color: var(--dark-cyan);
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 2.5vw;
  font-weight: 900;
  line-height: 3vw;
}

.heading-2.v {
  font-size: 2vw;
}

.heading-2.v.f {
  text-align: center;
}

.heading-2.v.gg {
  margin-bottom: 5px;
}

.link-2 {
  background-color: var(--dark-cyan);
  text-transform: uppercase;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  padding: 20px;
  font-size: .8vw;
  font-weight: 600;
}

.div-block-120 {
  width: 50%;
  height: 100%;
  justify-content: space-between;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block-121 {
  width: 60%;
}

.link-3 {
  border: 5px none var(--midnight-blue);
  color: var(--dark-cyan);
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 30px;
  padding: 15px 40px;
  font-family: Lato, sans-serif;
  font-size: .8vw;
  font-weight: 800;
  line-height: 2vw;
  text-decoration: none;
}

.div-block-122 {
  padding: 0;
  overflow: visible;
}

.paragraph-2 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: .7vw;
  line-height: 1vw;
}

.heading-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 1.5vw;
  font-weight: 300;
  line-height: 2vw;
}

.div-block-123 {
  width: 100%;
  height: 100%;
  background-image: url('../images/sla1.jpg');
  background-position: 50% 22%;
  background-size: cover;
  position: absolute;
}

.div-block-123:hover {
  width: 100%;
  height: 100%;
}

.div-block-124 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 2vw;
  display: flex;
}

.image-36 {
  opacity: .5;
  color: #49b6ff;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 5px;
  margin-right: 5px;
}

.heading-4 {
  color: var(--midnight-blue);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 1vw;
  font-weight: 800;
  line-height: 25px;
}

.heading-4._1 {
  height: 150px;
  background-image: linear-gradient(to bottom, var(--medium-violet-red), var(--medium-violet-red));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.column-2 {
  z-index: 1;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 0 0 13px rgba(150, 150, 150, .43);
}

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

.div-block-125 {
  width: 80%;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  perspective: 2000px;
  border: 1px rgba(97, 97, 97, .15);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-125.ff {
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-126 {
  width: 100%;
  height: 200px;
  background-image: url('../images/img5.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: opacity .3s;
  display: flex;
  position: relative;
}

.div-block-126:hover {
  opacity: .8;
}

.div-block-126._1 {
  background-image: url('../images/Ophthalmology.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-126._2 {
  height: 200px;
  background-image: url('../images/PHOTO-2023-12-15-17-03-21-3.jpg');
  background-position: 50% 33%;
}

.div-block-126.tt {
  background-image: url('../images/PHOTO-2023-12-15-17-03-25-2.jpg');
  background-position: 50% 20%;
}

.div-block-126.tt.filler {
  background-image: url('../images/filler-dermico.jpeg');
}

.div-block-126.gg {
  background-image: url('../images/PHOTO-2023-12-15-18-40-26.jpg');
  background-position: 30% 30%;
}

.div-block-127, .div-block-128 {
  height: 150px;
}

.div-block-129 {
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 30px 0 0;
  display: flex;
}

.text-block {
  color: #707070;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Open Sans, sans-serif;
  font-size: .9vw;
  font-weight: 300;
  line-height: 1.2vw;
}

.link-4 {
  border-style: none none dotted;
  border-width: 1px;
  border-color: white white var(--midnight-blue);
  color: var(--midnight-blue);
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 0;
  padding: 0 0 2px;
  font-family: Open Sans, sans-serif;
  font-size: .8vw;
  font-weight: 700;
  transition: all .45s;
}

.link-4:hover {
  border-style: none none dotted;
  border-color: var(--medium-aquamarine);
  color: var(--medium-aquamarine);
  background-color: #fff;
}

.link-4._1 {
  background-color: var(--medium-violet-red);
}

.link-4._1:hover {
  border-color: var(--medium-violet-red);
  color: var(--medium-violet-red);
  background-color: #fff;
}

.section-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.section-5 {
  height: 80%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.row-2 {
  height: 100%;
}

.column-6 {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
}

.column-7 {
  height: 100%;
  background-image: url('../images/img6.jpg');
  background-position: 65%;
  background-size: cover;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-130 {
  width: 100px;
  height: 5px;
  background-color: var(--medium-aquamarine);
  border-radius: 5px;
}

.div-block-131 {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 60px 100px 60px 20%;
  display: flex;
}

.heading-5 {
  color: var(--midnight-blue);
  margin-top: 15px;
  margin-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 2vw;
  font-weight: 700;
  line-height: 3vw;
}

.paragraph-3 {
  color: var(--dim-grey);
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Open Sans, sans-serif;
  font-size: .8vw;
  line-height: 1.5vw;
}

.text-block-2 {
  width: 70%;
  background-color: #49b6ff;
  background-image: linear-gradient(to right, var(--dark-turquoise), var(--medium-aquamarine));
  color: #fff;
  border-radius: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 25px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.text-block-2._2 {
  width: 60%;
}

.text-block-2._3 {
  width: 50%;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to right, var(--dark-turquoise), var(--medium-aquamarine)), linear-gradient(to bottom, var(--dark-turquoise), var(--dark-turquoise));
}

.text-block-2._4 {
  width: 40%;
}

.column-8 {
  height: 100%;
  background-image: url('../images/IMG_3941.jpg');
  background-position: 50%;
  background-size: cover;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.section-6 {
  height: 90%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto 0fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.row-3 {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.row-4 {
  height: 50%;
}

.column-9 {
  height: 100%;
  background-image: url('../images/IMG_3864.jpg');
  background-position: 50%;
  background-size: cover;
  overflow: hidden;
}

.column-10 {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.column-11 {
  height: 100%;
  background-image: url('../images/IMG_3808-копия.jpg');
  background-position: 50%;
  background-size: cover;
  overflow: hidden;
}

.row-5 {
  height: 50%;
}

.column-12 {
  height: 100%;
  background-image: url('../images/IMG_4053.jpg');
  background-position: 50%;
  background-size: cover;
  overflow: hidden;
}

.column-13 {
  height: 100%;
  background-image: url('../images/IMG_3817.jpg');
  background-position: 50%;
  background-size: cover;
  overflow: hidden;
}

.div-block-132 {
  width: 100%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
}

.div-block-133 {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.div-block-134 {
  width: 100%;
  height: 100%;
  background-image: url('../images/IMG_4053.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-135 {
  width: 100%;
  height: 100%;
  background-image: url('../images/IMG_3817.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-136 {
  width: 100%;
  height: 100%;
  background-image: url('../images/IMG_3864.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-137 {
  width: 100%;
  height: 100%;
  background-image: url('../images/IMG_3808-копия.jpg');
  background-position: 50%;
  background-size: cover;
}

.heading-6 {
  color: #fff;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.text-block-3 {
  width: auto;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 11px;
}

.div-block-138 {
  width: 80%;
  height: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.section-7 {
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.div-block-139 {
  width: 33%;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 50px;
  display: block;
}

.div-block-140, .div-block-141 {
  width: 33%;
  height: 100%;
  padding: 50px;
}

.row-6 {
  height: 100%;
  box-shadow: 3px 3px 9px 1px #d4d4d4;
}

.row-7, .row-8 {
  height: 100%;
}

.column-14 {
  height: 100%;
  background-image: url('../images/Depositphotos_12303511.jpg');
  background-position: -144px;
  background-size: cover;
}

.column-15 {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.column-16, .column-17, .column-18, .column-19 {
  height: 100%;
}

.heading-7 {
  max-height: 100%;
  max-width: 80%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
}

.text-block-4 {
  color: #49b6ff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.paragraph-4 {
  color: #a0a0a0;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

.div-block-142 {
  width: 50%;
  height: 100%;
  background-image: url('../images/Eye-Tests-Examination.jpg');
  background-position: 69%;
  background-size: cover;
}

.div-block-143 {
  width: 50%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.div-block-144 {
  height: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 1px 7px 11px -3px #c3c3c3;
}

.pricediv {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border: 1px rgba(97, 97, 97, .2);
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  align-self: stretch;
  transition: all .4s;
  display: grid;
  position: relative;
}

.section-8 {
  height: 100px;
  display: block;
}

.div-block-145 {
  background-image: url('../images/IMG_3941.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-146 {
  background-image: url('../images/IMG_3864.jpg');
  background-position: 50%;
  background-size: cover;
}

.italic-text {
  width: 100%;
  color: var(--dark-slate-blue);
  letter-spacing: 2px;
  font-family: Great Vibes, cursive;
  font-size: 1vw;
  font-style: normal;
  line-height: 1vw;
}

.text-block-5 {
  margin-bottom: 15px;
}

.section-9 {
  background-image: linear-gradient(to bottom, var(--dark-slate-blue), var(--dark-slate-blue));
  background-position: 0 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 65px;
  padding-bottom: 65px;
  display: flex;
}

.div-block-147 {
  width: 80%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 60px;
  display: grid;
}

.heading-8 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 1vw;
}

.paragraph-5 {
  color: var(--light-steel-blue);
  text-align: justify;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 35px;
  padding-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: .8vw;
  font-weight: 600;
  line-height: 1.5vw;
}

.button {
  background-color: var(--dark-cyan);
  border-radius: 30px;
  padding: 15px;
  font-size: .8vw;
  font-weight: 600;
  transition: all .3s;
}

.button:hover {
  background-color: var(--dark-slate-blue);
}

.button._2 {
  margin-top: 30px;
}

.footblock {
  padding-right: 50px;
}

.link-5 {
  color: var(--light-steel-blue);
  font-size: .8vw;
  line-height: 1.5vw;
  text-decoration: none;
}

.text-block-6 {
  color: var(--light-steel-blue);
  font-family: Open Sans, sans-serif;
  font-size: .8vw;
  font-weight: 600;
  transition: all .2s;
}

.text-block-6:hover {
  color: var(--dark-cyan);
}

.div-block-148 {
  flex-direction: row;
  align-items: flex-end;
  margin-bottom: 20px;
  padding-top: 10px;
  display: flex;
}

.image-37 {
  width: 25px;
  margin-right: 15px;
}

.image-38 {
  width: 15px;
  margin-right: 15px;
}

.div-block-149 {
  border-bottom: 1px solid rgba(255, 255, 255, .15);
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-150 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px #000;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 10px;
  padding-bottom: 10px;
  display: grid;
}

.text-block-7 {
  color: var(--light-steel-blue);
  font-family: Open Sans, sans-serif;
  font-size: .8vw;
  font-weight: 600;
}

.section-10 {
  width: auto;
  height: 80%;
  margin-top: 0;
  padding-top: 100px;
}

.body-2 {
  height: 100%;
  display: block;
}

.slider {
  height: 100%;
}

.section-11 {
  height: auto;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-151 {
  width: 80%;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 30% 1fr;
  grid-auto-columns: 1fr;
  padding: 0 0%;
  display: grid;
}

.heading-9 {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1vw;
  font-weight: 700;
  line-height: 1.5vw;
}

.paragraph-6 {
  width: 100%;
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: .8vw;
  font-weight: 500;
}

.div-block-152 {
  height: 100%;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 5px none var(--medium-aquamarine);
  background-color: var(--medium-aquamarine);
  border-radius: 10px 0 0 10px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  justify-items: start;
  margin-right: 0;
  padding: 15px;
  transition: all .3s;
  display: grid;
}

.bold-text {
  font-weight: 300;
}

.div-block-153 {
  background-image: url('../images/IMG_4053.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-154 {
  background-image: url('../images/IMG_3808-копия.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-155 {
  background-image: url('../images/IMG_3817.jpg');
  background-position: 50%;
  background-size: cover;
}

.bold-text-2 {
  font-weight: 300;
}

.div-block-158 {
  height: 200px;
  background-image: url('../images/img4.jpg');
  background-position: 100%;
  background-size: cover;
  border-radius: 5px;
  transition: opacity .3s;
  position: relative;
}

.div-block-158:hover {
  opacity: .8;
}

.bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16 {
  font-weight: 300;
}

.text-block-8 {
  background-color: var(--dark-cyan);
  color: #fff;
  text-transform: uppercase;
  border-radius: 15px;
  padding: 10px;
  font-family: Open Sans, sans-serif;
  font-size: .7vw;
  font-weight: 700;
  position: absolute;
  top: 15px;
  left: 15px;
}

.text-block-8._1 {
  background-color: var(--dark-cyan);
}

.div-block-159 {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.slide {
  background-image: linear-gradient(95deg, rgba(0, 0, 0, 0) 42%, rgba(255, 255, 255, .46) 59%, #fff 96%), url('../images/lostudio-vastano.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide.orto {
  background-image: linear-gradient(95deg, rgba(0, 0, 0, 0) 53%, rgba(255, 255, 255, .46) 74%, #fff 96%), url('../images/ortodonzia-robertavastano.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide.orto.tratt {
  background-image: linear-gradient(95deg, rgba(0, 0, 0, 0) 53%, rgba(255, 255, 255, .46) 74%, #fff 96%), url('../images/dentista-femminile-presso-studio-dentistico-min.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.slide.orto.tratt.pro {
  background-image: linear-gradient(95deg, rgba(0, 0, 0, 0) 53%, rgba(255, 255, 255, .46) 74%, #fff 96%), url('../images/protesi-2.webp');
  background-position: 0 0, 0%;
  background-size: auto, cover;
}

.slide.orto.laser {
  background-image: linear-gradient(95deg, rgba(0, 0, 0, 0) 53%, rgba(255, 255, 255, .46) 74%, #fff 96%), url('../images/img3.jpg');
  background-position: 0 0, 30% 60%;
  background-size: auto, cover;
}

.slide.orto.laser.tratt {
  background-image: url('../images/filler-dermico.jpeg'), linear-gradient(95deg, rgba(0, 0, 0, 0) 53%, rgba(255, 255, 255, .46) 74%, #fff 96%);
  background-position: 30% 60%, 0 0;
  background-size: cover, auto;
}

.slide.orto.laser.tratt.med {
  background-image: linear-gradient(95deg, rgba(0, 0, 0, 0) 53%, rgba(255, 255, 255, .46) 74%, #fff 96%), url('../images/filler-dermico-vastano.jpeg');
  background-position: 0 0, 30% 60%;
  background-size: auto, cover;
}

.slide.orto.rad {
  background-image: linear-gradient(95deg, rgba(0, 0, 0, 0) 53%, rgba(255, 255, 255, .46) 74%, #fff 96%), url('../images/PHOTO-2023-12-15-18-40-26.jpg');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
}

.section-13 {
  height: 80px;
}

.div-block-160 {
  width: 100%;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-161 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.paragraph-7 {
  width: 70%;
  color: #fff;
  text-align: right;
  font-family: Open Sans, sans-serif;
  font-size: 1vw;
  line-height: 1.2vw;
}

.paragraph-7._1 {
  color: #000;
  text-align: left;
}

.heading-12 {
  width: 70%;
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 4vw;
  line-height: 4.5vw;
}

.text-block-9 {
  width: 70%;
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 1.5vw;
  line-height: 2vw;
}

.div-block-162 {
  width: auto;
  height: 100%;
  background-color: rgba(255, 255, 255, .3);
}

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

.div-block-163 {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.div-block-164 {
  margin-left: 0;
}

.div-block-165 {
  background-color: var(--dark-slate-blue);
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-around;
  align-self: stretch;
  padding: 40px 30px;
  transition: all .3s;
  display: flex;
  box-shadow: 1px 1px 20px rgba(17, 41, 102, .5);
}

.div-block-165:hover {
  box-shadow: 1px 1px 20px rgba(26, 188, 156, .5);
}

.link-6 {
  background-color: var(--dark-slate-blue);
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 10px 15px;
  font-family: Open Sans, sans-serif;
  font-size: .8vw;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}

.link-6:hover {
  color: #fff;
}

.link-6._1 {
  border-style: solid;
  border-width: 2px;
  border-bottom-color: var(--medium-aquamarine);
  color: var(--medium-aquamarine);
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: .8vw;
  font-weight: 900;
}

.link-6._1:hover {
  background-color: var(--medium-aquamarine);
  color: #fff;
  border-color: #fff;
}

.heading-13 {
  color: rgba(0, 0, 0, .85);
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4vw;
  transition: color .3s;
}

.heading-13:hover {
  color: var(--black);
}

.heading-13.ff {
  font-size: 14px;
}

.div-block-166 {
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  align-self: stretch;
  align-items: flex-start;
  padding: 40px 30px;
  transition: all .3s;
  display: flex;
  box-shadow: 1px 1px 20px rgba(17, 41, 102, .5);
}

.div-block-166:hover {
  box-shadow: none;
  align-self: stretch;
}

.text-block-10 {
  background-color: var(--dark-cyan);
  color: #fff;
  text-transform: uppercase;
  border-radius: 30px;
  padding: 9px 15px;
  font-family: Lato, sans-serif;
  font-size: .7vw;
  font-weight: 600;
  transition: all .3s;
}

.text-block-10:hover {
  background-color: var(--midnight-blue);
}

.text-block-10.ww {
  font-size: .6vw;
  display: inline;
}

.image-41 {
  width: 15px;
  margin-right: 15px;
  transition: all .2s;
}

.image-41:hover {
  transform: scale(1.11);
}

.div-block-167 {
  align-items: center;
  margin-top: 0;
  display: flex;
}

.text-block-11 {
  color: var(--grey);
  font-family: Open Sans, sans-serif;
  font-size: .8vw;
}

.div-block-168 {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .42), rgba(0, 0, 0, 0)), url('../images/istockphoto-1280259775-2048x2048-transformed.jpeg');
  background-position: 0 0, 58%;
  background-size: auto, cover;
  border-radius: 5px 10px 10px;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  padding: 40px 30px;
  transition: opacity .3s;
  display: flex;
}

.div-block-168:hover {
  opacity: .9;
  align-self: stretch;
}

.div-block-168._1 {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .42), rgba(0, 0, 0, 0)), url('../images/img1.jpg');
  background-position: 0 0, 0%;
  background-size: auto, auto 120%;
  align-self: stretch;
}

.heading-14 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 1.4vw;
}

.text-block-12 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: .8vw;
}

.link-block-2 {
  text-decoration: none;
}

.link-block-3 {
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
}

.div-block-169 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
}

.div-block-169._1 {
  align-items: flex-start;
  padding-bottom: 20px;
}

.text-block-13 {
  color: var(--medium-aquamarine);
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: .8vw;
  font-weight: 700;
}

.heading-15 {
  color: var(--midnight-blue);
  text-transform: uppercase;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.5vw;
  font-weight: 800;
}

.section-14 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  display: flex;
}

.link-block-4 {
  align-self: start;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
}

.heading-16 {
  color: var(--midnight-blue);
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: .8vw;
  transition: all .3s;
}

.heading-16:hover {
  color: var(--medium-aquamarine);
}

.button-3 {
  background-color: var(--midnight-blue);
  text-transform: uppercase;
  border-radius: 30px;
  margin-top: 30px;
  font-family: Open Sans, sans-serif;
  font-size: .7vw;
  font-weight: 800;
}

.slide-2 {
  background-image: url('../images/090817-BlackWhite-lg.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-170 {
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-171 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-14 {
  width: 70%;
  font-size: 1.5vw;
  line-height: 2vw;
}

.heading-17 {
  width: 70%;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 4vw;
  font-weight: 900;
  line-height: 4.5vw;
}

.icon, .icon-2 {
  color: var(--medium-aquamarine);
  transform: scale(.8);
}

.section-15 {
  height: auto;
  flex-direction: row;
}

.nav-menu-6 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.brand {
  width: auto;
  margin-bottom: 0;
}

.nav-link-17 {
  color: var(--dark-slate-blue);
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Lato, sans-serif;
  font-size: .7vw;
  font-weight: 700;
  transition: all .3s;
}

.nav-link-17:hover, .nav-link-17.w--current {
  color: var(--forest-green);
}

.navbar-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px 15px rgba(0, 0, 0, .25);
}

.image-42 {
  width: 40px;
  margin-right: 15px;
}

.image-43 {
  width: 40px;
}

.div-block-172 {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.heading-18 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: .9vw;
  font-weight: 700;
}

.button-4 {
  background-color: var(--midnight-blue);
  text-align: center;
  text-transform: uppercase;
  border-radius: 10px;
  font-size: .8vw;
}

.div-block-173 {
  width: 80%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-174 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding: 35px;
  display: flex;
  box-shadow: 0 1px 20px rgba(17, 41, 102, .32);
}

.div-block-174:hover {
  box-shadow: 0 1px 20px rgba(26, 188, 156, .52);
}

.div-block-174._1 {
  background-color: var(--midnight-blue);
}

.div-block-174._2 {
  background-color: var(--chocolate);
}

.div-block-174._3 {
  background-color: #49b6ff;
}

.div-block-174._4 {
  background-color: #3ad58d;
}

.div-block-174._5 {
  background-color: #f48b8a;
}

.heading-19 {
  color: var(--midnight-blue);
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 1vw;
}

.paragraph-8 {
  color: var(--dim-grey-2);
  text-align: left;
  text-transform: uppercase;
  font-size: .6vw;
  line-height: 1.2vw;
}

.section-16 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.map {
  height: 100%;
  border-radius: 10px;
}

.div-block-175 {
  width: 100%;
  height: 200px;
  background-image: url('../images/Depositphotos_12303511.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
}

.div-block-176 {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: flex-end;
  padding-right: 5%;
  display: flex;
}

.image-44 {
  width: 100px;
}

.div-block-177 {
  align-items: center;
  display: flex;
}

.heading-20 {
  color: rgba(255, 255, 255, .59);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: .7vw;
  font-weight: 600;
}

.flex-body {
  z-index: 100;
  width: auto;
  justify-content: center;
  align-items: center;
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
}

.button-wrapper {
  z-index: 1000;
  width: auto;
  color: #fff;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 14px 20px 13px;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .2s;
  position: fixed;
  bottom: 15px;
  right: 15px;
  box-shadow: 0 0 #000;
}

.button-wrapper:hover {
  box-shadow: 0 4px 15px -3px rgba(0, 0, 0, .64);
}

.modal-wrapper {
  z-index: 100000;
  width: 100%;
  perspective: 850px;
  cursor: default;
  justify-content: center;
  align-items: center;
  padding: 80px 40px;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
}

.modal-body {
  z-index: 10;
  color: #313131;
  background-color: #fff;
  border-radius: 4px;
  padding: 35px 30px 20px;
  position: relative;
  box-shadow: 0 9px 50px -14px #000;
}

.modal-title {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 32px;
}

.modal-closer {
  z-index: 5;
  width: 100%;
  background-color: rgba(0, 0, 0, .69);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.close-icon {
  z-index: 10000;
  width: 25px;
  color: #000;
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 30px;
}

.text-block-15 {
  color: var(--grey);
}

.div-block-178 {
  z-index: 1000;
  width: 200px;
  height: 50px;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  bottom: 15px;
  right: 15px;
  overflow: hidden;
  box-shadow: 0 1px 15px rgba(0, 0, 0, .46);
}

.heading-21 {
  height: 50px;
  color: var(--dim-grey-2);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Open Sans, sans-serif;
  font-size: .7vw;
  font-weight: 800;
}

.link-block-5 {
  width: 100%;
  height: 100%;
  color: var(--dim-grey);
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-block-6 {
  width: 200px;
  height: 50px;
  border-bottom: 3px solid var(--medium-aquamarine);
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.form {
  margin-bottom: 15px;
}

.form-block {
  width: 80%;
}

.submit-button {
  width: 100%;
  background-color: var(--medium-aquamarine);
  border-radius: 10px;
  font-size: .6vw;
}

.field-label {
  color: var(--medium-aquamarine);
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: .7vw;
  font-weight: 400;
}

.paragraph-9 {
  color: var(--grey);
  text-align: justify;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: .6vw;
}

.link-block-7 {
  display: none;
}

.div-block-179 {
  width: 100%;
  height: 40px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--dark-slate-blue);
  opacity: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 5px;
  padding-bottom: 5px;
  display: grid;
}

.heading-22 {
  color: #fff;
  text-align: right;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: .8vw;
  font-weight: 400;
}

.link-block-8 {
  width: 20px;
}

.link-block-9 {
  width: 25px;
  margin-right: 10px;
}

.div-block-180 {
  padding-left: 20%;
  padding-right: 0;
}

.div-block-181 {
  justify-content: flex-end;
  padding-right: 20%;
  display: flex;
}

.heading-23 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.5vw;
  line-height: 3vw;
}

.div-block-182 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: block;
}

.link-7, .link-8, .link-9, .link-10, .link-11, .link-12 {
  color: var(--midnight-blue);
  text-decoration: none;
}

.button-5 {
  background-color: var(--medium-aquamarine);
  text-transform: uppercase;
  border-radius: 5px;
  margin-top: 10px;
  font-size: .7vw;
}

.tabs {
  width: 80%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 35% 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tabs-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tab-pane-tab-1 {
  height: 100%;
}

.tab-link-tab-1 {
  padding-left: 30px;
}

.tab-link-tab-1.w--current {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.tab-link-tab-2 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  padding: 0;
  box-shadow: 1px 1px 30px rgba(17, 41, 102, .5);
}

.tab-link-tab-2:hover {
  box-shadow: 1px 1px 30px rgba(26, 188, 156, .5);
}

.tab-link-tab-3 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  margin-right: 10px;
  padding: 0;
  overflow: hidden;
}

.tab-link-tab-3.w--current {
  box-shadow: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: 0;
  overflow: hidden;
}

.tab-link-tab-4 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  padding: 0;
  box-shadow: 1px 1px 30px rgba(17, 41, 102, .5);
}

.tab-link-tab-4:hover {
  box-shadow: 1px 1px 30px rgba(26, 188, 156, .5);
}

.tab-link-tab-5 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
  box-shadow: 1px 1px 30px rgba(17, 41, 102, .5);
}

.tab-link-tab-5:hover {
  box-shadow: 1px 1px 30px rgba(26, 188, 156, .5);
}

.tabs-content {
  height: 100%;
  background-color: var(--medium-aquamarine);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.tab-pane-tab-2, .tab-pane-tab-3, .tab-pane-tab-4, .tab-pane-tab-5 {
  height: 100%;
}

.map-2 {
  height: 100%;
  border: 10px solid var(--medium-aquamarine);
}

.div-block-184 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-46 {
  width: 18px;
}

.text-block-16 {
  width: 70%;
}

.section-17 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.div-block-185 {
  width: 80%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-186 {
  background-color: var(--dark-cyan);
  border-radius: 5px;
  padding: 25px;
  position: relative;
  overflow: hidden;
}

.heading-24 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 2vw;
  line-height: 3.5vw;
}

.paragraph-10 {
  width: 60%;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: .7vw;
  line-height: 1.2vw;
}

.div-block-187, .div-block-188, .div-block-189 {
  background-color: var(--dark-cyan);
  border-radius: 5px;
  padding: 25px;
  position: relative;
  overflow: hidden;
}

.div-block-190 {
  border: 5px solid var(--midnight-blue);
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.image-47 {
  width: 8vw;
}

.button-6 {
  color: var(--midnight-blue);
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 15px;
  font-family: Open Sans, sans-serif;
  font-size: .7vw;
  font-weight: 700;
}

.heading-25 {
  color: var(--midnight-blue);
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 1vw;
  font-weight: 900;
  line-height: 2vw;
}

.image-48 {
  margin-top: 0;
  margin-bottom: 0;
}

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

.image-49 {
  width: 4vw;
  filter: invert();
  position: absolute;
  bottom: 25px;
  right: 25px;
}

.grid {
  width: 80%;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-192 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-26 {
  color: var(--midnight-blue);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.3vw;
  line-height: 1.7vw;
}

.text-block-17 {
  color: var(--grey);
  font-family: Open Sans, sans-serif;
  font-size: .8vw;
}

.section-18 {
  background-color: rgba(255, 255, 255, .16);
  padding-top: 120px;
  padding-bottom: 60px;
}

.div-block-193 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  padding: 25px;
  transition: all .3s;
  display: grid;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.div-block-193:hover {
  box-shadow: 0 1px 20px rgba(0, 0, 0, .11);
}

.div-block-194 {
  margin-bottom: 10px;
}

.div-block-195 {
  background-color: var(--medium-violet-red);
  border-radius: 5px;
  padding: 25px;
  position: relative;
  overflow: hidden;
}

.div-block-196 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 5px solid #008c8f;
  border-radius: 5px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 25px;
  display: grid;
}

.heading-27 {
  color: var(--midnight-blue);
  text-transform: uppercase;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 2vw;
  font-weight: 900;
}

.paragraph-11 {
  width: 70%;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: .8vw;
  line-height: 1.5vw;
}

.paragraph-12 {
  color: var(--dim-grey-2);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: .8vw;
  line-height: 1.2vw;
}

.image-50 {
  width: 3vw;
  position: absolute;
  bottom: 25px;
  right: 25px;
}

.grid-2 {
  width: 80%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-197 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-198, .div-block-199 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-right: 1px dotted var(--grey);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-items: start;
  padding: 25px;
  display: grid;
}

.div-block-200 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-items: start;
  padding: 25px;
  display: grid;
}

.div-block-201 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px dotted var(--grey);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-items: start;
  padding: 25px;
  display: grid;
}

.div-block-202 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px dotted var(--grey);
  border-right: 1px dotted var(--grey);
  border-left: 1px none var(--grey);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-items: start;
  padding: 25px;
  display: grid;
}

.div-block-203 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px dotted var(--grey);
  border-right: 1px dotted var(--grey);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-items: start;
  padding: 25px;
  display: grid;
}

.button-7 {
  width: auto;
  float: none;
  background-color: var(--medium-aquamarine);
  text-transform: uppercase;
  border-radius: 5px;
  padding: 15px 20px;
  font-size: .8vw;
  line-height: 1vw;
}

.grid-3, .div-block-206 {
  display: none;
}

.div-block-207 {
  width: 300px;
  height: 450px;
  cursor: pointer;
  background-color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 5%;
  overflow: hidden;
  transform: translate(0, 400px);
}

.heading-30 {
  height: 50px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px;
  padding-left: 14px;
  padding-right: 14px;
  font-family: Open Sans, sans-serif;
  font-size: .7vw;
}

.field-label-2 {
  color: var(--medium-aquamarine);
  font-family: Open Sans, sans-serif;
  font-size: .7vw;
  font-weight: 400;
}

.heading-31 {
  width: 100%;
  height: 50px;
  background-color: var(--forest-green);
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: .9vw;
}

.form-block-2 {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-208 {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.form-2 {
  width: 80%;
}

.submit-button-2 {
  background-color: var(--medium-aquamarine);
  border-radius: 10px;
}

.paragraph-13 {
  color: var(--dim-grey-2);
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: .55vw;
  line-height: 1vw;
}

.textarea {
  font-family: Open Sans, sans-serif;
  font-size: .8vw;
}

.div-block-209 {
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  display: flex;
}

.link-block-11 {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image-52, .image-53 {
  width: 20px;
  margin-right: 10px;
}

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

.left-arrow {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 5px;
  margin: 0;
  display: none;
  top: 15px;
  left: 15px;
}

.right-arrow {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 5px;
  margin: 0;
  display: none;
  top: 15px;
  left: 80px;
}

.div-block-210 {
  width: 100%;
  height: 40px;
  background-color: var(--midnight-blue);
}

.div-block-211 {
  width: 80%;
  height: 60px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-212 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-54 {
  width: 20px;
}

.image-55 {
  width: 25px;
}

.link-block-12 {
  margin-left: 10px;
}

.link-block-13 {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image-56 {
  width: 20px;
  margin-right: 10px;
}

.brand-2 {
  padding: 0;
}

.div-block-213 {
  width: 50%;
}

.text-block-18 {
  color: #fff;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: .7vw;
}

.heading-32 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1vw;
  line-height: 1.5vw;
}

.div-block-214 {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.text-block-19 {
  color: var(--grey);
  font-size: .8vw;
  line-height: 1vw;
}

.div-block-215 {
  border-top: 1px dotted var(--grey);
}

.bold-text-18 {
  font-size: 3.5vw;
}

.div-block-216 {
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.text-block-20 {
  color: var(--steel-blue);
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.text-block-20._55 {
  margin-bottom: 30px;
}

.paragraph-14 {
  color: #000;
  text-align: justify;
  letter-spacing: 1px;
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.paragraph-14.wh {
  color: #fff;
}

.div-block-217 {
  height: 60vh;
  text-shadow: 1px 1px 6px #000;
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/Vastano-roberta-studio-dentistico.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-21 {
  color: #fff;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 48px;
  line-height: 55px;
}

.heading-33 {
  color: #008c8f;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 2.5vw;
  font-weight: 900;
  line-height: 3vw;
}

.heading-33.v {
  font-size: 2vw;
}

.slide-nav {
  display: none;
}

.image-57 {
  margin-bottom: 30px;
}

.quick-stack {
  padding-left: 0;
  padding-right: 0;
}

.cell {
  justify-content: center;
  align-items: center;
}

.cell.gg {
  background-image: url('../images/filler-dermico.jpeg');
  background-position: 80%;
  background-size: cover;
}

.quick-stack-2 {
  padding-left: 0;
  padding-right: 0;
}

.cell-2 {
  justify-content: center;
  align-items: center;
}

.div-block-218 {
  border-bottom: 1px solid var(--dark-cyan);
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-218._33 {
  border-bottom-style: none;
}

html.w-mod-js [data-ix="zoommain"] {
  width: 120%;
}

html.w-mod-js [data-ix="blockinter"], html.w-mod-js [data-ix="bl2"], html.w-mod-js [data-ix="bl3"], html.w-mod-js [data-ix="bl4"] {
  width: auto;
}

html.w-mod-js [data-ix="hiderega"] {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .div-block-116 {
    width: 90%;
  }

  .nav-link-16 {
    margin-left: 0;
    margin-right: 0;
    font-size: 3vw;
    font-weight: 500;
  }

  .nav-link-16._1 {
    font-size: 3vw;
    font-weight: 300;
  }

  .search-input {
    width: 100%;
  }

  .search {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-117 {
    height: 100vh;
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 5%;
    display: flex;
  }

  .nav-menu-5 {
    height: 100vh;
  }

  .heading {
    font-size: 2vw;
    line-height: 2.2vw;
  }

  .paragraph {
    font-size: 1.5vw;
    line-height: 2vw;
  }

  .link {
    font-size: 1.5vw;
  }

  .row {
    width: auto;
  }

  .div-block-118 {
    padding: 20px;
  }

  .section-3 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-119 {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-2 {
    font-size: 1vw;
  }

  .div-block-120 {
    width: auto;
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-122 {
    width: auto;
  }

  .paragraph-2 {
    font-size: 12px;
  }

  .heading-3 {
    font-size: 20px;
    line-height: 30px;
  }

  .heading-4 {
    font-size: 1.5vw;
  }

  .heading-4._1 {
    height: 100px;
  }

  .div-block-125 {
    width: 90%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-126 {
    height: 200px;
  }

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

  .text-block, .link-4, .link-4._1 {
    font-size: 1.5vw;
  }

  .div-block-130 {
    background-color: var(--medium-aquamarine);
    border-radius: 5px;
  }

  .div-block-131 {
    padding: 5% 5% 5% 10%;
  }

  .heading-5 {
    font-size: 3vw;
    line-height: 2vw;
  }

  .paragraph-3 {
    font-size: 1.5vw;
    line-height: 2.5vw;
  }

  .section-6 {
    height: auto;
    grid-template-rows: 350px auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-138 {
    width: 90%;
  }

  .section-7 {
    height: auto;
  }

  .italic-text, .text-block-5 {
    font-size: 1.2vw;
  }

  .div-block-147 {
    width: 90%;
  }

  .heading-8, .paragraph-5 {
    font-size: 1.5vw;
    line-height: 2vw;
  }

  .button {
    font-size: 1.2vw;
  }

  .footblock {
    padding-right: 20px;
  }

  .text-block-6 {
    font-size: 1.5vw;
    line-height: 2vw;
  }

  .text-block-7 {
    font-size: 1vw;
  }

  .paragraph-6 {
    font-size: 1.2vw;
    line-height: 2vw;
  }

  .text-block-8 {
    font-size: 1vw;
  }

  .link-6, .link-6._1 {
    font-size: 1.2vw;
  }

  .heading-13 {
    font-size: 1.5vw;
    line-height: 1.8vw;
  }

  .text-block-10 {
    font-size: 1vw;
  }

  .text-block-11 {
    font-size: 1.2vw;
  }

  .div-block-168._1 {
    background-position: 0 0, 50%;
    background-size: auto, auto 150%;
    align-self: stretch;
  }

  .heading-14 {
    font-size: 1.8vw;
  }

  .text-block-12 {
    font-size: 1vw;
  }

  .text-block-13 {
    font-size: 1.2vw;
  }

  .heading-15 {
    font-size: 3vw;
  }

  .heading-16 {
    margin-top: 15px;
    font-size: 2vw;
  }

  .heading-19 {
    font-size: 1.5vw;
    line-height: 2.5vw;
  }

  .paragraph-8 {
    font-size: 1vw;
    line-height: 2vw;
  }

  .heading-21 {
    font-size: 1vw;
  }

  .link-block-7 {
    display: none;
  }

  .div-block-180 {
    padding-left: 10%;
  }

  .div-block-181 {
    padding-right: 10%;
  }

  .button-5 {
    font-size: 1.2vw;
  }

  .div-block-185 {
    width: 90%;
    grid-template-columns: 30% 30% 35%;
  }

  .div-block-186, .div-block-187, .div-block-188, .div-block-189 {
    padding: 15px;
  }

  .div-block-190 {
    padding: 0;
  }

  .button-6, .heading-25 {
    font-size: 1.2vw;
  }

  .image-49 {
    display: inline-block;
  }

  .grid {
    width: 90%;
  }

  .div-block-193 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .paragraph-11, .paragraph-12 {
    font-size: 1.2vw;
    line-height: 2vw;
  }

  .grid-2 {
    width: 90%;
  }

  .button-7 {
    font-size: 1.2vw;
  }

  .grid-3, .div-block-206 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .nav-link-16 {
    margin-left: 0;
  }

  .search-input {
    width: 100%;
  }

  .search {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-117 {
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .section-8 {
    display: none;
  }

  .link-block-7 {
    width: 50px;
    background-color: var(--medium-aquamarine);
    border-radius: 30px;
    padding: 10px;
    display: block;
    position: fixed;
    bottom: 60px;
    right: 25px;
  }

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

  .div-block-185 {
    width: 90%;
    grid-template-columns: auto auto;
  }

  .heading-24 {
    margin-bottom: 10px;
    font-size: 4vw;
    line-height: 5vw;
  }

  .paragraph-10 {
    font-size: 2vw;
    line-height: 3vw;
  }

  .button-6 {
    font-size: 1.2vw;
  }

  .div-block-191 {
    width: 90%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid-2 {
    display: none;
  }

  .div-block-197 {
    width: 100%;
  }

  .grid-3 {
    width: 90%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-28 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3vw;
  }

  .link-block-10 {
    color: var(--dim-grey);
    text-decoration: none;
  }

  .heading-29 {
    text-align: center;
    font-size: 5vw;
    line-height: 6vw;
  }

  .image-51 {
    width: 15vw;
  }

  .div-block-204 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-205 {
    grid-column-gap: 10px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-206 {
    width: 90%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-19 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .div-block-116 {
    width: 90%;
  }

  .nav-link-16 {
    margin-left: 0;
    margin-right: 0;
    font-size: 4vw;
    display: block;
    position: static;
  }

  .nav-link-16._1 {
    width: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 15%;
    margin-right: 15%;
    font-size: 4vw;
    display: flex;
  }

  .search-input {
    width: 100%;
  }

  .search {
    width: 100%;
    flex-direction: column;
  }

  .div-block-117 {
    height: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding: 20px 5%;
    display: flex;
    position: relative;
  }

  .nav-menu-5 {
    height: 100vh;
    box-shadow: none;
    background-color: #fff;
    flex-direction: column;
  }

  .image-35 {
    width: 35vw;
    max-width: 70%;
  }

  .search-button {
    width: 100%;
  }

  .navbar-5 {
    height: auto;
    box-shadow: 0 1px 26px -9px rgba(0, 0, 0, .5);
  }

  .section {
    height: auto;
  }

  .section-2 {
    height: auto;
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .heading {
    text-align: center;
    margin-bottom: 20px;
    font-size: 3vw;
    line-height: 3vw;
  }

  .link {
    color: var(--medium-aquamarine);
    background-color: #fff;
    margin-bottom: 10px;
    padding: 0;
    font-size: 3.5vw;
    font-weight: 700;
  }

  .div-block-118 {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding: 5px;
    display: flex;
  }

  .section-3 {
    width: 100%;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 60px 2% 0;
  }

  .div-block-119 {
    grid-column-gap: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .heading-2 {
    text-align: justify;
    margin-top: 0;
    font-size: 5vw;
    font-weight: 900;
    line-height: 7vw;
  }

  .heading-2.v {
    font-size: 20px;
  }

  .link-2 {
    width: 100%;
    text-align: center;
    padding: 15px;
    font-size: 3vw;
  }

  .div-block-120 {
    height: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: grid;
  }

  .div-block-121 {
    width: auto;
  }

  .link-3 {
    float: none;
    color: var(--midnight-blue);
    font-size: 4vw;
    font-weight: 900;
  }

  .div-block-122 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .paragraph-2 {
    text-align: justify;
    font-size: 3vw;
    line-height: 4.5vw;
  }

  .heading-3 {
    text-align: center;
    font-size: 5vw;
    line-height: 6vw;
  }

  .div-block-123 {
    background-image: linear-gradient(rgba(247, 244, 244, .5), rgba(247, 244, 244, .5)), url('../images/sla1.jpg');
    background-position: 0 0, 70%;
    background-size: auto, cover;
  }

  .heading-4 {
    font-size: 4vw;
    line-height: 4.5vw;
  }

  .heading-4._1 {
    font-size: 4vw;
  }

  .div-block-125 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-126, .div-block-126._2 {
    height: 200px;
  }

  .div-block-129 {
    padding-left: 0;
  }

  .text-block {
    margin-left: 0;
    font-size: 4vw;
    font-weight: 300;
    line-height: 5vw;
  }

  .link-4 {
    border-style: none none solid;
    border-color: var(--midnight-blue);
    border-radius: 0;
    padding-bottom: 5px;
    font-size: 3vw;
  }

  .link-4:hover {
    border-bottom-style: solid;
  }

  .link-4._1 {
    font-size: 4vw;
  }

  .section-4 {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .section-5 {
    height: auto;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .row-2 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .column-7 {
    height: 300px;
    border-radius: 5px;
  }

  .div-block-131 {
    text-align: center;
    align-items: center;
    padding-left: 0%;
    padding-right: 0%;
  }

  .heading-5 {
    color: var(--midnight-blue);
    font-size: 8vw;
    font-weight: 700;
    line-height: 8vw;
  }

  .paragraph-3 {
    color: var(--dim-grey-2);
    text-align: left;
    margin-top: 15px;
    font-size: 4vw;
    font-weight: 400;
    line-height: 7vw;
  }

  .text-block-2 {
    padding: 10px;
    font-size: 3vw;
  }

  .section-6 {
    height: auto;
    grid-template-rows: 300px auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-133 {
    padding: 20px;
  }

  .heading-6 {
    font-size: 4vw;
    line-height: 5vw;
  }

  .text-block-3 {
    font-size: 2.5vw;
    line-height: 4vw;
  }

  .div-block-138 {
    width: 90%;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .section-7 {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .section-8 {
    height: 60px;
    display: block;
  }

  .italic-text {
    font-size: 3vw;
    font-style: normal;
    line-height: 4vw;
  }

  .text-block-5 {
    font-size: 3vw;
    line-height: 4vw;
  }

  .div-block-147 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .heading-8 {
    font-size: 5vw;
  }

  .paragraph-5 {
    font-size: 3.5vw;
    line-height: 6vw;
  }

  .button {
    font-size: 3vw;
  }

  .footblock {
    padding-right: 0;
  }

  .text-block-6 {
    font-size: 3.5vw;
    line-height: 5vw;
  }

  .text-block-7 {
    text-align: left;
    font-size: 3.5vw;
  }

  .section-10 {
    height: 50%;
    padding-top: 60px;
  }

  .slider {
    height: 100%;
  }

  .heading-9 {
    text-align: center;
    font-size: 3.5vw;
    line-height: 4vw;
  }

  .paragraph-6 {
    text-align: center;
    font-size: 3vw;
    line-height: 5vw;
    text-decoration: none;
  }

  .div-block-152 {
    height: auto;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    background-color: var(--medium-aquamarine);
    text-align: center;
    border-radius: 5px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    display: grid;
    position: relative;
    overflow: hidden;
  }

  .bold-text {
    font-weight: 300;
  }

  .image-39 {
    width: 40px;
    padding-top: 10px;
  }

  .bold-text-2 {
    font-weight: 300;
  }

  .image-40 {
    width: 8vw;
    margin-right: 0;
  }

  .div-block-156 {
    width: 90%;
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .heading-10 {
    color: var(--dim-grey);
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 15px;
    font-family: Open Sans, sans-serif;
    font-size: 4vw;
    line-height: 5vw;
    text-decoration: none;
    transition: all .35s;
  }

  .heading-10:hover {
    transform: translate(30px);
  }

  .section-12 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    overflow: hidden;
  }

  .link-block {
    width: 100%;
    height: 60px;
    border-top: 1px rgba(70, 70, 70, .15);
    border-bottom: 1px solid rgba(70, 70, 70, .15);
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
    text-decoration: none;
    display: flex;
    overflow: hidden;
  }

  .div-block-157 {
    border: 1px solid #40d293;
    border-radius: 100px;
  }

  .heading-11 {
    color: var(--midnight-blue);
    text-align: center;
    text-transform: uppercase;
    margin: 0 5% 25px;
    font-family: Open Sans, sans-serif;
    font-size: 5vw;
    font-weight: 900;
    line-height: 8vw;
  }

  .div-block-158 {
    height: 200px;
  }

  .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16 {
    font-weight: 300;
  }

  .text-block-8 {
    font-size: 3vw;
  }

  .text-block-8._1 {
    font-size: 2.5vw;
  }

  .slide {
    background-image: linear-gradient(95deg, rgba(0, 0, 0, 0), rgba(255, 255, 255, .46) 9%, #fff 96%), url('../images/lostudio-vastano.jpeg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .slide.orto {
    background-image: linear-gradient(95deg, rgba(0, 0, 0, 0), rgba(255, 255, 255, .46) 18%, #fff 96%), url('../images/ortodonzia-robertavastano.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .div-block-160 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .div-block-161 {
    align-items: flex-end;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 10%;
  }

  .paragraph-7 {
    width: auto;
    font-size: 3.5vw;
    line-height: 4vw;
  }

  .heading-12 {
    width: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 6vw;
    line-height: 7vw;
  }

  .heading-12._1 {
    color: #000;
    margin-top: 15px;
  }

  .text-block-9 {
    width: auto;
    font-size: 4vw;
    line-height: 5vw;
  }

  .text-block-9._1 {
    color: #000;
  }

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

  .link-6 {
    margin-bottom: 10px;
    font-size: 3vw;
  }

  .link-6._1 {
    font-size: 3vw;
  }

  .heading-13 {
    font-size: 4vw;
    line-height: 6vw;
  }

  .heading-13.ff {
    margin-top: 15px;
  }

  .div-block-166 {
    align-self: stretch;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .text-block-10 {
    font-size: 2.5vw;
  }

  .text-block-10._1 {
    width: 90%;
    text-align: center;
    border-radius: 10px;
    font-size: 3vw;
  }

  .text-block-10.ww {
    font-size: 14px;
  }

  .image-41 {
    margin-right: 10px;
  }

  .text-block-11 {
    font-size: 3vw;
  }

  .div-block-168 {
    align-self: stretch;
    padding: 10px;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, .3);
  }

  .heading-14 {
    font-size: 3vw;
    line-height: 5vw;
  }

  .text-block-12 {
    font-size: 3vw;
  }

  .div-block-169 {
    padding-bottom: 20px;
  }

  .div-block-169._1 {
    align-items: center;
  }

  .text-block-13 {
    font-size: 3vw;
  }

  .heading-15 {
    margin-bottom: 0;
    font-size: 5vw;
  }

  .section-14 {
    padding-top: 40px;
  }

  .heading-16 {
    margin-top: 15px;
    font-size: 3vw;
  }

  .button-3 {
    font-size: 3vw;
  }

  .slide-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-170 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-171 {
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 25px;
  }

  .heading-17 {
    margin-bottom: 15px;
  }

  .icon {
    color: var(--midnight-blue);
    border: 1px #000;
    transform: scale(.6);
  }

  .icon-2 {
    color: var(--midnight-blue);
    transform: scale(.6);
  }

  .nav-menu-6 {
    height: 100vh;
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .brand {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 5%;
  }

  .nav-link-17 {
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 4vw;
  }

  .navbar-6 {
    display: block;
  }

  .div-block-172, .heading-18 {
    display: none;
  }

  .div-block-173 {
    width: 90%;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-174 {
    justify-content: space-between;
    align-items: center;
    padding: 10px;
  }

  .heading-19 {
    text-align: center;
    font-size: 3vw;
    line-height: 3.5vw;
  }

  .paragraph-8 {
    text-align: center;
    font-size: 3vw;
    line-height: 5vw;
  }

  .section-16 {
    padding: 30px 10px;
  }

  .div-block-175 {
    height: 60px;
  }

  .icon-3 {
    color: var(--midnight-blue);
  }

  .menu-button {
    color: var(--midnight-blue);
    background-color: #fff;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

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

  .heading-20 {
    font-size: 2vw;
  }

  .modal-wrapper {
    padding: 30px;
  }

  .modal-body {
    padding: 20px 20px 15px;
  }

  .div-block-178 {
    border-radius: 10px 0 0 10px;
    right: 0;
  }

  .heading-21 {
    font-size: 3vw;
  }

  .link-block-5 {
    width: 200%;
  }

  .submit-button, .field-label {
    font-size: 3vw;
  }

  .paragraph-9 {
    font-size: 2.5vw;
  }

  .link-block-7 {
    z-index: 1000;
    background-color: var(--medium-aquamarine);
    border-radius: 50px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 12px;
    display: block;
    position: fixed;
    bottom: 45px;
    right: 0;
    box-shadow: 0 1px 15px rgba(0, 0, 0, .27);
  }

  .image-45 {
    width: 30px;
  }

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

  .heading-23 {
    margin-bottom: 5px;
    font-size: 5vw;
    line-height: 6vw;
  }

  .div-block-182 {
    align-items: center;
  }

  .button-5 {
    font-size: 2.5vw;
  }

  .tabs {
    width: 90%;
    grid-template-rows: auto auto;
    grid-template-columns: auto;
  }

  .tab-link-tab-3 {
    background-color: var(--medium-aquamarine);
    margin-right: 0;
  }

  .tab-link-tab-3.w--current {
    background-color: var(--midnight-blue);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .tabs-content {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .map-2 {
    height: 300px;
  }

  .div-block-183 {
    width: 90%;
    grid-column-gap: 5px;
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-16 {
    text-align: left;
    margin-top: 10px;
    font-family: Open Sans, sans-serif;
  }

  .section-17 {
    padding: 5px 0 10px;
    position: relative;
  }

  .div-block-185 {
    width: 90%;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 48% 48%;
    display: flex;
  }

  .div-block-186 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: space-between;
    padding: 15px;
    display: grid;
  }

  .heading-24 {
    text-align: left;
    margin-bottom: 0;
    font-size: 4vw;
    font-weight: 700;
    line-height: 5vw;
  }

  .paragraph-10 {
    text-align: center;
    font-size: 3vw;
    line-height: 6vw;
    display: none;
  }

  .div-block-187 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: space-between;
    padding: 15px;
    display: flex;
  }

  .div-block-188 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: space-between;
    padding: 15px;
    display: grid;
  }

  .div-block-189 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: space-between;
    padding: 15px;
    display: grid;
  }

  .image-47 {
    width: 20vw;
  }

  .button-6 {
    width: 100%;
    color: var(--dim-grey);
    text-align: center;
    margin-top: 0;
    font-size: 2.2vw;
    line-height: 5vw;
  }

  .heading-25 {
    font-size: 4vw;
    line-height: 6vw;
  }

  .image-48 {
    width: 25vw;
  }

  .div-block-191 {
    width: 90%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .image-49 {
    display: none;
  }

  .grid {
    width: 90%;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    display: block;
  }

  .heading-26 {
    margin-bottom: 3px;
    font-size: 3.5vw;
    line-height: 4vw;
  }

  .text-block-17 {
    font-size: 3vw;
    line-height: 4vw;
  }

  .section-18 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-193 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-content: space-between;
    justify-content: space-between;
    align-items: end;
    justify-items: stretch;
    padding: 14px;
  }

  .div-block-194 {
    height: 100%;
    align-self: center;
    margin-bottom: 0;
  }

  .div-block-195 {
    padding: 15px;
  }

  .heading-27 {
    color: var(--midnight-blue);
    margin-top: 0;
    font-size: 5vw;
    line-height: 6vw;
  }

  .paragraph-11 {
    font-size: 3vw;
    line-height: 4vw;
  }

  .paragraph-12 {
    color: var(--dim-grey-2);
    margin-bottom: 0;
    font-size: 3vw;
    line-height: 4vw;
  }

  .image-50 {
    width: 8vw;
    bottom: 15px;
    right: 15px;
  }

  .grid-2 {
    display: none;
  }

  .div-block-197 {
    width: 90%;
  }

  .button-7 {
    float: left;
    margin-top: 10px;
    font-size: 3vw;
  }

  .grid-3 {
    width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-28 {
    color: var(--midnight-blue);
    margin-top: 0;
    margin-bottom: 0;
    font-family: Open Sans, sans-serif;
    font-size: 4vw;
    line-height: 7vw;
    transition: all .3s;
  }

  .heading-28:hover {
    transform: translate(10px);
  }

  .link-block-10 {
    border-bottom: 1px dotted var(--midnight-blue);
    padding-bottom: 3px;
  }

  .menu-button-2 {
    background-color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 5%;
  }

  .heading-29 {
    color: var(--midnight-blue);
    text-align: center;
    margin-top: 10px;
    font-family: Open Sans, sans-serif;
    font-size: 4vw;
    line-height: 6vw;
  }

  .heading-29._1 {
    color: rgba(17, 41, 102, .59);
    font-size: 3vw;
  }

  .image-51 {
    width: 20vw;
  }

  .div-block-204 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-205 {
    grid-column-gap: 10px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-206 {
    width: 90%;
    border: 5px solid var(--midnight-blue);
    border-radius: 5px;
    padding: 15px;
  }

  .section-19 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 5px;
    display: flex;
  }

  .div-block-207 {
    width: 100%;
    right: 0%;
    transform: translate(0, 400px);
  }

  .field-label-2, .heading-31 {
    font-size: 3vw;
  }

  .paragraph-13 {
    font-size: 3vw;
    line-height: 5vw;
  }

  .textarea {
    font-size: 3vw;
  }

  .left-arrow {
    width: 40px;
    height: 40px;
    box-shadow: 0 0 10px #000;
  }

  .right-arrow {
    width: 40px;
    height: 40px;
    left: 60px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .77);
  }

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

  .div-block-211 {
    width: 100%;
  }

  .icon-4 {
    width: 5vw;
  }

  .bold-text-17 {
    font-size: 4.5vw;
    font-weight: 900;
  }

  .div-block-213 {
    width: auto;
  }

  .text-block-18 {
    text-align: center;
    font-size: 3vw;
    line-height: 4vw;
  }

  .heading-32 {
    font-size: 3vw;
    line-height: 5vw;
  }

  .text-block-19 {
    font-size: 2.8vw;
    line-height: 3vw;
  }

  .div-block-217 {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/Vastano-roberta-studio-dentistico.jpg');
    background-position: 0 0, 70%;
  }

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

  .heading-33 {
    text-align: justify;
    margin-top: 0;
    font-size: 5vw;
    font-weight: 900;
    line-height: 7vw;
  }
}

#w-node-fefec40d-c05d-c7b4-aaa0-aa2093e1b256-3863c028 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0c6e4713-5d34-eeb7-edcf-1622cb6c6c38-3863c028 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9c77a76e-da11-f4a7-fd13-297bfda52af1-3863c028 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: start;
}

#w-node-ffc6fb6f-13b4-27ef-b99b-5eaf7b405cfa-3863c028 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: stretch;
}

#w-node-_29e3cbdc-9896-307c-5134-9ce1157c2054-3863c028 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_76665705-0201-a5c3-4c2e-29f81f3051b8-3863c028 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
}

#w-node-_76665705-0201-a5c3-4c2e-29f81f3051b9-3863c028 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1b5c829f-223e-ab35-02f6-c2d386d621a5-3863c028 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_1b5c829f-223e-ab35-02f6-c2d386d621a6-3863c028 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fff3dbc6-ae6c-82bc-61eb-841c7cb3c821-3863c028 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-fff3dbc6-ae6c-82bc-61eb-841c7cb3c822-3863c028 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fff3dbc6-ae6c-82bc-61eb-841c7cb3c837-3863c028 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-fff3dbc6-ae6c-82bc-61eb-841c7cb3c838-3863c028 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fff3dbc6-ae6c-82bc-61eb-841c7cb3c849-3863c028 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fff3dbc6-ae6c-82bc-61eb-841c7cb3c84a-3863c028 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fff3dbc6-ae6c-82bc-61eb-841c7cb3c85b-3863c028 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-fff3dbc6-ae6c-82bc-61eb-841c7cb3c85c-3863c028 {
  grid-area: 1 / 1 / 3 / 2;
  align-self: stretch;
}

#w-node-db2e72ee-210a-b982-cfc9-b0e5e456d8cd-3863c028 {
  grid-area: 1 / 2 / 4 / 3;
  align-self: stretch;
}

#w-node-_94e3b030-8315-6a61-c9be-8e0d765281e1-3863c028 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-e55e20ca-5f56-f9c1-458f-241f7cd135d4-3863c028 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_2bda166e-60c3-4394-11b6-88d0cfb1e2c1-3863c028 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-_1cd4c6cb-fa85-3285-91c8-936b05a36f5d-3863c028 {
  grid-area: 1 / 3 / 4 / 4;
  align-self: stretch;
}

#w-node-_34e08506-a85a-1876-c256-6668101b9f6e-101b9f6c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_34e08506-a85a-1876-c256-6668101b9f75-101b9f6c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_34e08506-a85a-1876-c256-6668101b9f84-101b9f6c {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_34e08506-a85a-1876-c256-6668101b9f9b-101b9f6c {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_34e08506-a85a-1876-c256-6668101b9f9f-101b9f6c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_34e08506-a85a-1876-c256-6668101b9fa1-101b9f6c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_34e08506-a85a-1876-c256-6668101b9fa4-101b9f6c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_34e08506-a85a-1876-c256-6668101b9fa6-101b9f6c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_34e08506-a85a-1876-c256-6668101b9fa9-101b9f6c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_34e08506-a85a-1876-c256-6668101b9fab-101b9f6c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_34e08506-a85a-1876-c256-6668101b9fae-101b9f6c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_34e08506-a85a-1876-c256-6668101b9fb0-101b9f6c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_34e08506-a85a-1876-c256-6668101b9fb3-101b9f6c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_34e08506-a85a-1876-c256-6668101b9fb5-101b9f6c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_34e08506-a85a-1876-c256-6668101b9fb8-101b9f6c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_34e08506-a85a-1876-c256-6668101b9fba-101b9f6c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_34e08506-a85a-1876-c256-6668101b9fbd-101b9f6c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_34e08506-a85a-1876-c256-6668101b9fbf-101b9f6c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7450cce3-b734-5b3b-3e30-63432c2a916f-e663c029 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8e205180-4608-fcfe-de9e-2b27e827d020-e663c029, #w-node-_51156933-b19a-1be3-927a-55b871c40d09-e663c029 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_0cb3dd1e-0264-e5bf-5e12-1cbf29f57ece-e663c029 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_76c56539-40a8-293c-a0bd-3c71838167b4-e663c029 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-cb97d00f-bd42-4f01-801b-51106c83f4c6-e663c029 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_7f495079-e7da-db6c-b6f7-7b0456a9b3f8-e663c029 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-a02a2df9-8e4e-7fe5-24f2-0dcfc8cbefda-e663c029 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_4e4e8840-f46c-80d2-0b68-7c878aca62c4-e663c029, #w-node-_846f657a-8ab2-ad78-2ec8-711263edd70d-e663c029 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_7205323e-5d95-0b2f-726c-563970e36acd-e663c029 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_7205323e-5d95-0b2f-726c-563970e36acf-e663c029 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_18601e66-3152-663f-55d2-bcc60b259086-e663c029 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_27721abc-c60e-b8b6-7ec5-defe8380052a-e663c029 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_9215ccd4-c6ed-6426-3ef5-570116187304-e663c029 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_31db46f6-1c5c-6e09-6462-f97c1587fbf6-e663c029, #w-node-_8d5b6efd-1f70-a04b-d5ca-37e036094020-e663c029 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-dfbcbfc6-ddb8-91ee-a8e5-cec5979124f7-e663c029 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: stretch;
  justify-self: center;
}

#w-node-d71a7750-6713-415e-a0c5-c46293bbf542-e663c029, #w-node-_0010c5f9-880b-dca3-0d69-36df109e63b3-e663c029 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_3ca12590-9dc5-6aad-ffd2-76181dc62c1c-e663c029 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_3ca12590-9dc5-6aad-ffd2-76181dc62c1d-e663c029 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3ca12590-9dc5-6aad-ffd2-76181dc62c30-e663c029 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_3ca12590-9dc5-6aad-ffd2-76181dc62c31-e663c029 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3ca12590-9dc5-6aad-ffd2-76181dc62c40-e663c029 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3ca12590-9dc5-6aad-ffd2-76181dc62c41-e663c029 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3ca12590-9dc5-6aad-ffd2-76181dc62c50-e663c029 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_3ca12590-9dc5-6aad-ffd2-76181dc62c51-e663c029 {
  grid-area: 1 / 1 / 3 / 2;
  align-self: stretch;
}

#w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822d93-e663c029 {
  grid-area: 1 / 2 / 4 / 3;
  align-self: stretch;
}

#w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822d99-e663c029 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822d9f-e663c029 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822da5-e663c029 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822dab-e663c029 {
  grid-area: 1 / 3 / 4 / 4;
  align-self: stretch;
}

#w-node-_14c4c971-ef69-f6d8-7eb4-f32fdddcb21b-e663c029 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_14c4c971-ef69-f6d8-7eb4-f32fdddcb21c-e663c029, #w-node-_7450cce3-b734-5b3b-3e30-63432c2a916f-b024ff6c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7835a93c-0d92-a0ad-131e-74247e1ef2c8-b024ff6c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_594416b6-2a64-35ed-2514-50aa822eb515-b024ff6c, #w-node-a238c42a-ee1f-373a-9524-c945cee94861-b024ff6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4472b51e-8210-1476-29ce-e09cc7381ed9-b024ff6c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

#w-node-_4472b51e-8210-1476-29ce-e09cc7381eda-b024ff6c, #w-node-_4472b51e-8210-1476-29ce-e09cc7381edb-b024ff6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ba6f23e1-504a-1b38-21eb-cb0f4b5097cf-b024ff6c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ba6f23e1-504a-1b38-21eb-cb0f4b5097d0-b024ff6c, #w-node-ba6f23e1-504a-1b38-21eb-cb0f4b5097db-b024ff6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9b7cca4-fe42-8286-bd2f-4f492c37ba92-b024ff6c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e9b7cca4-fe42-8286-bd2f-4f492c37ba93-b024ff6c {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-e9b7cca4-fe42-8286-bd2f-4f492c37ba9b-b024ff6c {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_3ca12590-9dc5-6aad-ffd2-76181dc62c51-b024ff6c {
  grid-area: 1 / 3 / 3 / 4;
  align-self: stretch;
}

#w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822d93-b024ff6c {
  grid-area: 1 / 2 / 4 / 3;
  align-self: stretch;
}

#w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822d99-b024ff6c {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822d9f-b024ff6c {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822da5-b024ff6c {
  grid-area: 3 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822dab-b024ff6c {
  grid-area: 1 / 3 / 4 / 4;
  align-self: stretch;
}

#w-node-_14c4c971-ef69-f6d8-7eb4-f32fdddcb21b-b024ff6c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_14c4c971-ef69-f6d8-7eb4-f32fdddcb21c-b024ff6c, #w-node-_7450cce3-b734-5b3b-3e30-63432c2a916f-800bb581 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7835a93c-0d92-a0ad-131e-74247e1ef2c8-800bb581 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_594416b6-2a64-35ed-2514-50aa822eb515-800bb581, #w-node-a238c42a-ee1f-373a-9524-c945cee94861-800bb581 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4472b51e-8210-1476-29ce-e09cc7381ed9-800bb581 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

#w-node-_4472b51e-8210-1476-29ce-e09cc7381eda-800bb581, #w-node-_4472b51e-8210-1476-29ce-e09cc7381edb-800bb581 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9b7cca4-fe42-8286-bd2f-4f492c37ba92-800bb581 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e9b7cca4-fe42-8286-bd2f-4f492c37ba93-800bb581 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-e9b7cca4-fe42-8286-bd2f-4f492c37ba9b-800bb581 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_3ca12590-9dc5-6aad-ffd2-76181dc62c51-800bb581 {
  grid-area: 1 / 3 / 3 / 4;
  align-self: stretch;
}

#w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822d93-800bb581 {
  grid-area: 1 / 2 / 4 / 3;
  align-self: stretch;
}

#w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822d99-800bb581 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822d9f-800bb581 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822da5-800bb581 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822dab-800bb581 {
  grid-area: 1 / 3 / 4 / 4;
  align-self: stretch;
}

#w-node-_14c4c971-ef69-f6d8-7eb4-f32fdddcb21b-800bb581 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_14c4c971-ef69-f6d8-7eb4-f32fdddcb21c-800bb581, #w-node-_7450cce3-b734-5b3b-3e30-63432c2a916f-cc301207 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4472b51e-8210-1476-29ce-e09cc7381ed9-cc301207 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

#w-node-_4472b51e-8210-1476-29ce-e09cc7381eda-cc301207, #w-node-_4472b51e-8210-1476-29ce-e09cc7381edb-cc301207 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9b7cca4-fe42-8286-bd2f-4f492c37ba92-cc301207 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e9b7cca4-fe42-8286-bd2f-4f492c37ba93-cc301207 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-e9b7cca4-fe42-8286-bd2f-4f492c37ba9b-cc301207 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_3ca12590-9dc5-6aad-ffd2-76181dc62c51-cc301207 {
  grid-area: 1 / 3 / 3 / 4;
  align-self: stretch;
}

#w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822d93-cc301207 {
  grid-area: 1 / 2 / 4 / 3;
  align-self: stretch;
}

#w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822d99-cc301207 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822d9f-cc301207 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822da5-cc301207 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822dab-cc301207 {
  grid-area: 1 / 3 / 4 / 4;
  align-self: stretch;
}

#w-node-_14c4c971-ef69-f6d8-7eb4-f32fdddcb21b-cc301207 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_14c4c971-ef69-f6d8-7eb4-f32fdddcb21c-cc301207, #w-node-_7450cce3-b734-5b3b-3e30-63432c2a916f-226cd353 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7835a93c-0d92-a0ad-131e-74247e1ef2c8-226cd353 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_594416b6-2a64-35ed-2514-50aa822eb515-226cd353, #w-node-a238c42a-ee1f-373a-9524-c945cee94861-226cd353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4472b51e-8210-1476-29ce-e09cc7381ed9-226cd353 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

#w-node-_4472b51e-8210-1476-29ce-e09cc7381eda-226cd353, #w-node-_4472b51e-8210-1476-29ce-e09cc7381edb-226cd353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9b7cca4-fe42-8286-bd2f-4f492c37ba92-226cd353 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e9b7cca4-fe42-8286-bd2f-4f492c37ba93-226cd353 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-e9b7cca4-fe42-8286-bd2f-4f492c37ba9b-226cd353 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_3ca12590-9dc5-6aad-ffd2-76181dc62c51-226cd353 {
  grid-area: 1 / 3 / 3 / 4;
  align-self: stretch;
}

#w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822d93-226cd353 {
  grid-area: 1 / 2 / 4 / 3;
  align-self: stretch;
}

#w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822d99-226cd353 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822d9f-226cd353 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822da5-226cd353 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822dab-226cd353 {
  grid-area: 1 / 3 / 4 / 4;
  align-self: stretch;
}

#w-node-_14c4c971-ef69-f6d8-7eb4-f32fdddcb21b-226cd353 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_14c4c971-ef69-f6d8-7eb4-f32fdddcb21c-226cd353, #w-node-_7450cce3-b734-5b3b-3e30-63432c2a916f-790e1dbb {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7835a93c-0d92-a0ad-131e-74247e1ef2c8-790e1dbb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_594416b6-2a64-35ed-2514-50aa822eb515-790e1dbb, #w-node-a238c42a-ee1f-373a-9524-c945cee94861-790e1dbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4472b51e-8210-1476-29ce-e09cc7381ed9-790e1dbb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

#w-node-_4472b51e-8210-1476-29ce-e09cc7381eda-790e1dbb, #w-node-_4472b51e-8210-1476-29ce-e09cc7381edb-790e1dbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9b7cca4-fe42-8286-bd2f-4f492c37ba92-790e1dbb {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e9b7cca4-fe42-8286-bd2f-4f492c37ba93-790e1dbb {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-e9b7cca4-fe42-8286-bd2f-4f492c37ba9b-790e1dbb {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_3ca12590-9dc5-6aad-ffd2-76181dc62c51-790e1dbb {
  grid-area: 1 / 3 / 3 / 4;
  align-self: stretch;
}

#w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822d93-790e1dbb {
  grid-area: 1 / 2 / 4 / 3;
  align-self: stretch;
}

#w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822d99-790e1dbb {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822d9f-790e1dbb {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822da5-790e1dbb {
  grid-area: 3 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822dab-790e1dbb {
  grid-area: 1 / 3 / 4 / 4;
  align-self: stretch;
}

#w-node-_14c4c971-ef69-f6d8-7eb4-f32fdddcb21b-790e1dbb {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_14c4c971-ef69-f6d8-7eb4-f32fdddcb21c-790e1dbb, #w-node-_7450cce3-b734-5b3b-3e30-63432c2a916f-8c1cbe15 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7835a93c-0d92-a0ad-131e-74247e1ef2c8-8c1cbe15 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_594416b6-2a64-35ed-2514-50aa822eb515-8c1cbe15, #w-node-a238c42a-ee1f-373a-9524-c945cee94861-8c1cbe15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9b7cca4-fe42-8286-bd2f-4f492c37ba92-8c1cbe15 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e9b7cca4-fe42-8286-bd2f-4f492c37ba93-8c1cbe15 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-e9b7cca4-fe42-8286-bd2f-4f492c37ba9b-8c1cbe15 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_3ca12590-9dc5-6aad-ffd2-76181dc62c51-8c1cbe15 {
  grid-area: 1 / 3 / 3 / 4;
  align-self: stretch;
}

#w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822d93-8c1cbe15 {
  grid-area: 1 / 2 / 4 / 3;
  align-self: stretch;
}

#w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822d99-8c1cbe15 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822d9f-8c1cbe15 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822da5-8c1cbe15 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822dab-8c1cbe15 {
  grid-area: 1 / 3 / 4 / 4;
  align-self: stretch;
}

#w-node-_14c4c971-ef69-f6d8-7eb4-f32fdddcb21b-8c1cbe15 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_14c4c971-ef69-f6d8-7eb4-f32fdddcb21c-8c1cbe15 {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-fff3dbc6-ae6c-82bc-61eb-841c7cb3c837-3863c028 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-fff3dbc6-ae6c-82bc-61eb-841c7cb3c85b-3863c028 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-db2e72ee-210a-b982-cfc9-b0e5e456d8cd-3863c028 {
    grid-area: 1 / 2 / 3 / 4;
    align-self: stretch;
  }

  #w-node-_1cd4c6cb-fa85-3285-91c8-936b05a36f5d-3863c028 {
    grid-area: 3 / 2 / 4 / 4;
    align-self: stretch;
  }

  #w-node-_3ca12590-9dc5-6aad-ffd2-76181dc62c30-e663c029 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_3ca12590-9dc5-6aad-ffd2-76181dc62c50-e663c029 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822d93-e663c029 {
    grid-area: 1 / 2 / 3 / 4;
    align-self: stretch;
  }

  #w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822dab-e663c029 {
    grid-area: 3 / 2 / 4 / 4;
    align-self: stretch;
  }

  #w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822d93-b024ff6c {
    grid-area: 1 / 2 / 3 / 4;
    align-self: stretch;
  }

  #w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822dab-b024ff6c {
    grid-area: 3 / 2 / 4 / 4;
    align-self: stretch;
  }

  #w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822d93-800bb581 {
    grid-area: 1 / 2 / 3 / 4;
    align-self: stretch;
  }

  #w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822dab-800bb581 {
    grid-area: 3 / 2 / 4 / 4;
    align-self: stretch;
  }

  #w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822d93-cc301207 {
    grid-area: 1 / 2 / 3 / 4;
    align-self: stretch;
  }

  #w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822dab-cc301207 {
    grid-area: 3 / 2 / 4 / 4;
    align-self: stretch;
  }

  #w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822d93-226cd353 {
    grid-area: 1 / 2 / 3 / 4;
    align-self: stretch;
  }

  #w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822dab-226cd353 {
    grid-area: 3 / 2 / 4 / 4;
    align-self: stretch;
  }

  #w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822d93-790e1dbb {
    grid-area: 1 / 2 / 3 / 4;
    align-self: stretch;
  }

  #w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822dab-790e1dbb {
    grid-area: 3 / 2 / 4 / 4;
    align-self: stretch;
  }

  #w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822d93-8c1cbe15 {
    grid-area: 1 / 2 / 3 / 4;
    align-self: stretch;
  }

  #w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822dab-8c1cbe15 {
    grid-area: 3 / 2 / 4 / 4;
    align-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a25ab289-6acc-09dd-664f-80d0d02dbcf4-3863c028 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9c77a76e-da11-f4a7-fd13-297bfda52af1-3863c028 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: center;
    justify-self: start;
  }

  #w-node-_48b248c3-4a90-7fbf-d69e-9c0501b46b75-3863c028 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ed76c9de-c329-2728-b8e3-c82235775b07-3863c028 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-fff3dbc6-ae6c-82bc-61eb-841c7cb3c849-3863c028 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-fff3dbc6-ae6c-82bc-61eb-841c7cb3c85b-3863c028 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-db2e72ee-210a-b982-cfc9-b0e5e456d8cd-3863c028 {
    grid-area: 4 / 1 / 7 / 2;
  }

  #w-node-_94e3b030-8315-6a61-c9be-8e0d765281e1-3863c028 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: stretch;
  }

  #w-node-e55e20ca-5f56-f9c1-458f-241f7cd135d4-3863c028 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_2bda166e-60c3-4394-11b6-88d0cfb1e2c1-3863c028 {
    grid-area: 3 / 1 / 4 / 3;
    align-self: stretch;
  }

  #w-node-_1cd4c6cb-fa85-3285-91c8-936b05a36f5d-3863c028 {
    grid-area: 4 / 2 / 7 / 3;
  }

  #w-node-_34e08506-a85a-1876-c256-6668101b9f75-101b9f6c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_34e08506-a85a-1876-c256-6668101b9f84-101b9f6c {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_34e08506-a85a-1876-c256-6668101b9f9b-101b9f6c {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_84bf80a9-1827-d3d3-e078-d587915b2530-e663c029 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_84bf80a9-1827-d3d3-e078-d587915b2531-e663c029 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-cb97d00f-bd42-4f01-801b-51106c83f4c6-e663c029 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-a02a2df9-8e4e-7fe5-24f2-0dcfc8cbefda-e663c029 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_7205323e-5d95-0b2f-726c-563970e36acd-e663c029 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_18601e66-3152-663f-55d2-bcc60b259086-e663c029 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_9215ccd4-c6ed-6426-3ef5-570116187304-e663c029 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_3ca12590-9dc5-6aad-ffd2-76181dc62c40-e663c029 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_3ca12590-9dc5-6aad-ffd2-76181dc62c50-e663c029 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822d93-e663c029 {
    grid-area: 4 / 1 / 7 / 2;
  }

  #w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822d99-e663c029 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: stretch;
  }

  #w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822d9f-e663c029 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822da5-e663c029 {
    grid-area: 3 / 1 / 4 / 3;
    align-self: stretch;
  }

  #w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822dab-e663c029 {
    grid-area: 4 / 2 / 7 / 3;
  }

  #w-node-_14c4c971-ef69-f6d8-7eb4-f32fdddcb248-e663c029 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_7835a93c-0d92-a0ad-131e-74247e1ef2c8-b024ff6c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_594416b6-2a64-35ed-2514-50aa822eb515-b024ff6c, #w-node-a238c42a-ee1f-373a-9524-c945cee94861-b024ff6c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4472b51e-8210-1476-29ce-e09cc7381ed9-b024ff6c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4472b51e-8210-1476-29ce-e09cc7381eda-b024ff6c, #w-node-_4472b51e-8210-1476-29ce-e09cc7381edb-b024ff6c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ba6f23e1-504a-1b38-21eb-cb0f4b5097cf-b024ff6c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ba6f23e1-504a-1b38-21eb-cb0f4b5097d0-b024ff6c, #w-node-ba6f23e1-504a-1b38-21eb-cb0f4b5097db-b024ff6c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_84bf80a9-1827-d3d3-e078-d587915b2530-b024ff6c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_84bf80a9-1827-d3d3-e078-d587915b2531-b024ff6c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e9b7cca4-fe42-8286-bd2f-4f492c37ba94-b024ff6c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e9b7cca4-fe42-8286-bd2f-4f492c37ba96-b024ff6c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-e9b7cca4-fe42-8286-bd2f-4f492c37ba97-b024ff6c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e9b7cca4-fe42-8286-bd2f-4f492c37ba9c-b024ff6c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e9b7cca4-fe42-8286-bd2f-4f492c37ba9f-b024ff6c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822d93-b024ff6c {
    grid-area: 4 / 1 / 7 / 2;
  }

  #w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822d99-b024ff6c {
    grid-area: 1 / 1 / 2 / 3;
    align-self: stretch;
  }

  #w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822d9f-b024ff6c {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822da5-b024ff6c {
    grid-area: 3 / 1 / 4 / 3;
    align-self: stretch;
  }

  #w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822dab-b024ff6c {
    grid-area: 4 / 2 / 7 / 3;
  }

  #w-node-_14c4c971-ef69-f6d8-7eb4-f32fdddcb248-b024ff6c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_7835a93c-0d92-a0ad-131e-74247e1ef2c8-800bb581 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_594416b6-2a64-35ed-2514-50aa822eb515-800bb581, #w-node-a238c42a-ee1f-373a-9524-c945cee94861-800bb581 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4472b51e-8210-1476-29ce-e09cc7381ed9-800bb581 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4472b51e-8210-1476-29ce-e09cc7381eda-800bb581, #w-node-_4472b51e-8210-1476-29ce-e09cc7381edb-800bb581 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_84bf80a9-1827-d3d3-e078-d587915b2530-800bb581 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_84bf80a9-1827-d3d3-e078-d587915b2531-800bb581 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e9b7cca4-fe42-8286-bd2f-4f492c37ba94-800bb581 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e9b7cca4-fe42-8286-bd2f-4f492c37ba96-800bb581 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-e9b7cca4-fe42-8286-bd2f-4f492c37ba97-800bb581 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e9b7cca4-fe42-8286-bd2f-4f492c37ba9c-800bb581 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e9b7cca4-fe42-8286-bd2f-4f492c37ba9f-800bb581 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822d93-800bb581 {
    grid-area: 4 / 1 / 7 / 2;
  }

  #w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822d99-800bb581 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: stretch;
  }

  #w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822d9f-800bb581 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822da5-800bb581 {
    grid-area: 3 / 1 / 4 / 3;
    align-self: stretch;
  }

  #w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822dab-800bb581 {
    grid-area: 4 / 2 / 7 / 3;
  }

  #w-node-_14c4c971-ef69-f6d8-7eb4-f32fdddcb248-800bb581 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4472b51e-8210-1476-29ce-e09cc7381ed9-cc301207 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4472b51e-8210-1476-29ce-e09cc7381eda-cc301207, #w-node-_4472b51e-8210-1476-29ce-e09cc7381edb-cc301207 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_84bf80a9-1827-d3d3-e078-d587915b2530-cc301207 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_84bf80a9-1827-d3d3-e078-d587915b2531-cc301207 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e9b7cca4-fe42-8286-bd2f-4f492c37ba94-cc301207 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e9b7cca4-fe42-8286-bd2f-4f492c37ba96-cc301207 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-e9b7cca4-fe42-8286-bd2f-4f492c37ba97-cc301207 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e9b7cca4-fe42-8286-bd2f-4f492c37ba9c-cc301207 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e9b7cca4-fe42-8286-bd2f-4f492c37ba9f-cc301207 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822d93-cc301207 {
    grid-area: 4 / 1 / 7 / 2;
  }

  #w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822d99-cc301207 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: stretch;
  }

  #w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822d9f-cc301207 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822da5-cc301207 {
    grid-area: 3 / 1 / 4 / 3;
    align-self: stretch;
  }

  #w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822dab-cc301207 {
    grid-area: 4 / 2 / 7 / 3;
  }

  #w-node-_14c4c971-ef69-f6d8-7eb4-f32fdddcb248-cc301207 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_7835a93c-0d92-a0ad-131e-74247e1ef2c8-226cd353 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_594416b6-2a64-35ed-2514-50aa822eb515-226cd353, #w-node-a238c42a-ee1f-373a-9524-c945cee94861-226cd353 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4472b51e-8210-1476-29ce-e09cc7381ed9-226cd353 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4472b51e-8210-1476-29ce-e09cc7381eda-226cd353, #w-node-_4472b51e-8210-1476-29ce-e09cc7381edb-226cd353 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_84bf80a9-1827-d3d3-e078-d587915b2530-226cd353 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_84bf80a9-1827-d3d3-e078-d587915b2531-226cd353 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e9b7cca4-fe42-8286-bd2f-4f492c37ba94-226cd353 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e9b7cca4-fe42-8286-bd2f-4f492c37ba96-226cd353 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-e9b7cca4-fe42-8286-bd2f-4f492c37ba97-226cd353 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e9b7cca4-fe42-8286-bd2f-4f492c37ba9c-226cd353 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e9b7cca4-fe42-8286-bd2f-4f492c37ba9f-226cd353 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822d93-226cd353 {
    grid-area: 4 / 1 / 7 / 2;
  }

  #w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822d99-226cd353 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: stretch;
  }

  #w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822d9f-226cd353 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822da5-226cd353 {
    grid-area: 3 / 1 / 4 / 3;
    align-self: stretch;
  }

  #w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822dab-226cd353 {
    grid-area: 4 / 2 / 7 / 3;
  }

  #w-node-_14c4c971-ef69-f6d8-7eb4-f32fdddcb248-226cd353 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_7835a93c-0d92-a0ad-131e-74247e1ef2c8-790e1dbb {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_594416b6-2a64-35ed-2514-50aa822eb515-790e1dbb, #w-node-a238c42a-ee1f-373a-9524-c945cee94861-790e1dbb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4472b51e-8210-1476-29ce-e09cc7381ed9-790e1dbb {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4472b51e-8210-1476-29ce-e09cc7381eda-790e1dbb, #w-node-_4472b51e-8210-1476-29ce-e09cc7381edb-790e1dbb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_84bf80a9-1827-d3d3-e078-d587915b2530-790e1dbb {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_84bf80a9-1827-d3d3-e078-d587915b2531-790e1dbb {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e9b7cca4-fe42-8286-bd2f-4f492c37ba94-790e1dbb {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e9b7cca4-fe42-8286-bd2f-4f492c37ba96-790e1dbb {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-e9b7cca4-fe42-8286-bd2f-4f492c37ba97-790e1dbb {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e9b7cca4-fe42-8286-bd2f-4f492c37ba9c-790e1dbb {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e9b7cca4-fe42-8286-bd2f-4f492c37ba9f-790e1dbb {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822d93-790e1dbb {
    grid-area: 4 / 1 / 7 / 2;
  }

  #w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822d99-790e1dbb {
    grid-area: 1 / 1 / 2 / 3;
    align-self: stretch;
  }

  #w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822d9f-790e1dbb {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822da5-790e1dbb {
    grid-area: 3 / 1 / 4 / 3;
    align-self: stretch;
  }

  #w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822dab-790e1dbb {
    grid-area: 4 / 2 / 7 / 3;
  }

  #w-node-_14c4c971-ef69-f6d8-7eb4-f32fdddcb248-790e1dbb {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_7835a93c-0d92-a0ad-131e-74247e1ef2c8-8c1cbe15 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_594416b6-2a64-35ed-2514-50aa822eb515-8c1cbe15, #w-node-a238c42a-ee1f-373a-9524-c945cee94861-8c1cbe15 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_84bf80a9-1827-d3d3-e078-d587915b2530-8c1cbe15 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_84bf80a9-1827-d3d3-e078-d587915b2531-8c1cbe15 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e9b7cca4-fe42-8286-bd2f-4f492c37ba94-8c1cbe15 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e9b7cca4-fe42-8286-bd2f-4f492c37ba96-8c1cbe15 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-e9b7cca4-fe42-8286-bd2f-4f492c37ba97-8c1cbe15 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e9b7cca4-fe42-8286-bd2f-4f492c37ba9c-8c1cbe15 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e9b7cca4-fe42-8286-bd2f-4f492c37ba9f-8c1cbe15 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822d93-8c1cbe15 {
    grid-area: 4 / 1 / 7 / 2;
  }

  #w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822d99-8c1cbe15 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: stretch;
  }

  #w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822d9f-8c1cbe15 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822da5-8c1cbe15 {
    grid-area: 3 / 1 / 4 / 3;
    align-self: stretch;
  }

  #w-node-_7a5366b4-6d2c-f3ca-ca69-2748ed822dab-8c1cbe15 {
    grid-area: 4 / 2 / 7 / 3;
  }

  #w-node-_14c4c971-ef69-f6d8-7eb4-f32fdddcb248-8c1cbe15 {
    grid-area: 2 / 1 / 3 / 2;
  }
}


