.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-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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;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); }#T3me6PNzITd4nx7oN84A0OX3o4aQMm6c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T3me6PNzITd4nx7oN84A0OX3o4aQMm6c > .row .container { background-color: transparent; background-image: none; }#T3me6PNzITd4nx7oN84A0OX3o4aQMm6c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3me6PNzITd4nx7oN84A0OX3o4aQMm6c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3me6PNzITd4nx7oN84A0OX3o4aQMm6c > .row .container > .video-iframe-container { display: none; }#T3me6PNzITd4nx7oN84A0OX3o4aQMm6c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3me6PNzITd4nx7oN84A0OX3o4aQMm6c > .row > .video-iframe-container { display: none; }#T3me6PNzITd4nx7oN84A0OX3o4aQMm6c > .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); }#T3me6PNzITd4nx7oN84A0OX3o4aQMm6c > .row .container { border-width: 0; border-radius: 0; }#T3me6PNzITd4nx7oN84A0OX3o4aQMm6c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T3me6PNzITd4nx7oN84A0OX3o4aQMm6c > .row .container { font-size:14px;font-family:arial;height:124px;width:960px;position:relative;display:block; }#CETXbwDTTWHGWR3KHEHpyTkOvGOwp8fm { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:100px;width:266px;top:16.984375px;left:0px;overflow:hidden;display:block; }
#ITVvIiHOn7u5n39XybrTaFfn3IhOc4sX { color:#000000;display:block;width:200px;position:absolute;font-family:lato;font-size:17px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:79px;left:720px;height:22.0996px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#rNKQmTOT1hAT9lT5202h3SE1K40JL0Ou { background-color:#fdbc00;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;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#210046;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:227px;height:40px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:39px;left:707px;display:block; }
#oa0TMTKbnZ2htcZcxlnucKJIhz0fi9kl { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#iyPyTDyttXrhyt9zlwqQ5dRHLSArCVyU { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f17da60b-a6fa-4db0-b392-53f49d0d8293/BeautyMasterclassREMINDER22ndJuly.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#iyPyTDyttXrhyt9zlwqQ5dRHLSArCVyU.adaptive-delivery-prevent-bg, #iyPyTDyttXrhyt9zlwqQ5dRHLSArCVyU.lazyload, #iyPyTDyttXrhyt9zlwqQ5dRHLSArCVyU.lazyloading { background-image: none; }#iyPyTDyttXrhyt9zlwqQ5dRHLSArCVyU > .row .container { background-color: transparent; background-image: none; }#iyPyTDyttXrhyt9zlwqQ5dRHLSArCVyU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iyPyTDyttXrhyt9zlwqQ5dRHLSArCVyU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iyPyTDyttXrhyt9zlwqQ5dRHLSArCVyU > .row .container > .video-iframe-container { display: none; }#iyPyTDyttXrhyt9zlwqQ5dRHLSArCVyU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iyPyTDyttXrhyt9zlwqQ5dRHLSArCVyU > .row > .video-iframe-container { display: none; }#iyPyTDyttXrhyt9zlwqQ5dRHLSArCVyU > .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); }#iyPyTDyttXrhyt9zlwqQ5dRHLSArCVyU > .row .container { border-width: 0; border-radius: 0; }#iyPyTDyttXrhyt9zlwqQ5dRHLSArCVyU > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#iyPyTDyttXrhyt9zlwqQ5dRHLSArCVyU > .row .container { font-size:14px;font-family:arial;height:841px;width:960px;overflow:visible;position:relative;display:block; }#TldD9fidw56E9xrxyVkFIFWIdTQulOo4 { color:#e01254;display:block;width:417px;position:absolute;font-family:quiska;font-size:37px;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:88px;left:118.953125px;height:103.5938px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zSwlyIqthx05pH8aynnimU5Nswvuoz66 { color:#ffffff;display:block;width:290px;position:absolute;font-family:linotte;font-size:24px;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:237.08333587646px;left:164.47918701172px;height:31.1806px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC .widget-form-header { font-size:14px; }
#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC .widget-regular-label { height:auto;display:block;font-family:linotte;font-size:14px;font-weight:bold;color:#34004e;width:343px;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;text-align:left;text-align-last:left;vertical-align:top;line-height:1.1;overflow:hidden; }
#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC .widget-input-text { 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:0;border-left:0;border-right:0;border-bottom: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;width:343px;box-sizing:border-box;height:33px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC .widget-input-text {padding-top: 0; padding-bottom: 0;}#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC .widget-textarea { 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:0;border-left:0;border-right:0;border-bottom: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;width:343px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC .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:343px;box-sizing:border-box;height:40px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC .widget-input-select {padding-top: 0; padding-bottom: 0;}#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC .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; }
#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC .widget-input-button { 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: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:51px;margin-bottom:4px;margin-left:74px;display:block;box-sizing:border-box;font-size:18px;font-weight:bold;color:#ca037e;width:195px;height:38px;font-family:linotte;overflow:hidden;line-height:1;text-align:center;text-align-last:center; }
#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:324px;overflow:hidden;font-style:normal;float:none; }
#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC .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; }
#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC .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:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC .widget-container:first-of-type{padding-top:0;}#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC .widget-container:last-of-type{padding-bottom:0;}#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC  { background-color:transparent;background-image: -webkit-linear-gradient(177deg, #e1b7bd, #e5b2c5);background-image: -moz-linear-gradient(177deg, #e1b7bd, #e5b2c5);background-image: -ms-linear-gradient(177deg, #e1b7bd, #e5b2c5);background-image: -o-linear-gradient(177deg, #e1b7bd, #e5b2c5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1b7bd', endColorstr='#e5b2c5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1b7bd', endColorstr='#e5b2c5' );";background-image: linear-gradient(177deg, #e1b7bd, #e5b2c5);background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:343px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:335.078125px;left:135.966796875px;font-size:14px; }
#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:343px;display:block;vertical-align:top; }
#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC .widget-info-text { display:block;height:auto;font-family:"open sans";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; }
#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC {display:block;}#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC { background-color:transparent;background-image: -webkit-linear-gradient(177deg, #e1b7bd, #e5b2c5);background-image: -moz-linear-gradient(177deg, #e1b7bd, #e5b2c5);background-image: -ms-linear-gradient(177deg, #e1b7bd, #e5b2c5);background-image: -o-linear-gradient(177deg, #e1b7bd, #e5b2c5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1b7bd', endColorstr='#e5b2c5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1b7bd', endColorstr='#e5b2c5' );";background-image: linear-gradient(177deg, #e1b7bd, #e5b2c5);background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:343px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:335.078125px;left:135.966796875px;font-size:14px; }
#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC #SvlHmv0vcHxF8gyScNK51P0GbCi8l553 { position:relative; }
#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC #deT6NwDDpq2XTDBvItcnC82bue994WhQ { position:relative;display:block; }
#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC #kNOXfdt2NbqFvt6yCGXlNcZG8QS9Wqio { position:relative; }
#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC #xIHndADRNHCQoPeQlSxaArT1qwpJuTBq { position:relative; }
#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC #w5P0yFRsdXPgp52Df65fDf1ozlBXOebI { position:relative;display:block; }
#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC #KLxlpgqPdmTNWqsPJx9GLqdtpLHnaEk8 { position:relative; }
#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC #EhlIraeWw8Sn6FymLEk7NAORbdJZx5DG { position:relative; }
#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC #z947omiW9XTH4K3rDksVC5nVwZSNvBAA { position:relative; }
#g1p8209Ab5cJHIEQdKBOiic58fnHmhs6 { color:#ffffff;display:block;width:198.976px;position:absolute;font-family:linotte;font-size:27px;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:295.60765075684px;left:97.118103027344px;height:35.0868px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP .widget-form-header { font-size:14px; }
#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP .widget-regular-label { height:auto;display:block;font-family:eczar;font-size:14px;font-weight:bold;color:#34004e;width:251px;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;text-align:left;text-align-last:left;vertical-align:top;line-height:1.1;overflow:hidden; }
#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP .widget-input-text { 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:0;border-left:0;border-right:0;border-bottom: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;width:251px;box-sizing:border-box;height:33px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP .widget-input-text {padding-top: 0; padding-bottom: 0;}#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP .widget-textarea { 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:0;border-left:0;border-right:0;border-bottom: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;width:251px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP .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:251px;box-sizing:border-box;height:40px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP .widget-input-select {padding-top: 0; padding-bottom: 0;}#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP .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; }
#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP .widget-input-button { 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: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:51px;margin-bottom:4px;margin-left:54px;display:block;box-sizing:border-box;font-size:18px;font-weight:bold;color:#7e004e;width:143px;height:38px;font-family:eczar;overflow:hidden;line-height:1;text-align:center;text-align-last:center; }
#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:232px;overflow:hidden;font-style:normal;float:none; }
#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP .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; }
#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP .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:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP .widget-container:first-of-type{padding-top:0;}#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP .widget-container:last-of-type{padding-bottom:0;}#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP  { background-color:#feeeef;background-image: -webkit-linear-gradient(177deg, #ff8ecb, #c369a8);background-image: -moz-linear-gradient(177deg, #ff8ecb, #c369a8);background-image: -ms-linear-gradient(177deg, #ff8ecb, #c369a8);background-image: -o-linear-gradient(177deg, #ff8ecb, #c369a8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8ecb', endColorstr='#c369a8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8ecb', endColorstr='#c369a8' );";background-image: linear-gradient(177deg, #ff8ecb, #c369a8);background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:251px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:366px;left:1258.5px;font-size:14px; }
#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:251px;display:block;vertical-align:top; }
#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP .widget-info-text { display:block;height:auto;font-family:"open sans";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; }
#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP {display:block;}#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP { background-color:#feeeef;background-image: -webkit-linear-gradient(177deg, #ff8ecb, #c369a8);background-image: -moz-linear-gradient(177deg, #ff8ecb, #c369a8);background-image: -ms-linear-gradient(177deg, #ff8ecb, #c369a8);background-image: -o-linear-gradient(177deg, #ff8ecb, #c369a8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8ecb', endColorstr='#c369a8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8ecb', endColorstr='#c369a8' );";background-image: linear-gradient(177deg, #ff8ecb, #c369a8);background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:251px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:366px;left:1258.5px;font-size:14px;display:none; }
#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP #CxQH2OOEHHLoErK5kd13l1HLSKakC2RS { position:relative; }
#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP #pkc4QELLp819SU13hfEMS7HAnPK8RrRA { position:relative;display:block; }
#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP #K3tPZsJeZITOAXTiMqMwWeTqiUIxqL4L { position:relative; }
#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP #tMKb0p26caVmRcJJS2r6LJ9owKqIumta { position:relative; }
#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP #UFT9Gm9nZt8MrPCotkA2iuQFP5JGeULA { position:relative;display:block; }
#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP #HNuA9K7tgHUGZDpNNvu55X2X6nTk9LBy { position:relative; }
#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP #AOKkSEy0iW4tGdsZ1M0b1QibIhfGw92v { position:relative; }
#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP #PTEOpIJmum050vwIU9H1oKEOdUrn5byF { position:relative; }
#BJPwiBm411DTyJuEP28sJPziLHmSQtyR { color:#ffffff;display:block;width:581px;position:absolute;font-family:linotte;font-size:28px;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:576px;left:190px;height:36.3965px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m32dEZtluTbZlzvcrVAQ6STMbEuaXndw { position:absolute;display:block;z-index:15016;background-color:#34004e;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;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:37.998px;width:907.998px;top:576.103515625px;left:25.99609375px;display:block; }
#bTCo7gyUStoa1ZNWDxTzSMB3LJh3KAN9 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:100px;width:100px;top:635px;left:84px;overflow:hidden;display:block; }
#G8K3wXz2iV8CiV0c1aQ99nJiJvKBJ2Tz { color:#e01254;display:block;width:192px;position:absolute;font-family:linotte;font-size:20px;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:732px;left:38px;height:77.9883px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rU3cxgzCEJ1L6ExSIJDpSCHsSrWT4Xzr { color:#e01254;display:block;width:156px;position:absolute;font-family:linotte;font-size:20px;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:732px;left:267px;height:77.9883px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z0Qt7QsgZzRFlnF8LA4MXeF2gifFS35v { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:100px;width:100px;top:635px;left:295px;overflow:hidden;display:block; }
#XmRREJIuACOfgm5ApmvoxNgSu0zs35MJ { color:#e01254;display:block;width:179px;position:absolute;font-family:linotte;font-size:20px;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:732px;left:490px;height:77.9883px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nc1DJS1S57wV7NOg1DrG3EFMkJ7IpU3N { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:100px;width:100px;top:635px;left:530px;overflow:hidden;display:block; }
#LhFedGCctRkyqCx4tGAzqDbCcB926OlB { color:#e01254;display:block;width:211px;position:absolute;font-family:linotte;font-size:20px;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:731px;left:711px;height:77.9883px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pn9yV9yWQzF6nUDf2O858i2SyoWW1seW { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:100px;width:100px;top:635px;left:767px;overflow:hidden;display:block; }
#HDUbbJskTI9cazBPUxEoSoSaPCxUNEnK { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:930px;width:757px;display:none; }
#aWdh123C5Kdz1075kt10H8rg6eABbs6K { box-sizing:content-box;height:45.9896px;width:385px;position:absolute;display:block;z-index:15032;background-color:#e01254;background-image:none;top:290.19097900391px;left:134.98266601562px;display:block; }
#RWUfIGLEwc6AbUzDlwOQm7qZnHSoyeg7 { color:#ffffff;display:block;width:181.997px;position:absolute;font-family:linotte;font-size:26px;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:296.26737976074px;left:236.49310302734px;height:33.7891px;font-style:normal;display:block; }
#Q8HD8rh5mlTKMTFKTgchN233W5hfLzpA { box-sizing:content-box;height:46.9965px;width:355px;position:absolute;display:block;z-index:15034;background-color:#34004e;background-image:none;top:224px;left:150px;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:20px;border-bottom-right-radius:20px;border-bottom-left-radius:20px;border-top-left-radius:20px;display:block; }
#h02G5b0Q0wfWqSEd6omMy34daQHXNtGT { color:#ffffff;display:block;width:280px;position:absolute;font-family:linotte;font-size:22px;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:233.17709350586px;left:187.48266601562px;height:28.5938px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QkxF7rB3OomGwQo82oTRGT4w2BblQ1iB { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:981px;width:762px;display:none; }
#TZt3I0OdVi1rmVucbB4MUMtpnGLx5kyr { color:#34004e;display:block;width:581px;position:absolute;font-family:linotte;font-size:28px;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:27px;left:37px;height:72.7812px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#kL2Wn8UtGV3lddoLm3nLTlq3rxRKfvuD { color:#e01254;display:block;width:417px;position:absolute;font-family:quiska;font-size:37px;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:88px;left:118.953125px;height:103.5938px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Ih3tzHX5noglp4JTJhdyHyfSpUggA73O { box-sizing:content-box;height:5px;width:300px;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#bl6ca9fgOzXZrL5XQhe8qnxpa78vsW1b { color:#e01254;display:block;width:417px;position:absolute;font-family:quiska;font-size:37px;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:88px;left:118.953125px;height:103.5938px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { 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 { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:14px;font-family:arial;height:640px;width:960px;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;position:relative;display:block; }#iM93fGlslepfPtSwExNlD2lredBJl0nT { position:absolute;display:block;z-index:15014;background-color:#34004e;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;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:38px;width:620px;top:25px;left:170px;display:none; }
#tW4ABGKxzTklWqLt68TlAxkQLco0klfI { color:#ffffff;display:block;width:581px;position:absolute;font-family:linotte;font-size:28px;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:26px;left:190px;height:36.3906px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#kKxaaPNzdRXdpPTHgk4Lq01AgsoyJTkS { color:#e01254;display:block;width:192px;position:absolute;font-family:linotte;font-size:20px;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:181px;left:54px;height:78px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#btRyO7wgkNIkJ6Lvvyr7FU9ZOcLGo7eC { color:#e01254;display:block;width:192px;position:absolute;font-family:linotte;font-size:20px;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:181px;left:54px;height:78px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#LUNCxXQD0NlyNr9aslGCc8rCScdF5cQ3 { color:#e01254;display:block;width:192px;position:absolute;font-family:linotte;font-size:20px;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:181px;left:54px;height:78px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#PPtJb86XVhNie6VJqokImWK0EoSnBKV4 { color:#e01254;display:block;width:192px;position:absolute;font-family:linotte;font-size:20px;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:181px;left:54px;height:78px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#sXsvdhFTeAxxHfNi3V03p07cTaXuZrO9 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:960px;width:960px;display:none; }
#FfJwc40Pbp813tuHIErI7rn5TNpyXuDw { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:960px;width:960px;display:none; }
#oqdsx2c0XI5y1LFTdfw69iRz2n4i3vTU { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:960px;width:960px;display:none; }
#NBizBCSeyd8rcIqkMcGA9XVsVnTGyqHT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:960px;width:960px;display:none; }
#PyF7WuxiHOEXAs8SxtxcSPeavusgilKC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#feeeef;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#PyF7WuxiHOEXAs8SxtxcSPeavusgilKC > .row .container { border-width: 0; border-radius: 0; }#PyF7WuxiHOEXAs8SxtxcSPeavusgilKC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PyF7WuxiHOEXAs8SxtxcSPeavusgilKC > .row .container { font-size:14px;font-family:arial;height:910px;width:960px;position:relative;display:none; }#Owd3Rh46707JUmx1LidebTNkwdZGHkdF { color:#e01254;display:block;width:562.998px;position:absolute;font-family:linotte;font-size:29px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:527.998046875px;left:391.46484375px;height:75.375px;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; }
#RWSmMMqyX0KwNlPUTpV9eVR4rJZAG1UG { color:#34004e;display:block;width:527.998px;position:absolute;font-family:linotte;font-size:18px;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:623.994140625px;left:391.46484375px;height:70.1847px;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; }
#Nt8bsWECChuT5DIHcCel8VWTwX1lqX4M { color:#34004e;display:block;width:583px;position:absolute;font-family:linotte;font-size:18px;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:730.9921875px;left:365px;height:154.562px;text-align:left;text-align-last:left;font-style:normal;display:block; }#Nt8bsWECChuT5DIHcCel8VWTwX1lqX4M li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#Nt8bsWECChuT5DIHcCel8VWTwX1lqX4M li:before{  }
#paew5Dz7GHVZBifSnUcFCNDvMvhCr6l8 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:373.994px;width:666.992px;top:113.76953125px;left:146.484375px;display:block; }
#HTkXcJJTppLr5zGM11MWTakieFp9kDbD { color:#34004e;display:block;width:877.998px;position:absolute;font-family:linotte;font-size:33px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:27.998046875px;left:40.99609375px;height:85.7812px;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; }
#BCRedGGgNVcDKPQisHaAmpd9TNEaddV1 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:474px;width:317px;top:487.730953125px;left:38.711189282266px;overflow:hidden;display:block; }
body { position:relative;display:block; }
#T3me6PNzITd4nx7oN84A0OX3o4aQMm6c { display:block; }#T3me6PNzITd4nx7oN84A0OX3o4aQMm6c > .row .container { width:764px;position:relative;display:block; }#CETXbwDTTWHGWR3KHEHpyTkOvGOwp8fm { top:16px;left:0px;width:266px;height:100px;display:block; }
#ITVvIiHOn7u5n39XybrTaFfn3IhOc4sX { top:79px;left:564px;width:200px;height:22px;font-size:15px;display:block; }
#rNKQmTOT1hAT9lT5202h3SE1K40JL0Ou { width:226px;height:40px;top:39px;left:538px;display:block; }
#oa0TMTKbnZ2htcZcxlnucKJIhz0fi9kl { display:block; }
#iyPyTDyttXrhyt9zlwqQ5dRHLSArCVyU { display:block; }#iyPyTDyttXrhyt9zlwqQ5dRHLSArCVyU > .row .container { width:760px;position:relative;display:block; }#TldD9fidw56E9xrxyVkFIFWIdTQulOo4 { top:88px;left:20.953125px;width:417px;height:103px;font-size:27px;display:block; }
#zSwlyIqthx05pH8aynnimU5Nswvuoz66 { top:237px;left:66.479187011719px;width:290px;height:31px;font-size:20px;display:block; }
#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC .widget-regular-label { width:255px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC .widget-input-text { width:255px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC .widget-input-text {padding-top: 0; padding-bottom: 0;}#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC .widget-textarea { width:255px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC .widget-input-select { width:255px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC .widget-input-select {padding-top: 0; padding-bottom: 0;}#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC .widget-input-button { width:226px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:29px; }
#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC .widget-checkbox-label { width:236px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC  { width:255px;height:auto;top:239px;left:404.421875px; }
#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC .radio-container { width:255px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC {display:block;}#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC { width:255px;height:auto;top:239px;left:404.421875px; }
#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC #SvlHmv0vcHxF8gyScNK51P0GbCi8l553 {  }
#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC #deT6NwDDpq2XTDBvItcnC82bue994WhQ { display:block; }
#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC #kNOXfdt2NbqFvt6yCGXlNcZG8QS9Wqio {  }
#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC #xIHndADRNHCQoPeQlSxaArT1qwpJuTBq {  }
#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC #w5P0yFRsdXPgp52Df65fDf1ozlBXOebI { display:block; }
#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC #KLxlpgqPdmTNWqsPJx9GLqdtpLHnaEk8 {  }
#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC #EhlIraeWw8Sn6FymLEk7NAORbdJZx5DG {  }
#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC #z947omiW9XTH4K3rDksVC5nVwZSNvBAA {  }
#g1p8209Ab5cJHIEQdKBOiic58fnHmhs6 { top:295px;left:0px;width:198px;height:35px;font-size:24px;display:block; }
#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP .widget-regular-label { width:255px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP .widget-input-text { width:255px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP .widget-input-text {padding-top: 0; padding-bottom: 0;}#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP .widget-textarea { width:255px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP .widget-input-select { width:255px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP .widget-input-select {padding-top: 0; padding-bottom: 0;}#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP .widget-input-button { width:226px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:29px; }
#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP .widget-checkbox-label { width:236px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP  { width:255px;height:auto;top:239px;left:404.421875px; }
#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP .radio-container { width:255px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP {display:block;}#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP { width:255px;height:auto;top:239px;left:404.421875px; }
#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP #CxQH2OOEHHLoErK5kd13l1HLSKakC2RS {  }
#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP #pkc4QELLp819SU13hfEMS7HAnPK8RrRA { display:block; }
#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP #K3tPZsJeZITOAXTiMqMwWeTqiUIxqL4L {  }
#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP #tMKb0p26caVmRcJJS2r6LJ9owKqIumta {  }
#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP #UFT9Gm9nZt8MrPCotkA2iuQFP5JGeULA { display:block; }
#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP #HNuA9K7tgHUGZDpNNvu55X2X6nTk9LBy {  }
#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP #AOKkSEy0iW4tGdsZ1M0b1QibIhfGw92v {  }
#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP #PTEOpIJmum050vwIU9H1oKEOdUrn5byF {  }
#BJPwiBm411DTyJuEP28sJPziLHmSQtyR { top:576px;left:92px;width:581px;height:36px;font-size:15px;display:block; }
#m32dEZtluTbZlzvcrVAQ6STMbEuaXndw { top:576px;left:0px;width:764px;height:37px;display:block; }
#bTCo7gyUStoa1ZNWDxTzSMB3LJh3KAN9 { top:635px;left:0px;width:100px;height:100px;display:block; }
#G8K3wXz2iV8CiV0c1aQ99nJiJvKBJ2Tz { top:732px;left:0px;width:192px;height:78px;font-size:20px;display:block; }
#rU3cxgzCEJ1L6ExSIJDpSCHsSrWT4Xzr { top:732px;left:169px;width:156px;height:78px;font-size:20px;display:block; }
#Z0Qt7QsgZzRFlnF8LA4MXeF2gifFS35v { top:635px;left:197px;width:100px;height:100px;display:block; }
#XmRREJIuACOfgm5ApmvoxNgSu0zs35MJ { top:732px;left:392px;width:179px;height:78px;font-size:20px;display:block; }
#nc1DJS1S57wV7NOg1DrG3EFMkJ7IpU3N { top:635px;left:432px;width:100px;height:100px;display:block; }
#LhFedGCctRkyqCx4tGAzqDbCcB926OlB { top:731px;left:553px;width:211px;height:78px;font-size:20px;display:block; }
#pn9yV9yWQzF6nUDf2O858i2SyoWW1seW { top:635px;left:664px;width:100px;height:100px;display:block; }
#HDUbbJskTI9cazBPUxEoSoSaPCxUNEnK { width:757px;height:930px;display:none; }
#aWdh123C5Kdz1075kt10H8rg6eABbs6K { top:290px;left:36.982666015625px;width:385px;height:45px;display:block; }
#RWUfIGLEwc6AbUzDlwOQm7qZnHSoyeg7 { top:255px;left:0px;width:180px;height:67px;font-size:26px;display:block; }
#Q8HD8rh5mlTKMTFKTgchN233W5hfLzpA { top:224px;left:52px;width:355px;height:46px;display:block; }
#h02G5b0Q0wfWqSEd6omMy34daQHXNtGT { top:233px;left:89.482666015625px;width:280px;height:28px;font-size:22px;display:block; }
#QkxF7rB3OomGwQo82oTRGT4w2BblQ1iB { width:762px;height:981px;display:none; }
#TZt3I0OdVi1rmVucbB4MUMtpnGLx5kyr { top:13px;left:0px;width:266px;height:69px;font-size:23px;display:none; }
#kL2Wn8UtGV3lddoLm3nLTlq3rxRKfvuD { top:168px;left:0px;width:80px;height:89px;font-size:32px;display:none; }
#Ih3tzHX5noglp4JTJhdyHyfSpUggA73O { display:none; }
#bl6ca9fgOzXZrL5XQhe8qnxpa78vsW1b { top:155px;left:34.607421875px;width:148px;height:71px;font-size:51px;display:none; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; }#iM93fGlslepfPtSwExNlD2lredBJl0nT { top:25px;left:72px;width:620px;height:38px;display:none; }
#tW4ABGKxzTklWqLt68TlAxkQLco0klfI { top:26px;left:92px;width:581px;height:36px;font-size:15px;display:none; }
#kKxaaPNzdRXdpPTHgk4Lq01AgsoyJTkS { top:131px;left:0px;width:243px;height:52px;font-size:20px;display:none; }
#btRyO7wgkNIkJ6Lvvyr7FU9ZOcLGo7eC { top:331px;left:0px;width:243px;height:78px;font-size:20px;display:none; }
#LUNCxXQD0NlyNr9aslGCc8rCScdF5cQ3 { top:555px;left:0px;width:243px;height:52px;font-size:20px;display:none; }
#PPtJb86XVhNie6VJqokImWK0EoSnBKV4 { top:840px;left:0px;width:243px;height:52px;font-size:20px;display:none; }
#sXsvdhFTeAxxHfNi3V03p07cTaXuZrO9 { width:764px;height:764px;display:none; }
#FfJwc40Pbp813tuHIErI7rn5TNpyXuDw { width:764px;height:764px;display:none; }
#oqdsx2c0XI5y1LFTdfw69iRz2n4i3vTU { width:764px;height:764px;display:none; }
#NBizBCSeyd8rcIqkMcGA9XVsVnTGyqHT { width:764px;height:764px;display:none; }
#PyF7WuxiHOEXAs8SxtxcSPeavusgilKC { display:none; }#PyF7WuxiHOEXAs8SxtxcSPeavusgilKC > .row .container { width:764px;position:relative;display:none; }#Owd3Rh46707JUmx1LidebTNkwdZGHkdF { top:527px;left:202px;width:562px;height:75px;font-size:29px;display:block; }
#RWSmMMqyX0KwNlPUTpV9eVR4rJZAG1UG { top:623px;left:237px;width:527px;height:70px;font-size:18px;display:block; }
#Nt8bsWECChuT5DIHcCel8VWTwX1lqX4M { top:730px;left:181px;width:583px;height:155px;font-size:18px;display:block; }#Nt8bsWECChuT5DIHcCel8VWTwX1lqX4M li:before{  }
#paew5Dz7GHVZBifSnUcFCNDvMvhCr6l8 { top:113px;left:48.484375px;width:666px;height:373.43776836904px;display:block; }
#HTkXcJJTppLr5zGM11MWTakieFp9kDbD { top:27px;left:0px;width:764px;height:85px;font-size:21px;display:block; }
#BCRedGGgNVcDKPQisHaAmpd9TNEaddV1 { top:487px;left:0px;width:317px;height:474.00596229558px;display:block; }
body { position:relative;display:block; }
#T3me6PNzITd4nx7oN84A0OX3o4aQMm6c { display:block; }#T3me6PNzITd4nx7oN84A0OX3o4aQMm6c > .row .container { width:320px;height:65px;position:relative;display:block; }#CETXbwDTTWHGWR3KHEHpyTkOvGOwp8fm { width:143px;height:52px;top:6.5px;left:0px;display:block; }
#ITVvIiHOn7u5n39XybrTaFfn3IhOc4sX { width:156px;height:19.5px;top:40px;left:164px;font-size:15px;display:block; }
#rNKQmTOT1hAT9lT5202h3SE1K40JL0Ou { width:156px;height:24px;top:14px;left:164px;display:block; }
#oa0TMTKbnZ2htcZcxlnucKJIhz0fi9kl { display:block; }
#iyPyTDyttXrhyt9zlwqQ5dRHLSArCVyU { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6b023f54-a09b-47a5-b1d0-d44624a281b9/BeautymasterclassBG.jpg");background-position:center !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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iyPyTDyttXrhyt9zlwqQ5dRHLSArCVyU.adaptive-delivery-prevent-bg, #iyPyTDyttXrhyt9zlwqQ5dRHLSArCVyU.lazyload, #iyPyTDyttXrhyt9zlwqQ5dRHLSArCVyU.lazyloading { background-image: none; }#iyPyTDyttXrhyt9zlwqQ5dRHLSArCVyU > .row .container { background-color: transparent; background-image: none; }#iyPyTDyttXrhyt9zlwqQ5dRHLSArCVyU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iyPyTDyttXrhyt9zlwqQ5dRHLSArCVyU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iyPyTDyttXrhyt9zlwqQ5dRHLSArCVyU > .row .container > .video-iframe-container { display: none; }#iyPyTDyttXrhyt9zlwqQ5dRHLSArCVyU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iyPyTDyttXrhyt9zlwqQ5dRHLSArCVyU > .row > .video-iframe-container { display: none; }#iyPyTDyttXrhyt9zlwqQ5dRHLSArCVyU > .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); }#iyPyTDyttXrhyt9zlwqQ5dRHLSArCVyU > .row .container { border-width: 0; border-radius: 0; }#iyPyTDyttXrhyt9zlwqQ5dRHLSArCVyU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iyPyTDyttXrhyt9zlwqQ5dRHLSArCVyU > .row .container { width:320px;height:927.96865625px;position:relative;display:block; }#TldD9fidw56E9xrxyVkFIFWIdTQulOo4 { width:285.977px;height:75.6054px;top:62.572265625px;left:17.001953125px;font-size:27px;text-align:center;text-align-last:center;color:#e01254;display:block; }
#zSwlyIqthx05pH8aynnimU5Nswvuoz66 { width:238.993px;height:21.9965px;top:183.10765075684px;left:40.48611164093px;font-size:20px;line-height:1.1;text-align:left;text-align-last:left;display:none; }
#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC .widget-regular-label { width:251px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;line-height:1;overflow:hidden;height:auto;color:#34004e;background-color:transparent;background-image:none;display:block; }
#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC .widget-input-text { width:251px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC .widget-input-text {padding-top: 0; padding-bottom: 0;}#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC .widget-textarea { width:251px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC .widget-input-select { width:251px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC .widget-input-select {padding-top: 0; padding-bottom: 0;}#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC .widget-input-button { width:143px;margin-top:4px;margin-right:55px;margin-bottom:4px;margin-left:54px;height:36px;font-size:16px;overflow:hidden;text-align:center;text-align-last:center;line-height:1; }
#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC .widget-checkbox-label { width:232px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC .widget-container { padding-top:2px;padding-right:0;padding-bottom:2px;padding-left:0; }
#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC .widget-container:first-of-type{padding-top:0;}#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC .widget-container:last-of-type{padding-bottom:0;}#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC  { width:251px;height:auto;top:304.994140625px;left:13.994140625px;background-color:transparent;background-image: -webkit-linear-gradient(183deg, #ffc3ce, #d3b7c2);background-image: -moz-linear-gradient(183deg, #ffc3ce, #d3b7c2);background-image: -ms-linear-gradient(183deg, #ffc3ce, #d3b7c2);background-image: -o-linear-gradient(183deg, #ffc3ce, #d3b7c2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc3ce', endColorstr='#d3b7c2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc3ce', endColorstr='#d3b7c2' );";background-image: linear-gradient(183deg, #ffc3ce, #d3b7c2);background-size:initial !important; }
#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC .radio-container { width:251px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC {display:block;}#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC { width:251px;height:auto;top:304.994140625px;left:13.994140625px;background-color:transparent;background-image: -webkit-linear-gradient(183deg, #ffc3ce, #d3b7c2);background-image: -moz-linear-gradient(183deg, #ffc3ce, #d3b7c2);background-image: -ms-linear-gradient(183deg, #ffc3ce, #d3b7c2);background-image: -o-linear-gradient(183deg, #ffc3ce, #d3b7c2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc3ce', endColorstr='#d3b7c2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc3ce', endColorstr='#d3b7c2' );";background-image: linear-gradient(183deg, #ffc3ce, #d3b7c2);background-size:initial !important; }
#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC #SvlHmv0vcHxF8gyScNK51P0GbCi8l553 {  }
#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC #deT6NwDDpq2XTDBvItcnC82bue994WhQ { display:block; }
#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC #kNOXfdt2NbqFvt6yCGXlNcZG8QS9Wqio {  }
#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC #xIHndADRNHCQoPeQlSxaArT1qwpJuTBq {  }
#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC #w5P0yFRsdXPgp52Df65fDf1ozlBXOebI { display:block; }
#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC #KLxlpgqPdmTNWqsPJx9GLqdtpLHnaEk8 {  }
#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC #EhlIraeWw8Sn6FymLEk7NAORbdJZx5DG {  }
#eT5he4iyJHxUU3pTf6BsZQMXG3fsr5QC #z947omiW9XTH4K3rDksVC5nVwZSNvBAA {  }
#g1p8209Ab5cJHIEQdKBOiic58fnHmhs6 { width:171px;height:31.1806px;top:226px;left:75px;font-size:24px;display:none; }
#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP .widget-regular-label { width:255px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;line-height:1;overflow:hidden;height:auto;color:#34004e;background-color:transparent;background-image:none;display:block; }
#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP .widget-input-text { width:255px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP .widget-input-text {padding-top: 0; padding-bottom: 0;}#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP .widget-textarea { width:255px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP .widget-input-select { width:255px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP .widget-input-select {padding-top: 0; padding-bottom: 0;}#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP .widget-input-button { width:145px;margin-top:4px;margin-right:55px;margin-bottom:4px;margin-left:55px;height:36px;font-size:16px;overflow:hidden;text-align:center;text-align-last:center;line-height:1; }
#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP .widget-checkbox-label { width:236px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP .widget-container { padding-top:2px;padding-right:0;padding-bottom:2px;padding-left:0; }
#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP .widget-container:first-of-type{padding-top:0;}#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP .widget-container:last-of-type{padding-bottom:0;}#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP  { width:255px;height:172px;top:1011.18755px;left:12px;background-color:transparent;background-image: -webkit-linear-gradient(183deg, #ff8ecb, #c369a8);background-image: -moz-linear-gradient(183deg, #ff8ecb, #c369a8);background-image: -ms-linear-gradient(183deg, #ff8ecb, #c369a8);background-image: -o-linear-gradient(183deg, #ff8ecb, #c369a8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8ecb', endColorstr='#c369a8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8ecb', endColorstr='#c369a8' );";background-image: linear-gradient(183deg, #ff8ecb, #c369a8);background-size:initial !important; }
#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP .radio-container { width:255px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP {display:block;}#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP { width:255px;height:172px;top:1011.18755px;left:12px;background-color:transparent;background-image: -webkit-linear-gradient(183deg, #ff8ecb, #c369a8);background-image: -moz-linear-gradient(183deg, #ff8ecb, #c369a8);background-image: -ms-linear-gradient(183deg, #ff8ecb, #c369a8);background-image: -o-linear-gradient(183deg, #ff8ecb, #c369a8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8ecb', endColorstr='#c369a8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8ecb', endColorstr='#c369a8' );";background-image: linear-gradient(183deg, #ff8ecb, #c369a8);background-size:initial !important;display:none; }
#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP #CxQH2OOEHHLoErK5kd13l1HLSKakC2RS {  }
#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP #pkc4QELLp819SU13hfEMS7HAnPK8RrRA { display:block; }
#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP #K3tPZsJeZITOAXTiMqMwWeTqiUIxqL4L {  }
#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP #tMKb0p26caVmRcJJS2r6LJ9owKqIumta {  }
#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP #UFT9Gm9nZt8MrPCotkA2iuQFP5JGeULA { display:block; }
#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP #HNuA9K7tgHUGZDpNNvu55X2X6nTk9LBy {  }
#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP #AOKkSEy0iW4tGdsZ1M0b1QibIhfGw92v {  }
#h8Py9SpwaEEJJTfCeVxWNf5EJgvsO4KP #PTEOpIJmum050vwIU9H1oKEOdUrn5byF {  }
#BJPwiBm411DTyJuEP28sJPziLHmSQtyR { width:320px;height:16.5px;top:815px;left:0px;font-size:15px;line-height:1.1;display:none; }
#m32dEZtluTbZlzvcrVAQ6STMbEuaXndw { width:320px;height:38px;top:804px;left:0px;display:none; }
#bTCo7gyUStoa1ZNWDxTzSMB3LJh3KAN9 { width:100px;height:100px;top:842px;left:110px;display:none; }
#G8K3wXz2iV8CiV0c1aQ99nJiJvKBJ2Tz { width:192px;height:78px;top:942px;left:64px;font-size:20px;display:none; }
#rU3cxgzCEJ1L6ExSIJDpSCHsSrWT4Xzr { width:156px;height:78px;top:1120px;left:82px;font-size:20px;display:none; }
#Z0Qt7QsgZzRFlnF8LA4MXeF2gifFS35v { width:100px;height:100px;top:1020px;left:110px;display:none; }
#XmRREJIuACOfgm5ApmvoxNgSu0zs35MJ { width:179px;height:78px;top:1298px;left:70.5px;font-size:20px;display:none; }
#nc1DJS1S57wV7NOg1DrG3EFMkJ7IpU3N { width:100px;height:100px;top:1198px;left:110.5px;display:none; }
#LhFedGCctRkyqCx4tGAzqDbCcB926OlB { width:211px;height:78px;top:1476px;left:54.5px;font-size:20px;display:none; }
#pn9yV9yWQzF6nUDf2O858i2SyoWW1seW { width:100px;height:100px;top:1376px;left:110px;display:none; }
#HDUbbJskTI9cazBPUxEoSoSaPCxUNEnK { top:533px;left:0px;width:135px;height:167px;z-index:15032;overflow:hidden;display:none; }
#aWdh123C5Kdz1075kt10H8rg6eABbs6K { width:290.99px;height:45px;top:270px;left:13.994140625px;background-color:#e01254;background-image:none;display:block; }
#RWUfIGLEwc6AbUzDlwOQm7qZnHSoyeg7 { width:272.998px;height:33.7891px;top:275.595703125px;left:23.4765625px;font-size:26px;text-align:center;text-align-last:center;display:block; }
#Q8HD8rh5mlTKMTFKTgchN233W5hfLzpA { width:242px;height:37px;top:145.998046875px;left:38.994140625px;display:block; }
#h02G5b0Q0wfWqSEd6omMy34daQHXNtGT { width:215px;height:23.3887px;top:153px;left:55px;font-size:18px;display:block; }
#QkxF7rB3OomGwQo82oTRGT4w2BblQ1iB { top:516.982px;left:0px;width:320px;height:411px;z-index:15036;overflow:hidden;display:block; }
#TZt3I0OdVi1rmVucbB4MUMtpnGLx5kyr { width:310px;height:50.5859px;top:10.99609375px;left:5px;font-size:23px;line-height:1.1;text-align:center;text-align-last:center;z-index:15015;display:block; }
#kL2Wn8UtGV3lddoLm3nLTlq3rxRKfvuD { width:123.994px;height:44.7949px;top:205px;left:23.001953125px;font-size:32px;text-align:center;text-align-last:center;color:#34004e;z-index:15029;font-family:linotte;font-weight:700;font-style:normal;display:block; }
#Ih3tzHX5noglp4JTJhdyHyfSpUggA73O { top:222px;left:33px;width:104px;height:3px;z-index:15049;background-color:#d12966;background-image:none;display:block; }
#bl6ca9fgOzXZrL5XQhe8qnxpa78vsW1b { width:148.984px;height:71.3867px;top:193.833984375px;left:142.095703125px;font-size:51px;text-align:center;text-align-last:center;color:#e01254;z-index:15028;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6b023f54-a09b-47a5-b1d0-d44624a281b9/BeautymasterclassBG.jpg");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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;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 { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:826px;position:relative;display:block; }#iM93fGlslepfPtSwExNlD2lredBJl0nT { width:320px;height:30px;top:0px;left:0px;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;z-index:15016;background-color:#e01254;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#tW4ABGKxzTklWqLt68TlAxkQLco0klfI { width:320px;height:16.5px;top:7px;left:0px;font-size:15px;line-height:1.1;z-index:15017;display:block; }
#kKxaaPNzdRXdpPTHgk4Lq01AgsoyJTkS { width:243.969px;height:52px;top:173px;left:39px;font-size:20px;z-index:15019;color:#34004e;display:block; }
#btRyO7wgkNIkJ6Lvvyr7FU9ZOcLGo7eC { width:243.969px;height:77.9883px;top:341px;left:39px;font-size:20px;z-index:15020;color:#34004e;display:block; }
#LUNCxXQD0NlyNr9aslGCc8rCScdF5cQ3 { width:243.969px;height:52px;top:552px;left:39px;font-size:20px;z-index:15021;color:#34004e;display:block; }
#PPtJb86XVhNie6VJqokImWK0EoSnBKV4 { width:243.969px;height:52px;top:720px;left:39px;font-size:20px;z-index:15022;color:#34004e;display:block; }
#sXsvdhFTeAxxHfNi3V03p07cTaXuZrO9 { top:57px;left:103px;width:116px;height:116px;z-index:15023;overflow:hidden;display:block; }
#FfJwc40Pbp813tuHIErI7rn5TNpyXuDw { top:225px;left:103px;width:116px;height:116px;z-index:15024;overflow:hidden;display:block; }
#oqdsx2c0XI5y1LFTdfw69iRz2n4i3vTU { top:436px;left:103px;width:116px;height:116px;z-index:15025;overflow:hidden;display:block; }
#NBizBCSeyd8rcIqkMcGA9XVsVnTGyqHT { top:604px;left:103px;width:116px;height:116px;z-index:15026;overflow:hidden;display:block; }
#PyF7WuxiHOEXAs8SxtxcSPeavusgilKC { background-color:#feeeef;background-image:url("https://images.assets-landingi.com/uc/6b023f54-a09b-47a5-b1d0-d44624a281b9/BeautymasterclassBG.jpg");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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PyF7WuxiHOEXAs8SxtxcSPeavusgilKC.adaptive-delivery-prevent-bg, #PyF7WuxiHOEXAs8SxtxcSPeavusgilKC.lazyload, #PyF7WuxiHOEXAs8SxtxcSPeavusgilKC.lazyloading { background-image: none; }#PyF7WuxiHOEXAs8SxtxcSPeavusgilKC > .row .container { background-color: transparent; background-image: none; }#PyF7WuxiHOEXAs8SxtxcSPeavusgilKC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyF7WuxiHOEXAs8SxtxcSPeavusgilKC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyF7WuxiHOEXAs8SxtxcSPeavusgilKC > .row .container > .video-iframe-container { display: none; }#PyF7WuxiHOEXAs8SxtxcSPeavusgilKC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyF7WuxiHOEXAs8SxtxcSPeavusgilKC > .row > .video-iframe-container { display: none; }#PyF7WuxiHOEXAs8SxtxcSPeavusgilKC > .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); }#PyF7WuxiHOEXAs8SxtxcSPeavusgilKC > .row .container { border-width: 0; border-radius: 0; }#PyF7WuxiHOEXAs8SxtxcSPeavusgilKC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PyF7WuxiHOEXAs8SxtxcSPeavusgilKC > .row .container { width:320px;height:880px;position:relative;display:block; }#Owd3Rh46707JUmx1LidebTNkwdZGHkdF { width:290.996px;height:70.1718px;top:283px;left:14px;font-size:18px;color:#e01254;display:block; }
#RWSmMMqyX0KwNlPUTpV9eVR4rJZAG1UG { width:298.994px;height:91.0156px;top:360px;left:10px;font-size:14px;display:block; }
#Nt8bsWECChuT5DIHcCel8VWTwX1lqX4M { width:300px;height:142.578px;top:458px;left:10px;font-size:14px;display:block; }#Nt8bsWECChuT5DIHcCel8VWTwX1lqX4M li:before{  }
#paew5Dz7GHVZBifSnUcFCNDvMvhCr6l8 { height:179.854px;width:320px;top:91.875px;left:0px;display:block; }
#HTkXcJJTppLr5zGM11MWTakieFp9kDbD { width:305px;height:81.8906px;top:9.990234375px;left:11.494140625px;font-size:21px;display:block; }
#BCRedGGgNVcDKPQisHaAmpd9TNEaddV1 { width:182px;height:273px;top:607px;left:69px;overflow:hidden;display:block; }
