.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;
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/62716b63-0575-45e6-b273-39c4d412b96d/MarcoPostmassaggiobellezzanaturalesenzabisturi.jpg");background-position:top 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container {  }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:800px;width:960px;overflow:visible;position:relative;display:block; }#R7PCC9DGanaNBlPMuUcScg2JKkerRtAq { color:rgba(255,255,255,0.5);display:block;width:620px;position:absolute;font-family:montserrat;font-size:18px;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:177px;left:170px;height:23.4028px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vSyIttOTc5XNKeuG54sp3O8ucV36ZOGJ { color:#ffffff;display:block;width:223px;position:absolute;font-family:bembo;font-size:40px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:200px;left:359px;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#U64Psc77oCgTic1VervVTrHoPmM5UCUR { color:#ffffff;display:block;width:260px;position:absolute;font-family:montserrat;font-size:20px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:370px;left:350px;height:26px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lG8eRhEmSUnh1BNQ6LSi2rITJKWTZNFT { background-color:#ffffff;background-image:none;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;box-sizing:border-box;color:#2d1f1f;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:18px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:56px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:445px;left:380px;display:block; }
#G4ot1HUOzzbzM69V0oF214WTZGWTQ6iA { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ETq0ENbTHQT4alPUskSMKEqnHy1mcpa5 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:112px;width:479px;top:40px;left:241px;overflow:hidden;display:block; }
#svEo9xQv9AW54vP2P7Xnlux3Fmd0znBU { position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;height:94px;width:215px;top:269px;left:373px;display:block; }
#QL4w4UqAevepCAEhN5soe4aX5lGBgsSz { color:#ffffff;display:block;width:108px;position:absolute;font-family:bembo;font-size:35px;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:273px;left:479px;height:45.5px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zXotmcH7WhE8VtdEnmw9k5ecvqCZDDKo { color:#ffffff;display:block;width:94px;position:absolute;font-family:bembo;font-size:55px;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:285px;left:385px;height:71.5px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p7oXNWtiWRCHRbgl625VeyW8fHnMmBTw { color:#ffffff;display:block;width:22px;position:absolute;font-family:bembo;font-size:25px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:282px;left:547px;height:32.5px;display:block; }
#Tmdz4EI2eIr8FAPFmCD7ybldAd3wRPrF { color:#ffffff;display:block;width:22px;position:absolute;font-family:bembo;font-size:45px;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:294px;left:477px;height:58.5px;display:block; }
#Qm0LwtoGRboNQLy4J3zXRGdfeR9FhhRU { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:108px;width:108px;top:263px;left:391px;overflow:hidden;display:block; }
#THEcTtzp7O6TE8d3Q10FKs6RFeaXMU50 { color:#ffffff;display:block;width:23px;position:absolute;font-family:bembo;font-size:25px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:208px;left:579px;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row .container { background-color: transparent; background-image: none; }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row .container > .video-iframe-container { display: none; }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row > .video-iframe-container { display: none; }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .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); }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row .container { border-width: 0; border-radius: 0; }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row > .video-iframe-container {  }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row .container { font-size:14px;font-family:arial;height:625px;width:960px;position:relative;display:block; }#Da09US5CgE8CxvI4pmDFxLKNM4M7027m { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:377px;width:543px;top:131.984375px;left:0px;overflow:hidden;display:block; }
#d3dPeq7D3DKqVESSSZBupOs8939h5wF4 { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 10px 20px rgba(0,0,0,0.15) ;height:325px;width:470px;top:150px;left:490px;display:block; }
#fDC72FfbNqtREZfzQvHaCQRoKEgRkipM { color:#1e1e1e;display:block;width:390px;position:absolute;font-family:bembo;font-size:40px;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:167.90625px;left:508.484375px;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T4NRUB1TcNhUGUMXavZ3OsvfyInaZvT5 { color:rgba(30,30,30,0.7);display:block;width:432.984px;position:absolute;font-family:montserrat;font-size:16px;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:283.875px;left:508.484375px;height:153.562px;text-align:left;text-align-last:left;font-style:normal;display:block; }#T4NRUB1TcNhUGUMXavZ3OsvfyInaZvT5 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#T4NRUB1TcNhUGUMXavZ3OsvfyInaZvT5 li:before{  }
#UpipSpPHBleV5CD6qQJEo3TXzQF2V90p { color:#1e1e1e;display:block;width:21px;position:absolute;font-family:bembo;font-size:25px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:225.984375px;left:779.5px;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EKV2cBaAxFkBAwXXQeivAXoH1mymnpXv { color:#1e1e1e;display:block;width:24px;position:absolute;font-family:bembo;font-size:40px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:221.234375px;left:800.5px;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row .container { background-color: transparent; background-image: none; }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row .container > .video-iframe-container { display: none; }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row > .video-iframe-container { display: none; }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .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); }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row .container { border-width: 0; border-radius: 0; }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row > .video-iframe-container {  }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row .container { font-size:14px;font-family:arial;height:808px;width:960px;position:relative;display:block; }#Lry4oWOvT445ikFeDtianP50g0GF1oLH { color:#1e1e1e;display:block;width:490px;position:absolute;font-family:bembo;font-size:40px;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:40px;left:0px;height:160px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wAiMbsutz4L6NbCwRO8vZDkxsBE4U7IQ { color:rgba(30,30,30,0.7);display:block;width:400px;position:absolute;font-family:montserrat;font-size:14px;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:279.01704406738px;left:90.894866943359px;height:89.5625px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m8eXG6CF3HB9WiI9mQRafR3JpRqGrxxr { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:63px;width:63px;top:277.48861694336px;left:0px;overflow:hidden;display:block; }
#Hc7mdL2qFATfa4qFppEBqM9pO33QQ3fv { color:rgba(30,30,30,0.7);display:block;width:400px;position:absolute;font-family:montserrat;font-size:14px;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:400px;left:90px;height:111.953px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kCxOcaTJCiluBF6JqRgM2M38KFqqEMPJ { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:63px;width:63px;top:405px;left:0px;overflow:hidden;display:block; }
#Oq2Lh4KIQJVeH0kfckJMPg8xEB7H4EXB { background-color:#1e1e1e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:24px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:285px;height:56px;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:752px;left:337.5px;display:block; }
#wksGT57HzBFris1wscNWRqn4TUrIhJ6e { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#zoq6xAHT12MF2Ukou2RUQpZTUKGTBHo1 { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid rgba(30,30,30,0.1);border-left:1px solid rgba(30,30,30,0.1);border-right:1px solid rgba(30,30,30,0.1);border-bottom:1px solid rgba(30,30,30,0.1);height:268px;width:224px;top:40px;left:511px;display:block; }
#PbTs73eM00qdyu7BDMdGwApfv8QS7Dox { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:63px;width:63px;top:61.997161865234px;left:591.98858642578px;overflow:hidden;display:block; }
#CVchSgx52TrkrOJAHRx7gmXIWtBXWbnz { color:#1e1e1e;display:block;width:154px;position:absolute;font-family:bembo;font-size:20px;font-weight:400;z-index:15016;line-height:1;letter-spacing:0;top:148.984375px;left:519.859375px;height:20px;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Cf4eg9l6Nh7XZnqnXcKyWKKhE2uULWEc { color:rgba(30,30,30,0.7);display:block;width:216px;position:absolute;font-family:montserrat;font-size:14px;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:195.5px;left:516px;height:84px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZJmLnMDKT8sBHculzUVU7T8bGsdc3OvE { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.994318px;width:56.9886px;top:174.375px;left:595.38348388672px;display:block; }
#F8BfoTTaApT0PJ4zzbpxfAH0AkiXivTS { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid rgba(30,30,30,0.1);border-left:1px solid rgba(30,30,30,0.1);border-right:1px solid rgba(30,30,30,0.1);border-bottom:1px solid rgba(30,30,30,0.1);height:268px;width:224px;top:40px;left:735px;display:block; }
#DQuzcv5ZcDqHaP1Dr01UXv0x5RTSQoaU { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:62px;width:62px;top:61.988632202148px;left:816.37780761719px;overflow:hidden;display:block; }
#gCUmcTilNWuksksopH65hATLSqHzENlz { color:#1e1e1e;display:block;width:223.991px;position:absolute;font-family:bembo;font-size:20px;font-weight:400;z-index:15021;line-height:1;letter-spacing:0;top:150.48295593262px;left:736.00842285156px;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GgvOvhtD0vzh5L9umnZvTQ70IfkSiFAP { position:absolute;display:block;z-index:15023;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.994318px;width:56.9886px;top:174.375px;left:819.375px;display:block; }
#nZ3hpOdinF0ZvoT0TlzuUWxNp49oFI30 { color:rgba(30,30,30,0.7);display:block;width:206px;position:absolute;font-family:montserrat;font-size:14px;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:197px;left:745px;height:84px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m91ZJw23tHe9pi2qOKk2EAteXcgWPXc9 { position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid rgba(30,30,30,0.1);border-left:1px solid rgba(30,30,30,0.1);border-right:1px solid rgba(30,30,30,0.1);border-bottom:1px solid rgba(30,30,30,0.1);height:268px;width:224px;top:308px;left:511px;display:block; }
#mFQvCykm6hpEE5NbOxcdvALPdBJd98ZC { color:rgba(30,30,30,0.7);display:block;width:218.991px;position:absolute;font-family:montserrat;font-size:14px;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:446.390625px;left:514.375px;height:63px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xTwaRrD5Ht1wkpLP3KTqTuFZTumJM1hn { position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid rgba(30,30,30,0.1);border-left:1px solid rgba(30,30,30,0.1);border-right:1px solid rgba(30,30,30,0.1);border-bottom:1px solid rgba(30,30,30,0.1);height:268px;width:224px;top:308px;left:735px;display:block; }
#CUZct0puMGDWOUu1kZvt1AvTAQpJ8EkG { color:rgba(30,30,30,0.7);display:block;width:223px;position:absolute;font-family:montserrat;font-size:14px;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;top:444.390625px;left:735px;height:105px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#F71km0gaS4Jrfk0TEcth5ug6bWgHNpBa { position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.994318px;width:56.9886px;top:419.91474914551px;left:595.38348388672px;display:block; }
#f7PhxW1viwZPZH8qX7SXHZnuGI5aS1E8 { position:absolute;display:block;z-index:15033;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.994318px;width:56.9886px;top:419.85792541504px;left:819.375px;display:block; }
#F4mcSHvbogTokOaETWlSIJhsMvHvmQi3 { color:#1e1e1e;display:block;width:223.991px;position:absolute;font-family:bembo;font-size:20px;font-weight:400;z-index:15026;line-height:1;letter-spacing:0;top:399.99998474121px;left:511.87493896484px;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#P58ySAR0FWEZmCTgcXorGxP77Ms0sKvP { color:#1e1e1e;display:block;width:223.991px;position:absolute;font-family:bembo;font-size:20px;font-weight:400;z-index:15031;line-height:1;letter-spacing:0;top:399.99998474121px;left:736.00842285156px;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wEeybzX5vKPAa8rfmH8ce5lUnisNAc6F { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:62px;width:62px;top:320.86647033691px;left:592.38635253906px;overflow:hidden;display:block; }
#PbHP6oJ9z3aOhofdtbeTgSfy4bolgFHE { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:62px;width:62px;top:320.86647033691px;left:816.37780761719px;overflow:hidden;display:block; }
#Gq8CwHlpeuq1B1wrSTea8BMgnQpMZ7F5 { color:#000000;display:block;width:960px;position:absolute;font-family:montserrat;font-size:23px;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:601.65625px;left:0px;height:119.5624px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uDuT6W0XHqqAsv1HCf9PCyFUmeXkmgbx { color:#000000;display:block;width:19px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:146.578125px;left:674.859375px;height:18.1953px;display:block; }
#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/bcPaacZa/BG2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn.adaptive-delivery-prevent-bg, #eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn.lazyload, #eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn.lazyloading { background-image: none; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row .container { background-color: transparent; background-image: none; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row .container > .video-iframe-container { display: none; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row > .video-iframe-container { display: none; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .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); }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row .container { border-width: 0; border-radius: 0; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row > .video-iframe-container {  }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row .container { font-size:14px;font-family:arial;height:1617px;width:960px;position:relative;display:block; }#LHppZV8vrxVoicwwtAvPUJfpVlg46CO1 { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 10px 20px rgba(0,0,0,0.15) ;height:201px;width:435px;top:606px;left:80px;display:block; }
#d8n6hGg5cTaEZPidNkleBuXpZqoeF6O5 { color:rgba(30,30,30,0.7);display:block;width:682px;position:absolute;font-family:montserrat;font-size:14px;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:318.484375px;left:12px;height:179.125px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JPmGSBeLUJAWTxME9fhSwaNez97cCmgP { background-color:#1e1e1e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"futura std";font-size:18px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:315px;height:56px;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:790px;left:140px;display:block; }
#q7R7a24pUTx7kEFk5dHZAPyBKCMqH321 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#WbC9KAmZgImZZcvpGBiTMOL8TWS2ZGdd { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:276px;width:494px;top:568.5px;left:466px;overflow:hidden;display:block; }
#MSHrD5P3yCTwAHNHUUzzw0D0QQzVc88J { color:#1e1e1e;display:block;width:649px;position:absolute;font-family:bembo;font-size:40px;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:39px;left:12px;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Cy8o5zwIThOTAPGdogV7EN3HIdPEeGm1 { color:#000000;display:block;width:686px;position:absolute;font-family:montserrat;font-size:15px;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:133px;left:12px;height:58.5px;text-align:left;text-align-last:left;display:block; }
#PcB7GllS4qQ0rvc1PKgxLpE3pz3BVpB2 { color:#000000;display:block;width:685px;position:absolute;font-family:montserrat;font-size:20px;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:218px;left:12px;height:52px;text-align:left;text-align-last:left;display:block; }
#cveNW2MtsMCcVSAdStArXpTT4AsPGD0d { color:#1e1e1e;display:block;width:19px;position:absolute;font-family:bembo;font-size:40px;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:39px;left:522px;height:;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tfqmGaigzaSPRapcrqCVkiT9pXyFKtXe { color:#1e1e1e;display:block;width:22px;position:absolute;font-family:bembo;font-size:25px;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:47px;left:510px;height:;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#l2iACMIfTvTKHvvuhaKI6pzfVdWlZH65 { color:#1e1e1e;display:block;width:201px;position:absolute;font-family:montserrat;font-size:25px;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:672px;left:142px;height:32.5px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#R1aQLLm3gNWPMmxHIGynCywVrc8HpIuk { color:#1e1e1e;display:block;width:105px;position:absolute;font-family:montserrat;font-size:25px;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:672px;left:347px;height:32.5px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#h9KSsuQtepMakUXWKh9U0v2qRuuEMeOH { color:#1e1e1e;display:block;width:18px;position:absolute;font-family:montserrat;font-size:18px;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:672px;left:337px;height:23.3984px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UTwwqpAGxGxd5L95P9iyT4evJNbVx0Zi { color:#1e1e1e;display:block;width:226px;position:absolute;font-family:montserrat;font-size:25px;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:705px;left:184px;height:65px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#P5cRXpOP7FRLLtlC3xgMQk5L8E7XsHK7 { color:#000000;display:block;width:653px;position:absolute;font-family:montserrat;font-size:20px;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:896px;left:279px;height:52px;text-align:left;text-align-last:left;display:block; }
#Tv9Z8fvuBwP7qOPruIU3mdbv4y1dC2Q7 { color:rgba(30,30,30,0.7);display:block;width:666px;position:absolute;font-family:montserrat;font-size:14px;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:984.484375px;left:278px;height:246.2969px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ac42iuqGAoyzVzqwmG0cr0EBIqxTcFrU { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 10px 20px rgba(0,0,0,0.15) ;height:201px;width:435px;top:1355px;left:525px;display:block; }
#pANkoma36GvGZbM1wX0T4XhGKasyobQ2 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:276px;width:492px;top:1317.5px;left:80px;overflow:hidden;display:block; }
#MxuJh4HbStWMyGvOrTL2izfEJcpzqJBo { color:#1e1e1e;display:block;width:201px;position:absolute;font-family:montserrat;font-size:25px;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:1423px;left:587px;height:32.5px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#puSyRfHTIeRKryWwsbzFdwl3z5FuzKAW { color:#1e1e1e;display:block;width:105px;position:absolute;font-family:montserrat;font-size:25px;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:1423px;left:792px;height:32.5px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CFCqxHuNt3n2ZwSMxwraTavOct6OBAg5 { color:#1e1e1e;display:block;width:18px;position:absolute;font-family:montserrat;font-size:18px;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:1423px;left:782px;height:23.3984px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Bi17GdpaByJTW6zL83eG3GdQ1ehC25Vx { color:#1e1e1e;display:block;width:226px;position:absolute;font-family:montserrat;font-size:25px;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:1456px;left:629px;height:65px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pxD5X9PclEJIWvlwkFdeEsnRmNE8trHc { background-color:#1e1e1e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"futura std";font-size:18px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:315px;height:56px;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:1521px;left:585px;display:block; }
#DTBgLNR0voKPqCo5887R6Z8cKndzbNb3 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#XSAMM3orf4eET7SOJ4gIQKXfLiBlxmyd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#XSAMM3orf4eET7SOJ4gIQKXfLiBlxmyd > .row .container { background-color: transparent; background-image: none; }#XSAMM3orf4eET7SOJ4gIQKXfLiBlxmyd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XSAMM3orf4eET7SOJ4gIQKXfLiBlxmyd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XSAMM3orf4eET7SOJ4gIQKXfLiBlxmyd > .row .container > .video-iframe-container { display: none; }#XSAMM3orf4eET7SOJ4gIQKXfLiBlxmyd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XSAMM3orf4eET7SOJ4gIQKXfLiBlxmyd > .row > .video-iframe-container { display: none; }#XSAMM3orf4eET7SOJ4gIQKXfLiBlxmyd > .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); }#XSAMM3orf4eET7SOJ4gIQKXfLiBlxmyd > .row .container { border-width: 0; border-radius: 0; }#XSAMM3orf4eET7SOJ4gIQKXfLiBlxmyd > .row > .video-iframe-container {  }#XSAMM3orf4eET7SOJ4gIQKXfLiBlxmyd > .row .container { font-size:14px;font-family:arial;height:755px;width:960px;position:relative;display:block; }#cUeGreceEgTLkSVpI5SnKfqN6J2GORa0 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:106px;width:105px;top:490px;left:216.984375px;overflow:hidden;display:block; }
#EUWaCzHScziTDCnTALH0Za19I7V7Uutu { color:#1e1e1e;display:block;width:340px;position:absolute;font-family:bembo;font-size:20px;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:347.96875px;left:342px;height:26px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#D5W1oQ1T9hncDOftqfDP8mfdff5HvKGT { color:rgba(30,30,30,0.7);display:block;width:486px;position:absolute;font-family:montserrat;font-size:15px;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:382.984375px;left:342px;height:72px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qTpMgLTPWcinPJg6VfcLUtS38LrEITo9 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:106px;width:106px;top:347.96875px;left:214.96875px;overflow:hidden;display:block; }
#kCcm9etKiFlxxm99hXJLkxklgGVhgsUv { color:rgba(30,30,30,0.7);display:block;width:483px;position:absolute;font-family:montserrat;font-size:15px;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:524.96875px;left:342px;height:72px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LEXIJsPL5TH3kX8Zml6XJknIpEIJDdNo { color:#1e1e1e;display:block;width:340px;position:absolute;font-family:bembo;font-size:20px;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:490px;left:342px;height:26px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tMah2GludQsoTItDOhJVwOnot1EyxQNy { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:105px;width:105px;top:625px;left:219.984375px;overflow:hidden;display:block; }
#KxegUuxLR0Ru05sSTb8MekZslD1lUT48 { color:rgba(30,30,30,0.7);display:block;width:539px;position:absolute;font-family:montserrat;font-size:15px;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:659.96875px;left:345px;height:72px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JrKhRzCyWVrTbTpc3KRr8XnPE65lADAf { color:#1e1e1e;display:block;width:340px;position:absolute;font-family:bembo;font-size:20px;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:625px;left:345px;height:26px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GfGLGELSWtMx7pxnsTgdyS3owmkfcUrh { color:#000000;display:block;width:960px;position:absolute;font-family:bembo;font-size:23px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:40.578125px;left:0px;height:59.7812px;text-align:center;text-align-last:center;display:block; }
#u0TsPxnBK6J2tcPM9aBn4TIG10os9bMi { color:#000000;display:block;width:848px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:88.390625px;left:55.96875px;height:24px;text-align:center;text-align-last:center;display:block; }
#OOOfOn8E3yhmXVmqx9vT8KRhW2zScekm { color:#000000;display:block;width:960px;position:absolute;font-family:montserrat;font-size:13px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:136.390625px;left:0px;height:16.8984px;text-align:center;text-align-last:center;display:block; }
#U4TXvQqzxawafnwaJOsGX9cWvPTVt9hT { color:#000000;display:block;width:848px;position:absolute;font-family:montserrat;font-size:23px;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:178.984375px;left:55.96875px;height:34.5px;text-align:center;text-align-last:center;display:block; }
#gqMFqh92n1WLupUMSyi5CsHwESp8n3MX { position:absolute;display:block;z-index:15031;background-color:#f1f2f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:92px;width:960px;top:232px;left:0.46875px;display:block; }
#TToDarGEF4VDizZLGheTKf3N3QwSTTXk { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:91px;width:135px;top:232px;left:82.96875px;overflow:hidden;display:block; }
#GMom1V6hU085mEseBorxZbbD8k9fV2vy { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:91px;width:135px;top:232px;left:300.984375px;overflow:hidden;display:block; }
#Tpu8bZWy1JQyuD8ZHi5uJmCJxHFLfDxN { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:111px;width:166px;top:222.484375px;left:505.96875px;overflow:hidden;display:block; }
#SBlzWvureoozF6THCOeqGcJ0am8yszZr { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;height:92px;width:136px;top:230.96875px;left:747px;overflow:hidden;display:block; }
#pHfDq3mu8VcbugQfwSGkwVcKCr8VTA4K { position:relative;display:block; }#pHfDq3mu8VcbugQfwSGkwVcKCr8VTA4K { background-color: transparent; background-image: none; }#pHfDq3mu8VcbugQfwSGkwVcKCr8VTA4K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHfDq3mu8VcbugQfwSGkwVcKCr8VTA4K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHfDq3mu8VcbugQfwSGkwVcKCr8VTA4K > .row .container > .video-iframe-container { display: none; }#pHfDq3mu8VcbugQfwSGkwVcKCr8VTA4K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHfDq3mu8VcbugQfwSGkwVcKCr8VTA4K > .row > .video-iframe-container { display: none; }#pHfDq3mu8VcbugQfwSGkwVcKCr8VTA4K > .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); }#pHfDq3mu8VcbugQfwSGkwVcKCr8VTA4K { border-width: 0; border-radius: 0; }#pHfDq3mu8VcbugQfwSGkwVcKCr8VTA4K > .row .container > .video-iframe-container {  }#pHfDq3mu8VcbugQfwSGkwVcKCr8VTA4K > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:337px;width:960px;position:relative;display:block; }#pJNZ9v9R7fkWxce4xoDLnT2vKk7vwEDB { color:#000000;display:block;width:960px;position:absolute;font-family:bembo;font-size:23px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:23.890625px;left:0px;height:29.9062px;text-align:center;text-align-last:center;display:block; }
#zPcwJxW4QWaXqXSq3hVeRHZGpveduMaN { background-color:#1e1e1e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:18px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:55.9688px;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:109.625px;left:380px;display:block; }
#KR7sTHEtKay8Bg5BU3h9RdhimoqGhFBV { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#qD5GTSnodh87tBn76OADTL7mVG5TpFW2 { color:#000000;display:block;width:960px;position:absolute;font-family:bembo;font-size:23px;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:179px;left:0px;height:59.7812px;text-align:center;text-align-last:center;display:block; }
#fBobcRgfpvqdsT6vfbn23DoVnehK8GKt { color:#000000;display:block;width:960px;position:absolute;font-family:bembo;font-size:27px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:262px;left:0px;height:35.0938px;text-align:center;text-align-last:center;display:block; }
#gviCxPSJqO48Z4yPupMs7QWXJJZoNPs5 { color:#000000;display:block;width:15px;position:absolute;font-family:bembo;font-size:15px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:23.890625px;left:731.5px;height:19.5px;text-align:center;text-align-last:center;display:block; }
#ZJh2iz9TSHTXWEaLvafDhG95qOqUv8Wp { color:#000000;display:block;width:23px;position:absolute;font-family:bembo;font-size:23px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:20.640625px;left:733.5px;height:29.9062px;text-align:center;text-align-last:center;display:block; }
#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/62716b63-0575-45e6-b273-39c4d412b96d/MarcoPostmassaggiobellezzanaturalesenzabisturi.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy.adaptive-delivery-prevent-bg, #bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy.lazyload, #bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy.lazyloading { background-image: none; }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row .container { background-color: transparent; background-image: none; }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row .container > .video-iframe-container { display: none; }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row > .video-iframe-container { display: none; }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .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); }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row .container { border-width: 0; border-radius: 0; }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row > .video-iframe-container {  }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row .container { font-size:14px;font-family:arial;height:962px;width:960px;position:relative;display:block; }#soT7WbRwI1LvrlhkoZIbgqFnI77H563r { color:#ffffff;display:block;width:487.987px;position:absolute;font-family:bembo;font-size:40px;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:79px;left:0px;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BOxr1CUO2Wm3FdB93lnyaXxiyWTbgtCU { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 8px 20px rgba(0,0,0,0.15) ;height:759px;width:412px;top:78.984375px;left:546px;display:block; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF .widget-form-header {  }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF .widget-regular-label { height:auto;display:block;font-family:lato;font-size:14px;font-weight:bold;color:#000000;width:362px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:1px solid #878787;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:362px;box-sizing:border-box;height:34px;color:#161616;font-size:14px;overflow:hidden;font-family:"futura std";vertical-align:top; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF .widget-input-text {padding-top: 0; padding-bottom: 0;}#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:1px solid #878787;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:362px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:"futura std";vertical-align:top; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:362px;box-sizing:border-box;height:40px;color:#2d1f1f;font-family:lato;font-size:14px;overflow:hidden;vertical-align:top; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF .widget-input-select {padding-top: 0; padding-bottom: 0;}#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF .widget-input-button { background-color:#d19a52;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:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:16px;font-weight:bold;color:#ffffff;width:362px;height:48px;font-family:lato;overflow:hidden; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF [class*="-text"]:-moz-placeholder { color:#979797;font-family:montserrat;font-size:14px; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF [class*="-text"]::-moz-placeholder { color:#979797;font-family:montserrat;font-size:14px; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF [class*="-text"]:-ms-input-placeholder { color:#979797;font-family:montserrat;font-size:14px; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF [class*="-text"]::-webkit-input-placeholder { color:#979797;font-family:montserrat;font-size:14px; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF .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:lato;line-height:1.3;font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:342px;overflow:hidden;font-style:normal;float:none; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:lato;font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF .widget-container:first-of-type{padding-top:0;}#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF .widget-container:last-of-type{padding-bottom:0;}#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:362px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15014;position:absolute;top:201.96875px;left:550.96875px; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:362px;display:block;vertical-align:top; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF .widget-info-text { display:block;height:auto;font-family:lato;font-size:12px;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; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF {display:block;}#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:362px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15014;position:absolute;top:201.96875px;left:550.96875px; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #AEyvlaxaJBW3CB8XoSN6O94Z8VOmrXiP { position:relative; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #fXiATNALXW9wh80Otb924ATbvP3CO9Bg { position:relative;display:none; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #hBOmGLBqZ3WohBAD11Xa2lhNyO7aDx9K { position:relative; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #BaVLT2XrWOJpob3BTl3vofl8dKFmMKsl { position:relative; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #BwDvtlLFZSXexULcAlCa8XLb7vqOK8TH { position:relative;display:none; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #SzlGaolaMqiBNNn0nTVTSMFXAQNRErwR { position:relative; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #GBgNg99Q5QJTG1neMTLf1dnMy1tD3IRS { position:relative; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #zubuo10EFNibNTqkHy0aTreVwgybpODr { position:relative;display:none; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #ba4UC4265ezC6yw2F86sFi1Jnx8KFN9I { position:relative; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #pdn8f6zEINn1BVrXvsE6Xg0XqRtE2D7b { position:relative; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #iGgF6s8ZAk46UVywI2nd84hv8ykqPnGN { position:relative;display:none; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #vDFz0rIgaJF5JXPMzC8DUbmeo79hxdLh { position:relative; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #eOPFlGWnRxPKxnvXPSSBcJCpX7VOB7wB { position:relative; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #GytvTr9ZTOoouz2TWFpVMFliAl4cKQKd { position:relative;display:none; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #zl3T2SDFVWdu0SRix2mBK1Agf4L4MJ1a { position:relative; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #LnwL9O4q7kcigax763h3tP1DuzQl9too { position:relative; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #dwDMegCaZP7ZR8zrSD869R5cgwRaQUCC { position:relative;display:none; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #JC9db8HzIwuDi1xceU1O0bGe5WnvETbc { position:relative; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #RaWKsSTsGrJAh5fmmWp3pu2ouwgzNVVP { position:relative; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #RaWKsSTsGrJAh5fmmWp3pu2ouwgzNVVP .container-column{width:100%;}#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #SQQKmdvs8VvgFsqdHOi3TJ1BdkorMgDw { position:relative;display:block; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #PDBMBWTS0vXrS78FT3fXqfBTM9TnEMTf { position:relative;z-index:2; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #t4i7DN7l71N9xanWAMFcF1aEzEvNouzm { position:relative; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #t1S2bgWltf5qOUGaTITCFiU500DabOA2 { position:relative; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #t1S2bgWltf5qOUGaTITCFiU500DabOA2 .container-column{width:50%;}#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #bNxikvdtRBgfZC4o65dK2ckG6xT3hd0p { position:relative;display:block; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #ZQsryhUZ73kT6J9cs8bxbhXWAn9Km7Cy { position:relative;z-index:2; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #CfKJEaxWaNTPFaulzAUV6Sqc0JMyFZeJ { position:relative; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #lR8zPQlQXiS33ETRCAq8zeBq4acnX4OM { position:relative;z-index:2; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #A3FXmIOrp4OeR9fLAyn8tpKHqW8MTHio { position:relative; }
#VW8mTGpOd87cEfGhqaArISJ7vV5Rr04b { position:relative;display:block; }
#grP6eitbZunsrXl1L6qODMf4t68uhZDs { position:relative;display:block; }
#GUbHd4mWEwFsHqQ6D9xkF0W0OdMKhel3 { position:relative;display:block; }
#MdirnEPVnBrODdK5wqWRTHUNbipCZMBA { position:relative;display:block; }
#DTOSnyrpv3Z4b3ESezVhLM7KtxZ8rPB6 { position:relative;display:block;z-index:100000;display:block; }
#xz2x8vom5c0BxRKkTAPtBBgsPLNtcwgf { position:relative;display:block;z-index:100000;display:block; }
#WzhgzWICdGqR5iKO71fOBRTsrTgNcthA { position:relative;display:block; }
#vqx42sBGibmpRamToCoPAsZTU6BlBfh5 { position:relative;display:block; }
#tXtJOHe2xwV3l5JyqvBuoWaWOQHi10u3 { position:relative;display:block; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #PhUevX5h2KcLNV2P2aC9gDH4q6wC9B4I { position:relative; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #tPzv3kypwXF4WUUFgZFcG8eOLtK5paAr { position:relative; }
#BZDW3Ousp0UbS8ufTHTLJpdAgDNpKLJA { color:#2d1f1f;display:block;width:394px;position:absolute;font-family:bembo;font-size:23px;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:94.953125px;left:555px;height:89.6719px;text-align:center;text-align-last:center;display:block; }
#yTkODKIKOzz1nDLqnugUOrdO9Tlg7oGT { color:#ffffff;display:block;width:213px;position:absolute;font-family:bembo;font-size:20px;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:407.484375px;left:95.6875px;height:26px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lObACmpFmhgRHz15OPfBMExydwU99Ool { position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;height:94px;width:207px;top:296px;left:95px;display:block; }
#XP0M7AwOnvshA4PBfsmARVEhMcA8TM8a { color:#ffffff;display:block;width:94px;position:absolute;font-family:bembo;font-size:55px;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:312px;left:108px;height:71.5px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qRQrQMb8VxmeoMJvVUerqtNdiaB0fle1 { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:108px;width:108px;top:290px;left:114px;overflow:hidden;display:block; }
#kg9LLnXL984nVIL3bhpXT5726q747GfK { color:#ffffff;display:block;width:22px;position:absolute;font-family:bembo;font-size:45px;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:321px;left:199px;height:58.5px;display:block; }
#MqV1wDCMM9BsqVpZzw2fAJ0KPsTTOVCu { color:#ffffff;display:block;width:108px;position:absolute;font-family:bembo;font-size:35px;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:300px;left:202px;height:45.5px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UTwHrHLUbBTCSZMXTOAlsQ3pTqTTebIK { color:#ffffff;display:block;width:22px;position:absolute;font-family:bembo;font-size:25px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:309px;left:270px;height:32.5px;display:block; }
#DGlN00zWofQC9BNtAQD6TJhi6FfI5C68 { color:#ffffff;display:block;width:22px;position:absolute;font-family:bembo;font-size:25px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:309px;left:270px;height:32.5px;display:block; }
#tpeZFPz4Ng2VfkUDUsFT4PV5WE6olSWA { position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;height:94px;width:236px;top:274px;left:361.18753051758px;display:none; }
#pGztFZxH31bM19a2lSEhpKuf8PA3TTgJ { color:#ffffff;display:block;width:108px;position:absolute;font-family:bembo;font-size:35px;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:278px;left:468px;height:45.5px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Z9n7cOnyiR6OAzlHfySV4i5RJrgfuOzF { color:#ffffff;display:block;width:94px;position:absolute;font-family:bembo;font-size:55px;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:290px;left:374px;height:71.5px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#nwptJtyRUk9kWFve4RXB8AkeJDRbctzK { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:108px;width:108px;top:268px;left:380px;overflow:hidden;display:none; }
#wHv6x2hlXVSUGtZye9TbIIL76iLD9Qrc { color:#ffffff;display:block;width:22px;position:absolute;font-family:bembo;font-size:45px;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:298.75px;left:465.5px;height:58.5px;display:none; }
#VsptklShZ7unei048mUnhIa92CxLWFX3 { color:#ffffff;display:block;width:22px;position:absolute;font-family:bembo;font-size:25px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:286.5px;left:536px;height:32.5px;display:none; }
#wCEPK8BeQL2916CGr8Du81TSLTQWCoRl { color:#ffffff;display:block;width:22px;position:absolute;font-family:bembo;font-size:25px;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:202px;left:441px;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xip0AiTpnDWHhR4JVPeHrxKPMKBkg9rm { color:#2d1f1f;display:block;width:22px;position:absolute;font-family:bembo;font-size:15px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:158.25px;left:774px;height:19.5px;text-align:center;text-align-last:center;display:block; }
#ZkVPRtds9CiOLTd8LEcZcbCv97pHrdeX { color:#ffffff;display:block;width:13px;position:absolute;font-family:bembo;font-size:40px;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:200px;left:463px;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eALGwB3XNbwfx4NRldq9u0gvk5TGihgx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#512c1e;background-image:none;position:relative;z-index:auto;display:block; }#eALGwB3XNbwfx4NRldq9u0gvk5TGihgx > .row .container { background-color: transparent; background-image: none; }#eALGwB3XNbwfx4NRldq9u0gvk5TGihgx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eALGwB3XNbwfx4NRldq9u0gvk5TGihgx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eALGwB3XNbwfx4NRldq9u0gvk5TGihgx > .row .container > .video-iframe-container { display: none; }#eALGwB3XNbwfx4NRldq9u0gvk5TGihgx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eALGwB3XNbwfx4NRldq9u0gvk5TGihgx > .row > .video-iframe-container { display: none; }#eALGwB3XNbwfx4NRldq9u0gvk5TGihgx > .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); }#eALGwB3XNbwfx4NRldq9u0gvk5TGihgx > .row .container { border-width: 0; border-radius: 0; }#eALGwB3XNbwfx4NRldq9u0gvk5TGihgx > .row > .video-iframe-container {  }#eALGwB3XNbwfx4NRldq9u0gvk5TGihgx > .row .container { font-size:14px;font-family:arial;height:226px;width:960px;position:relative;display:block; }#rWzdeLyH2WrdV7I7urN2c60c7t0cRmqT { color:#ffffff;display:block;width:369px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:99px;left:296px;height:102.3752px;text-align:center;text-align-last:center;display:block; }
#dhknXqLCLedukN49b2Rbkk4ewi9e1WDT { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;height:77px;width:300px;top:13px;left:330px;overflow:hidden;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #R7PCC9DGanaNBlPMuUcScg2JKkerRtAq { width:620px;height:20.7969px;top:177px;left:72px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #vSyIttOTc5XNKeuG54sp3O8ucV36ZOGJ { width:223px;height:39px;top:208px;left:271px;font-size:30px;display:block; }
 }@media only screen and (max-width: 959px) { #U64Psc77oCgTic1VervVTrHoPmM5UCUR { width:260px;height:20.7969px;top:370px;left:252px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #lG8eRhEmSUnh1BNQ6LSi2rITJKWTZNFT { width:198px;height:54px;top:445px;left:282px;display:block; }
 }@media only screen and (max-width: 959px) { #G4ot1HUOzzbzM69V0oF214WTZGWTQ6iA { display:block; }
 }@media only screen and (max-width: 959px) { #ETq0ENbTHQT4alPUskSMKEqnHy1mcpa5 { top:40px;left:143px;width:479px;height:112px;display:block; }
 }@media only screen and (max-width: 959px) { #svEo9xQv9AW54vP2P7Xnlux3Fmd0znBU { width:172px;height:94px;top:260px;left:296px;display:block; }
 }@media only screen and (max-width: 959px) { #QL4w4UqAevepCAEhN5soe4aX5lGBgsSz { width:58px;height:28.5938px;top:268px;left:401px;font-size:22px;display:block; }
 }@media only screen and (max-width: 959px) { #zXotmcH7WhE8VtdEnmw9k5ecvqCZDDKo { width:94px;height:71.5px;top:276px;left:309px;font-size:55px;display:block; }
 }@media only screen and (max-width: 959px) { #p7oXNWtiWRCHRbgl625VeyW8fHnMmBTw { top:273px;left:440px;width:22px;height:22.0938px;font-size:17px;display:block; }
 }@media only screen and (max-width: 959px) { #Tmdz4EI2eIr8FAPFmCD7ybldAd3wRPrF { top:284px;left:400px;width:22px;height:35.0938px;font-size:27px;display:block; }
 }@media only screen and (max-width: 959px) { #Qm0LwtoGRboNQLy4J3zXRGdfeR9FhhRU { top:254px;left:315px;width:108px;height:108px;display:block; }
 }@media only screen and (max-width: 959px) { #THEcTtzp7O6TE8d3Q10FKs6RFeaXMU50 { width:23px;height:26px;top:214px;left:461px;font-size:20px;display:block; }
 }@media only screen and (max-width: 959px) { #mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 { display:block; }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Da09US5CgE8CxvI4pmDFxLKNM4M7027m { width:543px;height:377px;top:131px;left:0px;display:block; }
 }@media only screen and (max-width: 959px) { #d3dPeq7D3DKqVESSSZBupOs8939h5wF4 { width:470px;height:325px;top:150px;left:294px;display:block; }
 }@media only screen and (max-width: 959px) { #fDC72FfbNqtREZfzQvHaCQRoKEgRkipM { width:390px;height:78px;top:166px;left:334px;font-size:30px;display:block; }
 }@media only screen and (max-width: 959px) { #T4NRUB1TcNhUGUMXavZ3OsvfyInaZvT5 { width:432px;height:153.562px;top:283px;left:332px;font-size:16px;display:block; }#T4NRUB1TcNhUGUMXavZ3OsvfyInaZvT5 li:before{  }
 }@media only screen and (max-width: 959px) { #UpipSpPHBleV5CD6qQJEo3TXzQF2V90p { width:18px;height:26px;top:207px;left:402px;font-size:20px;display:block; }
 }@media only screen and (max-width: 959px) { #EKV2cBaAxFkBAwXXQeivAXoH1mymnpXv { width:64px;height:39px;top:206px;left:420px;font-size:30px;display:block; }
 }@media only screen and (max-width: 959px) { #Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN { display:block; }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row .container { width:764px;height:1211px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Lry4oWOvT445ikFeDtianP50g0GF1oLH { width:613px;height:50px;top:0px;left:0px;font-size:25px;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 959px) { #wAiMbsutz4L6NbCwRO8vZDkxsBE4U7IQ { width:400px;height:89.5625px;top:669px;left:196px;font-size:14px;display:block; }
 }@media only screen and (max-width: 959px) { #m8eXG6CF3HB9WiI9mQRafR3JpRqGrxxr { width:63px;height:63px;top:682.28125px;left:37px;display:block; }
 }@media only screen and (max-width: 959px) { #Hc7mdL2qFATfa4qFppEBqM9pO33QQ3fv { width:400px;height:134.344px;top:784px;left:197px;font-size:14px;display:block; }
 }@media only screen and (max-width: 959px) { #kCxOcaTJCiluBF6JqRgM2M38KFqqEMPJ { width:63px;height:63px;top:819.671875px;left:37px;display:block; }
 }@media only screen and (max-width: 959px) { #Oq2Lh4KIQJVeH0kfckJMPg8xEB7H4EXB { width:285px;height:56px;top:1155px;left:240px;display:block; }
 }@media only screen and (max-width: 959px) { #wksGT57HzBFris1wscNWRqn4TUrIhJ6e { display:block; }
 }@media only screen and (max-width: 959px) { #zoq6xAHT12MF2Ukou2RUQpZTUKGTBHo1 { width:259px;height:268px;top:98px;left:47.5px;display:block; }
 }@media only screen and (max-width: 959px) { #PbTs73eM00qdyu7BDMdGwApfv8QS7Dox { width:63px;height:63px;top:122px;left:133px;display:block; }
 }@media only screen and (max-width: 959px) { #CVchSgx52TrkrOJAHRx7gmXIWtBXWbnz { width:154px;height:20px;top:198px;left:68px;font-size:20px;display:block; }
 }@media only screen and (max-width: 959px) { #Cf4eg9l6Nh7XZnqnXcKyWKKhE2uULWEc { width:216px;height:105px;top:261px;left:70px;font-size:14px;display:block; }
 }@media only screen and (max-width: 959px) { #ZJmLnMDKT8sBHculzUVU7T8bGsdc3OvE { width:56px;height:0;top:247px;left:166px;display:block; }
 }@media only screen and (max-width: 959px) { #F8BfoTTaApT0PJ4zzbpxfAH0AkiXivTS { width:257px;height:268px;top:105px;left:443px;display:block; }
 }@media only screen and (max-width: 959px) { #DQuzcv5ZcDqHaP1Dr01UXv0x5RTSQoaU { width:62px;height:62px;top:122.5px;left:541.5px;display:block; }
 }@media only screen and (max-width: 959px) { #gCUmcTilNWuksksopH65hATLSqHzENlz { width:223px;height:20px;top:197px;left:461px;font-size:20px;display:block; }
 }@media only screen and (max-width: 959px) { #GgvOvhtD0vzh5L9umnZvTQ70IfkSiFAP { width:56px;height:0;top:174px;left:707px;display:block; }
 }@media only screen and (max-width: 959px) { #nZ3hpOdinF0ZvoT0TlzuUWxNp49oFI30 { width:213px;height:105px;top:241px;left:466px;font-size:14px;display:block; }
 }@media only screen and (max-width: 959px) { #m91ZJw23tHe9pi2qOKk2EAteXcgWPXc9 { width:257px;height:268px;top:381px;left:49px;display:block; }
 }@media only screen and (max-width: 959px) { #mFQvCykm6hpEE5NbOxcdvALPdBJd98ZC { width:218px;height:105px;top:530px;left:68px;font-size:14px;display:block; }
 }@media only screen and (max-width: 959px) { #xTwaRrD5Ht1wkpLP3KTqTuFZTumJM1hn { width:258px;height:268px;top:387px;left:443px;display:block; }
 }@media only screen and (max-width: 959px) { #CUZct0puMGDWOUu1kZvt1AvTAQpJ8EkG { width:223px;height:126px;top:526px;left:461px;font-size:14px;display:block; }
 }@media only screen and (max-width: 959px) { #F71km0gaS4Jrfk0TEcth5ug6bWgHNpBa { width:56px;height:0;top:492px;left:166px;display:block; }
 }@media only screen and (max-width: 959px) { #f7PhxW1viwZPZH8qX7SXHZnuGI5aS1E8 { width:56px;height:0;top:498px;left:612px;display:block; }
 }@media only screen and (max-width: 959px) { #F4mcSHvbogTokOaETWlSIJhsMvHvmQi3 { width:223px;height:20px;top:478px;left:66px;font-size:20px;display:block; }
 }@media only screen and (max-width: 959px) { #P58ySAR0FWEZmCTgcXorGxP77Ms0sKvP { width:223px;height:20px;top:482px;left:461px;font-size:20px;display:block; }
 }@media only screen and (max-width: 959px) { #wEeybzX5vKPAa8rfmH8ce5lUnisNAc6F { width:62px;height:62px;top:399px;left:146px;display:block; }
 }@media only screen and (max-width: 959px) { #PbHP6oJ9z3aOhofdtbeTgSfy4bolgFHE { width:62px;height:62px;top:399px;left:541.5px;display:block; }
 }@media only screen and (max-width: 959px) { #Gq8CwHlpeuq1B1wrSTea8BMgnQpMZ7F5 { top:1005px;left:0px;width:764px;height:119.5624px;font-size:23px;display:block; }
 }@media only screen and (max-width: 959px) { #uDuT6W0XHqqAsv1HCf9PCyFUmeXkmgbx { top:198px;left:222px;width:38px;height:19.5px;font-size:15px;display:block; }
 }@media only screen and (max-width: 959px) { #eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn { display:block; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row .container { width:764px;height:1506px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #LHppZV8vrxVoicwwtAvPUJfpVlg46CO1 { width:435px;height:201px;top:556px;left:329px;display:block; }
 }@media only screen and (max-width: 959px) { #d8n6hGg5cTaEZPidNkleBuXpZqoeF6O5 { width:682px;height:179.125px;top:257px;left:82px;font-size:14px;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 959px) { #JPmGSBeLUJAWTxME9fhSwaNez97cCmgP { width:315px;height:56px;top:729px;left:413px;display:block; }
 }@media only screen and (max-width: 959px) { #q7R7a24pUTx7kEFk5dHZAPyBKCMqH321 { display:block; }
 }@media only screen and (max-width: 959px) { #WbC9KAmZgImZZcvpGBiTMOL8TWS2ZGdd { width:494px;height:276px;top:523px;left:0px;display:block; }
 }@media only screen and (max-width: 959px) { #MSHrD5P3yCTwAHNHUUzzw0D0QQzVc88J { width:693px;height:39px;top:39px;left:71px;font-size:30px;display:block; }
 }@media only screen and (max-width: 959px) { #Cy8o5zwIThOTAPGdogV7EN3HIdPEeGm1 { top:189px;left:80px;width:684px;height:58.5px;font-size:15px;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 959px) { #PcB7GllS4qQ0rvc1PKgxLpE3pz3BVpB2 { top:107px;left:79px;width:685px;height:52px;font-size:20px;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 959px) { #cveNW2MtsMCcVSAdStArXpTT4AsPGD0d { width:693px;height:39px;top:39px;left:71px;font-size:30px;display:block; }
 }@media only screen and (max-width: 959px) { #tfqmGaigzaSPRapcrqCVkiT9pXyFKtXe { width:693px;height:39px;top:39px;left:71px;font-size:30px;display:block; }
 }@media only screen and (max-width: 959px) { #l2iACMIfTvTKHvvuhaKI6pzfVdWlZH65 { width:201px;height:32.5px;top:612px;left:398px;font-size:25px;display:block; }
 }@media only screen and (max-width: 959px) { #R1aQLLm3gNWPMmxHIGynCywVrc8HpIuk { width:105px;height:32.5px;top:612px;left:603px;font-size:25px;display:block; }
 }@media only screen and (max-width: 959px) { #h9KSsuQtepMakUXWKh9U0v2qRuuEMeOH { width:18px;height:23.3906px;top:612px;left:593px;font-size:18px;display:block; }
 }@media only screen and (max-width: 959px) { #UTwwqpAGxGxd5L95P9iyT4evJNbVx0Zi { width:226px;height:65px;top:645px;left:440px;font-size:25px;display:block; }
 }@media only screen and (max-width: 959px) { #P5cRXpOP7FRLLtlC3xgMQk5L8E7XsHK7 { top:859px;left:10px;width:685px;height:52px;font-size:20px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 959px) { #Tv9Z8fvuBwP7qOPruIU3mdbv4y1dC2Q7 { width:682px;height:246.2969px;top:944px;left:11.5px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 959px) { #ac42iuqGAoyzVzqwmG0cr0EBIqxTcFrU { width:435px;height:201px;top:1266.5px;left:0px;display:block; }
 }@media only screen and (max-width: 959px) { #pANkoma36GvGZbM1wX0T4XhGKasyobQ2 { width:492px;height:276px;top:1229px;left:272px;display:block; }
 }@media only screen and (max-width: 959px) { #MxuJh4HbStWMyGvOrTL2izfEJcpzqJBo { width:201px;height:32.5px;top:1322.5px;left:69px;font-size:25px;display:block; }
 }@media only screen and (max-width: 959px) { #puSyRfHTIeRKryWwsbzFdwl3z5FuzKAW { width:105px;height:32.5px;top:1322.5px;left:274px;font-size:25px;display:block; }
 }@media only screen and (max-width: 959px) { #CFCqxHuNt3n2ZwSMxwraTavOct6OBAg5 { width:18px;height:23.3906px;top:1322.5px;left:264px;font-size:18px;display:block; }
 }@media only screen and (max-width: 959px) { #Bi17GdpaByJTW6zL83eG3GdQ1ehC25Vx { width:226px;height:65px;top:1355.5px;left:111px;font-size:25px;display:block; }
 }@media only screen and (max-width: 959px) { #pxD5X9PclEJIWvlwkFdeEsnRmNE8trHc { width:315px;height:56px;top:1439.5px;left:84px;display:block; }
 }@media only screen and (max-width: 959px) { #DTBgLNR0voKPqCo5887R6Z8cKndzbNb3 { display:block; }
 }@media only screen and (max-width: 959px) { #XSAMM3orf4eET7SOJ4gIQKXfLiBlxmyd { display:block; }#XSAMM3orf4eET7SOJ4gIQKXfLiBlxmyd > .row .container { width:764px;height:956px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #cUeGreceEgTLkSVpI5SnKfqN6J2GORa0 { width:105px;height:106px;top:628px;left:119px;display:block; }
 }@media only screen and (max-width: 959px) { #EUWaCzHScziTDCnTALH0Za19I7V7Uutu { width:340px;height:20.7969px;top:486px;left:244px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #D5W1oQ1T9hncDOftqfDP8mfdff5HvKGT { width:486px;height:62.3906px;top:530.625px;left:244px;font-size:13px;display:block; }
 }@media only screen and (max-width: 959px) { #qTpMgLTPWcinPJg6VfcLUtS38LrEITo9 { width:106px;height:106px;top:486px;left:117px;display:block; }
 }@media only screen and (max-width: 959px) { #kCcm9etKiFlxxm99hXJLkxklgGVhgsUv { width:483px;height:62.3906px;top:806.625px;left:244px;font-size:13px;display:block; }
 }@media only screen and (max-width: 959px) { #LEXIJsPL5TH3kX8Zml6XJknIpEIJDdNo { width:340px;height:20.7969px;top:628px;left:244px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #tMah2GludQsoTItDOhJVwOnot1EyxQNy { width:105px;height:105px;top:763px;left:122px;display:block; }
 }@media only screen and (max-width: 959px) { #KxegUuxLR0Ru05sSTb8MekZslD1lUT48 { width:503px;height:62.3906px;top:672.625px;left:244px;font-size:13px;display:block; }
 }@media only screen and (max-width: 959px) { #JrKhRzCyWVrTbTpc3KRr8XnPE65lADAf { width:340px;height:20.7969px;top:763px;left:247px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #GfGLGELSWtMx7pxnsTgdyS3owmkfcUrh { top:28px;left:0px;width:764px;height:59.7812px;font-size:23px;display:block; }
 }@media only screen and (max-width: 959px) { #u0TsPxnBK6J2tcPM9aBn4TIG10os9bMi { width:764px;height:42px;top:181px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 959px) { #OOOfOn8E3yhmXVmqx9vT8KRhW2zScekm { top:246px;left:0px;width:764px;height:33.7812px;font-size:13px;display:block; }
 }@media only screen and (max-width: 959px) { #U4TXvQqzxawafnwaJOsGX9cWvPTVt9hT { width:764px;height:30px;top:296.765625px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 959px) { #gqMFqh92n1WLupUMSyi5CsHwESp8n3MX { width:764px;height:92px;top:351px;left:0px;display:block; }
 }@media only screen and (max-width: 959px) { #TToDarGEF4VDizZLGheTKf3N3QwSTTXk { width:135px;height:91px;top:351px;left:0px;display:block; }
 }@media only screen and (max-width: 959px) { #GMom1V6hU085mEseBorxZbbD8k9fV2vy { width:135px;height:91px;top:351px;left:203px;display:block; }
 }@media only screen and (max-width: 959px) { #Tpu8bZWy1JQyuD8ZHi5uJmCJxHFLfDxN { width:166px;height:111px;top:341px;left:408px;display:block; }
 }@media only screen and (max-width: 959px) { #SBlzWvureoozF6THCOeqGcJ0am8yszZr { width:136px;height:92px;top:350px;left:628px;display:block; }
 }@media only screen and (max-width: 959px) { #pHfDq3mu8VcbugQfwSGkwVcKCr8VTA4K { display:block; }#pHfDq3mu8VcbugQfwSGkwVcKCr8VTA4K > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #pJNZ9v9R7fkWxce4xoDLnT2vKk7vwEDB { top:23px;left:0px;width:764px;height:29.8906px;font-size:23px;display:block; }
 }@media only screen and (max-width: 959px) { #zPcwJxW4QWaXqXSq3hVeRHZGpveduMaN { width:200px;height:55px;top:109px;left:282px;display:block; }
 }@media only screen and (max-width: 959px) { #KR7sTHEtKay8Bg5BU3h9RdhimoqGhFBV { display:block; }
 }@media only screen and (max-width: 959px) { #qD5GTSnodh87tBn76OADTL7mVG5TpFW2 { top:179px;left:0px;width:764px;height:59.7812px;font-size:23px;display:block; }
 }@media only screen and (max-width: 959px) { #fBobcRgfpvqdsT6vfbn23DoVnehK8GKt { top:262px;left:0px;width:764px;height:35.0938px;font-size:27px;display:block; }
 }@media only screen and (max-width: 959px) { #gviCxPSJqO48Z4yPupMs7QWXJJZoNPs5 { top:23px;left:629.5px;width:15px;height:19.5px;font-size:15px;display:block; }
 }@media only screen and (max-width: 959px) { #ZJh2iz9TSHTXWEaLvafDhG95qOqUv8Wp { top:20px;left:637.5px;width:13px;height:29.8906px;font-size:23px;display:block; }
 }@media only screen and (max-width: 959px) { #bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy { display:block; }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #soT7WbRwI1LvrlhkoZIbgqFnI77H563r { width:328px;height:150px;top:78px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 959px) { #BOxr1CUO2Wm3FdB93lnyaXxiyWTbgtCU { width:412px;height:759px;top:78px;left:352px;display:block; }
 }@media only screen and (max-width: 959px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF .widget-regular-label { width:362px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF .widget-input-text { width:362px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF .widget-input-text {padding-top: 0; padding-bottom: 0;}#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF .widget-textarea { width:362px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF .widget-input-select { width:362px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF .widget-input-select {padding-top: 0; padding-bottom: 0;}#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF .widget-input-button { width:362px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF .widget-checkbox-label { width:343px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF  { width:362px;height:auto;top:201px;left:362px; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF .radio-container { width:362px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF {display:block;}#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF { width:362px;height:auto;top:201px;left:362px; }
 }@media only screen and (max-width: 959px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #AEyvlaxaJBW3CB8XoSN6O94Z8VOmrXiP {  }
 }@media only screen and (max-width: 959px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #fXiATNALXW9wh80Otb924ATbvP3CO9Bg { display:none; }
 }@media only screen and (max-width: 959px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #hBOmGLBqZ3WohBAD11Xa2lhNyO7aDx9K {  }
 }@media only screen and (max-width: 959px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #BaVLT2XrWOJpob3BTl3vofl8dKFmMKsl {  }
 }@media only screen and (max-width: 959px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #BwDvtlLFZSXexULcAlCa8XLb7vqOK8TH {  }
 }@media only screen and (max-width: 959px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #SzlGaolaMqiBNNn0nTVTSMFXAQNRErwR {  }
 }@media only screen and (max-width: 959px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #GBgNg99Q5QJTG1neMTLf1dnMy1tD3IRS {  }
 }@media only screen and (max-width: 959px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #zubuo10EFNibNTqkHy0aTreVwgybpODr { display:none; }
 }@media only screen and (max-width: 959px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #ba4UC4265ezC6yw2F86sFi1Jnx8KFN9I {  }
 }@media only screen and (max-width: 959px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #pdn8f6zEINn1BVrXvsE6Xg0XqRtE2D7b {  }
 }@media only screen and (max-width: 959px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #iGgF6s8ZAk46UVywI2nd84hv8ykqPnGN { display:none; }
 }@media only screen and (max-width: 959px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #vDFz0rIgaJF5JXPMzC8DUbmeo79hxdLh {  }
 }@media only screen and (max-width: 959px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #eOPFlGWnRxPKxnvXPSSBcJCpX7VOB7wB {  }
 }@media only screen and (max-width: 959px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #GytvTr9ZTOoouz2TWFpVMFliAl4cKQKd {  }
 }@media only screen and (max-width: 959px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #zl3T2SDFVWdu0SRix2mBK1Agf4L4MJ1a {  }
 }@media only screen and (max-width: 959px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #LnwL9O4q7kcigax763h3tP1DuzQl9too {  }
 }@media only screen and (max-width: 959px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #dwDMegCaZP7ZR8zrSD869R5cgwRaQUCC {  }
 }@media only screen and (max-width: 959px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #JC9db8HzIwuDi1xceU1O0bGe5WnvETbc {  }
 }@media only screen and (max-width: 959px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #RaWKsSTsGrJAh5fmmWp3pu2ouwgzNVVP {  }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #RaWKsSTsGrJAh5fmmWp3pu2ouwgzNVVP .container-column{width:50%;} }@media only screen and (max-width: 959px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #SQQKmdvs8VvgFsqdHOi3TJ1BdkorMgDw {  }
 }@media only screen and (max-width: 959px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #PDBMBWTS0vXrS78FT3fXqfBTM9TnEMTf {  }
 }@media only screen and (max-width: 959px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #t4i7DN7l71N9xanWAMFcF1aEzEvNouzm {  }
 }@media only screen and (max-width: 959px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #t1S2bgWltf5qOUGaTITCFiU500DabOA2 {  }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #t1S2bgWltf5qOUGaTITCFiU500DabOA2 .container-column{width:50%;} }@media only screen and (max-width: 959px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #bNxikvdtRBgfZC4o65dK2ckG6xT3hd0p {  }
 }@media only screen and (max-width: 959px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #ZQsryhUZ73kT6J9cs8bxbhXWAn9Km7Cy {  }
 }@media only screen and (max-width: 959px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #CfKJEaxWaNTPFaulzAUV6Sqc0JMyFZeJ {  }
 }@media only screen and (max-width: 959px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #lR8zPQlQXiS33ETRCAq8zeBq4acnX4OM {  }
 }@media only screen and (max-width: 959px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #A3FXmIOrp4OeR9fLAyn8tpKHqW8MTHio {  }
 }@media only screen and (max-width: 959px) { #VW8mTGpOd87cEfGhqaArISJ7vV5Rr04b { display:block; }
 }@media only screen and (max-width: 959px) { #grP6eitbZunsrXl1L6qODMf4t68uhZDs { display:block; }
 }@media only screen and (max-width: 959px) { #GUbHd4mWEwFsHqQ6D9xkF0W0OdMKhel3 { display:block; }
 }@media only screen and (max-width: 959px) { #MdirnEPVnBrODdK5wqWRTHUNbipCZMBA { display:block; }
 }@media only screen and (max-width: 959px) { #DTOSnyrpv3Z4b3ESezVhLM7KtxZ8rPB6 { display:block; }
 }@media only screen and (max-width: 959px) { #xz2x8vom5c0BxRKkTAPtBBgsPLNtcwgf { display:block; }
 }@media only screen and (max-width: 959px) { #WzhgzWICdGqR5iKO71fOBRTsrTgNcthA { display:block; }
 }@media only screen and (max-width: 959px) { #vqx42sBGibmpRamToCoPAsZTU6BlBfh5 { display:block; }
 }@media only screen and (max-width: 959px) { #tXtJOHe2xwV3l5JyqvBuoWaWOQHi10u3 { display:block; }
 }@media only screen and (max-width: 959px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #PhUevX5h2KcLNV2P2aC9gDH4q6wC9B4I {  }
 }@media only screen and (max-width: 959px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #tPzv3kypwXF4WUUFgZFcG8eOLtK5paAr {  }
 }@media only screen and (max-width: 959px) { #BZDW3Ousp0UbS8ufTHTLJpdAgDNpKLJA { width:394px;height:89.6719px;top:94px;left:370px;font-size:23px;display:block; }
 }@media only screen and (max-width: 959px) { #yTkODKIKOzz1nDLqnugUOrdO9Tlg7oGT { width:213px;height:20.7969px;top:406px;left:58px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #lObACmpFmhgRHz15OPfBMExydwU99Ool { width:172px;height:94px;top:295px;left:79px;z-index:15018;display:block; }
 }@media only screen and (max-width: 959px) { #XP0M7AwOnvshA4PBfsmARVEhMcA8TM8a { width:94px;height:71.5px;top:311px;left:91px;font-size:55px;z-index:15018;display:block; }
 }@media only screen and (max-width: 959px) { #qRQrQMb8VxmeoMJvVUerqtNdiaB0fle1 { top:289px;left:97px;width:108px;height:108px;z-index:15005;display:block; }
 }@media only screen and (max-width: 959px) { #kg9LLnXL984nVIL3bhpXT5726q747GfK { top:320px;left:183px;width:22px;height:35.0938px;font-size:27px;z-index:15021;display:block; }
 }@media only screen and (max-width: 959px) { #MqV1wDCMM9BsqVpZzw2fAJ0KPsTTOVCu { width:58px;height:28.5938px;top:299px;left:185px;font-size:22px;z-index:15019;display:block; }
 }@media only screen and (max-width: 959px) { #UTwHrHLUbBTCSZMXTOAlsQ3pTqTTebIK { top:507.5px;left:367.3125px;width:22px;height:22.0938px;font-size:17px;z-index:15020;display:block; }
 }@media only screen and (max-width: 959px) { #DGlN00zWofQC9BNtAQD6TJhi6FfI5C68 { top:304px;left:223px;width:22px;height:22.0938px;font-size:17px;z-index:15015;display:block; }
 }@media only screen and (max-width: 959px) { #tpeZFPz4Ng2VfkUDUsFT4PV5WE6olSWA { width:172px;height:94px;top:260px;left:296px;display:none; }
 }@media only screen and (max-width: 959px) { #pGztFZxH31bM19a2lSEhpKuf8PA3TTgJ { width:58px;height:28.5938px;top:268px;left:401px;font-size:22px;display:none; }
 }@media only screen and (max-width: 959px) { #Z9n7cOnyiR6OAzlHfySV4i5RJrgfuOzF { width:94px;height:71.5px;top:276px;left:309px;font-size:55px;display:none; }
 }@media only screen and (max-width: 959px) { #nwptJtyRUk9kWFve4RXB8AkeJDRbctzK { top:254px;left:315px;width:108px;height:108px;display:none; }
 }@media only screen and (max-width: 959px) { #wHv6x2hlXVSUGtZye9TbIIL76iLD9Qrc { top:284px;left:400px;width:22px;height:35.0938px;font-size:27px;display:none; }
 }@media only screen and (max-width: 959px) { #VsptklShZ7unei048mUnhIa92CxLWFX3 { top:273px;left:440px;width:22px;height:22.0938px;font-size:17px;display:none; }
 }@media only screen and (max-width: 959px) { #wCEPK8BeQL2916CGr8Du81TSLTQWCoRl { width:19px;height:18px;top:202px;left:160.5px;font-size:18px;display:block; }
 }@media only screen and (max-width: 959px) { #xip0AiTpnDWHhR4JVPeHrxKPMKBkg9rm { width:22px;height:19.5px;top:156px;left:589px;font-size:15px;display:block; }
 }@media only screen and (max-width: 959px) { #ZkVPRtds9CiOLTd8LEcZcbCv97pHrdeX { width:14px;height:30px;top:199px;left:177px;font-size:30px;display:block; }
 }@media only screen and (max-width: 959px) { #eALGwB3XNbwfx4NRldq9u0gvk5TGihgx { display:block; }#eALGwB3XNbwfx4NRldq9u0gvk5TGihgx > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #rWzdeLyH2WrdV7I7urN2c60c7t0cRmqT { top:98px;left:197.98962402344px;width:368px;height:83.1876px;font-size:13px;display:block; }
 }@media only screen and (max-width: 959px) { #dhknXqLCLedukN49b2Rbkk4ewi9e1WDT { width:300px;height:77px;top:13px;left:232px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/62716b63-0575-45e6-b273-39c4d412b96d/MarcoPostmassaggiobellezzanaturalesenzabisturi.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container {  }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:587px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R7PCC9DGanaNBlPMuUcScg2JKkerRtAq { width:320px;height:41.5938px;top:118.99147033691px;left:0px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vSyIttOTc5XNKeuG54sp3O8ucV36ZOGJ { width:320px;height:35px;top:189.98579406738px;left:0px;text-align:center;text-align-last:center;font-size:35px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #U64Psc77oCgTic1VervVTrHoPmM5UCUR { width:195px;height:20.7969px;top:331.99429321289px;left:62.500000953674px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lG8eRhEmSUnh1BNQ6LSi2rITJKWTZNFT { width:198.8px;height:54.8px;top:461px;left:59.999998092651px;display:block; }
 }@media only screen and (max-width: 763px) { #G4ot1HUOzzbzM69V0oF214WTZGWTQ6iA { display:block; }
 }@media only screen and (max-width: 763px) { #ETq0ENbTHQT4alPUskSMKEqnHy1mcpa5 { width:320px;height:74.8125px;top:19px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #svEo9xQv9AW54vP2P7Xnlux3Fmd0znBU { width:138px;height:62px;top:261px;left:83px;display:block; }
 }@media only screen and (max-width: 763px) { #QL4w4UqAevepCAEhN5soe4aX5lGBgsSz { width:155px;height:28.5938px;top:267px;left:99px;text-align:center;text-align-last:center;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #zXotmcH7WhE8VtdEnmw9k5ecvqCZDDKo { width:118px;height:41.5938px;top:276px;left:66px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #p7oXNWtiWRCHRbgl625VeyW8fHnMmBTw { width:21px;height:22.0938px;top:267.9375px;left:188px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #Tmdz4EI2eIr8FAPFmCD7ybldAd3wRPrF { width:21.9886px;height:35.0938px;top:278.33804321289px;left:148.99147891998px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #Qm0LwtoGRboNQLy4J3zXRGdfeR9FhhRU { width:77.9972px;height:77.9972px;top:255.88635253906px;left:95.997155189514px;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #THEcTtzp7O6TE8d3Q10FKs6RFeaXMU50 { width:23px;height:25px;top:191.984375px;left:254.5px;text-align:center;text-align-last:center;font-size:25px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 { display:block; }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row .container { width:320px;height:719px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Da09US5CgE8CxvI4pmDFxLKNM4M7027m { width:240px;height:180px;top:50px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #d3dPeq7D3DKqVESSSZBupOs8939h5wF4 { width:269px;height:512px;top:193px;left:25.5px;display:block; }
 }@media only screen and (max-width: 763px) { #fDC72FfbNqtREZfzQvHaCQRoKEgRkipM { width:244px;height:117px;top:208px;left:38px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #T4NRUB1TcNhUGUMXavZ3OsvfyInaZvT5 { width:247px;height:281.531px;top:363.5px;left:36.5px;text-align:left;text-align-last:left;display:block; }#T4NRUB1TcNhUGUMXavZ3OsvfyInaZvT5 li:before{  }
 }@media only screen and (max-width: 763px) { #UpipSpPHBleV5CD6qQJEo3TXzQF2V90p { width:21px;height:23.3906px;top:284.25px;left:184px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #EKV2cBaAxFkBAwXXQeivAXoH1mymnpXv { width:24px;height:39px;top:286px;left:195px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN { display:block; }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row .container { width:320px;height:2442px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lry4oWOvT445ikFeDtianP50g0GF1oLH { width:320px;height:245px;top:58px;left:0px;text-align:center;text-align-last:center;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #wAiMbsutz4L6NbCwRO8vZDkxsBE4U7IQ { width:232px;height:179.125px;top:1997px;left:80px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m8eXG6CF3HB9WiI9mQRafR3JpRqGrxxr { width:63px;height:63px;top:1997px;left:0px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Hc7mdL2qFATfa4qFppEBqM9pO33QQ3fv { width:234px;height:223.906px;top:2216px;left:80px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kCxOcaTJCiluBF6JqRgM2M38KFqqEMPJ { width:63px;height:63px;top:2216px;left:0px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Oq2Lh4KIQJVeH0kfckJMPg8xEB7H4EXB { width:200px;height:56px;top:1908px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #wksGT57HzBFris1wscNWRqn4TUrIhJ6e { display:block; }
 }@media only screen and (max-width: 763px) { #zoq6xAHT12MF2Ukou2RUQpZTUKGTBHo1 { width:224px;height:300px;top:348px;left:47px;display:block; }
 }@media only screen and (max-width: 763px) { #PbTs73eM00qdyu7BDMdGwApfv8QS7Dox { width:63px;height:63px;top:361px;left:128px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CVchSgx52TrkrOJAHRx7gmXIWtBXWbnz { width:205px;height:20px;top:444px;left:53px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cf4eg9l6Nh7XZnqnXcKyWKKhE2uULWEc { width:226px;height:105px;top:508px;left:47px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZJmLnMDKT8sBHculzUVU7T8bGsdc3OvE { width:57px;height:1px;top:492px;left:132px;display:block; }
 }@media only screen and (max-width: 763px) { #F8BfoTTaApT0PJ4zzbpxfAH0AkiXivTS { width:224px;height:269px;top:668px;left:47px;display:block; }
 }@media only screen and (max-width: 763px) { #DQuzcv5ZcDqHaP1Dr01UXv0x5RTSQoaU { width:63px;height:63px;top:683px;left:128px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gCUmcTilNWuksksopH65hATLSqHzENlz { width:224px;height:20px;top:766px;left:47px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GgvOvhtD0vzh5L9umnZvTQ70IfkSiFAP { width:57px;height:1px;top:802px;left:132px;display:block; }
 }@media only screen and (max-width: 763px) { #nZ3hpOdinF0ZvoT0TlzuUWxNp49oFI30 { width:220px;height:105px;top:807px;left:50px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m91ZJw23tHe9pi2qOKk2EAteXcgWPXc9 { width:224px;height:266px;top:989px;left:47px;display:block; }
 }@media only screen and (max-width: 763px) { #mFQvCykm6hpEE5NbOxcdvALPdBJd98ZC { width:217px;height:105px;top:1143px;left:51.5px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xTwaRrD5Ht1wkpLP3KTqTuFZTumJM1hn { width:224px;height:280px;top:1304px;left:47px;display:block; }
 }@media only screen and (max-width: 763px) { #CUZct0puMGDWOUu1kZvt1AvTAQpJ8EkG { width:226px;height:126px;top:1453px;left:47px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F71km0gaS4Jrfk0TEcth5ug6bWgHNpBa { width:57px;height:1px;top:1136px;left:132px;display:block; }
 }@media only screen and (max-width: 763px) { #f7PhxW1viwZPZH8qX7SXHZnuGI5aS1E8 { width:57px;height:1px;top:1443px;left:132px;display:block; }
 }@media only screen and (max-width: 763px) { #F4mcSHvbogTokOaETWlSIJhsMvHvmQi3 { width:224px;height:20px;top:1085px;left:47px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P58ySAR0FWEZmCTgcXorGxP77Ms0sKvP { width:224px;height:20px;top:1396px;left:47px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wEeybzX5vKPAa8rfmH8ce5lUnisNAc6F { width:63px;height:63px;top:1002px;left:128px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PbHP6oJ9z3aOhofdtbeTgSfy4bolgFHE { width:63px;height:63px;top:1313px;left:128px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Gq8CwHlpeuq1B1wrSTea8BMgnQpMZ7F5 { width:320px;height:239.1245px;top:1640px;left:0px;font-size:23px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uDuT6W0XHqqAsv1HCf9PCyFUmeXkmgbx { width:18px;height:19.5px;top:440.59375px;left:214px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/bcPaacZa/BG2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn.adaptive-delivery-prevent-bg, #eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn.lazyload, #eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn.lazyloading { background-image: none; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row .container { background-color: transparent; background-image: none; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row .container > .video-iframe-container { display: none; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row > .video-iframe-container { display: none; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .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); }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row .container { width:320px;height:2344px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LHppZV8vrxVoicwwtAvPUJfpVlg46CO1 { width:260px;height:194px;top:1056px;left:30px;display:block; }
 }@media only screen and (max-width: 763px) { #d8n6hGg5cTaEZPidNkleBuXpZqoeF6O5 { width:314px;height:404.5469px;top:457px;left:3px;text-align:center;text-align-last:center;font-size:14px;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #JPmGSBeLUJAWTxME9fhSwaNez97cCmgP { width:200px;height:56px;top:1210px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #q7R7a24pUTx7kEFk5dHZAPyBKCMqH321 { display:block; }
 }@media only screen and (max-width: 763px) { #WbC9KAmZgImZZcvpGBiTMOL8TWS2ZGdd { width:320px;height:178.78542510121px;top:920px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #MSHrD5P3yCTwAHNHUUzzw0D0QQzVc88J { width:320px;height:64px;top:42px;left:0px;text-align:center;text-align-last:center;font-size:32px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Cy8o5zwIThOTAPGdogV7EN3HIdPEeGm1 { width:302px;height:136.5px;top:134px;left:9px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PcB7GllS4qQ0rvc1PKgxLpE3pz3BVpB2 { width:314px;height:130px;top:310px;left:3px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cveNW2MtsMCcVSAdStArXpTT4AsPGD0d { width:19px;height:32px;top:74px;left:208.5px;text-align:center;text-align-last:center;font-size:32px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #tfqmGaigzaSPRapcrqCVkiT9pXyFKtXe { width:22px;height:21px;top:77px;left:194.5px;text-align:center;text-align-last:center;font-size:21px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #l2iACMIfTvTKHvvuhaKI6pzfVdWlZH65 { width:201px;height:32.5px;top:1069.875px;left:59.5px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #R1aQLLm3gNWPMmxHIGynCywVrc8HpIuk { width:105px;height:32.5px;top:1108px;left:108px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #h9KSsuQtepMakUXWKh9U0v2qRuuEMeOH { width:18px;height:23.3906px;top:1069.390625px;left:260px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #UTwwqpAGxGxd5L95P9iyT4evJNbVx0Zi { width:226px;height:65px;top:1139px;left:47px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #P5cRXpOP7FRLLtlC3xgMQk5L8E7XsHK7 { width:320px;height:78px;top:1286px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tv9Z8fvuBwP7qOPruIU3mdbv4y1dC2Q7 { width:320px;height:523.5308px;top:1384px;left:0px;text-align:center;text-align-last:center;font-size:14px;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #ac42iuqGAoyzVzqwmG0cr0EBIqxTcFrU { width:247px;height:201px;top:2086.515625px;left:36.5px;display:block; }
 }@media only screen and (max-width: 763px) { #pANkoma36GvGZbM1wX0T4XhGKasyobQ2 { width:320px;height:179.51219512195px;top:1927.516px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #MxuJh4HbStWMyGvOrTL2izfEJcpzqJBo { width:201px;height:32.5px;top:2113.015625px;left:59.5px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #puSyRfHTIeRKryWwsbzFdwl3z5FuzKAW { width:105px;height:32.5px;top:2144.515625px;left:107.5px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #CFCqxHuNt3n2ZwSMxwraTavOct6OBAg5 { width:18px;height:23.3906px;top:2111.015625px;left:257px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Bi17GdpaByJTW6zL83eG3GdQ1ehC25Vx { width:226px;height:65px;top:2185.515625px;left:47px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #pxD5X9PclEJIWvlwkFdeEsnRmNE8trHc { width:204px;height:56px;top:2261.515625px;left:58px;display:block; }
 }@media only screen and (max-width: 763px) { #DTBgLNR0voKPqCo5887R6Z8cKndzbNb3 { display:block; }
 }@media only screen and (max-width: 763px) { #XSAMM3orf4eET7SOJ4gIQKXfLiBlxmyd { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#XSAMM3orf4eET7SOJ4gIQKXfLiBlxmyd > .row .container { background-color: transparent; background-image: none; }#XSAMM3orf4eET7SOJ4gIQKXfLiBlxmyd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XSAMM3orf4eET7SOJ4gIQKXfLiBlxmyd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XSAMM3orf4eET7SOJ4gIQKXfLiBlxmyd > .row .container > .video-iframe-container { display: none; }#XSAMM3orf4eET7SOJ4gIQKXfLiBlxmyd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XSAMM3orf4eET7SOJ4gIQKXfLiBlxmyd > .row > .video-iframe-container { display: none; }#XSAMM3orf4eET7SOJ4gIQKXfLiBlxmyd > .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); }#XSAMM3orf4eET7SOJ4gIQKXfLiBlxmyd > .row .container { border-width: 0; border-radius: 0; }#XSAMM3orf4eET7SOJ4gIQKXfLiBlxmyd > .row > .video-iframe-container {  }#XSAMM3orf4eET7SOJ4gIQKXfLiBlxmyd > .row .container { width:320px;height:1356px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cUeGreceEgTLkSVpI5SnKfqN6J2GORa0 { width:105px;height:106px;top:585px;left:108px;display:block; }
 }@media only screen and (max-width: 763px) { #EUWaCzHScziTDCnTALH0Za19I7V7Uutu { width:320px;height:20.7969px;top:691px;left:0px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D5W1oQ1T9hncDOftqfDP8mfdff5HvKGT { width:280px;height:103.984px;top:721px;left:21px;text-align:center;text-align-last:center;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #qTpMgLTPWcinPJg6VfcLUtS38LrEITo9 { width:106px;height:106px;top:832px;left:107px;display:block; }
 }@media only screen and (max-width: 763px) { #kCcm9etKiFlxxm99hXJLkxklgGVhgsUv { width:280px;height:103.984px;top:967px;left:21px;text-align:center;text-align-last:center;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #LEXIJsPL5TH3kX8Zml6XJknIpEIJDdNo { width:320px;height:20.7969px;top:938px;left:0px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tMah2GludQsoTItDOhJVwOnot1EyxQNy { width:105px;height:105px;top:1079px;left:108px;display:block; }
 }@media only screen and (max-width: 763px) { #KxegUuxLR0Ru05sSTb8MekZslD1lUT48 { width:280px;height:124.781px;top:1213px;left:20px;text-align:center;text-align-last:center;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #JrKhRzCyWVrTbTpc3KRr8XnPE65lADAf { width:320px;height:20.7969px;top:1184px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #GfGLGELSWtMx7pxnsTgdyS3owmkfcUrh { width:300px;height:119.562px;top:31px;left:10px;font-size:23px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u0TsPxnBK6J2tcPM9aBn4TIG10os9bMi { width:290px;height:84px;top:191.546875px;left:15px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OOOfOn8E3yhmXVmqx9vT8KRhW2zScekm { width:280px;height:42.8906px;top:290.546875px;left:21px;font-size:11px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U4TXvQqzxawafnwaJOsGX9cWvPTVt9hT { width:320px;height:34.5px;top:379px;left:0px;font-size:23px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gqMFqh92n1WLupUMSyi5CsHwESp8n3MX { width:320px;height:63px;top:459px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TToDarGEF4VDizZLGheTKf3N3QwSTTXk { width:55px;height:36px;top:473px;left:13px;display:block; }
 }@media only screen and (max-width: 763px) { #GMom1V6hU085mEseBorxZbbD8k9fV2vy { width:63px;height:42px;top:470px;left:85px;display:block; }
 }@media only screen and (max-width: 763px) { #Tpu8bZWy1JQyuD8ZHi5uJmCJxHFLfDxN { width:80px;height:51px;top:465px;left:157px;display:block; }
 }@media only screen and (max-width: 763px) { #SBlzWvureoozF6THCOeqGcJ0am8yszZr { width:61px;height:39px;top:471px;left:250px;display:block; }
 }@media only screen and (max-width: 763px) { #pHfDq3mu8VcbugQfwSGkwVcKCr8VTA4K { display:block; }#pHfDq3mu8VcbugQfwSGkwVcKCr8VTA4K > .row .container { width:320px;height:523px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pJNZ9v9R7fkWxce4xoDLnT2vKk7vwEDB { width:320px;height:59.7812px;top:20px;left:0px;font-size:23px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zPcwJxW4QWaXqXSq3hVeRHZGpveduMaN { width:200px;height:55px;top:99.8px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #KR7sTHEtKay8Bg5BU3h9RdhimoqGhFBV { display:block; }
 }@media only screen and (max-width: 763px) { #qD5GTSnodh87tBn76OADTL7mVG5TpFW2 { width:320px;height:119.562px;top:199.796875px;left:0px;font-size:23px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fBobcRgfpvqdsT6vfbn23DoVnehK8GKt { width:320px;height:70.1875px;top:344.3px;left:0px;font-size:27px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gviCxPSJqO48Z4yPupMs7QWXJJZoNPs5 { width:15px;height:19.5px;top:52.484375px;left:264px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZJh2iz9TSHTXWEaLvafDhG95qOqUv8Wp { width:23px;height:29.8906px;top:49.875px;left:265px;font-size:23px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy { display:block; }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row .container { width:320px;height:1255px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #soT7WbRwI1LvrlhkoZIbgqFnI77H563r { width:320px;height:150px;top:36px;left:0px;text-align:center;text-align-last:center;font-size:30px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #BOxr1CUO2Wm3FdB93lnyaXxiyWTbgtCU { width:320px;height:795px;top:365px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF .widget-input-text {padding-top: 0; padding-bottom: 0;}#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF .widget-input-select {padding-top: 0; padding-bottom: 0;}#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF .widget-checkbox-label { width:261px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF  { width:280px;height:auto;top:536.796875px;left:0px; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF {display:block;}#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF { width:280px;height:auto;top:536.796875px;left:0px; }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #AEyvlaxaJBW3CB8XoSN6O94Z8VOmrXiP {  }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #fXiATNALXW9wh80Otb924ATbvP3CO9Bg { display:none; }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #hBOmGLBqZ3WohBAD11Xa2lhNyO7aDx9K {  }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #BaVLT2XrWOJpob3BTl3vofl8dKFmMKsl {  }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #BwDvtlLFZSXexULcAlCa8XLb7vqOK8TH {  }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #SzlGaolaMqiBNNn0nTVTSMFXAQNRErwR {  }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #GBgNg99Q5QJTG1neMTLf1dnMy1tD3IRS {  }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #zubuo10EFNibNTqkHy0aTreVwgybpODr { display:none; }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #ba4UC4265ezC6yw2F86sFi1Jnx8KFN9I {  }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #pdn8f6zEINn1BVrXvsE6Xg0XqRtE2D7b {  }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #iGgF6s8ZAk46UVywI2nd84hv8ykqPnGN { display:none; }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #vDFz0rIgaJF5JXPMzC8DUbmeo79hxdLh {  }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #eOPFlGWnRxPKxnvXPSSBcJCpX7VOB7wB {  }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #GytvTr9ZTOoouz2TWFpVMFliAl4cKQKd {  }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #zl3T2SDFVWdu0SRix2mBK1Agf4L4MJ1a {  }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #LnwL9O4q7kcigax763h3tP1DuzQl9too {  }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #dwDMegCaZP7ZR8zrSD869R5cgwRaQUCC {  }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #JC9db8HzIwuDi1xceU1O0bGe5WnvETbc {  }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #RaWKsSTsGrJAh5fmmWp3pu2ouwgzNVVP {  }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #RaWKsSTsGrJAh5fmmWp3pu2ouwgzNVVP .container-column{width:50%;} }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #SQQKmdvs8VvgFsqdHOi3TJ1BdkorMgDw {  }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #PDBMBWTS0vXrS78FT3fXqfBTM9TnEMTf {  }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #t4i7DN7l71N9xanWAMFcF1aEzEvNouzm {  }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #t1S2bgWltf5qOUGaTITCFiU500DabOA2 {  }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #t1S2bgWltf5qOUGaTITCFiU500DabOA2 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #bNxikvdtRBgfZC4o65dK2ckG6xT3hd0p {  }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #ZQsryhUZ73kT6J9cs8bxbhXWAn9Km7Cy {  }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #CfKJEaxWaNTPFaulzAUV6Sqc0JMyFZeJ {  }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #lR8zPQlQXiS33ETRCAq8zeBq4acnX4OM {  }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #A3FXmIOrp4OeR9fLAyn8tpKHqW8MTHio {  }
 }@media only screen and (max-width: 763px) { #VW8mTGpOd87cEfGhqaArISJ7vV5Rr04b { display:block; }
 }@media only screen and (max-width: 763px) { #grP6eitbZunsrXl1L6qODMf4t68uhZDs { display:block; }
 }@media only screen and (max-width: 763px) { #GUbHd4mWEwFsHqQ6D9xkF0W0OdMKhel3 { display:block; }
 }@media only screen and (max-width: 763px) { #MdirnEPVnBrODdK5wqWRTHUNbipCZMBA { display:block; }
 }@media only screen and (max-width: 763px) { #DTOSnyrpv3Z4b3ESezVhLM7KtxZ8rPB6 { display:block; }
 }@media only screen and (max-width: 763px) { #xz2x8vom5c0BxRKkTAPtBBgsPLNtcwgf { display:block; }
 }@media only screen and (max-width: 763px) { #WzhgzWICdGqR5iKO71fOBRTsrTgNcthA { display:block; }
 }@media only screen and (max-width: 763px) { #vqx42sBGibmpRamToCoPAsZTU6BlBfh5 { display:block; }
 }@media only screen and (max-width: 763px) { #tXtJOHe2xwV3l5JyqvBuoWaWOQHi10u3 { display:block; }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #PhUevX5h2KcLNV2P2aC9gDH4q6wC9B4I {  }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #tPzv3kypwXF4WUUFgZFcG8eOLtK5paAr {  }
 }@media only screen and (max-width: 763px) { #BZDW3Ousp0UbS8ufTHTLJpdAgDNpKLJA { width:290px;height:124.75px;top:374px;left:15px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #yTkODKIKOzz1nDLqnugUOrdO9Tlg7oGT { width:157px;height:20.7969px;top:288px;left:82px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #lObACmpFmhgRHz15OPfBMExydwU99Ool { width:138px;height:62px;top:1070px;left:81px;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #XP0M7AwOnvshA4PBfsmARVEhMcA8TM8a { width:118px;height:41.5938px;top:1093px;left:73px;text-align:center;text-align-last:center;font-size:32px;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #qRQrQMb8VxmeoMJvVUerqtNdiaB0fle1 { width:77.9844px;height:77.9844px;top:1075px;left:93px;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #kg9LLnXL984nVIL3bhpXT5726q747GfK { width:21.9844px;height:35.0938px;top:1098px;left:158px;font-size:27px;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #MqV1wDCMM9BsqVpZzw2fAJ0KPsTTOVCu { width:155px;height:28.5938px;top:1066px;left:93px;text-align:center;text-align-last:center;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #UTwHrHLUbBTCSZMXTOAlsQ3pTqTTebIK { width:21px;height:22.0938px;top:1070px;left:181px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #DGlN00zWofQC9BNtAQD6TJhi6FfI5C68 { width:21px;height:22.0938px;top:1070px;left:181px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #tpeZFPz4Ng2VfkUDUsFT4PV5WE6olSWA { width:129px;height:62px;top:208px;left:104px;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #pGztFZxH31bM19a2lSEhpKuf8PA3TTgJ { width:43px;height:28.5938px;top:211px;left:183px;text-align:center;text-align-last:center;font-size:22px;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #Z9n7cOnyiR6OAzlHfySV4i5RJrgfuOzF { width:118px;height:41.5938px;top:223px;left:85px;text-align:center;text-align-last:center;font-size:32px;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #nwptJtyRUk9kWFve4RXB8AkeJDRbctzK { width:77.9972px;height:77.9972px;top:202px;left:114px;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #wHv6x2hlXVSUGtZye9TbIIL76iLD9Qrc { width:21.9886px;height:35.0938px;top:227px;left:169px;font-size:27px;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #VsptklShZ7unei048mUnhIa92CxLWFX3 { width:21px;height:22.0938px;top:217px;left:214px;font-size:17px;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #wCEPK8BeQL2916CGr8Du81TSLTQWCoRl { width:17px;height:15px;top:161px;left:239px;text-align:center;text-align-last:center;font-size:15px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #xip0AiTpnDWHhR4JVPeHrxKPMKBkg9rm { width:22px;height:19.5px;top:470px;left:184px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #ZkVPRtds9CiOLTd8LEcZcbCv97pHrdeX { width:13px;height:30px;top:157px;left:251px;text-align:center;text-align-last:center;font-size:30px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #eALGwB3XNbwfx4NRldq9u0gvk5TGihgx { position:relative;z-index:auto;background-color:#000000;background-image:none;display:block; }#eALGwB3XNbwfx4NRldq9u0gvk5TGihgx > .row .container { background-color: transparent; background-image: none; }#eALGwB3XNbwfx4NRldq9u0gvk5TGihgx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eALGwB3XNbwfx4NRldq9u0gvk5TGihgx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eALGwB3XNbwfx4NRldq9u0gvk5TGihgx > .row .container > .video-iframe-container { display: none; }#eALGwB3XNbwfx4NRldq9u0gvk5TGihgx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eALGwB3XNbwfx4NRldq9u0gvk5TGihgx > .row > .video-iframe-container { display: none; }#eALGwB3XNbwfx4NRldq9u0gvk5TGihgx > .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); }#eALGwB3XNbwfx4NRldq9u0gvk5TGihgx > .row .container { width:320px;height:234px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rWzdeLyH2WrdV7I7urN2c60c7t0cRmqT { width:320px;height:83.1876px;top:121px;left:0px;font-size:13px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dhknXqLCLedukN49b2Rbkk4ewi9e1WDT { width:300px;height:77px;top:30.96875px;left:10px;display:block; }
 }