.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:0rem;left:0rem;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); }#QbyDhDhWqtvRH7f7L53OL9NTLlNfIAeF { 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:none; }#QbyDhDhWqtvRH7f7L53OL9NTLlNfIAeF > .row .container { border-width: 0; border-radius: 0; }#QbyDhDhWqtvRH7f7L53OL9NTLlNfIAeF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QbyDhDhWqtvRH7f7L53OL9NTLlNfIAeF > .row .container { font-size:0.875rem;font-family:arial;height:7.75rem;width:60rem;position:relative;display:none; }#rSQngv5ltT8gCquWGT8K68gGbtahm5QW { 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;box-shadow: none;height:5.375rem;width:16.625rem;top:1.0615234375rem;left:0rem;overflow:hidden;display:block; }
#UiEiWEUIu7ymZaDtwQvU0Hnmv2BxmMOa { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.9375rem;left:45rem;height:1.3808625rem;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; }
#unDDt4AKHIQz92xbHVoS8nlVKLJNLxy8 { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#210046;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.1875rem;height:2.5rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:2.4375rem;left:44.1875rem;display:block; }
#bmgoi4H900OlAcDo5lsno6GwK6lcTGTz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JXJ2kqkoqn5RWy44TWWZkTzb6XyIMRxB { z-index:;position:relative;display:none; }#JXJ2kqkoqn5RWy44TWWZkTzb6XyIMRxB { border-width: 0; border-radius: 0; }#JXJ2kqkoqn5RWy44TWWZkTzb6XyIMRxB > .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:0.875rem;font-family:arial;height:40rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:none; }#iiiIGoA4rrst1F7ILEOaAdcSeDnyhAAo { 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;box-shadow: none;height:60rem;width:60rem;display:none; }
#HFEq0GACDfyTo5KM4nLhRR3TKTHTTiH6 { box-sizing:content-box;height:2.93728125rem;width:22.1875rem;position:absolute;display:block;z-index:15034;background-color:#34004e;background-image:none;top:14rem;left:9.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:none; }
#uTzv0RIOn95vLg5Wrt7dfAZGmcQmSS4M { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:linotte;font-size:1.375rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:14.573568344116rem;left:11.717666625976rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw .widget-form-header { font-size:0.875rem; }
#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw .widget-regular-label { height:auto;display:block;font-family:linotte;font-size:0.875rem;font-weight:bold;color:#34004e;width:21.4375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;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; }
#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.4375rem;box-sizing:border-box;height:2.0625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw .widget-input-text {padding-top: 0; padding-bottom: 0;}#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw .widget-input-select {padding-top: 0; padding-bottom: 0;}#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:3.1875rem;margin-bottom:0.25rem;margin-left:4.625rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#ca037e;width:12.1875rem;height:2.375rem;font-family:linotte;overflow:hidden;line-height:1;text-align:center;text-align-last:center; }
#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:20.25rem;overflow:hidden;font-style:normal;float:none; }
#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw .widget-container:first-of-type{padding-top:0;}#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw .widget-container:last-of-type{padding-bottom:0;}#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw  { 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:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.4375rem;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:20.9423828125rem;left:8.4979248046875rem;font-size:0.875rem; }
#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.4375rem;display:block;vertical-align:top; }
#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw {display:block;}#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw { 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:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.4375rem;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:20.9423828125rem;left:8.4979248046875rem;font-size:0.875rem;display:none; }
#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw #d5kDlrZ9FVbnwp1pAwN5em2DpBCDul4C { position:relative; }
#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw #T33n9mK0UEhN7RVFr0AyRtzVmqFMDciL { position:relative;display:block; }
#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw #SDgWyWiUR83XgErvrQb6f4N8TUS0cGR7 { position:relative; }
#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw #Lee1iMKhd0cC1XQVaWq3pZ1kmrazzGrZ { position:relative; }
#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw #LLakL0OwlFcP0d4srn16UMEh2NTBwwtt { position:relative;display:block; }
#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw #Fsq3ZNEG68eeppRXfGWvWGdUng1TDNod { position:relative; }
#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw #kfXgv3eeirENbZhFIgTIQB9xPwHlElHC { position:relative; }
#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw #ziJnhdMgyHJA8QDLdqT4Rl02CPC14Jum { position:relative; }
#rfbwGkz8PitRNEmGs9JKTD7ndIeZV5HH { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:linotte;font-size:1.375rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:14.573568344116rem;left:11.717666625976rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#PzWMaVo6Knef0PCoTAQbURFsydq6T5bS { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#gporAneXIDOSI0dIih65vaTyhpTR2ldz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#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:0.875rem;font-family:arial;height:40rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#zT6awD37vRVBOCpbV06sydGs17ugReXM { 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;box-shadow: none;height:60rem;width:60rem;display:none; }
#lECcyDZR13nauDO0DSV7sUCTqUlBaNbV { 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;box-shadow: none;height:15.5rem;width:60rem;display:none; }
#CeSOVJ2gkZwtmb4tgJ2Ub2XmVN9R8npi { box-sizing:content-box;height:2.93728125rem;width:22.1875rem;position:absolute;display:block;z-index:15034;background-color:#34004e;background-image:none;top:14rem;left:9.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:none; }
#zRd58EalvzKxrgnlAoIC5rWSi66SblSS { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:linotte;font-size:1.375rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:14.573568344116rem;left:11.717666625976rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi .widget-form-header { font-size:0.875rem; }
#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi .widget-regular-label { height:auto;display:block;font-family:linotte;font-size:0.875rem;font-weight:bold;color:#34004e;width:21.4375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;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; }
#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.4375rem;box-sizing:border-box;height:2.0625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi .widget-input-text {padding-top: 0; padding-bottom: 0;}#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi .widget-input-select {padding-top: 0; padding-bottom: 0;}#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:3.1875rem;margin-bottom:0.25rem;margin-left:4.625rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#ca037e;width:12.1875rem;height:2.375rem;font-family:linotte;overflow:hidden;line-height:1;text-align:center;text-align-last:center; }
#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:20.25rem;overflow:hidden;font-style:normal;float:none; }
#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi .widget-container:first-of-type{padding-top:0;}#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi .widget-container:last-of-type{padding-bottom:0;}#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi  { 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:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.4375rem;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:20.9423828125rem;left:8.4979248046875rem;font-size:0.875rem; }
#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.4375rem;display:block;vertical-align:top; }
#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi {display:block;}#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi { 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:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.4375rem;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:20.9423828125rem;left:8.4979248046875rem;font-size:0.875rem;display:none; }
#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi #TRPpKN96oDSpRrCBlwo59gT3TRGFRc9L { position:relative; }
#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi #UhEVwu3lHyaiThBtntbn6kITv4tB0NnD { position:relative;display:block; }
#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi #v7wNPXKr2TCWoR3I3TBOM2QWdK7keQsr { position:relative; }
#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi #BHvgON6rfcss1rIzJoNT14VKSk6oCTEn { position:relative; }
#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi #zEKvWTGoiLZbtFMPhBDuEVXK9XZl3E9x { position:relative;display:block; }
#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi #lFgP8C5gHT0WqpbqLWWDmocnNtRQUMDC { position:relative; }
#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi #JPIRN6du57agRl6bsGpSVvSTR1Pe0aw9 { position:relative; }
#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi #p2LxunvQKIFbPdk2UkcbORoO9IOtTKs3 { position:relative; }
#waLIhzfVKma1wBVZZ5zM8Iflfcx1gTco { 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;box-shadow: none;height:60rem;width:60rem;display:none; }
#NJK5PxZ2bZ0yt0BWb555ww7pldC6u6kw { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#iQi69LNZXlI13Zu05PW1ZVkT0Bzkf2B0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XMSRTRgdZZMsTSXVqMEn3hyyClScBVTK { position:relative;display:none; }#XMSRTRgdZZMsTSXVqMEn3hyyClScBVTK { border-width: 0; border-radius: 0; }#XMSRTRgdZZMsTSXVqMEn3hyyClScBVTK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#XMSRTRgdZZMsTSXVqMEn3hyyClScBVTK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#I430FG1XdrkObotSZADEVVTQRt62IA2p { color:#e01254;display:block;width:12rem;position:absolute;font-family:linotte;font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:11.3125rem;left:3.375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Z4C9cI6FUTo7FUbsVdwkXkO73LByPz7R { color:#e01254;display:block;width:12rem;position:absolute;font-family:linotte;font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:11.3125rem;left:3.375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#JnOdQNcZ558dSpaBC5A1UFPuHc5V0HuW { color:#e01254;display:block;width:12rem;position:absolute;font-family:linotte;font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:11.3125rem;left:3.375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ycm1815VNBTkLMRHqg7P4QT0OTWUrb3D { color:#e01254;display:block;width:12rem;position:absolute;font-family:linotte;font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:11.3125rem;left:3.375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#G0DDKC0X049CHHHiTexLD61lBS2epT8U { 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;box-shadow: none;height:60rem;width:60rem;display:none; }
#aoWBgyVCsVika5Xluo5E0vSfeODxIECf { 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;box-shadow: none;height:60rem;width:60rem;display:none; }
#BoBGoeJGEDRO2uuqCbPwhOr3yA6Np4FN { 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;box-shadow: none;height:60rem;width:60rem;display:none; }
#TOf8lwObgVRVwTFC1CrwpC1FiRRwKtu4 { 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;box-shadow: none;height:60rem;width:60rem;display:none; }
#mZThIbqrx2vffv7tDnbmG10E8KWV6vxV { position:relative;display:none; }#mZThIbqrx2vffv7tDnbmG10E8KWV6vxV { border-width: 0; border-radius: 0; }#mZThIbqrx2vffv7tDnbmG10E8KWV6vxV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#mZThIbqrx2vffv7tDnbmG10E8KWV6vxV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ZFdPNwpcdSo7OhkTMLf3IwrFrgbIqtsI { box-sizing:content-box;height:2.93728125rem;width:22.1875rem;position:absolute;display:block;z-index:15034;background-color:#34004e;background-image:none;top:14rem;left:9.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:none; }
#RVTP6V0PDfy6M4cggxNZHyWBs9xGqFem { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:linotte;font-size:1.375rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:14.573568344116rem;left:11.717666625976rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xnewAkZ0TRcRypcrVTMxV1wk4DcCler6 { color:#e01254;display:block;width:12rem;position:absolute;font-family:linotte;font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:11.3125rem;left:3.375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Z10TtsnXVCTVdU89U1HgqC45BSuyCuUp { color:#e01254;display:block;width:12rem;position:absolute;font-family:linotte;font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:11.3125rem;left:3.375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#JnOoqxGJvQtO5lNxk35BTEzKdQZdCeWl { color:#e01254;display:block;width:12rem;position:absolute;font-family:linotte;font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:11.3125rem;left:3.375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#JuvQQTfO0uAdOXM5Rbvqpt2sHIsvI4T2 { 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;box-shadow: none;height:60rem;width:60rem;display:none; }
#JROZGT4EOMZMT9U1cKRGsz5aFChPqDB1 { 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;box-shadow: none;height:60rem;width:60rem;display:none; }
#NKUB2N6zeS2ygAcPAKw0w440orGZdIs0 { 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;box-shadow: none;height:60rem;width:60rem;display:none; }
#xcNdO7ZsnV6xXwAUooiP29ObDXNbxGhp { 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; }#xcNdO7ZsnV6xXwAUooiP29ObDXNbxGhp > .row .container { border-width: 0; border-radius: 0; }#xcNdO7ZsnV6xXwAUooiP29ObDXNbxGhp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xcNdO7ZsnV6xXwAUooiP29ObDXNbxGhp > .row .container { font-size:0.875rem;font-family:arial;height:56.875rem;width:60rem;position:relative;display:none; }#oyBOb4BhkXwEWETgheEk2bXW3toXMMEd { color:#e01254;display:block;width:35.187375rem;position:absolute;font-family:linotte;font-size:1.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:32.999877929688rem;left:24.466552734375rem;height:4.7109375rem;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; }
#pmNGeTUqEilrJmxHGwsxTnBH02vNbBcA { color:#34004e;display:block;width:32.999875rem;position:absolute;font-family:linotte;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:38.999633789062rem;left:24.466552734375rem;height:4.38654375rem;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; }
#o7HdPwZavhA6THMyTsm2gdtOxCaAeVIu { color:#34004e;display:block;width:36.4375rem;position:absolute;font-family:linotte;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:45.68701171875rem;left:22.8125rem;height:9.660125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#o7HdPwZavhA6THMyTsm2gdtOxCaAeVIu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#o7HdPwZavhA6THMyTsm2gdtOxCaAeVIu li:before{  }
#DCUAy4EP4x48zszb9BdtkFfNfw3SySXD { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:23.374625rem;width:41.687rem;top:7.110595703125rem;left:9.1552734375rem;display:block; }
#WdU4t2DPxdg4auebqOHTO5RRT3pWQBp8 { 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;box-shadow: none;height:29.625rem;width:19.8125rem;top:30.483184570312rem;left:2.4194493301416rem;overflow:hidden;display:block; }
#eNWLrPzkZ616a2d2gXyOd61Ll6Kf0Fk2 { color:#34004e;display:block;width:54.874875rem;position:absolute;font-family:linotte;font-size:2.0625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.7498779296875rem;left:2.562255859375rem;height:5.361325rem;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; }
body { position:relative;display:block; }
#QbyDhDhWqtvRH7f7L53OL9NTLlNfIAeF { display:none; }#QbyDhDhWqtvRH7f7L53OL9NTLlNfIAeF > .row .container { width:47.75rem;position:relative;display:none; }#rSQngv5ltT8gCquWGT8K68gGbtahm5QW { top:1rem;left:0rem;width:16.625rem;height:5.375rem;display:block; }
#UiEiWEUIu7ymZaDtwQvU0Hnmv2BxmMOa { top:4.9375rem;left:35.25rem;width:12.5rem;height:1.375rem;font-size:0.9375rem;display:block; }
#unDDt4AKHIQz92xbHVoS8nlVKLJNLxy8 { width:14.125rem;height:2.5rem;top:2.4375rem;left:33.625rem;display:block; }
#bmgoi4H900OlAcDo5lsno6GwK6lcTGTz { display:block; }
#JXJ2kqkoqn5RWy44TWWZkTzb6XyIMRxB { display:none; }#JXJ2kqkoqn5RWy44TWWZkTzb6XyIMRxB > .row .container { width:47.5rem;position:relative;display:none; }#iiiIGoA4rrst1F7ILEOaAdcSeDnyhAAo { width:47.75rem;height:47.75rem;display:none; }
#HFEq0GACDfyTo5KM4nLhRR3TKTHTTiH6 { top:14rem;left:3.25rem;width:22.1875rem;height:2.875rem;display:none; }
#uTzv0RIOn95vLg5Wrt7dfAZGmcQmSS4M { top:13.625rem;left:0rem;width:19.375rem;height:5.5625rem;font-size:1.6875rem;display:none; }
#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw .widget-regular-label { width:15.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw .widget-input-text { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw .widget-input-text {padding-top: 0; padding-bottom: 0;}#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw .widget-textarea { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw .widget-input-select { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw .widget-input-select {padding-top: 0; padding-bottom: 0;}#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw .widget-input-button { width:14.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.8125rem; }
#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw .widget-checkbox-label { width:14.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw  { width:15.9375rem;height:auto;top:14.9375rem;left:25.2763671875rem; }
#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw .radio-container { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw {display:block;}#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw { width:15.9375rem;height:auto;top:14.9375rem;left:25.2763671875rem;display:none; }
#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw #d5kDlrZ9FVbnwp1pAwN5em2DpBCDul4C {  }
#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw #T33n9mK0UEhN7RVFr0AyRtzVmqFMDciL { display:block; }
#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw #SDgWyWiUR83XgErvrQb6f4N8TUS0cGR7 {  }
#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw #Lee1iMKhd0cC1XQVaWq3pZ1kmrazzGrZ {  }
#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw #LLakL0OwlFcP0d4srn16UMEh2NTBwwtt { display:block; }
#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw #Fsq3ZNEG68eeppRXfGWvWGdUng1TDNod {  }
#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw #kfXgv3eeirENbZhFIgTIQB9xPwHlElHC {  }
#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw #ziJnhdMgyHJA8QDLdqT4Rl02CPC14Jum {  }
#rfbwGkz8PitRNEmGs9JKTD7ndIeZV5HH { top:14.75rem;left:0rem;width:17.5rem;height:3.25rem;font-size:1.5rem;display:none; }
#PzWMaVo6Knef0PCoTAQbURFsydq6T5bS { width:0;height:0;display:none; }
#gporAneXIDOSI0dIih65vaTyhpTR2ldz { display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; }#zT6awD37vRVBOCpbV06sydGs17ugReXM { width:47.75rem;height:47.75rem;display:none; }
#lECcyDZR13nauDO0DSV7sUCTqUlBaNbV { width:47.75rem;height:12.3125rem;display:none; }
#CeSOVJ2gkZwtmb4tgJ2Ub2XmVN9R8npi { top:14rem;left:3.25rem;width:22.1875rem;height:2.875rem;display:none; }
#zRd58EalvzKxrgnlAoIC5rWSi66SblSS { top:32.8125rem;left:0rem;width:17.5rem;height:3.875rem;font-size:1.5rem;display:none; }
#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi .widget-regular-label { width:15.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi .widget-input-text { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi .widget-input-text {padding-top: 0; padding-bottom: 0;}#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi .widget-textarea { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi .widget-input-select { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi .widget-input-select {padding-top: 0; padding-bottom: 0;}#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi .widget-input-button { width:14.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.8125rem; }
#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi .widget-checkbox-label { width:14.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi  { width:15.9375rem;height:auto;top:14.9375rem;left:25.2763671875rem; }
#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi .radio-container { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi {display:block;}#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi { width:15.9375rem;height:auto;top:14.9375rem;left:25.2763671875rem;display:none; }
#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi #TRPpKN96oDSpRrCBlwo59gT3TRGFRc9L {  }
#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi #UhEVwu3lHyaiThBtntbn6kITv4tB0NnD { display:block; }
#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi #v7wNPXKr2TCWoR3I3TBOM2QWdK7keQsr {  }
#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi #BHvgON6rfcss1rIzJoNT14VKSk6oCTEn {  }
#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi #zEKvWTGoiLZbtFMPhBDuEVXK9XZl3E9x { display:block; }
#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi #lFgP8C5gHT0WqpbqLWWDmocnNtRQUMDC {  }
#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi #JPIRN6du57agRl6bsGpSVvSTR1Pe0aw9 {  }
#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi #p2LxunvQKIFbPdk2UkcbORoO9IOtTKs3 {  }
#waLIhzfVKma1wBVZZ5zM8Iflfcx1gTco { width:47.75rem;height:47.75rem;display:none; }
#NJK5PxZ2bZ0yt0BWb555ww7pldC6u6kw { width:0;height:0;display:none; }
#iQi69LNZXlI13Zu05PW1ZVkT0Bzkf2B0 { display:block; }
#XMSRTRgdZZMsTSXVqMEn3hyyClScBVTK { display:none; }#XMSRTRgdZZMsTSXVqMEn3hyyClScBVTK > .row .container { width:47.75rem;position:relative;display:none; }#I430FG1XdrkObotSZADEVVTQRt62IA2p { top:11.75rem;left:0rem;width:15.1875rem;height:4.8125rem;font-size:1.25rem;display:none; }
#Z4C9cI6FUTo7FUbsVdwkXkO73LByPz7R { top:19.6875rem;left:0rem;width:15.1875rem;height:1.5625rem;font-size:1.25rem;display:none; }
#JnOdQNcZ558dSpaBC5A1UFPuHc5V0HuW { top:27.3125rem;left:0rem;width:15.1875rem;height:3.1875rem;font-size:1.25rem;display:none; }
#ycm1815VNBTkLMRHqg7P4QT0OTWUrb3D { top:38.1875rem;left:0rem;width:15.1875rem;height:3.1875rem;font-size:1.25rem;display:none; }
#G0DDKC0X049CHHHiTexLD61lBS2epT8U { width:47.75rem;height:47.75rem;display:none; }
#aoWBgyVCsVika5Xluo5E0vSfeODxIECf { width:47.75rem;height:47.75rem;display:none; }
#BoBGoeJGEDRO2uuqCbPwhOr3yA6Np4FN { width:47.75rem;height:47.75rem;display:none; }
#TOf8lwObgVRVwTFC1CrwpC1FiRRwKtu4 { width:47.75rem;height:47.75rem;display:none; }
#mZThIbqrx2vffv7tDnbmG10E8KWV6vxV { display:none; }#mZThIbqrx2vffv7tDnbmG10E8KWV6vxV > .row .container { width:47.75rem;position:relative;display:none; }#ZFdPNwpcdSo7OhkTMLf3IwrFrgbIqtsI { top:14rem;left:3.25rem;width:22.1875rem;height:2.875rem;display:none; }
#RVTP6V0PDfy6M4cggxNZHyWBs9xGqFem { top:1.625rem;left:0rem;width:13.4375rem;height:1.4375rem;font-size:1.375rem;display:none; }
#xnewAkZ0TRcRypcrVTMxV1wk4DcCler6 { top:10rem;left:0rem;width:15.1875rem;height:3.25rem;font-size:1.25rem;display:none; }
#Z10TtsnXVCTVdU89U1HgqC45BSuyCuUp { top:21.6875rem;left:0rem;width:15.1875rem;height:3.25rem;font-size:1.25rem;display:none; }
#JnOoqxGJvQtO5lNxk35BTEzKdQZdCeWl { top:32rem;left:0rem;width:15.1875rem;height:3.25rem;font-size:1.25rem;display:none; }
#JuvQQTfO0uAdOXM5Rbvqpt2sHIsvI4T2 { width:47.75rem;height:47.75rem;display:none; }
#JROZGT4EOMZMT9U1cKRGsz5aFChPqDB1 { width:47.75rem;height:47.75rem;display:none; }
#NKUB2N6zeS2ygAcPAKw0w440orGZdIs0 { width:47.75rem;height:47.75rem;display:none; }
#xcNdO7ZsnV6xXwAUooiP29ObDXNbxGhp { display:none; }#xcNdO7ZsnV6xXwAUooiP29ObDXNbxGhp > .row .container { width:47.75rem;position:relative;display:none; }#oyBOb4BhkXwEWETgheEk2bXW3toXMMEd { top:20.125rem;left:0rem;width:20rem;height:4.875rem;font-size:1.375rem;display:block; }
#pmNGeTUqEilrJmxHGwsxTnBH02vNbBcA { top:38.9375rem;left:14.8125rem;width:32.9375rem;height:4.375rem;font-size:1.125rem;display:block; }
#o7HdPwZavhA6THMyTsm2gdtOxCaAeVIu { top:45.625rem;left:11.3125rem;width:36.4375rem;height:9.6875rem;font-size:1rem;display:block; }#o7HdPwZavhA6THMyTsm2gdtOxCaAeVIu li:before{  }
#DCUAy4EP4x48zszb9BdtkFfNfw3SySXD { top:7.0625rem;left:3.0302734375rem;width:41.625rem;height:23.339860523065rem;display:block; }
#WdU4t2DPxdg4auebqOHTO5RRT3pWQBp8 { top:30.4375rem;left:0rem;width:19.8125rem;height:29.625372643474rem;display:block; }
#eNWLrPzkZ616a2d2gXyOd61Ll6Kf0Fk2 { top:1.125rem;left:0rem;width:20rem;height:5.3125rem;font-size:1.375rem;display:none; }
body { position:relative;display:block; }
#QbyDhDhWqtvRH7f7L53OL9NTLlNfIAeF { display:block; }#QbyDhDhWqtvRH7f7L53OL9NTLlNfIAeF > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; }#rSQngv5ltT8gCquWGT8K68gGbtahm5QW { width:8.9375rem;height:2.875rem;top:0.40625rem;left:0rem;overflow:hidden;display:block; }
#UiEiWEUIu7ymZaDtwQvU0Hnmv2BxmMOa { width:9.75rem;height:1.21875rem;top:2.5rem;left:10.25rem;font-size:0.9375rem;display:block; }
#unDDt4AKHIQz92xbHVoS8nlVKLJNLxy8 { width:9.75rem;height:1.5rem;top:0.875rem;left:10.25rem;display:block; }
#bmgoi4H900OlAcDo5lsno6GwK6lcTGTz { display:block; }
#JXJ2kqkoqn5RWy44TWWZkTzb6XyIMRxB { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f7ba6004-6f11-4b38-9c50-dca4f1e74017/webinarpost_newvariations05.webp");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#JXJ2kqkoqn5RWy44TWWZkTzb6XyIMRxB.adaptive-delivery-prevent-bg, #JXJ2kqkoqn5RWy44TWWZkTzb6XyIMRxB.lazyload, #JXJ2kqkoqn5RWy44TWWZkTzb6XyIMRxB.lazyloading { background-image: none; }#JXJ2kqkoqn5RWy44TWWZkTzb6XyIMRxB > .row .container { background-color: transparent; background-image: none; }#JXJ2kqkoqn5RWy44TWWZkTzb6XyIMRxB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXJ2kqkoqn5RWy44TWWZkTzb6XyIMRxB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXJ2kqkoqn5RWy44TWWZkTzb6XyIMRxB > .row .container > .video-iframe-container { display: none; }#JXJ2kqkoqn5RWy44TWWZkTzb6XyIMRxB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXJ2kqkoqn5RWy44TWWZkTzb6XyIMRxB > .row > .video-iframe-container { display: none; }#JXJ2kqkoqn5RWy44TWWZkTzb6XyIMRxB > .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); }#JXJ2kqkoqn5RWy44TWWZkTzb6XyIMRxB > .row .container { border-width: 0; border-radius: 0; }#JXJ2kqkoqn5RWy44TWWZkTzb6XyIMRxB > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#JXJ2kqkoqn5RWy44TWWZkTzb6XyIMRxB > .row .container { width:20rem;height:39.375rem;position:relative;display:block; }#iiiIGoA4rrst1F7ILEOaAdcSeDnyhAAo { top:0.810546875rem;left:0rem;width:11.812125rem;height:11.812125rem;z-index:15000;overflow:hidden;display:block; }
#HFEq0GACDfyTo5KM4nLhRR3TKTHTTiH6 { width:18.937375rem;height:2.56225625rem;top:20.936157226562rem;left:0.52978515625rem;z-index:15036;background-color:#da1250;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#uTzv0RIOn95vLg5Wrt7dfAZGmcQmSS4M { width:19.375rem;height:5.56640625rem;top:13.67529296875rem;left:0.3125rem;font-size:1.6875rem;z-index:15037;line-height:1.1;color:#d12966;display:block; }
#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw .widget-regular-label { width:15.6875rem;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;font-size:1rem; }
#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw .widget-input-text { width:15.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw .widget-input-text {padding-top: 0; padding-bottom: 0;}#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw .widget-textarea { width:15.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw .widget-input-select { width:15.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw .widget-input-select {padding-top: 0; padding-bottom: 0;}#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw .widget-input-button { width:8.9375rem;margin-top:0.25rem;margin-right:3.4375rem;margin-bottom:0.25rem;margin-left:3.375rem;height:2.25rem;font-size:1rem;overflow:hidden;text-align:center;text-align-last:center;line-height:1;color:#bf202a; }
#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw .widget-checkbox-label { width:14.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw .widget-container:first-of-type{padding-top:0;}#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw .widget-container:last-of-type{padding-bottom:0;}#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw  { width:15.75rem;height:auto;top:23.1240234375rem;left:0.873046875rem;background-color:transparent;background-image: -webkit-linear-gradient(183deg, #ffc3ce, #ffdae8);background-image: -moz-linear-gradient(183deg, #ffc3ce, #ffdae8);background-image: -ms-linear-gradient(183deg, #ffc3ce, #ffdae8);background-image: -o-linear-gradient(183deg, #ffc3ce, #ffdae8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc3ce', endColorstr='#ffdae8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc3ce', endColorstr='#ffdae8' );";background-image: linear-gradient(183deg, #ffc3ce, #ffdae8);background-size:initial !important;z-index:15015; }
#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw .radio-container { width:15.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw {display:block;}#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw { width:15.75rem;height:auto;top:23.1240234375rem;left:0.873046875rem;background-color:transparent;background-image: -webkit-linear-gradient(183deg, #ffc3ce, #ffdae8);background-image: -moz-linear-gradient(183deg, #ffc3ce, #ffdae8);background-image: -ms-linear-gradient(183deg, #ffc3ce, #ffdae8);background-image: -o-linear-gradient(183deg, #ffc3ce, #ffdae8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc3ce', endColorstr='#ffdae8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc3ce', endColorstr='#ffdae8' );";background-image: linear-gradient(183deg, #ffc3ce, #ffdae8);background-size:initial !important;z-index:15015; }
#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw #d5kDlrZ9FVbnwp1pAwN5em2DpBCDul4C {  }
#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw #T33n9mK0UEhN7RVFr0AyRtzVmqFMDciL { display:block; }
#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw #SDgWyWiUR83XgErvrQb6f4N8TUS0cGR7 {  }
#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw #Lee1iMKhd0cC1XQVaWq3pZ1kmrazzGrZ {  }
#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw #LLakL0OwlFcP0d4srn16UMEh2NTBwwtt { display:block; }
#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw #Fsq3ZNEG68eeppRXfGWvWGdUng1TDNod {  }
#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw #kfXgv3eeirENbZhFIgTIQB9xPwHlElHC {  }
#TEEKWUKtNPI0m8GM6vXpA1nN78di1iQw #ziJnhdMgyHJA8QDLdqT4Rl02CPC14Jum {  }
#rfbwGkz8PitRNEmGs9JKTD7ndIeZV5HH { width:18.687125rem;height:1.6503875rem;top:21.39208984375rem;left:0.6561279296875rem;font-size:1.5rem;z-index:15038;line-height:1.1;display:block; }
#PzWMaVo6Knef0PCoTAQbURFsydq6T5bS { top:3.123779296875rem;left:16.25rem;width:3.75rem;height:2.12463125rem;z-index:15047;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#da1250;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#gporAneXIDOSI0dIih65vaTyhpTR2ldz { display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f7ba6004-6f11-4b38-9c50-dca4f1e74017/webinarpost_newvariations05.webp");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#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:20rem;height:49.375rem;position:relative;display:none; }#zT6awD37vRVBOCpbV06sydGs17ugReXM { top:1.4996337890625rem;left:-1.5625rem;width:11.5625rem;height:11.5625rem;z-index:15000;overflow:hidden;display:block; }
#lECcyDZR13nauDO0DSV7sUCTqUlBaNbV { top:-0.1873779296875rem;left:8.8983154296875rem;width:12.3125rem;height:3.125rem;z-index:15001;overflow:hidden;display:block; }
#CeSOVJ2gkZwtmb4tgJ2Ub2XmVN9R8npi { width:18.125rem;height:3.9375rem;top:29.375rem;left:0.9375rem;z-index:15036;background-color:#da1250;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#zRd58EalvzKxrgnlAoIC5rWSi66SblSS { width:17.5615rem;height:3.2995625rem;top:29.693359851837rem;left:1.2187501192093rem;font-size:1.5rem;z-index:15037;line-height:1.1;display:block; }
#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi .widget-regular-label { width:15.6875rem;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;font-size:1rem; }
#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi .widget-input-text { width:15.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi .widget-input-text {padding-top: 0; padding-bottom: 0;}#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi .widget-textarea { width:15.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi .widget-input-select { width:15.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi .widget-input-select {padding-top: 0; padding-bottom: 0;}#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi .widget-input-button { width:8.9375rem;margin-top:0.25rem;margin-right:3.4375rem;margin-bottom:0.25rem;margin-left:3.375rem;height:2.25rem;font-size:1rem;overflow:hidden;text-align:center;text-align-last:center;line-height:1;color:#bf202a; }
#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi .widget-checkbox-label { width:14.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi .widget-container:first-of-type{padding-top:0;}#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi .widget-container:last-of-type{padding-bottom:0;}#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi  { width:15.75rem;height:auto;top:34.625rem;left:0.875rem;background-color:transparent;background-image: -webkit-linear-gradient(183deg, #ffc3ce, #ffdae8);background-image: -moz-linear-gradient(183deg, #ffc3ce, #ffdae8);background-image: -ms-linear-gradient(183deg, #ffc3ce, #ffdae8);background-image: -o-linear-gradient(183deg, #ffc3ce, #ffdae8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc3ce', endColorstr='#ffdae8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc3ce', endColorstr='#ffdae8' );";background-image: linear-gradient(183deg, #ffc3ce, #ffdae8);background-size:initial !important;z-index:15015; }
#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi .radio-container { width:15.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi {display:block;}#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi { width:15.75rem;height:auto;top:32.8125rem;left:0.875rem;background-color:transparent;background-image: -webkit-linear-gradient(183deg, #ffc3ce, #ffdae8);background-image: -moz-linear-gradient(183deg, #ffc3ce, #ffdae8);background-image: -ms-linear-gradient(183deg, #ffc3ce, #ffdae8);background-image: -o-linear-gradient(183deg, #ffc3ce, #ffdae8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc3ce', endColorstr='#ffdae8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc3ce', endColorstr='#ffdae8' );";background-image: linear-gradient(183deg, #ffc3ce, #ffdae8);background-size:initial !important;z-index:15015; }
#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi #TRPpKN96oDSpRrCBlwo59gT3TRGFRc9L {  }
#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi #UhEVwu3lHyaiThBtntbn6kITv4tB0NnD { display:block; }
#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi #v7wNPXKr2TCWoR3I3TBOM2QWdK7keQsr {  }
#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi #BHvgON6rfcss1rIzJoNT14VKSk6oCTEn {  }
#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi #zEKvWTGoiLZbtFMPhBDuEVXK9XZl3E9x { display:block; }
#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi #lFgP8C5gHT0WqpbqLWWDmocnNtRQUMDC {  }
#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi #JPIRN6du57agRl6bsGpSVvSTR1Pe0aw9 {  }
#s0CS1pEZ4fTEPi67fLy9ypQVVTfT3VAi #p2LxunvQKIFbPdk2UkcbORoO9IOtTKs3 {  }
#waLIhzfVKma1wBVZZ5zM8Iflfcx1gTco { top:6.1871337890625rem;left:1.875rem;width:20rem;height:20rem;z-index:15045;overflow:hidden;display:block; }
#NJK5PxZ2bZ0yt0BWb555ww7pldC6u6kw { top:3.937255859375rem;left:16.5rem;width:3.75rem;height:2.125rem;z-index:15046;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#da1250;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#iQi69LNZXlI13Zu05PW1ZVkT0Bzkf2B0 { display:block; }
#XMSRTRgdZZMsTSXVqMEn3hyyClScBVTK { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/558eaa51-713f-48da-91db-ba3ce449a5cb/webinarpost_newvariations05.webp");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:none; }#XMSRTRgdZZMsTSXVqMEn3hyyClScBVTK.adaptive-delivery-prevent-bg, #XMSRTRgdZZMsTSXVqMEn3hyyClScBVTK.lazyload, #XMSRTRgdZZMsTSXVqMEn3hyyClScBVTK.lazyloading { background-image: none; }#XMSRTRgdZZMsTSXVqMEn3hyyClScBVTK > .row .container { border-width: 0; border-radius: 0; }#XMSRTRgdZZMsTSXVqMEn3hyyClScBVTK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XMSRTRgdZZMsTSXVqMEn3hyyClScBVTK > .row .container { width:20rem;height:45.9375rem;position:relative;display:none; }#I430FG1XdrkObotSZADEVVTQRt62IA2p { width:18.3125rem;height:3.25rem;top:8.2496337890625rem;left:0.8121337890625rem;font-size:1.25rem;z-index:15020;color:#34004e;display:block; }
#Z4C9cI6FUTo7FUbsVdwkXkO73LByPz7R { width:15.2468125rem;height:1.625rem;top:19.437377929688rem;left:2.4371337890625rem;font-size:1.25rem;z-index:15021;color:#34004e;display:block; }
#JnOdQNcZ558dSpaBC5A1UFPuHc5V0HuW { width:15.2468125rem;height:3.25rem;top:30.562377929688rem;left:2.4371337890625rem;font-size:1.25rem;z-index:15021;color:#34004e;display:block; }
#ycm1815VNBTkLMRHqg7P4QT0OTWUrb3D { width:15.2468125rem;height:3.25rem;top:41.749633789062rem;left:2.4371337890625rem;font-size:1.25rem;z-index:15022;color:#34004e;display:block; }
#G0DDKC0X049CHHHiTexLD61lBS2epT8U { top:0.93701171875rem;left:6.37451171875rem;width:7.3748125rem;height:7.3748125rem;z-index:15023;overflow:hidden;display:block; }
#aoWBgyVCsVika5Xluo5E0vSfeODxIECf { top:12.18701171875rem;left:6.37451171875rem;width:7.3125rem;height:7.3125rem;z-index:15024;overflow:hidden;display:block; }
#BoBGoeJGEDRO2uuqCbPwhOr3yA6Np4FN { top:21.874633789062rem;left:5.687255859375rem;width:8.75rem;height:8.75rem;z-index:15025;overflow:hidden;display:block; }
#TOf8lwObgVRVwTFC1CrwpC1FiRRwKtu4 { top:34.625rem;left:6.4373779296875rem;width:7.1875rem;height:7.1875rem;z-index:15026;overflow:hidden;display:block; }
#mZThIbqrx2vffv7tDnbmG10E8KWV6vxV { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f7ba6004-6f11-4b38-9c50-dca4f1e74017/webinarpost_newvariations05.webp");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:none; }#mZThIbqrx2vffv7tDnbmG10E8KWV6vxV.adaptive-delivery-prevent-bg, #mZThIbqrx2vffv7tDnbmG10E8KWV6vxV.lazyload, #mZThIbqrx2vffv7tDnbmG10E8KWV6vxV.lazyloading { background-image: none; }#mZThIbqrx2vffv7tDnbmG10E8KWV6vxV > .row .container { border-width: 0; border-radius: 0; }#mZThIbqrx2vffv7tDnbmG10E8KWV6vxV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mZThIbqrx2vffv7tDnbmG10E8KWV6vxV > .row .container { width:20rem;height:38.4375rem;position:relative;display:none; }#ZFdPNwpcdSo7OhkTMLf3IwrFrgbIqtsI { width:18.375rem;height:2.3125rem;top:1.4375rem;left:0.8125rem;z-index:15038;background-color:#da1250;background-image:none;display:block; }
#RVTP6V0PDfy6M4cggxNZHyWBs9xGqFem { width:15.3125rem;height:1.7871125rem;top:1.6875rem;left:2.375rem;font-size:1.375rem;z-index:15039;display:block; }
#xnewAkZ0TRcRypcrVTMxV1wk4DcCler6 { width:15.246rem;height:3.25rem;top:11.97509765625rem;left:2.376708984375rem;font-size:1.25rem;z-index:15023;color:#34004e;display:block; }
#Z10TtsnXVCTVdU89U1HgqC45BSuyCuUp { width:15.246rem;height:3.25rem;top:22.999267578125rem;left:2.376708984375rem;font-size:1.25rem;z-index:15024;color:#34004e;display:block; }
#JnOoqxGJvQtO5lNxk35BTEzKdQZdCeWl { width:15.246rem;height:3.25rem;top:34.47509765625rem;left:2.376708984375rem;font-size:1.25rem;z-index:15025;color:#34004e;display:block; }
#JuvQQTfO0uAdOXM5Rbvqpt2sHIsvI4T2 { top:16.15478515625rem;left:6.31103515625rem;width:7.374875rem;height:7.374875rem;z-index:15040;overflow:hidden;display:block; }
#JROZGT4EOMZMT9U1cKRGsz5aFChPqDB1 { top:4.6014404296875rem;left:6.31103515625rem;width:7.374875rem;height:7.374875rem;z-index:15041;overflow:hidden;display:block; }
#NKUB2N6zeS2ygAcPAKw0w440orGZdIs0 { top:27.101440429688rem;left:6.31103515625rem;width:7.374875rem;height:7.374875rem;z-index:15041;overflow:hidden;display:block; }
#xcNdO7ZsnV6xXwAUooiP29ObDXNbxGhp { background-color:#feeeef;background-image:url("https://images.assets-landingi.com/uc/558eaa51-713f-48da-91db-ba3ce449a5cb/webinarpost_newvariations05.webp");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:none; }#xcNdO7ZsnV6xXwAUooiP29ObDXNbxGhp.adaptive-delivery-prevent-bg, #xcNdO7ZsnV6xXwAUooiP29ObDXNbxGhp.lazyload, #xcNdO7ZsnV6xXwAUooiP29ObDXNbxGhp.lazyloading { background-image: none; }#xcNdO7ZsnV6xXwAUooiP29ObDXNbxGhp > .row .container { border-width: 0; border-radius: 0; }#xcNdO7ZsnV6xXwAUooiP29ObDXNbxGhp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xcNdO7ZsnV6xXwAUooiP29ObDXNbxGhp > .row .container { width:20rem;height:65.062377929688rem;position:relative;display:none; }#oyBOb4BhkXwEWETgheEk2bXW3toXMMEd { width:20rem;height:5.361325rem;top:19.5625rem;left:0rem;font-size:1.375rem;color:#da1250;display:block; }
#pmNGeTUqEilrJmxHGwsxTnBH02vNbBcA { width:20rem;height:7.3089375rem;top:25.625rem;left:0rem;font-size:1.125rem;display:block; }
#o7HdPwZavhA6THMyTsm2gdtOxCaAeVIu { width:20rem;height:11.15725rem;top:34.396484375rem;left:0rem;font-size:1rem;line-height:1.2;display:block; }#o7HdPwZavhA6THMyTsm2gdtOxCaAeVIu li:before{  }
#DCUAy4EP4x48zszb9BdtkFfNfw3SySXD { height:11.240625rem;width:20rem;top:7.6187505722044rem;left:0rem;display:block; }
#WdU4t2DPxdg4auebqOHTO5RRT3pWQBp8 { width:11.375rem;height:17.0625rem;top:48rem;left:4.3125rem;overflow:hidden;display:block; }
#eNWLrPzkZ616a2d2gXyOd61Ll6Kf0Fk2 { width:20rem;height:5.361325rem;top:1.1875rem;left:0rem;font-size:1.375rem;z-index:15007;color:#34004e;display:block; }
