.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f9gpl4SDEEUOkRXA9ZsOKQaPb4gQTLQc { position:relative;display:block; }#f9gpl4SDEEUOkRXA9ZsOKQaPb4gQTLQc { background-color: transparent; background-image: none; }#f9gpl4SDEEUOkRXA9ZsOKQaPb4gQTLQc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f9gpl4SDEEUOkRXA9ZsOKQaPb4gQTLQc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f9gpl4SDEEUOkRXA9ZsOKQaPb4gQTLQc > .row .container > .video-iframe-container { display: none; }#f9gpl4SDEEUOkRXA9ZsOKQaPb4gQTLQc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f9gpl4SDEEUOkRXA9ZsOKQaPb4gQTLQc > .row > .video-iframe-container { display: none; }#f9gpl4SDEEUOkRXA9ZsOKQaPb4gQTLQc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f9gpl4SDEEUOkRXA9ZsOKQaPb4gQTLQc { border-width: 0; border-radius: 0; }#f9gpl4SDEEUOkRXA9ZsOKQaPb4gQTLQc > .row .container > .video-iframe-container {  }#f9gpl4SDEEUOkRXA9ZsOKQaPb4gQTLQc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#ntutLwBwWaT2QGJMUcslG9mx4uIVg6HP { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/cd462884-8398-4989-a709-5cc05691f0f5/ragazzasutunno1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#ntutLwBwWaT2QGJMUcslG9mx4uIVg6HP.adaptive-delivery-prevent-bg, #ntutLwBwWaT2QGJMUcslG9mx4uIVg6HP.lazyload, #ntutLwBwWaT2QGJMUcslG9mx4uIVg6HP.lazyloading { background-image: none; }#ntutLwBwWaT2QGJMUcslG9mx4uIVg6HP > .row .container { background-color: transparent; background-image: none; }#ntutLwBwWaT2QGJMUcslG9mx4uIVg6HP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ntutLwBwWaT2QGJMUcslG9mx4uIVg6HP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ntutLwBwWaT2QGJMUcslG9mx4uIVg6HP > .row .container > .video-iframe-container { display: none; }#ntutLwBwWaT2QGJMUcslG9mx4uIVg6HP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ntutLwBwWaT2QGJMUcslG9mx4uIVg6HP > .row > .video-iframe-container { display: none; }#ntutLwBwWaT2QGJMUcslG9mx4uIVg6HP > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ntutLwBwWaT2QGJMUcslG9mx4uIVg6HP > .row .container { border-width: 0; border-radius: 0; }#ntutLwBwWaT2QGJMUcslG9mx4uIVg6HP > .row > .video-iframe-container {  }#ntutLwBwWaT2QGJMUcslG9mx4uIVg6HP > .row .container { font-size:0.875rem;font-family:arial;height:47.625rem;width:75rem;overflow:visible;position:relative;display:block; }#wVnkVcaSTWr1E5RtGy30uvWUT9TXXtx1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#wVnkVcaSTWr1E5RtGy30uvWUT9TXXtx1 > .row .container { background-color: transparent; background-image: none; }#wVnkVcaSTWr1E5RtGy30uvWUT9TXXtx1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wVnkVcaSTWr1E5RtGy30uvWUT9TXXtx1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wVnkVcaSTWr1E5RtGy30uvWUT9TXXtx1 > .row .container > .video-iframe-container { display: none; }#wVnkVcaSTWr1E5RtGy30uvWUT9TXXtx1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wVnkVcaSTWr1E5RtGy30uvWUT9TXXtx1 > .row > .video-iframe-container { display: none; }#wVnkVcaSTWr1E5RtGy30uvWUT9TXXtx1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wVnkVcaSTWr1E5RtGy30uvWUT9TXXtx1 > .row .container { border-width: 0; border-radius: 0; }#wVnkVcaSTWr1E5RtGy30uvWUT9TXXtx1 > .row > .video-iframe-container {  }#wVnkVcaSTWr1E5RtGy30uvWUT9TXXtx1 > .row .container { font-size:0.875rem;font-family:arial;height:10.3125rem;width:75rem;position:relative;display:block; }#ln2BBsbR0rECT4N6S2Hyezu76k7Mcinq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#352c22;background-image:none;position:relative;display:block; }#ln2BBsbR0rECT4N6S2Hyezu76k7Mcinq > .row .container { background-color: transparent; background-image: none; }#ln2BBsbR0rECT4N6S2Hyezu76k7Mcinq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ln2BBsbR0rECT4N6S2Hyezu76k7Mcinq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ln2BBsbR0rECT4N6S2Hyezu76k7Mcinq > .row .container > .video-iframe-container { display: none; }#ln2BBsbR0rECT4N6S2Hyezu76k7Mcinq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ln2BBsbR0rECT4N6S2Hyezu76k7Mcinq > .row > .video-iframe-container { display: none; }#ln2BBsbR0rECT4N6S2Hyezu76k7Mcinq > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ln2BBsbR0rECT4N6S2Hyezu76k7Mcinq > .row .container { border-width: 0; border-radius: 0; }#ln2BBsbR0rECT4N6S2Hyezu76k7Mcinq > .row > .video-iframe-container {  }#ln2BBsbR0rECT4N6S2Hyezu76k7Mcinq > .row .container { font-size:0.875rem;font-family:arial;height:73.875rem;width:75rem;position:relative;display:block; }#X4ryRRiGgLKfgTVlRdmTTUFAnCc4J5BS { position:relative;display:block; }#X4ryRRiGgLKfgTVlRdmTTUFAnCc4J5BS { background-color: transparent; background-image: none; }#X4ryRRiGgLKfgTVlRdmTTUFAnCc4J5BS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4ryRRiGgLKfgTVlRdmTTUFAnCc4J5BS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4ryRRiGgLKfgTVlRdmTTUFAnCc4J5BS > .row .container > .video-iframe-container { display: none; }#X4ryRRiGgLKfgTVlRdmTTUFAnCc4J5BS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4ryRRiGgLKfgTVlRdmTTUFAnCc4J5BS > .row > .video-iframe-container { display: none; }#X4ryRRiGgLKfgTVlRdmTTUFAnCc4J5BS > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4ryRRiGgLKfgTVlRdmTTUFAnCc4J5BS { border-width: 0; border-radius: 0; }#X4ryRRiGgLKfgTVlRdmTTUFAnCc4J5BS > .row .container > .video-iframe-container {  }#X4ryRRiGgLKfgTVlRdmTTUFAnCc4J5BS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:44.9375rem;width:75rem;position:relative;display:block; }#XXPaOuwcKrmgLb8TWT5godQRA4bL06Ml { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#352c22;background-image:none;position:relative;display:block; }#XXPaOuwcKrmgLb8TWT5godQRA4bL06Ml > .row .container { background-color: transparent; background-image: none; }#XXPaOuwcKrmgLb8TWT5godQRA4bL06Ml::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXPaOuwcKrmgLb8TWT5godQRA4bL06Ml > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXPaOuwcKrmgLb8TWT5godQRA4bL06Ml > .row .container > .video-iframe-container { display: none; }#XXPaOuwcKrmgLb8TWT5godQRA4bL06Ml > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXPaOuwcKrmgLb8TWT5godQRA4bL06Ml > .row > .video-iframe-container { display: none; }#XXPaOuwcKrmgLb8TWT5godQRA4bL06Ml > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXPaOuwcKrmgLb8TWT5godQRA4bL06Ml > .row .container { border-width: 0; border-radius: 0; }#XXPaOuwcKrmgLb8TWT5godQRA4bL06Ml > .row > .video-iframe-container {  }#XXPaOuwcKrmgLb8TWT5godQRA4bL06Ml > .row .container { font-size:0.875rem;font-family:arial;height:22.375rem;width:75rem;position:relative;display:block; }#TwIcuWRa9TtI6pUBmA0CibJIwm2NgE8I { position:relative;display:block; }#TwIcuWRa9TtI6pUBmA0CibJIwm2NgE8I { background-color: transparent; background-image: none; }#TwIcuWRa9TtI6pUBmA0CibJIwm2NgE8I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwIcuWRa9TtI6pUBmA0CibJIwm2NgE8I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwIcuWRa9TtI6pUBmA0CibJIwm2NgE8I > .row .container > .video-iframe-container { display: none; }#TwIcuWRa9TtI6pUBmA0CibJIwm2NgE8I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwIcuWRa9TtI6pUBmA0CibJIwm2NgE8I > .row > .video-iframe-container { display: none; }#TwIcuWRa9TtI6pUBmA0CibJIwm2NgE8I > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwIcuWRa9TtI6pUBmA0CibJIwm2NgE8I { border-width: 0; border-radius: 0; }#TwIcuWRa9TtI6pUBmA0CibJIwm2NgE8I > .row .container > .video-iframe-container {  }#TwIcuWRa9TtI6pUBmA0CibJIwm2NgE8I > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:105.75rem;width:75rem;position:relative;display:block; }#y4XpwnqqSgQrPIkuvWEZygtG7EmmMlrV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4cef50f3-d559-4237-bdee-e81447a03168/MarcoPostmassaggiobellezzanaturalesenzabisturi11.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#y4XpwnqqSgQrPIkuvWEZygtG7EmmMlrV.adaptive-delivery-prevent-bg, #y4XpwnqqSgQrPIkuvWEZygtG7EmmMlrV.lazyload, #y4XpwnqqSgQrPIkuvWEZygtG7EmmMlrV.lazyloading { background-image: none; }#y4XpwnqqSgQrPIkuvWEZygtG7EmmMlrV > .row .container { background-color: transparent; background-image: none; }#y4XpwnqqSgQrPIkuvWEZygtG7EmmMlrV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(53,44,34,0.56); }#y4XpwnqqSgQrPIkuvWEZygtG7EmmMlrV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4XpwnqqSgQrPIkuvWEZygtG7EmmMlrV > .row .container > .video-iframe-container { display: none; }#y4XpwnqqSgQrPIkuvWEZygtG7EmmMlrV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(53,44,34,0.56); }#y4XpwnqqSgQrPIkuvWEZygtG7EmmMlrV > .row > .video-iframe-container { display: none; }#y4XpwnqqSgQrPIkuvWEZygtG7EmmMlrV > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4XpwnqqSgQrPIkuvWEZygtG7EmmMlrV > .row .container { border-width: 0; border-radius: 0; }#y4XpwnqqSgQrPIkuvWEZygtG7EmmMlrV::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#y4XpwnqqSgQrPIkuvWEZygtG7EmmMlrV > .row > .video-iframe-container {  }#y4XpwnqqSgQrPIkuvWEZygtG7EmmMlrV > .row .container { font-size:0.875rem;font-family:arial;height:30.8125rem;width:75rem;position:relative;display:block; }#wgiErhMgb8ILAVUQgoKDQEKCQiSB3bxh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#wgiErhMgb8ILAVUQgoKDQEKCQiSB3bxh > .row .container { background-color: transparent; background-image: none; }#wgiErhMgb8ILAVUQgoKDQEKCQiSB3bxh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgiErhMgb8ILAVUQgoKDQEKCQiSB3bxh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgiErhMgb8ILAVUQgoKDQEKCQiSB3bxh > .row .container > .video-iframe-container { display: none; }#wgiErhMgb8ILAVUQgoKDQEKCQiSB3bxh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgiErhMgb8ILAVUQgoKDQEKCQiSB3bxh > .row > .video-iframe-container { display: none; }#wgiErhMgb8ILAVUQgoKDQEKCQiSB3bxh > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgiErhMgb8ILAVUQgoKDQEKCQiSB3bxh > .row .container { border-width: 0; border-radius: 0; }#wgiErhMgb8ILAVUQgoKDQEKCQiSB3bxh > .row > .video-iframe-container {  }#wgiErhMgb8ILAVUQgoKDQEKCQiSB3bxh > .row .container { font-size:0.875rem;font-family:arial;height:62.9375rem;width:75rem;position:relative;display:block; }#tvcJ9ksvp6Dkltk4cVAcI9wfGyqo4tK5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#352c22;background-image:none;position:relative;display:block; }#tvcJ9ksvp6Dkltk4cVAcI9wfGyqo4tK5 > .row .container { background-color: transparent; background-image: none; }#tvcJ9ksvp6Dkltk4cVAcI9wfGyqo4tK5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvcJ9ksvp6Dkltk4cVAcI9wfGyqo4tK5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvcJ9ksvp6Dkltk4cVAcI9wfGyqo4tK5 > .row .container > .video-iframe-container { display: none; }#tvcJ9ksvp6Dkltk4cVAcI9wfGyqo4tK5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvcJ9ksvp6Dkltk4cVAcI9wfGyqo4tK5 > .row > .video-iframe-container { display: none; }#tvcJ9ksvp6Dkltk4cVAcI9wfGyqo4tK5 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvcJ9ksvp6Dkltk4cVAcI9wfGyqo4tK5 > .row .container { border-width: 0; border-radius: 0; }#tvcJ9ksvp6Dkltk4cVAcI9wfGyqo4tK5 > .row > .video-iframe-container {  }#tvcJ9ksvp6Dkltk4cVAcI9wfGyqo4tK5 > .row .container { font-size:0.875rem;font-family:arial;height:22.125rem;width:75rem;position:relative;display:block; }#xBhPSVPyxuW3XmG6t3gZ6Tx5y7xE5GVN { position:relative;display:block; }#xBhPSVPyxuW3XmG6t3gZ6Tx5y7xE5GVN { background-color: transparent; background-image: none; }#xBhPSVPyxuW3XmG6t3gZ6Tx5y7xE5GVN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xBhPSVPyxuW3XmG6t3gZ6Tx5y7xE5GVN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xBhPSVPyxuW3XmG6t3gZ6Tx5y7xE5GVN > .row .container > .video-iframe-container { display: none; }#xBhPSVPyxuW3XmG6t3gZ6Tx5y7xE5GVN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xBhPSVPyxuW3XmG6t3gZ6Tx5y7xE5GVN > .row > .video-iframe-container { display: none; }#xBhPSVPyxuW3XmG6t3gZ6Tx5y7xE5GVN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xBhPSVPyxuW3XmG6t3gZ6Tx5y7xE5GVN { border-width: 0; border-radius: 0; }#xBhPSVPyxuW3XmG6t3gZ6Tx5y7xE5GVN > .row .container > .video-iframe-container {  }#xBhPSVPyxuW3XmG6t3gZ6Tx5y7xE5GVN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:133.6875rem;width:75rem;position:relative;display:block; }#x8MeK8gUu3OPcKqpxfwusep6B7mETXh1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/596b0917-32eb-4d1e-9e24-c4282788fd6e/makingadandelionwish20220506022914utc1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#x8MeK8gUu3OPcKqpxfwusep6B7mETXh1.adaptive-delivery-prevent-bg, #x8MeK8gUu3OPcKqpxfwusep6B7mETXh1.lazyload, #x8MeK8gUu3OPcKqpxfwusep6B7mETXh1.lazyloading { background-image: none; }#x8MeK8gUu3OPcKqpxfwusep6B7mETXh1 > .row .container { background-color: transparent; background-image: none; }#x8MeK8gUu3OPcKqpxfwusep6B7mETXh1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x8MeK8gUu3OPcKqpxfwusep6B7mETXh1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x8MeK8gUu3OPcKqpxfwusep6B7mETXh1 > .row .container > .video-iframe-container { display: none; }#x8MeK8gUu3OPcKqpxfwusep6B7mETXh1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x8MeK8gUu3OPcKqpxfwusep6B7mETXh1 > .row > .video-iframe-container { display: none; }#x8MeK8gUu3OPcKqpxfwusep6B7mETXh1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x8MeK8gUu3OPcKqpxfwusep6B7mETXh1 > .row .container { border-width: 0; border-radius: 0; }#x8MeK8gUu3OPcKqpxfwusep6B7mETXh1 > .row > .video-iframe-container {  }#x8MeK8gUu3OPcKqpxfwusep6B7mETXh1 > .row .container { font-size:0.875rem;font-family:arial;height:34.5625rem;width:75rem;position:relative;display:block; }#IbT2RFirTpNlpqnLKFHRSgmmwD7h7PIN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cf8639;background-image:none;position:relative;display:block; }#IbT2RFirTpNlpqnLKFHRSgmmwD7h7PIN > .row .container { background-color: transparent; background-image: none; }#IbT2RFirTpNlpqnLKFHRSgmmwD7h7PIN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IbT2RFirTpNlpqnLKFHRSgmmwD7h7PIN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IbT2RFirTpNlpqnLKFHRSgmmwD7h7PIN > .row .container > .video-iframe-container { display: none; }#IbT2RFirTpNlpqnLKFHRSgmmwD7h7PIN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IbT2RFirTpNlpqnLKFHRSgmmwD7h7PIN > .row > .video-iframe-container { display: none; }#IbT2RFirTpNlpqnLKFHRSgmmwD7h7PIN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IbT2RFirTpNlpqnLKFHRSgmmwD7h7PIN > .row .container { border-width: 0; border-radius: 0; }#IbT2RFirTpNlpqnLKFHRSgmmwD7h7PIN > .row > .video-iframe-container {  }#IbT2RFirTpNlpqnLKFHRSgmmwD7h7PIN > .row .container { font-size:0.875rem;font-family:arial;height:21.3125rem;width:75rem;position:relative;display:block; }#v5fLJc4NMs2kbmbfer5zJh20FBiTTSk3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6c47fa35-7e6b-47e1-ba0b-a9e129a7db44/Consulenzaesteticaavanzatamarcopost1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#v5fLJc4NMs2kbmbfer5zJh20FBiTTSk3.adaptive-delivery-prevent-bg, #v5fLJc4NMs2kbmbfer5zJh20FBiTTSk3.lazyload, #v5fLJc4NMs2kbmbfer5zJh20FBiTTSk3.lazyloading { background-image: none; }#v5fLJc4NMs2kbmbfer5zJh20FBiTTSk3 > .row .container { background-color: transparent; background-image: none; }#v5fLJc4NMs2kbmbfer5zJh20FBiTTSk3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(50,42,31,0.9); }#v5fLJc4NMs2kbmbfer5zJh20FBiTTSk3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v5fLJc4NMs2kbmbfer5zJh20FBiTTSk3 > .row .container > .video-iframe-container { display: none; }#v5fLJc4NMs2kbmbfer5zJh20FBiTTSk3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(50,42,31,0.9); }#v5fLJc4NMs2kbmbfer5zJh20FBiTTSk3 > .row > .video-iframe-container { display: none; }#v5fLJc4NMs2kbmbfer5zJh20FBiTTSk3 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v5fLJc4NMs2kbmbfer5zJh20FBiTTSk3 > .row .container { border-width: 0; border-radius: 0; }#v5fLJc4NMs2kbmbfer5zJh20FBiTTSk3::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#v5fLJc4NMs2kbmbfer5zJh20FBiTTSk3 > .row > .video-iframe-container {  }#v5fLJc4NMs2kbmbfer5zJh20FBiTTSk3 > .row .container { font-size:0.875rem;font-family:arial;height:61.375rem;width:75rem;position:relative;display:block; }#kwXvJDPATAu5Ap5nuWfNATFbZLZsxfsF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8eee6;background-image:none;position:relative;display:block; }#kwXvJDPATAu5Ap5nuWfNATFbZLZsxfsF > .row .container { background-color: transparent; background-image: none; }#kwXvJDPATAu5Ap5nuWfNATFbZLZsxfsF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kwXvJDPATAu5Ap5nuWfNATFbZLZsxfsF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kwXvJDPATAu5Ap5nuWfNATFbZLZsxfsF > .row .container > .video-iframe-container { display: none; }#kwXvJDPATAu5Ap5nuWfNATFbZLZsxfsF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kwXvJDPATAu5Ap5nuWfNATFbZLZsxfsF > .row > .video-iframe-container { display: none; }#kwXvJDPATAu5Ap5nuWfNATFbZLZsxfsF > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kwXvJDPATAu5Ap5nuWfNATFbZLZsxfsF > .row .container { border-width: 0; border-radius: 0; }#kwXvJDPATAu5Ap5nuWfNATFbZLZsxfsF > .row > .video-iframe-container {  }#kwXvJDPATAu5Ap5nuWfNATFbZLZsxfsF > .row .container { font-size:0.875rem;font-family:arial;height:60.125rem;width:75rem;position:relative;display:block; }#BW1h461bqTSwnEMnhzIhpgoRc5tq5elh { color:#000000;display:block;width:38.4375rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:100012;line-height:1.4;letter-spacing:0;top:26.5rem;left:0rem;height:15.39845rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zeTbd46km3VfsMKWGKTM9e0wrCVIKFUJ { color:#000000;display:block;width:38.4375rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:100011;line-height:1.4;letter-spacing:0;top:13.75rem;left:0rem;height:10.874rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#zeTbd46km3VfsMKWGKTM9e0wrCVIKFUJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zeTbd46km3VfsMKWGKTM9e0wrCVIKFUJ li:before{  }
#OnZB9QGGwegs1cPduIeatV76UnMRwJoo { color:#000000;display:block;width:38.4375rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:100010;line-height:1.4;letter-spacing:0;top:4.875rem;left:0rem;height:7.699225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fT8O0dudR5yp8te3Q3Wv3kup64nBaBQ5 { color:#000000;display:block;width:25.0625rem;position:absolute;font-family:"dm serif text";font-size:1.875rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:4.875rem;left:45rem;height:7.3125rem;text-align:left;text-align-last:left;display:block; }
#uhGIOB2ErRQCxTvLW9udURmKGgWpGabB { position:absolute;display:block;z-index:100008;height:1rem;width:1.8125rem;top:1.125rem;left:0rem;display:block; }
#qDeLfPnHfrqvc2gr4zsnTdEcN84rE5Xd { color:#000000;display:block;width:53.1875rem;position:absolute;font-family:"dm serif text";font-size:1.875rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:1.125rem;left:-0.03125rem;height:0;text-align:left;text-align-last:left;display:none; }
#TnWVgy7stye82fIy5CiKXm1fEJEgS1OA { color:#000000;display:block;width:38.4375rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:100011;line-height:1.4;letter-spacing:0;top:2.125rem;left:36.5625rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Suc4B6NxdDZE68Vde8l8mo6I8E6h97so { color:#000000;display:block;width:38.4375rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:100013;line-height:1.4;letter-spacing:0;top:2.125rem;left:2.59375rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u .widget-form-header {  }
#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;color:#000000;width:24.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal; }
#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.3125rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u .widget-input-text {padding-top: 0; padding-bottom: 0;}#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.3125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.3125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u .widget-input-select {padding-top: 0; padding-bottom: 0;}#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#33291e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:24.3125rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:22.875rem;overflow:hidden;font-style:normal; }
#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u .widget-container:first-of-type{padding-top:0;}#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u .widget-container:last-of-type{padding-bottom:0;}#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.3125rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:100003;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;position:absolute;top:13.91162109375rem;left:44.125rem; }
#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.3125rem; }
#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u {display:block;}#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.3125rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:100003;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;position:absolute;top:13.91162109375rem;left:44.125rem; }
#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #FH7OVc6HL1IwRNlRN8qhVQpeKhEST4T9 { position:relative; }
#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #eqvsuBTfiUDdIaEBT6yz9ZgUSJkshBZP { position:relative; }
#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #dIr8uzQDGpaz7fFlUqW3JqMDrfwvZ8fs { position:relative; }
#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #T1UKvqFlTbs2gXog13RQ146vs0VKCi2n { position:relative; }
#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #eS7lO9zRe1lJ7qab4iQRFGkzr0lein6D { position:relative; }
#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #WJHlmAade47IpzdLIJaGo0TrNX4rOw5b { position:relative; }
#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #qbf7QmEsE67ZShwiLas7OPAQie5lTv1h { position:relative; }
#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #TmDHU7pJnT0rSNKp60nJH39BgPmyrVNv { position:relative; }
#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #CmDz0p7q61ZslSg1rwXJDie1VoHIsnH4 { position:relative; }
#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #ivfyhpapiHvriGxpsrzvSwZg7x1N41DQ { position:relative; }
#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #T8rmBoZOlqP8rf9O9I0Mdl0H6U9Hz0n3 { position:relative; }
#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #TsFu2UOnKZuczrrLRr5urPorhW08x5TW { position:relative; }
#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #kervXba0Gsd0FU9LNXgXcHdvk5GF3DAC { position:relative; }
#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #OUG9HlzvLWDWlvxMh9QF2Ab2glha8E2T { position:relative; }
#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #OJ4J5oLTDmBSO8FoQMtB1Jn9Xdbid64T { position:relative; }
#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #xwiad6bKeMxh736ybrdRlCdbTFR668NH { position:relative; }
#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #xwiad6bKeMxh736ybrdRlCdbTFR668NH .container-column{width:50%;}#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #Sws2rwGuXDVRC51pZaveqsyzMT8Dg01M { position:relative; }
#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #ZuxL4ccicnIeLlV6XoTsknegxJFEgoO8 { position:relative;z-index:2; }
#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #EfPuRQriDKvvvCSVu9nlCo5cRr0f0DmT { position:relative; }
#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #zsSJsmJLfX91caW0bwlbzTp181QshWty { position:relative; }
#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #zsSJsmJLfX91caW0bwlbzTp181QshWty .container-column{width:50%;}#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #D4E2GguEDz12XeuHFXAyRA62o9RMdtTg { position:relative; }
#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #dAH87kyJCOtJUTuBMq2QWTJ0cpVNFC9V { position:relative;z-index:2; }
#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #wCFE5l598A7Zl2eNh2ssQlDEg8ygJftQ { position:relative; }
#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #S0QrfV9TFmIDERqGrPXW2MD0DoFJoJwO { position:relative;z-index:2; }
#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #bkGMes4FuV0fesClKffHJlCTpx86zbbA { position:relative; }
#SlrBXJIZgKJ5RSd5xk1b24b64sr1DNsu { position:relative;display:block;z-index:100000;display:block; }
#ILwfvn5xcPRzRFnXKH3Cnk8n6X2rTloT { position:relative;display:block;z-index:100000;display:block; }
#O1dqDTnSv1QBAnZHzzzKP1Z9roNivKDi { position:relative;display:block; }
#AaoUEPlBUQl90S2gLxPbeU8K6FHNAZGh { position:relative;display:block; }
#G4UZxGGXJwBZTVSLXRywEB3Z8Fo65Nw4 { position:relative;display:block; }
#uHRld8668qZXMmKVyvuC5KGGr8TXyP5G { position:relative;display:block; }
#BwToQQ34HKoro5J5fgpWG4UCcrbz37Z0 { position:relative;display:block; }
#nvQummumOFV0vWuO6Q7l7kmeiAof5rfX { position:relative;display:block; }
#qX7VXh7MQHui0V4IQO5pRDvcTJ7o0t82 { position:relative;display:block; }
#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #fxUhxDSOknKUo1cqVcOkPHnGLueBKxTz { position:relative; }
#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #EMoFsthwbEu0v2DrK3hphiOEyBbX8FTz { position:relative; }
#AAVASoUJ0uuOmxfVgmoLDwGd4TpK3SFP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#AAVASoUJ0uuOmxfVgmoLDwGd4TpK3SFP > .row .container { background-color: transparent; background-image: none; }#AAVASoUJ0uuOmxfVgmoLDwGd4TpK3SFP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AAVASoUJ0uuOmxfVgmoLDwGd4TpK3SFP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AAVASoUJ0uuOmxfVgmoLDwGd4TpK3SFP > .row .container > .video-iframe-container { display: none; }#AAVASoUJ0uuOmxfVgmoLDwGd4TpK3SFP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AAVASoUJ0uuOmxfVgmoLDwGd4TpK3SFP > .row > .video-iframe-container { display: none; }#AAVASoUJ0uuOmxfVgmoLDwGd4TpK3SFP > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AAVASoUJ0uuOmxfVgmoLDwGd4TpK3SFP > .row .container { border-width: 0; border-radius: 0; }#AAVASoUJ0uuOmxfVgmoLDwGd4TpK3SFP > .row > .video-iframe-container {  }#AAVASoUJ0uuOmxfVgmoLDwGd4TpK3SFP > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;position:relative;display:block; }#eVDdCAKFpnbUdGlS8Dm8ts4oxattadWd { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;top:3.25rem;left:11.5625rem;display:block; }
#lqFFTkpf5aFDVTaX5WLff7EbdMmXciTo { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:3.25rem;left:36.5625rem;display:block; }
#XZwqHdazJ4DQKAOECJhzWBN8k8U4Q5Ok { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:3.25rem;left:61.5625rem;display:block; }
#kaWb9c6oHnnwTUryIscagHZ11TQST5v0 { color:#ffffff;display:block;width:15rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:5.123046875rem;left:5.375rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
#UlbyiSoPPZZlI28TksTkl43oTnQsBkzF { color:#ffffff;display:block;width:18.8125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:5.123046875rem;left:28.1875rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
#NOuiyg5kNvL8weESDRT3UbhbJSvnQNRI { color:#ffffff;display:block;width:11.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:5.125rem;left:56.6875rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#KoPt4D3TNTZHL44r7SuN7p9Cmi4Q1tHl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#KoPt4D3TNTZHL44r7SuN7p9Cmi4Q1tHl > .row .container { background-color: transparent; background-image: none; }#KoPt4D3TNTZHL44r7SuN7p9Cmi4Q1tHl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KoPt4D3TNTZHL44r7SuN7p9Cmi4Q1tHl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KoPt4D3TNTZHL44r7SuN7p9Cmi4Q1tHl > .row .container > .video-iframe-container { display: none; }#KoPt4D3TNTZHL44r7SuN7p9Cmi4Q1tHl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KoPt4D3TNTZHL44r7SuN7p9Cmi4Q1tHl > .row > .video-iframe-container { display: none; }#KoPt4D3TNTZHL44r7SuN7p9Cmi4Q1tHl > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KoPt4D3TNTZHL44r7SuN7p9Cmi4Q1tHl > .row .container { border-width: 0; border-radius: 0; }#KoPt4D3TNTZHL44r7SuN7p9Cmi4Q1tHl > .row > .video-iframe-container {  }#KoPt4D3TNTZHL44r7SuN7p9Cmi4Q1tHl > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:block; }#G3T5779DnlZAwHLTkWkMxxs7w0OVkvcn { color:#000000;display:block;width:14.6245625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:2.3125rem;left:30.125rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
#gkwQEuWDrxI64cqSfFlkOoK7fERTr9qe { color:#000000;display:block;width:19.8123125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:5.3125rem;left:27.5625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #f9gpl4SDEEUOkRXA9ZsOKQaPb4gQTLQc { display:block; }#f9gpl4SDEEUOkRXA9ZsOKQaPb4gQTLQc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ntutLwBwWaT2QGJMUcslG9mx4uIVg6HP { display:block; }#ntutLwBwWaT2QGJMUcslG9mx4uIVg6HP > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wVnkVcaSTWr1E5RtGy30uvWUT9TXXtx1 { display:block; }#wVnkVcaSTWr1E5RtGy30uvWUT9TXXtx1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ln2BBsbR0rECT4N6S2Hyezu76k7Mcinq { display:block; }#ln2BBsbR0rECT4N6S2Hyezu76k7Mcinq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X4ryRRiGgLKfgTVlRdmTTUFAnCc4J5BS { display:block; }#X4ryRRiGgLKfgTVlRdmTTUFAnCc4J5BS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XXPaOuwcKrmgLb8TWT5godQRA4bL06Ml { display:block; }#XXPaOuwcKrmgLb8TWT5godQRA4bL06Ml > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TwIcuWRa9TtI6pUBmA0CibJIwm2NgE8I { display:block; }#TwIcuWRa9TtI6pUBmA0CibJIwm2NgE8I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y4XpwnqqSgQrPIkuvWEZygtG7EmmMlrV { display:block; }#y4XpwnqqSgQrPIkuvWEZygtG7EmmMlrV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wgiErhMgb8ILAVUQgoKDQEKCQiSB3bxh { display:block; }#wgiErhMgb8ILAVUQgoKDQEKCQiSB3bxh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tvcJ9ksvp6Dkltk4cVAcI9wfGyqo4tK5 { display:block; }#tvcJ9ksvp6Dkltk4cVAcI9wfGyqo4tK5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xBhPSVPyxuW3XmG6t3gZ6Tx5y7xE5GVN { display:block; }#xBhPSVPyxuW3XmG6t3gZ6Tx5y7xE5GVN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x8MeK8gUu3OPcKqpxfwusep6B7mETXh1 { display:block; }#x8MeK8gUu3OPcKqpxfwusep6B7mETXh1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IbT2RFirTpNlpqnLKFHRSgmmwD7h7PIN { display:block; }#IbT2RFirTpNlpqnLKFHRSgmmwD7h7PIN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v5fLJc4NMs2kbmbfer5zJh20FBiTTSk3 { display:block; }#v5fLJc4NMs2kbmbfer5zJh20FBiTTSk3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kwXvJDPATAu5Ap5nuWfNATFbZLZsxfsF { display:block; }#kwXvJDPATAu5Ap5nuWfNATFbZLZsxfsF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BW1h461bqTSwnEMnhzIhpgoRc5tq5elh { width:38.4375rem;height:17.3125rem;top:26.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeTbd46km3VfsMKWGKTM9e0wrCVIKFUJ { width:38.4375rem;height:10.8125rem;top:13.75rem;left:0rem;font-size:1.125rem;display:block; }#zeTbd46km3VfsMKWGKTM9e0wrCVIKFUJ li:before{  }
 }@media only screen and (max-width: 763px) { #OnZB9QGGwegs1cPduIeatV76UnMRwJoo { width:38.4375rem;height:7.6875rem;top:4.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT8O0dudR5yp8te3Q3Wv3kup64nBaBQ5 { width:25.0625rem;height:7.3125rem;top:4.875rem;left:22.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhGIOB2ErRQCxTvLW9udURmKGgWpGabB { width:1.8125rem;height:1rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDeLfPnHfrqvc2gr4zsnTdEcN84rE5Xd { width:47.75rem;height:4.875rem;top:1.125rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TnWVgy7stye82fIy5CiKXm1fEJEgS1OA { width:38.4375rem;height:1.875rem;top:2.125rem;left:9.3125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Suc4B6NxdDZE68Vde8l8mo6I8E6h97so { width:38.4375rem;height:3.8125rem;top:2.125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u .widget-regular-label { width:24.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u .widget-input-text { width:24.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u .widget-input-text {padding-top: 0; padding-bottom: 0;}#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u .widget-textarea { width:24.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u .widget-input-select { width:24.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u .widget-input-select {padding-top: 0; padding-bottom: 0;}#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u .widget-input-button { width:24.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u .widget-checkbox-label { width:22.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u  { width:24.3125rem;height:auto;top:8.8845539093019rem;left:20.938586711884rem; }
#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u .radio-container { width:24.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u {display:block;}#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u { width:24.3125rem;height:auto;top:8.8845539093019rem;left:20.938586711884rem; }
 }@media only screen and (max-width: 763px) { #gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #FH7OVc6HL1IwRNlRN8qhVQpeKhEST4T9 {  }
 }@media only screen and (max-width: 763px) { #gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #eqvsuBTfiUDdIaEBT6yz9ZgUSJkshBZP {  }
 }@media only screen and (max-width: 763px) { #gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #dIr8uzQDGpaz7fFlUqW3JqMDrfwvZ8fs {  }
 }@media only screen and (max-width: 763px) { #gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #T1UKvqFlTbs2gXog13RQ146vs0VKCi2n {  }
 }@media only screen and (max-width: 763px) { #gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #eS7lO9zRe1lJ7qab4iQRFGkzr0lein6D {  }
 }@media only screen and (max-width: 763px) { #gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #WJHlmAade47IpzdLIJaGo0TrNX4rOw5b {  }
 }@media only screen and (max-width: 763px) { #gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #qbf7QmEsE67ZShwiLas7OPAQie5lTv1h {  }
 }@media only screen and (max-width: 763px) { #gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #TmDHU7pJnT0rSNKp60nJH39BgPmyrVNv {  }
 }@media only screen and (max-width: 763px) { #gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #CmDz0p7q61ZslSg1rwXJDie1VoHIsnH4 {  }
 }@media only screen and (max-width: 763px) { #gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #ivfyhpapiHvriGxpsrzvSwZg7x1N41DQ {  }
 }@media only screen and (max-width: 763px) { #gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #T8rmBoZOlqP8rf9O9I0Mdl0H6U9Hz0n3 {  }
 }@media only screen and (max-width: 763px) { #gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #TsFu2UOnKZuczrrLRr5urPorhW08x5TW {  }
 }@media only screen and (max-width: 763px) { #gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #kervXba0Gsd0FU9LNXgXcHdvk5GF3DAC {  }
 }@media only screen and (max-width: 763px) { #gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #OUG9HlzvLWDWlvxMh9QF2Ab2glha8E2T {  }
 }@media only screen and (max-width: 763px) { #gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #OJ4J5oLTDmBSO8FoQMtB1Jn9Xdbid64T {  }
 }@media only screen and (max-width: 763px) { #gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #xwiad6bKeMxh736ybrdRlCdbTFR668NH {  }
#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #xwiad6bKeMxh736ybrdRlCdbTFR668NH .container-column{width:50%;} }@media only screen and (max-width: 763px) { #gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #Sws2rwGuXDVRC51pZaveqsyzMT8Dg01M {  }
 }@media only screen and (max-width: 763px) { #gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #ZuxL4ccicnIeLlV6XoTsknegxJFEgoO8 {  }
 }@media only screen and (max-width: 763px) { #gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #EfPuRQriDKvvvCSVu9nlCo5cRr0f0DmT {  }
 }@media only screen and (max-width: 763px) { #gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #zsSJsmJLfX91caW0bwlbzTp181QshWty {  }
#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #zsSJsmJLfX91caW0bwlbzTp181QshWty .container-column{width:50%;} }@media only screen and (max-width: 763px) { #gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #D4E2GguEDz12XeuHFXAyRA62o9RMdtTg {  }
 }@media only screen and (max-width: 763px) { #gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #dAH87kyJCOtJUTuBMq2QWTJ0cpVNFC9V {  }
 }@media only screen and (max-width: 763px) { #gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #wCFE5l598A7Zl2eNh2ssQlDEg8ygJftQ {  }
 }@media only screen and (max-width: 763px) { #gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #S0QrfV9TFmIDERqGrPXW2MD0DoFJoJwO {  }
 }@media only screen and (max-width: 763px) { #gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #bkGMes4FuV0fesClKffHJlCTpx86zbbA {  }
 }@media only screen and (max-width: 763px) { #SlrBXJIZgKJ5RSd5xk1b24b64sr1DNsu { display:block; }
 }@media only screen and (max-width: 763px) { #ILwfvn5xcPRzRFnXKH3Cnk8n6X2rTloT { display:block; }
 }@media only screen and (max-width: 763px) { #O1dqDTnSv1QBAnZHzzzKP1Z9roNivKDi { display:block; }
 }@media only screen and (max-width: 763px) { #AaoUEPlBUQl90S2gLxPbeU8K6FHNAZGh { display:block; }
 }@media only screen and (max-width: 763px) { #G4UZxGGXJwBZTVSLXRywEB3Z8Fo65Nw4 { display:block; }
 }@media only screen and (max-width: 763px) { #uHRld8668qZXMmKVyvuC5KGGr8TXyP5G { display:block; }
 }@media only screen and (max-width: 763px) { #BwToQQ34HKoro5J5fgpWG4UCcrbz37Z0 { display:block; }
 }@media only screen and (max-width: 763px) { #nvQummumOFV0vWuO6Q7l7kmeiAof5rfX { display:block; }
 }@media only screen and (max-width: 763px) { #qX7VXh7MQHui0V4IQO5pRDvcTJ7o0t82 { display:block; }
 }@media only screen and (max-width: 763px) { #gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #fxUhxDSOknKUo1cqVcOkPHnGLueBKxTz {  }
 }@media only screen and (max-width: 763px) { #gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #EMoFsthwbEu0v2DrK3hphiOEyBbX8FTz {  }
 }@media only screen and (max-width: 763px) { #AAVASoUJ0uuOmxfVgmoLDwGd4TpK3SFP { display:block; }#AAVASoUJ0uuOmxfVgmoLDwGd4TpK3SFP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eVDdCAKFpnbUdGlS8Dm8ts4oxattadWd { top:3.25rem;left:7rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqFFTkpf5aFDVTaX5WLff7EbdMmXciTo { top:3.25rem;left:22.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZwqHdazJ4DQKAOECJhzWBN8k8U4Q5Ok { top:3.25rem;left:38.75rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaWb9c6oHnnwTUryIscagHZ11TQST5v0 { top:5.0625rem;left:0.8125rem;width:15rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlbyiSoPPZZlI28TksTkl43oTnQsBkzF { top:5.0625rem;left:12.9375rem;width:18.8125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOuiyg5kNvL8weESDRT3UbhbJSvnQNRI { top:5.125rem;left:33.875rem;width:11.625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoPt4D3TNTZHL44r7SuN7p9Cmi4Q1tHl { display:block; }#KoPt4D3TNTZHL44r7SuN7p9Cmi4Q1tHl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G3T5779DnlZAwHLTkWkMxxs7w0OVkvcn { top:2.3125rem;left:16.5rem;width:14.5625rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkwQEuWDrxI64cqSfFlkOoK7fERTr9qe { top:5.3125rem;left:13.9375rem;width:19.75rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #f9gpl4SDEEUOkRXA9ZsOKQaPb4gQTLQc { display:block; }#f9gpl4SDEEUOkRXA9ZsOKQaPb4gQTLQc > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ntutLwBwWaT2QGJMUcslG9mx4uIVg6HP { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2b44a2d1-0f3c-4794-8aca-d23cedbe010d/ragazzasutunno2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ntutLwBwWaT2QGJMUcslG9mx4uIVg6HP.adaptive-delivery-prevent-bg, #ntutLwBwWaT2QGJMUcslG9mx4uIVg6HP.lazyload, #ntutLwBwWaT2QGJMUcslG9mx4uIVg6HP.lazyloading { background-image: none; }#ntutLwBwWaT2QGJMUcslG9mx4uIVg6HP > .row .container { background-color: transparent; background-image: none; }#ntutLwBwWaT2QGJMUcslG9mx4uIVg6HP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(53,44,34,0.9); }#ntutLwBwWaT2QGJMUcslG9mx4uIVg6HP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ntutLwBwWaT2QGJMUcslG9mx4uIVg6HP > .row .container > .video-iframe-container { display: none; }#ntutLwBwWaT2QGJMUcslG9mx4uIVg6HP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(53,44,34,0.9); }#ntutLwBwWaT2QGJMUcslG9mx4uIVg6HP > .row > .video-iframe-container { display: none; }#ntutLwBwWaT2QGJMUcslG9mx4uIVg6HP > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ntutLwBwWaT2QGJMUcslG9mx4uIVg6HP > .row .container { width:20rem;height:41.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wVnkVcaSTWr1E5RtGy30uvWUT9TXXtx1 { display:block; }#wVnkVcaSTWr1E5RtGy30uvWUT9TXXtx1 > .row .container { width:20rem;height:12.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ln2BBsbR0rECT4N6S2Hyezu76k7Mcinq { display:block; }#ln2BBsbR0rECT4N6S2Hyezu76k7Mcinq > .row .container { width:20rem;height:133.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X4ryRRiGgLKfgTVlRdmTTUFAnCc4J5BS { display:block; }#X4ryRRiGgLKfgTVlRdmTTUFAnCc4J5BS > .row .container { width:20rem;height:58.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XXPaOuwcKrmgLb8TWT5godQRA4bL06Ml { display:block; }#XXPaOuwcKrmgLb8TWT5godQRA4bL06Ml > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TwIcuWRa9TtI6pUBmA0CibJIwm2NgE8I { display:block; }#TwIcuWRa9TtI6pUBmA0CibJIwm2NgE8I > .row .container { width:20rem;height:265.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y4XpwnqqSgQrPIkuvWEZygtG7EmmMlrV { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0177aa4e-aae4-41d3-8aec-072f062ecb82/MarcoPostmassaggiobellezzanaturalesenzabisturi12.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#y4XpwnqqSgQrPIkuvWEZygtG7EmmMlrV.adaptive-delivery-prevent-bg, #y4XpwnqqSgQrPIkuvWEZygtG7EmmMlrV.lazyload, #y4XpwnqqSgQrPIkuvWEZygtG7EmmMlrV.lazyloading { background-image: none; }#y4XpwnqqSgQrPIkuvWEZygtG7EmmMlrV > .row .container { background-color: transparent; background-image: none; }#y4XpwnqqSgQrPIkuvWEZygtG7EmmMlrV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4XpwnqqSgQrPIkuvWEZygtG7EmmMlrV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4XpwnqqSgQrPIkuvWEZygtG7EmmMlrV > .row .container > .video-iframe-container { display: none; }#y4XpwnqqSgQrPIkuvWEZygtG7EmmMlrV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4XpwnqqSgQrPIkuvWEZygtG7EmmMlrV > .row > .video-iframe-container { display: none; }#y4XpwnqqSgQrPIkuvWEZygtG7EmmMlrV > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4XpwnqqSgQrPIkuvWEZygtG7EmmMlrV > .row .container { width:20rem;height:52.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wgiErhMgb8ILAVUQgoKDQEKCQiSB3bxh { display:block; }#wgiErhMgb8ILAVUQgoKDQEKCQiSB3bxh > .row .container { width:20rem;height:94.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tvcJ9ksvp6Dkltk4cVAcI9wfGyqo4tK5 { display:block; }#tvcJ9ksvp6Dkltk4cVAcI9wfGyqo4tK5 > .row .container { width:20rem;height:22.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xBhPSVPyxuW3XmG6t3gZ6Tx5y7xE5GVN { display:block; }#xBhPSVPyxuW3XmG6t3gZ6Tx5y7xE5GVN > .row .container { width:20rem;height:194.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x8MeK8gUu3OPcKqpxfwusep6B7mETXh1 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/596b0917-32eb-4d1e-9e24-c4282788fd6e/makingadandelionwish20220506022914utc1.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#x8MeK8gUu3OPcKqpxfwusep6B7mETXh1.adaptive-delivery-prevent-bg, #x8MeK8gUu3OPcKqpxfwusep6B7mETXh1.lazyload, #x8MeK8gUu3OPcKqpxfwusep6B7mETXh1.lazyloading { background-image: none; }#x8MeK8gUu3OPcKqpxfwusep6B7mETXh1 > .row .container { background-color: transparent; background-image: none; }#x8MeK8gUu3OPcKqpxfwusep6B7mETXh1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x8MeK8gUu3OPcKqpxfwusep6B7mETXh1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x8MeK8gUu3OPcKqpxfwusep6B7mETXh1 > .row .container > .video-iframe-container { display: none; }#x8MeK8gUu3OPcKqpxfwusep6B7mETXh1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x8MeK8gUu3OPcKqpxfwusep6B7mETXh1 > .row > .video-iframe-container { display: none; }#x8MeK8gUu3OPcKqpxfwusep6B7mETXh1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x8MeK8gUu3OPcKqpxfwusep6B7mETXh1 > .row .container { width:20rem;height:31.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IbT2RFirTpNlpqnLKFHRSgmmwD7h7PIN { display:block; }#IbT2RFirTpNlpqnLKFHRSgmmwD7h7PIN > .row .container { width:20rem;height:39.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v5fLJc4NMs2kbmbfer5zJh20FBiTTSk3 { display:block; }#v5fLJc4NMs2kbmbfer5zJh20FBiTTSk3 > .row .container { width:20rem;height:69rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kwXvJDPATAu5Ap5nuWfNATFbZLZsxfsF { display:block; }#kwXvJDPATAu5Ap5nuWfNATFbZLZsxfsF > .row .container { width:20rem;height:124.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BW1h461bqTSwnEMnhzIhpgoRc5tq5elh { width:18.5rem;height:24.5rem;top:21.375rem;left:0.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zeTbd46km3VfsMKWGKTM9e0wrCVIKFUJ { width:20rem;height:16.9970625rem;top:53.5rem;left:0rem;font-size:1.125rem;display:block; }#zeTbd46km3VfsMKWGKTM9e0wrCVIKFUJ li:before{  }
 }@media only screen and (max-width: 763px) { #OnZB9QGGwegs1cPduIeatV76UnMRwJoo { width:20rem;height:10.5rem;top:3.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #fT8O0dudR5yp8te3Q3Wv3kup64nBaBQ5 { width:20rem;height:5.84911875rem;top:73rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uhGIOB2ErRQCxTvLW9udURmKGgWpGabB { width:1.8125rem;height:1rem;top:1.625rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDeLfPnHfrqvc2gr4zsnTdEcN84rE5Xd { width:20rem;height:8.125rem;top:11.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TnWVgy7stye82fIy5CiKXm1fEJEgS1OA { width:20rem;height:3.5rem;top:48.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Suc4B6NxdDZE68Vde8l8mo6I8E6h97so { width:20rem;height:5.25rem;top:4.19921875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u .widget-input-text {padding-top: 0; padding-bottom: 0;}#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u .widget-input-select {padding-top: 0; padding-bottom: 0;}#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u  { width:17.5rem;height:auto;top:80.09863125rem;left:0rem; }
#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u {display:block;}#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u { width:17.5rem;height:auto;top:80.09863125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #FH7OVc6HL1IwRNlRN8qhVQpeKhEST4T9 {  }
 }@media only screen and (max-width: 763px) { #gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #eqvsuBTfiUDdIaEBT6yz9ZgUSJkshBZP {  }
 }@media only screen and (max-width: 763px) { #gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #dIr8uzQDGpaz7fFlUqW3JqMDrfwvZ8fs {  }
 }@media only screen and (max-width: 763px) { #gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #T1UKvqFlTbs2gXog13RQ146vs0VKCi2n {  }
 }@media only screen and (max-width: 763px) { #gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #eS7lO9zRe1lJ7qab4iQRFGkzr0lein6D {  }
 }@media only screen and (max-width: 763px) { #gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #WJHlmAade47IpzdLIJaGo0TrNX4rOw5b {  }
 }@media only screen and (max-width: 763px) { #gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #qbf7QmEsE67ZShwiLas7OPAQie5lTv1h {  }
 }@media only screen and (max-width: 763px) { #gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #TmDHU7pJnT0rSNKp60nJH39BgPmyrVNv {  }
 }@media only screen and (max-width: 763px) { #gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #CmDz0p7q61ZslSg1rwXJDie1VoHIsnH4 {  }
 }@media only screen and (max-width: 763px) { #gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #ivfyhpapiHvriGxpsrzvSwZg7x1N41DQ {  }
 }@media only screen and (max-width: 763px) { #gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #T8rmBoZOlqP8rf9O9I0Mdl0H6U9Hz0n3 {  }
 }@media only screen and (max-width: 763px) { #gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #TsFu2UOnKZuczrrLRr5urPorhW08x5TW {  }
 }@media only screen and (max-width: 763px) { #gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #kervXba0Gsd0FU9LNXgXcHdvk5GF3DAC {  }
 }@media only screen and (max-width: 763px) { #gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #OUG9HlzvLWDWlvxMh9QF2Ab2glha8E2T {  }
 }@media only screen and (max-width: 763px) { #gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #OJ4J5oLTDmBSO8FoQMtB1Jn9Xdbid64T {  }
 }@media only screen and (max-width: 763px) { #gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #xwiad6bKeMxh736ybrdRlCdbTFR668NH {  }
#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #xwiad6bKeMxh736ybrdRlCdbTFR668NH .container-column{width:50%;} }@media only screen and (max-width: 763px) { #gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #Sws2rwGuXDVRC51pZaveqsyzMT8Dg01M {  }
 }@media only screen and (max-width: 763px) { #gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #ZuxL4ccicnIeLlV6XoTsknegxJFEgoO8 {  }
 }@media only screen and (max-width: 763px) { #gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #EfPuRQriDKvvvCSVu9nlCo5cRr0f0DmT {  }
 }@media only screen and (max-width: 763px) { #gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #zsSJsmJLfX91caW0bwlbzTp181QshWty {  }
#gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #zsSJsmJLfX91caW0bwlbzTp181QshWty .container-column{width:50%;} }@media only screen and (max-width: 763px) { #gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #D4E2GguEDz12XeuHFXAyRA62o9RMdtTg {  }
 }@media only screen and (max-width: 763px) { #gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #dAH87kyJCOtJUTuBMq2QWTJ0cpVNFC9V {  }
 }@media only screen and (max-width: 763px) { #gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #wCFE5l598A7Zl2eNh2ssQlDEg8ygJftQ {  }
 }@media only screen and (max-width: 763px) { #gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #S0QrfV9TFmIDERqGrPXW2MD0DoFJoJwO {  }
 }@media only screen and (max-width: 763px) { #gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #bkGMes4FuV0fesClKffHJlCTpx86zbbA {  }
 }@media only screen and (max-width: 763px) { #SlrBXJIZgKJ5RSd5xk1b24b64sr1DNsu { display:block; }
 }@media only screen and (max-width: 763px) { #ILwfvn5xcPRzRFnXKH3Cnk8n6X2rTloT { display:block; }
 }@media only screen and (max-width: 763px) { #O1dqDTnSv1QBAnZHzzzKP1Z9roNivKDi { display:block; }
 }@media only screen and (max-width: 763px) { #AaoUEPlBUQl90S2gLxPbeU8K6FHNAZGh { display:block; }
 }@media only screen and (max-width: 763px) { #G4UZxGGXJwBZTVSLXRywEB3Z8Fo65Nw4 { display:block; }
 }@media only screen and (max-width: 763px) { #uHRld8668qZXMmKVyvuC5KGGr8TXyP5G { display:block; }
 }@media only screen and (max-width: 763px) { #BwToQQ34HKoro5J5fgpWG4UCcrbz37Z0 { display:block; }
 }@media only screen and (max-width: 763px) { #nvQummumOFV0vWuO6Q7l7kmeiAof5rfX { display:block; }
 }@media only screen and (max-width: 763px) { #qX7VXh7MQHui0V4IQO5pRDvcTJ7o0t82 { display:block; }
 }@media only screen and (max-width: 763px) { #gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #fxUhxDSOknKUo1cqVcOkPHnGLueBKxTz {  }
 }@media only screen and (max-width: 763px) { #gsTHoPrJ7tRgpDOgvAhUkbZdRcUDZ52u #EMoFsthwbEu0v2DrK3hphiOEyBbX8FTz {  }
 }@media only screen and (max-width: 763px) { #AAVASoUJ0uuOmxfVgmoLDwGd4TpK3SFP { display:block; }#AAVASoUJ0uuOmxfVgmoLDwGd4TpK3SFP > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eVDdCAKFpnbUdGlS8Dm8ts4oxattadWd { width:1.875rem;height:1.875rem;top:2rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqFFTkpf5aFDVTaX5WLff7EbdMmXciTo { width:1.875rem;height:1.875rem;top:6.5625rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZwqHdazJ4DQKAOECJhzWBN8k8U4Q5Ok { width:1.875rem;height:1.875rem;top:11.1875rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaWb9c6oHnnwTUryIscagHZ11TQST5v0 { width:11.625rem;height:1.13720625rem;top:3.875rem;left:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlbyiSoPPZZlI28TksTkl43oTnQsBkzF { width:14.625rem;height:1.13720625rem;top:8.8125rem;left:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOuiyg5kNvL8weESDRT3UbhbJSvnQNRI { width:11.625rem;height:2.2744125rem;top:13.0625rem;left:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoPt4D3TNTZHL44r7SuN7p9Cmi4Q1tHl { display:block; }#KoPt4D3TNTZHL44r7SuN7p9Cmi4Q1tHl > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G3T5779DnlZAwHLTkWkMxxs7w0OVkvcn { width:14.561625rem;height:1.13720625rem;top:1.625rem;left:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkwQEuWDrxI64cqSfFlkOoK7fERTr9qe { width:19.749375rem;height:1.29980625rem;top:3.9366340637207rem;left:0.12369793653488rem;font-size:1rem;display:block; }
 }