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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
      grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
      grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

h1 {
  width: 65%;
  max-width: 900px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 34px;
  line-height: 40px;
  font-weight: 400;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 28px;
  line-height: 30px;
  font-weight: 400;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: azo-sans-web, sans-serif;
  color: #b98043;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

h4 {
  margin-top: 10px;
  margin-bottom: 35px;
  color: #fff;
  font-size: 34px;
  line-height: 30px;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
  font-family: azo-sans-web, sans-serif;
  font-size: 14.5px;
}

a {
  text-decoration: underline;
}

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

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: lower-alpha;
}

label {
  display: block;
}

blockquote {
  position: relative;
  z-index: 1;
  width: 65%;
  max-width: 900px;
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 1px none #000;
  color: #fff;
  font-size: 28px;
  line-height: 34px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.returnbtn {
  position: fixed;
  left: 10px;
  top: 10px;
  right: auto;
  bottom: auto;
  display: none;
  width: 50px;
  height: 50px;
  border: 2px solid #000;
  background-color: #fff;
  background-image: url('../images/left-arrow.svg');
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.page_background {
  display: flex;
  min-height: 100vh;
  padding: 100px 20px 80px;
  justify-content: center;
  align-items: flex-start;
  background-image: url('../images/Courmayeur-ExAreaEN_VPOexterior_Cam01_rev05.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.page_wrap {
  position: relative;
  display: flex;
  width: 800px;
  max-width: 100%;
  min-height: 600px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 0 auto;
  background-color: #3c3c3b;
  text-align: center;
}

.page_contatto {
  position: relative;
  z-index: 3;
  margin-right: 10px;
  margin-bottom: 25px;
  margin-left: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 61px;
  background-image: url('../images/icona_telefono_error.svg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.page_contatto.mail {
  background-image: url('../images/icona_mail_error.svg');
}

.note_txt h3 {
  margin-bottom: 5px;
  font-size: 1.1em;
  line-height: 1;
}

.note_txt li {
  margin-bottom: 5px;
}

.note_txt ul {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 30px;
}

.note_txt h2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.checkbox.w--redirected-checked {
  border-color: #b98043;
  background-color: #b98043;
}

.checkbox.w--redirected-focus {
  box-shadow: 0 0 3px 1px #b98043;
}

.form-block {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 60px 75px;
  background-color: #fff;
}

.form_field {
  border-style: solid;
  border-width: 1px;
  border-color: #b98043;
  background-color: transparent;
}

.form_field:active {
  border-color: #b98043;
}

.form_field:focus {
  border-color: #b98043;
}

.form_field:focus-visible {
  border-color: #b98043;
}

.form_field[data-wf-focus-visible] {
  border-color: #b98043;
}

.form_field.message {
  max-width: 425px;
  min-height: 50px;
}

.form_field.iniz-maiusc {
  text-transform: capitalize;
}

.form {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  align-items: flex-start;
}

.form__wrap {
  position: relative;
  display: flex;
  width: 30%;
  min-height: 700px;
  min-width: 500px;
  margin-right: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.form__wrap.popup {
  margin-right: 0px;
  flex: 0 0 auto;
}

.button-submit {
  padding-right: 65px;
  padding-left: 65px;
  background-color: #b98043;
  outline-color: #b98043;
  outline-offset: 3px;
  outline-style: solid;
  outline-width: 1px;
  transition: all 550ms ease;
  letter-spacing: 1px;
}

.button-submit:hover {
  padding-right: 80px;
  padding-left: 80px;
}

.checkbox_label {
  font-family: azo-sans-web, sans-serif;
  font-size: 11px;
  line-height: 16px;
}

.checkbox_label.margin-btm {
  margin-bottom: 35px;
}

.footer {
  display: flex;
  padding: 15px 40px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.footer_link {
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 550ms ease;
  font-family: azo-sans-web, sans-serif;
  color: #b98043;
}

.footer_link:hover {
  color: #ededed;
}

.footer_link.hover-dark-grey {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 13px;
}

.footer_link.hover-dark-grey:hover {
  color: #3c3c3b;
}

.footer_link.no-underline {
  text-decoration: none;
}

.footer_link.no-underline:hover {
  opacity: 0.6;
  color: #b98043;
}

.footer_txt {
  font-family: azo-sans-web, sans-serif;
  line-height: 16px;
  text-align: right;
}

.footer_txt._11px {
  font-size: 11px;
}

.footer_txt.margin-btm {
  margin-bottom: 15px;
}

.logo_container {
  display: flex;
  flex-direction: column;
}

.logo_container.margin-btm {
  margin-bottom: 40px;
}

.footer_logo {
  width: 130px;
}

.footer_logo.width {
  width: 200px;
}

.footer-logo_wrap {
  margin-top: 6px;
}

.margin-top {
  margin-top: 35px;
}

.body {
  font-family: minerva-modern, sans-serif;
}

.azo-sans {
  font-family: azo-sans-web, sans-serif;
}

.hero__wrap {
  position: relative;
  z-index: 2;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero__wrap.home {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/Courmayeur-ExAreaEN_VPOexterior_Cam01_rev05.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero__wrap.contesto {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/A__D3760.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero__wrap.servizi {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/Courmayeur_VPInterior_01_rev03.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero__wrap.appartamenti {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/Vista_1_v1-standard-scale-2_00x-gigapixel-copia.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero__wrap.progetto {
  background-image: url('../images/1920px_Courmayeur-ExAreaEN_VPOexterior_Cam03_rev00.jpg');
  background-position: 50% 95%;
}

.link {
  position: absolute;
  bottom: 120px;
  z-index: 2;
  color: #fff;
  font-weight: 200;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.scroll-gif {
  position: absolute;
  bottom: 40px;
  z-index: 2;
  display: flex;
  overflow: hidden;
  width: 100px;
  height: 100px;
  justify-content: center;
  background-image: url('../images/185402_e3f3f8196df64b25bfb458ace8a5f38b_mv2-2.gif');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.velo-nero {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100%;
  min-height: auto;
  background-image: linear-gradient(180deg, transparent 67%, rgba(0, 0, 0, 0.5));
}

.hero_logo {
  z-index: 2;
  display: flex;
  width: 200px;
  height: 200px;
  justify-content: center;
  align-items: center;
  background-image: url('../images/LeGeant_logo_neg_bianco.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.intro__wrap {
  display: flex;
  height: 30vw;
  min-height: 500px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  text-align: center;
}

.intro_titoletto {
  margin-bottom: 10px;
  font-family: azo-sans-web, sans-serif;
  color: #7a7a7a;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.section {
  position: relative;
  display: flex;
  padding: 7% 4% 7% 7%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.section.bg-grey {
  background-color: #ededed;
}

.section.double {
  padding-top: 10%;
  padding-right: 7%;
  padding-bottom: 10%;
}

.section.form {
  padding-right: 0%;
  padding-left: 0%;
  justify-content: center;
  background-image: linear-gradient(180deg, rgba(60, 60, 59, 0.75), rgba(60, 60, 59, 0.75)), url('../images/iStock-1029686390.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section_img-vert {
  z-index: 0;
  width: 45%;
  height: 45vw;
  min-height: 600px;
  min-width: 450px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section_img-vert.double {
  position: relative;
  display: flex;
  width: 35vw;
  min-height: 500px;
  min-width: 400px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section_img-vert.double.contesto {
  background-image: url('../images/A__D3765.jpg');
  background-position: 50% 65%;
}

.section_img-vert.double.servizi {
  background-image: url('../images/Courmayeur_VPInterior01_dettaglio01_rev02.jpg');
  background-position: 60% 50%;
  background-size: auto 105%;
}

.section_img-vert.contesto1 {
  background-image: url('../images/A__D4023.jpg');
  background-position: 50% 100%;
}

.section_img-vert.lounge {
  background-image: url('../images/Courmayeur_VPInterior01_dettaglio02_rev02.jpg');
  background-position: 65% 50%;
}

.section_img-vert.progetto1 {
  background-image: url('../images/Courmayeur-ExAreaEN_VPExterior_Dettaglio_rev01_.jpg');
}

.section_img-vert.progetto {
  background-image: url('../images/Courmayeur-ExAreaEN_VPOexterior_Cam03_rev00.jpg');
}

.section_img-vert.slider {
  background-image: none;
}

.section_img-vert.progetto5 {
  background-image: url('../images/A__D3498.jpg');
  background-position: 65% 50%;
}

.section_img-vert.int01 {
  background-image: url('../images/iStock-1173959961-copia.webp');
}

.section_img-vert.int02 {
  background-image: url('../images/iStock-1356648956-copia.webp');
  background-position: 50% 40%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section_img-vert.rta {
  background-image: none;
}

.section_txt__wrap {
  position: relative;
  left: -3%;
  z-index: 1;
  display: flex;
  width: 30%;
  height: 30vw;
  min-height: 450px;
  min-width: 375px;
  padding-right: 4%;
  padding-left: 4%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-color: #fff;
}

.section_txt__wrap.double {
  left: auto;
  width: 65%;
  max-width: 425px;
  min-width: 350px;
}

.section_txt__wrap.no-bg {
  position: static;
  width: 40%;
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10%;
  background-color: transparent;
}

.section_txt__wrap.no-bg.padding-left {
  padding-left: 4%;
}

.section_txt__wrap.bg-gray {
  background-color: #ededed;
}

.section_txt__wrap.bg-gray.position-reverse {
  left: auto;
  right: -3%;
}

.section_txt__wrap.no-bg {
  position: static;
  width: 40%;
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10%;
  background-color: transparent;
}

.section_txt__wrap.no-bg.padding-left {
  padding-left: 4%;
}

.section_txt__wrap.reverse {
  left: auto;
  right: -3%;
}

.sottotitolo__wrap {
  display: flex;
  margin-top: 20px;
  margin-bottom: 45px;
  align-items: center;
}

.sottotitolo_linea {
  width: 60px;
  height: 1px;
  margin-right: 10px;
  background-color: #b98043;
}

.btn {
  margin-top: 50px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #b98043;
  outline-color: #b98043;
  outline-offset: 3px;
  outline-style: solid;
  outline-width: 1px;
  transition: all 550ms ease;
  font-family: azo-sans-web, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn:hover {
  padding-right: 35px;
  padding-left: 35px;
  outline-color: #b98043;
  outline-offset: 3px;
  outline-style: solid;
  outline-width: 1px;
}

.btn.secondario {
  position: relative;
  z-index: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #b98043;
  background-color: transparent;
  transition: all 550ms ease;
  color: #b98043;
  font-size: 13px;
  letter-spacing: 0.5px;
}

.btn.secondario:hover {
  padding-right: 35px;
  padding-left: 35px;
  outline-color: #b98043;
  outline-offset: 3px;
  outline-style: solid;
  outline-width: 1px;
}

.btn.terziario {
  position: relative;
  z-index: 1;
  border-style: solid;
  border-width: 1px;
  border-color: white;
  background-color: transparent;
  transition: all 550ms ease;
  color: white;
  font-size: 13px;
  letter-spacing: 0.5px;
  outline-color: white;
}

.btn.terziario:hover {
  padding-right: 35px;
  padding-left: 35px;
  outline-color: white;
  outline-offset: 3px;
  outline-style: solid;
  outline-width: 1px;
}



.btn.relative {
  position: relative;
  z-index: 3;
}

.section_txt_pittogramma {
  position: absolute;
  left: auto;
  top: -30px;
  right: -30px;
  bottom: auto;
  width: 60px;
  height: 60px;
  background-image: url('../images/pittogramma_arancio.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.section_txt_pittogramma.angolo-sx {
  left: -30px;
  right: auto;
}

.section_txt_pittogramma.grigio {
  background-image: url('../images/pittogramma_grigio.svg');
}

.section_nomepagina {
  position: absolute;
  right: -65px;
  width: 210px;
  transform: rotate(90deg);
  font-family: azo-sans-web, sans-serif;
  color: #7a7a7a;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.section_nomepagina.white-txt {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75);
}

.section_nomepagina.double-reverse {
  left: -150px;
  right: auto;
  transform: rotate(-90deg);
}

.section_nomepagina.double {
  right: -150px;
}

.section_nomepagina.sx {
  left: -65px;
  right: auto;
  transform: rotate(-90deg);
}

.section-vert {
  position: relative;
  display: flex;
  padding: 7%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section-vert.quote {
  overflow: hidden;
  height: 25vw;
  min-height: 400px;
}

.section-vert.quote.bg_dark-grey {
  background-color: #3c3c3b;
}

.section-vert.quote.bg_gray {
  background-color: #ededed;
}

.section-vert.bg-grey {
  background-color: #ededed;
}

.pattern {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/pattern_bianco.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.03;
}

.pattern.pos {
  background-image: url('../images/pattern_grigio.svg');
}

.pattern.trasp {
  display: none;
  opacity: 0.05;
}

.section.img-fs {
  height: 100vh;
  max-height: 1050px;
  min-height: 50vw;
  padding-right: 0%;
  padding-left: 10%;
  justify-content: flex-start;
  background-color: transparent;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.img-fs.contesto2 {
  background-image: url('../images/A__D3561.jpg');
}

.section.img-fs.lounge {
  background-image: url('../images/Courmayeur_VPInterior01_dettaglio02_rev02.jpg');
}

.section.img-fs.interni {
  background-image: url('../images/Vista_1_v1-standard-scale-2_00x-gigapixel-copia.webp');
}

.section.img-fs.servizi {
  background-image: url('../images/Courmayeur-ExAreaEN_VPExterior_Cam02_rev03.jpg');
}

.white-txt {
  color: #fff;
}

.white-txt.azo-sans._16px {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}

.white-txt._40px {
  margin-bottom: 30px;
  font-size: 40px;
}

.white-txt.center-popup {
  max-width: 500px;
  margin-bottom: 35px;
  text-align: center;
}

.section_content__wrap {
  position: relative;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  flex-direction: column;
  align-items: center;
}

.section_content__wrap.reverse {
  flex-direction: column-reverse;
}

.section_content_pattern {
  position: absolute;
  left: 0px;
  z-index: -1;
  width: 7vw;
  height: 35vw;
  margin-top: 300px;
  background-image: linear-gradient(180deg, #fff 2%, hsla(0, 0%, 100%, 0) 47%, #fff 98%), url('../images/pattern_grigio.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto 200%;
  background-repeat: repeat, no-repeat;
  opacity: 0.15;
}

.section_content_pattern.dx {
  left: auto;
  right: 0px;
  margin-top: -300px;
}

.section_content_pattern.height {
  width: 10vw;
  height: 100%;
  margin-top: 0px;
  background-image: linear-gradient(90deg, #fff 9%, hsla(0, 0%, 100%, 0)), url('../images/pattern_grigio.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto 200%;
  background-repeat: repeat, no-repeat;
}

.section_content_pattern.pag-tecniche {
  bottom: 0px;
  z-index: 0;
  width: 100%;
  height: 30%;
  margin-top: 0px;
  background-image: linear-gradient(180deg, #3c3c3b 41%, hsla(0, 0%, 100%, 0)), url('../images/pattern_bianco.svg');
  background-size: auto, cover;
}

.form_label {
  position: relative;
  left: 25px;
  top: 10px;
  z-index: 1;
  margin-bottom: 0px;
  padding-right: 5px;
  padding-left: 5px;
  background-color: #fff;
  color: #222;
  font-size: 16px;
  font-weight: 400;
}

.form_outline {
  position: absolute;
  left: -5%;
  top: 3.5%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 2px;
  border-color: #b98043;
}

.pittogramma_trasp {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 0;
  width: 24vw;
  max-width: none;
  background-image: url('../images/pittogramma_bianco.svg');
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.1;
}

.pittogramma_trasp.absolute {
  position: absolute;
}

.txt_26px {
  font-size: 24px;
  white-space: normal;
}

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: flex;
  padding-top: 25px;
  padding-bottom: 25px;
  justify-content: start;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

@media (min-width: 1200px) {
  .navbar{ justify-content: center}
}

.navbar.scroll {
  position: fixed;
  z-index: 2;
  padding-top: 17px;
  padding-bottom: 17px;
  background-color: #b98043;
  color: #3c3c3b;
}

.navbar_link {
  margin-right: 20px;
  margin-left: 20px;
  transition: all 550ms ease;
  font-family: azo-sans-web, sans-serif;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.navbar_link:hover {
  color: #b98043;
}

.navbar_link.w--current {
  color: #b98043;
  font-weight: 500;
}

.navbar_link.white-txt:hover {
  color: #3c3c3b;
}

.navbar_link.white-txt.w--current {
  color: #3c3c3b;
}

.navabr_logo {
  position: absolute;
  left: 40px;
  width: 35px;
  height: 35px;
  background-image: url('../images/pittogramma_bianco.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.minerva-22px {
  font-family: minerva-modern, sans-serif;
  font-size: 22px;
}

.black-txt {
  color: #3c3c3b;
}

.black-txt.align-left {
  width: 100%;
  margin-bottom: 0px;
  padding: 0px;
  text-align: left;
}

.form_popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: none;
  overflow: auto;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-image: linear-gradient(180deg, rgba(60, 60, 59, 0.75), rgba(60, 60, 59, 0.75)), url('../images/iStock-1029686390.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.note-legali {
  position: relative;
  width: 85%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-bottom: 40px;
  padding-left: 20px;
  line-height: 1.4;
}

.img3 {
  width: 100%;
  height: 100%;
  max-width: none;
  flex: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.img3.int01-dett {
  background-image: url('../images/toa-heftiba-EaxeFJSl-ck-unsplash.jpg');
}

.img3.cont05 {
  background-image: url('../images/A__D4132.jpg');
}

.img3.cont07 {
  background-image: url('../images/A__D3896-2.jpg');
}

.img3.tenda {
  background-image: url('../images/iStock-168510259.jpg');
}

.img__griglia {
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  width: 100%;
  height: 80vh;
  max-height: 850px;
  min-height: 600px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  justify-content: space-between;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1.2fr 1fr 0.7fr 0.5fr;
  grid-template-rows: 1.2fr 1fr 0.7fr 0.5fr;
}

.img__griglia.interni {
  -ms-grid-rows: 1.5fr 0.7fr 0.7fr 0.5fr;
  grid-template-rows: 1.5fr 0.7fr 0.7fr 0.5fr;
}

.freccia {
  width: 60px;
}

.img1 {
  width: 100%;
  height: 100%;
  max-width: none;
  flex: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.img1.cont03 {
  background-image: url('../images/A__D3600.jpg');
}

.img1.int05 {
  background-image: url('../images/Castello_Vista2_lowres-standard-scale-4_00x-gigapixel-copia.webp');
}

.sezione-content__wrap {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1300px;
  min-height: 450px;
  min-width: 900px;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

.img2 {
  width: 100%;
  height: 100%;
  max-width: none;
  flex: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.img2.int02 {
  background-image: url('../images/iStock-1173959961-copia.webp');
}

.img2.cont04 {
  background-image: url('../images/A__D3642.jpg');
}

.img4 {
  width: 100%;
  height: 100%;
  max-width: none;
  flex: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.img4.cont06 {
  background-image: url('../images/A__D3598-2.jpg');
}

.img4.int04 {
  background-image: url('../images/Vista3_1-copia.webp');
}

.btn_text-freccia {
  display: flex;
  align-items: center;
  transition: all 350ms ease;
  color: #cf994a;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.btn_text-freccia:hover {
  transform: translate(15px, 0px);
}

.btn-secondario_txt {
  margin-right: 10px;
  font-family: azo-sans-web, sans-serif;
  color: #b98043;
  font-size: 12px;
  font-weight: 500;
}

.footer_contatti__wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 16px;
}

.footer_link__wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer_link__wrap.oriz {
  width: 200px;
  flex-direction: row;
  justify-content: space-between;
}

.footer_mail {
  margin-top: 5px;
  margin-bottom: 5px;
  transition: all 550ms ease;
  font-family: azo-sans-web, sans-serif;
  color: #b98043;
  cursor: pointer;
}

.footer_mail:hover {
  opacity: 0.6;
}

.center-margin-auto {
  flex: 0 0 auto;
  text-align: center;
}

.close__wrap {
  position: fixed;
  left: auto;
  top: 25px;
  bottom: auto;
  z-index: 2;
  display: flex;
  width: 52px;
  height: 52px;
  margin-right: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: flex-end;
  flex: 0 auto;
  background-color: hsla(0, 0%, 100%, 0.85);
  outline-color: #b98043;
  outline-offset: 3px;
  outline-style: solid;
  outline-width: 1px;
  transition: all 550ms ease;
  cursor: pointer;
}

.close__wrap:hover {
  width: 60px;
}

.close__wrap.menu-hamburger {
  display: none;
}

.line_x {
  position: absolute;
  width: 40px;
  height: 1px;
  background-color: #b98043;
  transform: rotate(45deg);
}

.line_x.line2_x {
  transform: rotate(-45deg);
}

.form_link {
  transition: all 550ms ease;
  color: #b98043;
}

.form_link:hover {
  color: #3c3c3b;
}

.html-embed {
  width: 100%;
  height: 35vw;
  min-height: 300px;
}

.mappa-contatti__wrap {
  display: flex;
  padding: 4% 7%;
  justify-content: center;
  align-items: center;
  background-color: #3c3c3b;
}

.contatti_loghi__wrap {
  display: flex;
  width: 25%;
  min-height: 450px;
  min-width: 350px;
  padding-left: 5%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #3c3c3b;
}

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

.mappa-affiancata {
  width: 65%;
  min-height: 450px;
  margin-right: 5%;
}

.slide2 {
  width: 325px;
  height: 475px;
  padding-right: 0px;
}

.slide-nav {
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide_img {
  width: 100%;
  height: 60%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.slide_img.top25 {
  -o-object-position: 50% 25%;
     object-position: 50% 25%;
}

.slide_img.top60 {
  -o-object-position: 50% 60%;
     object-position: 50% 60%;
}

.slide_img.top100 {
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
}

.servizi_slider {
  z-index: 0;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 600px;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}

.slide {
  width: 350px;
  height: 100%;
  margin-right: 20px;
  padding-right: 0px;
  padding-bottom: 5%;
}

.fake {
  position: absolute;
  left: -370px;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 350px;
  height: 100%;
  padding-bottom: 5%;
}

.fake.fake-2 {
  left: -740px;
}

.fake.fake-3 {
  left: -1100px;
}

.fake.fake-dx {
  left: auto;
  right: -370px;
}

.fake.fake-dx2 {
  left: auto;
  right: -740px;
}

.fake.fake-dx3 {
  left: auto;
  right: -1100px;
}

.slide_nome {
  margin-bottom: 10px;
  flex: 0 0 auto;
  font-family: minerva-modern, sans-serif;
  color: #3c3c3b;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.marchio-r {
  position: relative;
  top: -2px;
  font-size: 12px;
}

.icon-2 {
  font-size: 28px;
}

.mask {
  overflow: visible;
  width: 350px;
  height: 100%;
}

.slide_txt__wrap {
  display: flex;
  width: 100%;
  height: 30%;
  padding-top: 30px;
  padding-bottom: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: #ededed;
}

.slide_txt {
  width: 80%;
  margin-bottom: 0px;
  flex: 0 0 auto;
  color: #7a7a7a;
  font-size: 12.5px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
}

.slider_arrow {
  width: 50px;
  height: 50px;
  background-color: #b98043;
  outline-color: #b98043;
  outline-offset: 3px;
  outline-style: solid;
  outline-width: 1px;
}

.slider_arrow:active {
  outline-color: #b98043;
  outline-offset: 3px;
  outline-style: solid;
  outline-width: 1px;
}

.slider_arrow:focus {
  outline-color: #b98043;
  outline-offset: 3px;
  outline-style: solid;
  outline-width: 1px;
}

.slider_arrow:focus-visible {
  outline-color: #b98043;
  outline-offset: 3px;
  outline-style: solid;
  outline-width: 1px;
}

.slider_arrow[data-wf-focus-visible] {
  outline-color: #b98043;
  outline-offset: 3px;
  outline-style: solid;
  outline-width: 1px;
}

.left-arrow__wrap {
  position: absolute;
  left: -25px;
  z-index: 2;
  display: flex;
  width: 55px;
  height: 55px;
  margin-top: -60px;
  justify-content: center;
  align-items: center;
}

.right-arrow__wrap {
  position: absolute;
  right: -25px;
  z-index: 2;
  display: flex;
  width: 55px;
  height: 55px;
  margin-top: -60px;
  justify-content: center;
  align-items: center;
}

.slider__wrap {
  position: relative;
  display: flex;
  width: 90%;
  margin-top: 50px;
  justify-content: center;
  align-items: center;
}

.max-width_margin {
  max-width: 550px;
  margin-top: 25px;
}

.max-width_margin.center {
  text-align: center;
}

.prospetto {
  position: relative;
  z-index: 0;
  display: flex;
  width: 700px;
  height: 300px;
  margin-top: 50px;
  margin-bottom: 40px;
  padding-top: 85px;
  padding-bottom: 77px;
  flex-direction: column;
}

.prospetto.bg {
  display: none;
}

.slider-tour_wrap {
  z-index: 0;
  width: 80%;
  height: 650px;
  background-color: #fff;
}

.slider-tour_wrap.desk {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.slider-tour {
  z-index: 2;
  width: 100%;
  height: 100%;
  flex: 1;
  background-color: #fff;
}

.mobile-disable-scroll {
  display: none;
}

.tour_arrow {
  display: none;
  width: 0px;
  height: 0px;
}

.apartment_button {
  position: absolute;
  padding: 10px 12px;
  background-color: #eb5a35;
  transition: background-color 200ms ease;
  color: #242422;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}

.apartment_button:hover {
  background-color: #e59e35;
}

.apartment_button.bottom-left {
  left: 18%;
  bottom: 24%;
}

.apartment_button.right {
  top: 47%;
  right: 17%;
}

.apartment_button.left {
  left: 18%;
  top: 47%;
}

.apartment_button.top-left {
  left: 18%;
  top: 27%;
}

.apartment_button.top-right {
  top: 27%;
  right: 18%;
}

.apartment_button.bottom-right {
  right: 25%;
  bottom: 24%;
}

.plani_piano {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 40px solid transparent;
  background-color: #fff;
  background-image: url('../images/placeholder_1placeholder.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.plani_piano._5 {
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.2), hsla(0, 0%, 100%, 0.2)), url('../images/plani_piano5.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.plani_piano._2 {
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.2), hsla(0, 0%, 100%, 0.2)), url('../images/plani_piano2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.plani_piano._4 {
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.2), hsla(0, 0%, 100%, 0.2)), url('../images/plani_piano4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.plani_piano._3 {
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.2), hsla(0, 0%, 100%, 0.2)), url('../images/plani_piano3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.hidden {
  display: none;
}

.tour_floor {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: auto 150%;
  background-repeat: no-repeat;
  opacity: 0;
  cursor: default;
}

.tour_floor.active {
  display: block;
  opacity: 1;
}

.tour_floor._2 {
  background-image: url('../images/LeGéant_Sezione_02.png');
  background-position: 50% 50%;
  background-size: auto 150%;
  background-repeat: no-repeat;
}

.tour_floor._3 {
  background-image: url('../images/LeGéant_Sezione_03.png');
  background-position: 50% 50%;
  background-size: auto 150%;
  background-repeat: no-repeat;
}

.tour_floor._4 {
  background-image: url('../images/LeGéant_Sezione_04.png');
}

.tour_floor._1 {
  background-image: url('../images/LeGéant_Sezione_01.png');
}

.txt-venduto {
  margin-top: 2px;
  color: #242422;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.tour_button {
  z-index: 2;
  display: flex;
  width: 110%;
  height: 30px;
  margin-top: 7px;
  margin-bottom: 7px;
  margin-left: 0%;
  padding-left: 30px;
  justify-content: flex-end;
  align-items: center;
  background-image: url('../images/freccia_lunga-grigio.svg');
  background-position: 91% 50%;
  background-size: auto 12px;
  background-repeat: no-repeat;
  transition: all 550ms ease;
  color: #3c3c3b;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}

.tour_button:hover {
  margin-right: -26px;
  padding-left: 56px;
  background-position: 92% 50%;
}

.tour_button.active {
  background-image: url('../images/freccia_lunga-arancio.svg');
  background-position: 91% 50%;
  background-size: auto 12px;
  background-repeat: no-repeat;
  color: #b98043;
}

.piano_txt {
  position: absolute;
  left: -24px;
  bottom: -24px;
  color: #b98043;
  line-height: 1;
  font-weight: 600;
}

.piano_txt.numero {
  left: 15px;
}

.gallery-contain {
  display: flex;
  width: 100%;
  height: 100vh;
  min-height: 700px;
  padding: 120px 30px 60px;
  justify-content: space-between;
}

.lightbox-link {
  display: flex;
  width: 33.3%;
  height: 100%;
  margin-right: 10px;
  margin-left: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-decoration: none;
}

.lightbox-link.interni {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/Courmayeur_VPInterior_03_rev04.jpg');
  background-position: 0px 0px, 25% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.lightbox-link.esterni {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('../images/Courmayeur-ExAreaEN_VPExterior_Dettaglio_rev01_.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.lightbox-link.contesto {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/A__D3765.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.text_gallery {
  margin-bottom: 5px;
  color: #ededed;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.title_gallery {
  padding: 5px;
  border-radius: 0px;
  color: #fff;
  font-size: 35px;
  line-height: 35px;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.icon_gallery {
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  background-image: url('../images/gallery_photo.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.display-none {
  display: none;
}

.img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img.progetto2 {
  background-image: url('../images/COURMAYEUR_VPinterior_est01_rev01.jpg');
}

.img.progetto3 {
  background-image: url('../images/COURMAYEUR_VPinterior_est02_rev01.jpg');
}

.flag-contatti {
  position: fixed;
  top: 25%;
  right: 0px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.icona-contatti {
  width: 60px;
  height: 50px;
  background-color: #b98043;
  background-image: url('../images/icona_mail.svg');
  background-position: 50% 50%;
  background-size: auto 55%;
  background-repeat: no-repeat;
  outline-color: #b98043;
  outline-offset: 3px;
  outline-style: solid;
  outline-width: 1px;
  transition: all 400ms ease;
  cursor: pointer;
}

.icona-contatti:hover {
  width: 75px;
}

.icona-contatti.tel {
  display: none;
  margin-top: 25px;
  background-image: url('../images/icona_telefono.svg');
  background-size: auto 70%;
}

.icona-contatti.tel:hover {
  outline-color: #b98043;
  outline-offset: 3px;
  outline-style: solid;
  outline-width: 1px;
}

.icona-contatti.hide {
  display: none;
}

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

.background-video {
  width: 100%;
  height: 100%;
}

.menu-hamburger__wrap {
  position: fixed;
  top: 25%;
  right: 0px;
  z-index: 3;
  display: none;
  overflow: hidden;
  width: 60px;
  height: 50px;
  background-color: #b98043;
  outline-color: #b98043;
  outline-offset: 3px;
  outline-style: solid;
  outline-width: 1px;
  transition: all 400ms ease;
  cursor: pointer;
}

.form_popup__wrap {
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
}

.error-link {
  position: relative;
  z-index: 3;
  margin-top: 35px;
  font-family: azo-sans-web, sans-serif;
  color: #b98043;
  font-size: 16px;
}

.img-fs_mobile {
  display: none;
}

.logo_pag-tecniche {
  width: 200px;
  height: 150px;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 50px;
  background-image: url('../images/LeGeant_logo_pos.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

._15px {
  font-size: 15px;
}

.language__wrap {
  position: absolute;
  right: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.language_txt {
  transition: all 400ms ease;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.language_txt:hover {
  color: #b98043;
}

.language_txt.active {
  color: #d9964e;
  font-weight: 700;
}

.language_txt.active-black {
  color: #3c3c3b;
  font-weight: 700;
}

.language_txt.active-black.w--current {
  color: #3c3c3b;
}

.language_txt.hover-black:hover {
  color: #3c3c3b;
}

.language_linea {
  width: 1px;
  height: 20px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #fff;
}

.image {
  display: inline-block;
}

.image.hide {
  display: none;
}

.to-delete {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 50;
  display: none;
  margin-bottom: 0px;
  padding: 40px 15%;
  background-color: #ffe837;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 600;
  text-align: left;
}

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

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

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

@media screen and (max-width: 991px) {
  blockquote {
    width: 75%;
  }

  .page_background {
    padding-top: 90px;
  }

  .page_wrap {
    width: 600px;
    flex: 0 auto;
  }

  .form-block {
    margin-top: 0px;
    margin-bottom: auto;
  }

  .form_field {
    line-height: 20px;
  }

  .form_field.message {
    max-width: 400px;
  }

  .form__wrap {
    width: 60%;
    min-width: 550px;
    margin-right: 0px;
  }

  .footer {
    padding-top: 30px;
    padding-bottom: 20px;
    flex-direction: column;
    justify-content: center;
  }

  .footer_link.hover-dark-grey {
    margin-right: 10px;
    margin-left: 10px;
  }

  .footer_txt._11px {
    margin-bottom: 10px;
  }

  .hero__wrap {
    position: relative;
    min-height: 600px;
  }

  .hero__wrap.progetto {
    background-image: linear-gradient(180deg, transparent 74%, rgba(0, 0, 0, 0.5)), url('../images/1920px_Courmayeur-ExAreaEN_VPOexterior_Cam03_rev00.jpg');
    background-position: 0px 0px, 50% 95%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .intro__wrap {
    min-height: 450px;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .section {
    padding: 100px 5%;
  }

  .section.double {
    padding-top: 100px;
    padding-right: 5%;
    padding-bottom: 100px;
    flex-direction: column;
  }

  .section.form {
    padding-top: 10%;
    padding-bottom: 10%;
    flex-direction: column;
  }

  .section_img-vert {
    width: 400px;
    height: 500px;
    min-height: auto;
    min-width: auto;
  }

  .section_img-vert.double {
    width: 400px;
    height: 500px;
    min-height: auto;
    min-width: auto;
  }

  .section_txt__wrap {
    width: 40%;
    min-width: 300px;
  }

  .section_txt__wrap.double {
    left: -3%;
    width: 40%;
    max-width: none;
    min-width: 275px;
    background-color: #ededed;
  }

  .section_txt__wrap.double.position-reverse {
    left: auto;
    right: -3%;
  }

  .section_txt__wrap.no-bg.width-height-tablet {
    width: 500px;
    height: auto;
    max-width: none;
    min-height: auto;
    min-width: auto;
    margin-bottom: 50px;
    padding-left: 4%;
    align-items: center;
  }

  .btn {
    margin-top: 35px;
  }

  .section_txt_pittogramma {
    top: -25px;
    right: -25px;
    width: 50px;
    height: 50px;
  }

  .section_nomepagina.double-reverse {
    left: -125px;
  }

  .section_nomepagina.double {
    right: -125px;
  }

  .section-vert {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .section-vert.quote {
    min-height: 350px;
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .pattern.pos {
    background-size: 125%;
  }

  .section.img-fs {
    height: 700px;
    max-height: none;
    min-height: auto;
  }

  .section_content__wrap {
    flex-direction: row;
    justify-content: center;
  }

  .section_content__wrap.reverse {
    flex-direction: row-reverse;
  }

  .section_content__wrap.margin-btm {
    margin-bottom: 10%;
  }

  .section_content_pattern.height.dx {
    width: 20vw;
  }

  .navbar_link {
    margin-right: 12px;
    margin-left: 12px;
  }

  .note-legali {
    max-width: 100%;
  }

  .img__griglia {
    overflow: hidden;
    max-height: 550px;
    min-height: 350px;
    margin-bottom: 35px;
  }

  .sezione-content__wrap {
    max-width: 750px;
    min-height: auto;
    min-width: auto;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }

  .footer_link__wrap {
    align-items: center;
  }

  .footer_link__wrap.oriz {
    width: auto;
    margin-bottom: 18px;
  }

  .html-embed {
    height: 450px;
    min-height: auto;
  }

  .mappa-contatti__wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .contatti_loghi__wrap {
    height: 450px;
    min-height: auto;
    min-width: 275px;
    padding-left: 2%;
  }

  .slide2 {
    width: 300px;
  }

  .slide_img {
    height: 60%;
  }

  .servizi_slider {
    height: 500px;
  }

  .slide_txt__wrap {
    padding-top: 20px;
  }

  .prospetto {
    max-width: 5vw;
    margin-right: 82px;
  }

  .slider-tour_wrap {
    min-width: auto;
    margin-right: 10px;
  }

  .slider-tour_wrap.desk {
    position: relative;
    height: 70vw;
  }

  .slider-tour {
    min-width: auto;
  }

  .plani_piano {
    border-width: 20px;
  }

  .tour_floor {
    left: 0px;
  }

  .tour_button {
    width: 30px;
  }

  .tour_button:hover {
    margin-right: 0px;
    padding-left: 30px;
    background-image: none;
    background-position: 0% 50%;
    background-size: auto 10px;
    background-repeat: no-repeat;
  }

  .tour_button.active {
    width: 56px;
    margin-right: -26px;
    padding-left: 56px;
  }

  .tour_button.active:hover {
    padding-left: 56px;
    background-image: url('../images/tallmilano_punta-orange.svg'), none;
    background-position: 25px 50%, 0% 50%;
    background-size: auto 10px, auto 10px;
    background-repeat: no-repeat, no-repeat;
  }

  .piano_txt {
    left: -4px;
    bottom: -4px;
  }

  .piano_txt.numero {
    left: 44px;
  }

  .gallery-contain {
    height: auto;
    min-height: auto;
    padding-top: 75px;
    padding-bottom: 30px;
    flex-direction: column;
  }

  .lightbox-link {
    width: 100%;
    height: 400px;
    margin: 10px 0px;
  }

  .no-wrap {
    white-space: nowrap;
  }

  .center-tablet {
    text-align: center;
  }

  .language__wrap {
    right: 30px;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    width: 85%;
    font-size: 30px;
    line-height: 36px;
  }

  h2 {
    font-size: 26px;
    line-height: 28px;
  }

  blockquote {
    width: 85%;
  }

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

  .page_wrap {
    width: 90%;
    max-width: 600px;
    min-height: 500px;
    padding: 20px;
  }

  .page_wrap.error-page {
    min-height: 600px;
  }

  .form-block {
    display: flex;
    padding: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .form_field {
    margin-bottom: 15px;
  }

  .form_field.message {
    max-width: 285px;
  }

  .form {
    width: 90%;
  }

  .form__wrap {
    min-width: 375px;
  }

  .footer {
    padding-right: 25px;
    padding-left: 25px;
  }

  .footer_txt._11px {
    text-align: center;
  }

  .azo-sans {
    margin-bottom: 15px;
    text-align: center;
  }

  .hero__wrap {
    min-height: 600px;
  }

  .hero_logo {
    width: 190px;
    height: 175px;
  }

  .intro__wrap {
    height: auto;
    min-height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section {
    padding-top: 50px;
    padding-bottom: 75px;
    flex-direction: column;
  }

  .section.double {
    padding-top: 75px;
  }

  .section.form {
    width: auto;
    padding-top: 65px;
    padding-bottom: 90px;
  }

  .section.reverse-mobile {
    flex-direction: column-reverse;
  }

  .section_img-vert.double.contesto {
    z-index: 2;
  }

  .section_txt__wrap {
    left: auto;
    width: 400px;
    min-height: 400px;
    min-width: auto;
    padding-right: 35px;
    padding-left: 35px;
  }

  .section_txt__wrap.double {
    left: auto;
    width: 400px;
    min-width: auto;
  }

  .section_txt__wrap.double.position-reverse {
    right: auto;
  }

  .section_txt__wrap.bg-gray.position-reverse {
    right: auto;
  }

  .section_txt__wrap.reverse {
    right: auto;
  }

  .section_txt__wrap.bg-trasp {
    background-color: hsla(0, 0%, 100%, 0.95);
  }

  .section_txt_pittogramma {
    left: -25px;
    right: auto;
    display: none;
  }

  .section_nomepagina {
    position: static;
    right: -78px;
    margin-bottom: 50px;
    transform: none;
  }

  .section_nomepagina.white-txt {
    text-shadow: 1px 0 2px #000;
  }

  .section_nomepagina.double-reverse {
    position: absolute;
    left: auto;
    top: -40px;
    transform: none;
  }

  .section_nomepagina.double {
    position: absolute;
    top: -40px;
    right: auto;
  }

  .section_nomepagina.sx {
    transform: none;
  }

  .section-vert {
    padding-top: 75px;
  }

  .pattern.pos {
    background-size: 175%;
  }

  .section.img-fs {
    height: 600px;
    padding-left: 0%;
    justify-content: center;
  }

  .white-txt.center-popup {
    width: 90%;
  }

  .section_content__wrap {
    flex-direction: column;
  }

  .section_content__wrap.reverse {
    flex-direction: column;
  }

  .section_content__wrap.margin-btm {
    margin-bottom: 100px;
  }

  .section_content_pattern.pag-tecniche {
    height: 35%;
    background-size: auto, 150%;
  }

  .pittogramma_trasp {
    width: 75%;
  }

  .navbar {
    display: none;
  }

  .navbar.scroll {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 4;
    display: none;
    overflow: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    flex-direction: column;
    justify-content: flex-start;
  }

  .navbar_link {
    position: relative;
    z-index: 1;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .navbar_link.white-txt.first {
    margin-top: auto;
  }

  .navbar_link.white-txt.last {
    margin-bottom: auto;
  }

  .navabr_logo {
    left: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 0;
    width: 50%;
    height: auto;
    max-width: 400px;
    background-position: 100% 50%;
    background-size: cover;
    opacity: 0.08;
  }

  .note-legali {
    margin-top: 35px;
  }

  .img__griglia {
    height: 350px;
    max-height: none;
    min-height: auto;
  }

  .footer_contatti__wrap {
    margin-top: 50px;
    align-items: center;
  }

  .footer_link__wrap.oriz {
    margin-bottom: 25px;
  }

  .close__wrap.menu-hamburger {
    left: auto;
    right: 0px;
    z-index: 0;
    display: flex;
    width: 52px;
    height: 52px;
    margin-right: 0px;
    border-style: solid none solid solid;
    border-width: 1px;
    border-color: #ededed;
    background-color: transparent;
  }

  .line_x.white {
    background-color: #fff;
  }

  .html-embed {
    width: 90%;
    margin-right: 0%;
    margin-bottom: 35px;
  }

  .mappa-contatti__wrap {
    padding-top: 50px;
    padding-bottom: 50px;
    flex-direction: column;
  }

  .contatti_loghi__wrap {
    width: 90%;
    height: auto;
    justify-content: center;
    align-items: center;
  }

  .footer_logo__wrap {
    align-items: center;
  }

  .slide-nav {
    z-index: 1;
  }

  .slider_arrow {
    z-index: 0;
  }

  .slider__wrap {
    width: 100%;
  }

  .arrow_icon {
    position: relative;
    margin: 0px;
  }

  .prospetto {
    width: auto;
    max-width: none;
    margin-top: 40px;
    margin-right: 0px;
    margin-bottom: 0px;
    -ms-grid-row-align: center;
        align-self: center;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .prospetto.bg {
    position: absolute;
    top: 0px;
    right: 105px;
    z-index: 0;
    display: block;
    width: 263px;
    margin-top: 0px;
    align-self: flex-end;
    background-image: url('../images/tallmilano_prospetto.svg');
    background-position: 100% 0%;
    background-size: auto 570px;
    background-repeat: no-repeat;
  }

  .slider-tour_wrap {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 150;
    display: flex;
    height: auto;
    max-width: none;
    margin-right: 0vw;
    margin-left: 0vw;
    flex-direction: column;
    align-items: center;
    flex: 0 0 auto;
    border-style: none;
    background-color: rgba(36, 36, 34, 0.95);
  }

  .slider-tour_wrap.desk {
    display: none;
  }

  .slider-tour {
    height: 80vw;
    margin-top: auto;
    margin-right: 0px;
    margin-bottom: auto;
    flex: 0 0 auto;
  }

  .mobile-disable-scroll {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: block;
    padding: 0px;
  }

  .tour_arrow {
    right: 50%;
    display: flex;
    width: 45%;
    height: 48px;
    margin-right: 20px;
    margin-bottom: -48px;
    justify-content: flex-end;
    align-items: flex-end;
    font-size: 15px;
    text-align: right;
  }

  .tour_arrow.right {
    left: 50%;
    right: auto;
    margin-left: 20px;
    justify-content: flex-start;
    text-align: left;
  }

  .plani_piano {
    border-width: 2vw;
  }

  .arrow_icon_wrap {
    position: relative;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .tour_floor.active {
    opacity: 0;
  }

  .tour_button {
    position: relative;
    z-index: 1;
    width: auto;
    margin-left: 0%;
  }

  .tour_button.active {
    width: auto;
    margin-right: 0px;
    padding-left: 30px;
    background-image: none;
    background-position: 0% 50%;
    background-size: auto 10px;
    background-repeat: no-repeat;
    color: #fff;
  }

  .tour_button.active:hover {
    padding-left: 30px;
    background-image: none;
    background-position: 0% 50%;
    background-size: auto 10px;
    background-repeat: no-repeat;
  }

  .piano_txt {
    left: 2vw;
    bottom: 2vw;
  }

  .piano_txt.numero {
    left: 49px;
    margin-left: 2vw;
  }

  .gallery-contain {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .lightbox-link {
    height: 300px;
  }

  .flag-contatti {
    top: 20%;
    margin-top: 75px;
  }

  .icona-contatti:hover {
    width: 60px;
  }

  .icona-contatti.tel {
    display: block;
    margin-top: 30px;
  }

  .center-mobile {
    text-align: center;
  }

  .menu-hamburger__wrap {
    left: auto;
    top: 0px;
    right: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #3c3c3b;
    outline-color: #3c3c3b;
  }

  .menu-hamburger_linea {
    width: 35px;
    height: 1px;
    margin-top: 4px;
    margin-bottom: 4px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #ededed;
  }

  .menu-hamburger_linea._2 {
    width: 30px;
  }

  .logo_pag-tecniche {
    width: 175px;
    height: 125px;
  }

  .language__wrap {
    right: auto;
  }

  .language_txt:hover {
    color: #3c3c3b;
  }

  .language_txt.active {
    color: #3c3c3b;
    font-weight: 900;
  }

  .language_txt.active-black {
    color: #3c3c3b;
    font-weight: 900;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: 14px;
  }

  .page_background {
    padding: 65px 5px 122px;
  }

  .page_wrap {
    max-width: 400px;
    padding: 20px 15px;
  }

  .page_contatto {
    font-size: 18px;
  }

  .note_txt {
    font-size: 0.9em;
  }

  .form-block {
    padding-right: 25px;
    padding-bottom: 45px;
    padding-left: 25px;
  }

  .form_field.message {
    max-width: 275px;
  }

  .form__wrap {
    width: 85%;
    height: auto;
    max-width: 350px;
    min-height: auto;
    min-width: auto;
  }

  .hero__wrap {
    height: 90vh;
    min-height: 650px;
  }

  .hero_logo {
    width: 170px;
  }

  .intro__wrap {
    min-height: 400px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .section.double {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .section.form {
    padding-top: 15px;
  }

  .section_img-vert {
    width: 90%;
    height: 375px;
    max-width: 350px;
  }

  .section_img-vert.double {
    width: 100%;
    height: 375px;
  }

  .section_txt__wrap {
    width: 90%;
    height: auto;
    max-width: 350px;
    min-height: auto;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .section_txt__wrap.double {
    width: 100%;
    max-width: 350px;
  }

  .section_txt__wrap.no-bg.width-height-tablet {
    width: auto;
    margin-bottom: 0px;
    padding-left: 35px;
  }

  .section_txt__wrap.bg-trasp {
    width: 90%;
  }

  .sottotitolo_linea {
    width: 45px;
  }

  .section_nomepagina.white-txt {
    color: #7a7a7a;
    text-shadow: none;
  }

  .section_nomepagina.double-reverse {
    top: -60px;
  }

  .section_nomepagina.double {
    top: -60px;
  }

  .section-vert.quote {
    height: auto;
    min-height: auto;
    padding: 50px 20px;
  }

  .section.img-fs {
    height: auto;
    padding-bottom: 0px;
    justify-content: flex-end;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .section.img-fs.contesto2 {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .section.img-fs.lounge {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .section.img-fs.interni {
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .section.img-fs.servizi {
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .section_content__wrap.margin-btm {
    margin-bottom: 120px;
  }

  .section_content_pattern.pag-tecniche {
    background-size: auto, 200%;
  }

  .pittogramma_trasp.absolute {
    width: 90%;
  }

  .txt_26px {
    line-height: 24px;
  }

  .navabr_logo {
    width: 65%;
  }

  .form_popup {
    padding-top: 100px;
    padding-bottom: 75px;
  }

  .img__griglia {
    height: 250px;
  }

  .center-margin-auto {
    padding-right: 10px;
    padding-left: 10px;
  }

  .html-embed {
    height: 375px;
    max-width: 350px;
  }

  .mappa-contatti__wrap {
    padding-right: 20px;
    padding-left: 20px;
  }

  .slide2 {
    width: 240px;
    margin-right: 10px;
  }

  .slide_img {
    height: 60%;
  }

  .slide {
    width: 240px;
    margin-right: 5px;
  }

  .fake {
    left: -245px;
    width: 240px;
  }

  .fake.fake-2 {
    left: -490px;
  }

  .fake.fake-3 {
    left: -490px;
  }

  .fake.fake-dx {
    right: -245px;
  }

  .fake.fake-dx2 {
    right: -490px;
  }

  .fake.fake-dx3 {
    right: -490px;
  }

  .slide_nome {
    text-align: center;
    letter-spacing: 0.5px;
  }

  .mask {
    width: 240px;
    padding-bottom: 50px;
  }

  .slide_txt__wrap {
    height: 200px;
    padding-bottom: 20px;
    justify-content: center;
  }

  .slider-tour {
    height: 140vw;
  }

  .apartment_button.bottom-left {
    left: 20%;
    top: 22%;
    bottom: auto;
  }

  .apartment_button.right {
    top: auto;
    right: 43%;
    bottom: 16%;
  }

  .apartment_button.left {
    left: auto;
    top: 22%;
    right: 43%;
  }

  .apartment_button.top-left {
    left: auto;
    top: 22%;
    right: 20%;
  }

  .apartment_button.top-right {
    top: auto;
    right: 20%;
    bottom: 22%;
  }

  .apartment_button.bottom-right {
    left: 20%;
    right: auto;
    bottom: 22%;
  }

  .plani_piano {
    border-top-width: 4vw;
    border-bottom-width: 40px;
  }

  .plani_piano._2 {
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.2), hsla(0, 0%, 100%, 0.2)), url('../images/plani_piano2-mobile.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
  }

  .plani_piano._4 {
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.2), hsla(0, 0%, 100%, 0.2)), url('../images/plani_piano4-mobile.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
  }

  .plani_piano._3 {
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.2), hsla(0, 0%, 100%, 0.2)), url('../images/plani_piano3-mobile.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
  }

  .tour_button {
    background-image: none;
    color: #fff;
  }

  .tour_button.active {
    color: #fff;
  }

  .piano_txt {
    bottom: -24px;
  }

  .img-fs_mobile {
    display: block;
    width: 100%;
    height: 275px;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .img-fs_mobile.interni {
    background-image: url('../images/Courmayeur_VPInterior_04_rev02.jpg');
  }

  .img-fs_mobile.lounge {
    background-image: url('../images/Courmayeur_VPInterior01_dettaglio02_rev02.jpg');
  }

  .img-fs_mobile.servizi {
    background-image: url('../images/Courmayeur-ExAreaEN_VPExterior_Cam02_rev03.jpg');
  }

  .img-fs_mobile.contesto2 {
    background-image: url('../images/A__D3561.jpg');
  }

  .logo_pag-tecniche {
    bottom: 425px;
    width: 140px;
    margin-bottom: 0px;
  }
}

#w-node-e04a5e44-abb4-cebf-372b-5c0c8c6d33d7-0b458115 {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
}

#w-node-e04a5e44-abb4-cebf-372b-5c0c8c6d33d8-0b458115 {
  -ms-grid-column: 3;
      grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-e04a5e44-abb4-cebf-372b-5c0c8c6d33d9-0b458115 {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
      grid-row-start: 3;
  -ms-grid-row-span: 2;
  grid-row-end: 5;
}

#w-node-e04a5e44-abb4-cebf-372b-5c0c8c6d33da-0b458115 {
  -ms-grid-column: 2;
      grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 3;
      grid-row-start: 3;
  -ms-grid-row-span: 2;
  grid-row-end: 5;
}

#w-node-e04a5e44-abb4-cebf-372b-5c0c8c6d33db-0b458115 {
  -ms-grid-column: 3;
      grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
      grid-row-start: 2;
  -ms-grid-row-span: 3;
  grid-row-end: 5;
}

#w-node-e04a5e44-abb4-cebf-372b-5c0c8c6d33d7-6dcf441d {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
}

#w-node-e04a5e44-abb4-cebf-372b-5c0c8c6d33d8-6dcf441d {
  -ms-grid-column: 3;
      grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-e04a5e44-abb4-cebf-372b-5c0c8c6d33d9-6dcf441d {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
      grid-row-start: 3;
  -ms-grid-row-span: 2;
  grid-row-end: 5;
}

#w-node-e04a5e44-abb4-cebf-372b-5c0c8c6d33da-6dcf441d {
  -ms-grid-column: 2;
      grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 3;
      grid-row-start: 3;
  -ms-grid-row-span: 2;
  grid-row-end: 5;
}

#w-node-e04a5e44-abb4-cebf-372b-5c0c8c6d33db-6dcf441d {
  -ms-grid-column: 3;
      grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
      grid-row-start: 2;
  -ms-grid-row-span: 3;
  grid-row-end: 5;
}

#w-node-e04a5e44-abb4-cebf-372b-5c0c8c6d33d7-4bc4e78f {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
}

#w-node-e04a5e44-abb4-cebf-372b-5c0c8c6d33d8-4bc4e78f {
  -ms-grid-column: 3;
      grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-e04a5e44-abb4-cebf-372b-5c0c8c6d33d9-4bc4e78f {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
      grid-row-start: 3;
  -ms-grid-row-span: 2;
  grid-row-end: 5;
}

#w-node-e04a5e44-abb4-cebf-372b-5c0c8c6d33da-4bc4e78f {
  -ms-grid-column: 2;
      grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 3;
      grid-row-start: 3;
  -ms-grid-row-span: 2;
  grid-row-end: 5;
}

#w-node-e04a5e44-abb4-cebf-372b-5c0c8c6d33db-4bc4e78f {
  -ms-grid-column: 3;
      grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
      grid-row-start: 2;
  -ms-grid-row-span: 3;
  grid-row-end: 5;
}

#w-node-e04a5e44-abb4-cebf-372b-5c0c8c6d33d7-e77ac97c {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
}

#w-node-e04a5e44-abb4-cebf-372b-5c0c8c6d33d8-e77ac97c {
  -ms-grid-column: 3;
      grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-e04a5e44-abb4-cebf-372b-5c0c8c6d33d9-e77ac97c {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
      grid-row-start: 3;
  -ms-grid-row-span: 2;
  grid-row-end: 5;
}

#w-node-e04a5e44-abb4-cebf-372b-5c0c8c6d33da-e77ac97c {
  -ms-grid-column: 2;
      grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 3;
      grid-row-start: 3;
  -ms-grid-row-span: 2;
  grid-row-end: 5;
}

#w-node-e04a5e44-abb4-cebf-372b-5c0c8c6d33db-e77ac97c {
  -ms-grid-column: 3;
      grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
      grid-row-start: 2;
  -ms-grid-row-span: 3;
  grid-row-end: 5;
}

