.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:#2f2f2f;background-image:none;position:relative;display:block; }
#dceTWhZZqKbGT1AyS4403JE1fciEhqwy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dceTWhZZqKbGT1AyS4403JE1fciEhqwy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dceTWhZZqKbGT1AyS4403JE1fciEhqwy > .row > .video-iframe-container { display: none; }#dceTWhZZqKbGT1AyS4403JE1fciEhqwy > .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); }#yQ64DN5Ffl7Je3T8tNCn6KUl4Ma0GlDx { background-color:#820046;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yQ64DN5Ffl7Je3T8tNCn6KUl4Ma0GlDx > .row .container { background-color: transparent; background-image: none; }#yQ64DN5Ffl7Je3T8tNCn6KUl4Ma0GlDx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQ64DN5Ffl7Je3T8tNCn6KUl4Ma0GlDx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQ64DN5Ffl7Je3T8tNCn6KUl4Ma0GlDx > .row .container > .video-iframe-container { display: none; }#yQ64DN5Ffl7Je3T8tNCn6KUl4Ma0GlDx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQ64DN5Ffl7Je3T8tNCn6KUl4Ma0GlDx > .row > .video-iframe-container { display: none; }#yQ64DN5Ffl7Je3T8tNCn6KUl4Ma0GlDx > .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); }#yQ64DN5Ffl7Je3T8tNCn6KUl4Ma0GlDx > .row .container { border-width: 0; border-radius: 0; }#yQ64DN5Ffl7Je3T8tNCn6KUl4Ma0GlDx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yQ64DN5Ffl7Je3T8tNCn6KUl4Ma0GlDx > .row .container { font-size:14px;font-family:arial;height:162px;width:960px;overflow:visible;position:relative;display:block; }#NNSpqBcUk65vh4rcV0WS8rK6RSv9c09A { color:#ffffff;display:block;width:849px;position:absolute;font-family:ubuntu;font-size:40px;font-weight:700;z-index:15003;line-height:1.75;letter-spacing:0;top:46px;left:23px;height:;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; }
#FDoziVDeTzMq4tbFoolmGuZP23uLHKKN .widget-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;flex-direction:column-reverse;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#FDoziVDeTzMq4tbFoolmGuZP23uLHKKN .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:9.9px;padding-right:8.73px;padding-bottom:9.9px;padding-left:8.73px;display:block;align-items:center;width:52.38px;min-width:52.38px;height:53.22px;position:relative;font-family:ubuntu;font-size:39.6px;font-weight:700;line-height:53.22px;text-align:center;text-align-last:center;top:0px;left:0px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FDoziVDeTzMq4tbFoolmGuZP23uLHKKN .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:6.19px;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:69.84px;height:21.04px;position:relative;font-family:ubuntu;font-size:14.85px;font-weight:700;line-height:21.04px;text-align:center;text-align-last:center;text-transform:none;top:-2%;left:0px;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#FDoziVDeTzMq4tbFoolmGuZP23uLHKKN { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:172px;height:100.25px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:20px;left:744px;z-index:15038; }
#FDoziVDeTzMq4tbFoolmGuZP23uLHKKN #MdbeSf4KC3F97dvHWaXUsfqW3slxBCib { display:flex;position:relative;top:0px;left:0px;display:none; }
#FDoziVDeTzMq4tbFoolmGuZP23uLHKKN #FW1zzrT91tBLZPvPzuZybgzfPR4sw17i { width:auto; }
#FDoziVDeTzMq4tbFoolmGuZP23uLHKKN #hyxmOaCtyyuWh6i6tT3k1baKTXwKEIW4 {  }
#FDoziVDeTzMq4tbFoolmGuZP23uLHKKN #MZyWcoRPe6fSvCU6oWZgMwP4XOcp4WPI { display:flex;position:relative;top:0px;left:0px;display:none; }
#FDoziVDeTzMq4tbFoolmGuZP23uLHKKN #LcUy2laviDqARItJqDpNpvWESdX9N8sK {  }
#FDoziVDeTzMq4tbFoolmGuZP23uLHKKN #LhZM4U8husyqWiKu6lfnV1wZ49qvGZkK {  }
#FDoziVDeTzMq4tbFoolmGuZP23uLHKKN #MIMdisZQe9mgyKN0aHinukqKRZSVE7x7 { display:flex;position:relative;top:0px;left:0px; }
#FDoziVDeTzMq4tbFoolmGuZP23uLHKKN #Iut8yItQJ8ELxwFTbLDdnMDt279WDJip {  }
#FDoziVDeTzMq4tbFoolmGuZP23uLHKKN #FcUaugLNLiVIMwPFNDKsKy7kaXpQFnGH {  }
#FDoziVDeTzMq4tbFoolmGuZP23uLHKKN #kx23qEbAnGerrdRZe8DRTEWmNLhsuQPK { display:flex;position:relative;top:0px;left:0px; }
#FDoziVDeTzMq4tbFoolmGuZP23uLHKKN #cnQKngxNRgE2tSD4M4wT7hg1fI6lEqiZ {  }
#FDoziVDeTzMq4tbFoolmGuZP23uLHKKN #wqJ80ZnLhevzEq8LDMDnPazZfz0CIDZK {  }
#rsmIGl2UlwLbA6McVkfoJ994TzF34aut { background-color:transparent;background-image:url("https://images.assets-landingi.com/p2lvFNxO/sweet_bg_dark.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !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; }#rsmIGl2UlwLbA6McVkfoJ994TzF34aut.adaptive-delivery-prevent-bg, #rsmIGl2UlwLbA6McVkfoJ994TzF34aut.lazyload, #rsmIGl2UlwLbA6McVkfoJ994TzF34aut.lazyloading { background-image: none; }#rsmIGl2UlwLbA6McVkfoJ994TzF34aut > .row .container { background-color: transparent; background-image: none; }#rsmIGl2UlwLbA6McVkfoJ994TzF34aut::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(47,47,47,0.6); }#rsmIGl2UlwLbA6McVkfoJ994TzF34aut > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rsmIGl2UlwLbA6McVkfoJ994TzF34aut > .row .container > .video-iframe-container { display: none; }#rsmIGl2UlwLbA6McVkfoJ994TzF34aut > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(47,47,47,0.6); }#rsmIGl2UlwLbA6McVkfoJ994TzF34aut > .row > .video-iframe-container { display: none; }#rsmIGl2UlwLbA6McVkfoJ994TzF34aut > .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); }#rsmIGl2UlwLbA6McVkfoJ994TzF34aut > .row .container { border-width: 0; border-radius: 0; }#rsmIGl2UlwLbA6McVkfoJ994TzF34aut::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#rsmIGl2UlwLbA6McVkfoJ994TzF34aut > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#rsmIGl2UlwLbA6McVkfoJ994TzF34aut > .row .container { font-size:14px;font-family:arial;height:1626px;width:960px;overflow:visible;position:relative;display:block; }#u0xi64m7BMK6DLcnzw9LW60QADu85DxW { color:#ffffff;display:block;width:515px;position:absolute;font-family:raleway;font-size:18px;font-weight:normal;z-index:15005;line-height:1.75;letter-spacing:0;top:527px;left:445px;height:440.881px;display:block; }
#z2OuDAlErqBIk9w3LHcuEOBFTo8AFUHe { color:#d00070;display:block;width:866px;position:absolute;font-family:ubuntu;font-size:28px;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:208px;left:47px;height:41.9886px;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;text-align:center;text-align-last:center;display:block; }
#vqOdsfqrSVywFPP8Acygtmhhs9ecmexF { color:#ffffff;display:block;width:960px;position:absolute;font-family:ubuntu;font-size:36px;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:250px;left:0px;height:107.983px;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;text-align:center;text-align-last:center;display:block; }
#i1USrBq5bFFkTPm08hTeoTpmqeZ1Ggi2 { background-color:#5d92ff;background-image:none;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:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:460px;height:55px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:693px;left:500px;display:none; }
#gRITGkMe0SvKsNKPzn8yXx8eMDiwThXe { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Buv5LgcDeuaUTgOJuXF5vAofFdSvXmwT { color:#ffffff;display:block;width:513px;position:absolute;font-family:ubuntu;font-size:22px;font-weight:700;z-index:15013;line-height:1.75;letter-spacing:0;top:425px;left:447px;height:77px;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;text-align:left;text-align-last:left;display:block; }
#wIqg1usDJbPaFxuhvnAJstwMFVISK7rT { background-color:#5d92ff;background-image:none;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:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:460px;height:55px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1292px;left:250px;display:block; }
#ckHdcJAqtgXXytT35H1T4cmqI1Gvw9fS { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#C4Wkb0fm3FX3WKcKc0t1SgsoG55ebwWc { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:114px;width:114px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:0px;left:423px; }
#wwxFBm3hScWq3MkTtZEKD6rZDccyC473 { position:absolute;display:block;z-index:15034;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:456px;width:397px;top:435px;left:27px;overflow:hidden;display:block; }
#tde30mVFFVTTrl7VXSJNCBU7EoHAroxC { color:#31a454;display:block;width:824px;position:absolute;font-family:signika;font-size:40px;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:1083px;left:68px;height:112px;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;text-align:center;text-align-last:center;display:block; }
#lKhADqy7fm5NZLk0fCOGKPpbeVeX8Zys { color:rgba(255,255,255,0.65);display:block;width:513px;position:absolute;font-family:ubuntu;font-size:21px;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:1195px;left:233px;height:29.3984px;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;text-align:center;text-align-last:center;display:block; }
#EoncPGqZr7787zcSvTwZm7xGIyLnmzbN { position:absolute;display:block;z-index:15191;height:23px;width:960px;top:1478px;left:0px;display:block; }
#iE5nJKaVb9JHB8GBuJyZuLzAzmkwhPIc { background-color:#5d92ff;background-image:none;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:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:460px;height:55px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:693px;left:500px;display:none; }
#aZvb026BNdIs7P8lQxptP8QaC6kw4TG1 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#wnWOHJIwdGIZR2aPm8qAGZCf4AiUnH7f { background-color:transparent;background-image:url("https://images.assets-landingi.com/p2lvFNxO/sweet_bg_dark.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !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:none; }#wnWOHJIwdGIZR2aPm8qAGZCf4AiUnH7f.adaptive-delivery-prevent-bg, #wnWOHJIwdGIZR2aPm8qAGZCf4AiUnH7f.lazyload, #wnWOHJIwdGIZR2aPm8qAGZCf4AiUnH7f.lazyloading { background-image: none; }#wnWOHJIwdGIZR2aPm8qAGZCf4AiUnH7f > .row .container { border-width: 0; border-radius: 0; }#wnWOHJIwdGIZR2aPm8qAGZCf4AiUnH7f::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#wnWOHJIwdGIZR2aPm8qAGZCf4AiUnH7f > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#wnWOHJIwdGIZR2aPm8qAGZCf4AiUnH7f > .row .container { font-size:14px;font-family:arial;height:252px;width:960px;overflow:visible;position:relative;display:none; }#RFQKsEdCHAFw06wVCDIrZ2mpKmcoEzKe { background-color:#5d92ff;background-image:none;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:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:460px;height:55px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:693px;left:500px;display:none; }
#tmislx5gSirK62t5ZnLmy29hIoB43rWP { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#IpFXdONUDxknqTSTfzXG8mDRJC8CMz5L { background-color:#5d92ff;background-image:none;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:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:460px;height:55px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:141px;left:250px;display:block; }
#h1BegvkewQHT4SQ2QJ09IP7B1GQNDQcm { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#cVFJuMRDDKm5GkBnRKvWaalPmA4n8hGA { color:#31a454;display:block;width:824px;position:absolute;font-family:signika;font-size:40px;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:0px;left:68px;height:112px;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;text-align:center;text-align-last:center;display:block; }
#sGyHEODOQVzZErQrXTin007LnLlgRQd6 { color:rgba(255,255,255,0.65);display:block;width:513px;position:absolute;font-family:ubuntu;font-size:21px;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:112px;left:233px;height:29.3984px;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;text-align:center;text-align-last:center;display:block; }
#RWUefQSGh0QiLSqdyktdkPukmD2hADmD { position:absolute;display:block;z-index:15191;height:23px;width:960px;top:211px;left:0px;display:block; }
#SG0XPz7OyEScW66w0a7uJkDhN8NlkNnq { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6c80f068-d5d6-47a5-8630-2f026ccfa14b/coursezcdarkbg.jpg");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#SG0XPz7OyEScW66w0a7uJkDhN8NlkNnq.adaptive-delivery-prevent-bg, #SG0XPz7OyEScW66w0a7uJkDhN8NlkNnq.lazyload, #SG0XPz7OyEScW66w0a7uJkDhN8NlkNnq.lazyloading { background-image: none; }#SG0XPz7OyEScW66w0a7uJkDhN8NlkNnq > .row .container { background-color: transparent; background-image: none; }#SG0XPz7OyEScW66w0a7uJkDhN8NlkNnq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(46,47,47,0.6); }#SG0XPz7OyEScW66w0a7uJkDhN8NlkNnq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SG0XPz7OyEScW66w0a7uJkDhN8NlkNnq > .row .container > .video-iframe-container { display: none; }#SG0XPz7OyEScW66w0a7uJkDhN8NlkNnq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(46,47,47,0.6); }#SG0XPz7OyEScW66w0a7uJkDhN8NlkNnq > .row > .video-iframe-container { display: none; }#SG0XPz7OyEScW66w0a7uJkDhN8NlkNnq > .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); }#SG0XPz7OyEScW66w0a7uJkDhN8NlkNnq > .row .container { border-width: 0; border-radius: 0; }#SG0XPz7OyEScW66w0a7uJkDhN8NlkNnq::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#SG0XPz7OyEScW66w0a7uJkDhN8NlkNnq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#SG0XPz7OyEScW66w0a7uJkDhN8NlkNnq > .row .container { font-size:14px;font-family:arial;height:861px;width:960px;overflow:visible;position:relative;display:block; }#GtgWJZQWEEsC3zs20z87mlwPJh0GFGqr { color:#ffffff;display:block;width:960px;position:absolute;font-family:ubuntu;font-size:40px;font-weight:700;z-index:15002;line-height:1.75;letter-spacing:0;top:0px;left:0px;height:70px;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;text-align:center;text-align-last:center;display:block; }
#ooW0WLdUFrzI8v5vceb2ANwAb9VqMGxx { color:#ffffff;display:block;width:377px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:672px;left:78px;height:30px;font-style:normal;display:block; }
#vXpUAe81tRkw7NmFUx6sKrzMnGruNP5b { color:#ffffff;display:block;width:559px;position:absolute;font-family:ubuntu;font-size:25px;font-weight:700;z-index:15004;line-height:1.75;letter-spacing:0;top:602.625px;left:200.5px;height:43.75px;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;text-align:center;text-align-last:center;display:block; }
#XWIn9AGdS8UZr3Gqox9nXaTeo3lHtBOH { color:#ffffff;display:block;width:960px;position:absolute;font-family:ubuntu;font-size:25px;font-weight:700;z-index:15005;line-height:1.75;letter-spacing:0;top:128px;left:0px;height:43.75px;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;text-align:center;text-align-last:center;display:block; }
#enuPdAsuNLaXrbfEtFbUSZ0x0JaDJQ3T { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:40px;width:34px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15073;opacity:1;top:663px;left:26px; }
#Ooc6qBBp7fxe43sKkugK1SSylTprNZMp { color:#ffffff;display:block;width:377px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:672px;left:561px;height:30px;font-style:normal;display:block; }
#ZzlwJSKGbX8Gmh38RzBrbPyVb0gczpsC { color:#ffffff;display:block;width:377px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;top:773px;left:78px;height:30px;font-style:normal;display:block; }
#xN2T8CBv6MzfoXnZnu1MQmeA3oFQWi7W { color:#ffffff;display:block;width:377px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:700;z-index:15031;line-height:1.5;letter-spacing:0;top:778px;left:561px;height:30px;font-style:normal;display:block; }
#thTxNEao5KAXaW1bTObIEeF2MSvlErMV { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:44px;width:42px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15081;opacity:1;top:216px;left:62px; }
#HwTXcTfkngTdhL3sso14C73hV4Tn4Mo3 { color:#ffffff;display:block;width:205px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:222px;left:126px;height:30px;font-style:normal;display:block; }
#UThC40NdavlbSLDKptEqV7ySrdiWVMms { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:40px;width:34px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:663px;left:509px; }
#TLHCMd0gTnBZdRM9tAMTNcMpgTx26RTl { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:40px;width:34px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15075;opacity:1;top:764px;left:26px; }
#Uak5kaqp8HlIga5Q1w0WphasUqwctAay { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:40px;width:34px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15076;opacity:1;top:768px;left:509px; }
#nAgaKmByRPSV0gs1xAuKdDeMOJtb5VVy { color:#ffffff;display:block;width:118px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:700;z-index:15044;line-height:1.5;letter-spacing:0;top:317px;left:94px;height:30px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d0HZh7syv9ww3oKnyW1Ug22caIfszJBT { color:#ffffff;display:block;width:92px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:700;z-index:15046;line-height:1.5;letter-spacing:0;top:318px;left:366px;height:30px;font-style:normal;display:block; }
#PZ7L9vNtBnVdOtEVFND33yBdKEcOC37L { color:#ffffff;display:block;width:86px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:700;z-index:15056;line-height:1.5;letter-spacing:0;top:321px;left:831px;height:30px;font-style:normal;display:block; }
#MH6drQXtE0gJoGh4s7uCzekt4Ra56JQE { color:#ffffff;display:block;width:231px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:700;z-index:15048;line-height:1.5;letter-spacing:0;top:410px;left:101px;height:30px;font-style:normal;display:block; }
#FZv9GJZCbJKbv1sI7l9xmNcRX6WTALMO { color:#ffffff;display:block;width:126px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:700;z-index:15050;line-height:1.5;letter-spacing:0;top:224px;left:734px;height:30px;font-style:normal;display:block; }
#UbSL8lKocsPPFiEy21kFulMeiU6qRvVb { color:#ffffff;display:block;width:127px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:700;z-index:15052;line-height:1.5;letter-spacing:0;top:223px;left:457px;height:30px;font-style:normal;display:block; }
#Q56FNEF0L4xCXdBM1VL78uSgTyqFVARZ { color:#ffffff;display:block;width:109px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:700;z-index:15054;line-height:1.5;letter-spacing:0;top:321px;left:578px;height:30px;font-style:normal;display:block; }
#xRdauk5TC7dUfTsApHcyigFdzn43B6Ln { color:#ffffff;display:block;width:226px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:700;z-index:15056;line-height:1.5;letter-spacing:0;top:410px;left:713px;height:30px;font-style:normal;display:block; }
#xzJRlUvdlJpdt5NZqOsbEb4vZ26RFxfg { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:44px;width:42px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15082;opacity:1;top:310px;left:30px; }
#O8kgIkdOFX9RLprtNZRxnuHTbHrS5FDy { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:44px;width:42px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15083;opacity:1;top:313px;left:302px; }
#bbedLptiXDFIpWzbsASu4PoyayXXah2v { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:44px;width:42px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15084;opacity:1;top:311px;left:776px; }
#XNXCMvmn8JVFo3AeIA07M54lXqKBxHml { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:44px;width:42px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15085;opacity:1;top:403px;left:31px; }
#loeuvv2fa0Kgg4w98gPP9igFEToNbLTz { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:44px;width:42px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:215px;left:675px; }
#J7kJUkbTygAaSwfOxqIxNad66rvK9sKe { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:44px;width:42px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:214px;left:397px; }
#Kk6JqCNsvgrQN1EouFOdggZO2cbeQqdv { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:44px;width:42px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:314px;left:508px; }
#HD1S8nE8VeqHD9OUJ2C4fMEUpouv25vi { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:44px;width:42px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15089;opacity:1;top:403px;left:643px; }
#WbGpup1venDXapT35Tb8ThzLcPJIQyHG { position:absolute;display:block;z-index:14997;background-color:rgba(130,0,70,0.04);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:6px solid #820046;border-left:6px solid #820046;border-right:6px solid #820046;border-bottom:6px solid #820046;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:385px;width:948px;top:128px;left:0px;display:block; }
#TJokeilEQaXTmWTrHbQTSvNrVSksZnVO { position:absolute;display:block;z-index:14998;background-color:#820046;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:45px;width:315px;top:128px;left:323px;display:block; }
#amBtHPTrRVwqsBmCsqu38nuBQ6CUitiI { position:absolute;display:block;z-index:15000;background-color:#820046;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:45px;width:335px;top:602px;left:312.5px;display:block; }
#S8egTis6z9uGBTqGSHVM2cm4WKWSG2Vi { position:absolute;display:block;z-index:14999;background-color:rgba(130,0,70,0.04);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:6px solid #820046;border-left:6px solid #820046;border-right:6px solid #820046;border-bottom:6px solid #820046;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:245px;width:948px;top:602px;left:0px;display:block; }
#szHlF865QdlegbtxTDQfqItC34OHugiR { color:#ffffff;display:block;width:231px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:700;z-index:15049;line-height:1.5;letter-spacing:0;top:410px;left:313px;height:30px;font-style:normal;display:block; }
#WUKBKhwCgIRebem2MOyBIRDqrzspGgiu { color:#ffffff;display:block;width:100px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:700;z-index:15050;line-height:1.5;letter-spacing:0;top:410px;left:509px;height:30px;font-style:normal;display:block; }
#bgSKGxv2gp2GSX3GWiqJoXV39UA1TuNR { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:44px;width:42px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:403px;left:246px; }
#yBv6MqoabNfcdBrEfw9fq0WGkeXEyzRQ { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:44px;width:42px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:403px;left:439px; }
#gtgB5JM5TnsaVqTrfghHuwxRoJRupTeA { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6c80f068-d5d6-47a5-8630-2f026ccfa14b/coursezcdarkbg.jpg");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#gtgB5JM5TnsaVqTrfghHuwxRoJRupTeA.adaptive-delivery-prevent-bg, #gtgB5JM5TnsaVqTrfghHuwxRoJRupTeA.lazyload, #gtgB5JM5TnsaVqTrfghHuwxRoJRupTeA.lazyloading { background-image: none; }#gtgB5JM5TnsaVqTrfghHuwxRoJRupTeA > .row .container { background-color: transparent; background-image: none; }#gtgB5JM5TnsaVqTrfghHuwxRoJRupTeA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtgB5JM5TnsaVqTrfghHuwxRoJRupTeA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtgB5JM5TnsaVqTrfghHuwxRoJRupTeA > .row .container > .video-iframe-container { display: none; }#gtgB5JM5TnsaVqTrfghHuwxRoJRupTeA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtgB5JM5TnsaVqTrfghHuwxRoJRupTeA > .row > .video-iframe-container { display: none; }#gtgB5JM5TnsaVqTrfghHuwxRoJRupTeA > .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); }#gtgB5JM5TnsaVqTrfghHuwxRoJRupTeA > .row .container { border-width: 0; border-radius: 0; }#gtgB5JM5TnsaVqTrfghHuwxRoJRupTeA::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#gtgB5JM5TnsaVqTrfghHuwxRoJRupTeA > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#gtgB5JM5TnsaVqTrfghHuwxRoJRupTeA > .row .container { font-size:14px;font-family:arial;height:153px;width:960px;overflow:visible;position:relative;display:block; }#v63J9XKWygLTsnrh2sErK8nZwr0qCZNh { z-index:;position:relative;display:block; }#v63J9XKWygLTsnrh2sErK8nZwr0qCZNh { background-color: transparent; background-image: none; }#v63J9XKWygLTsnrh2sErK8nZwr0qCZNh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v63J9XKWygLTsnrh2sErK8nZwr0qCZNh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #820046; }#v63J9XKWygLTsnrh2sErK8nZwr0qCZNh > .row .container > .video-iframe-container { display: none; }#v63J9XKWygLTsnrh2sErK8nZwr0qCZNh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v63J9XKWygLTsnrh2sErK8nZwr0qCZNh > .row > .video-iframe-container { display: none; }#v63J9XKWygLTsnrh2sErK8nZwr0qCZNh > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #820046; }#v63J9XKWygLTsnrh2sErK8nZwr0qCZNh { border-width: 0; border-radius: 0; }#v63J9XKWygLTsnrh2sErK8nZwr0qCZNh > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px; }#v63J9XKWygLTsnrh2sErK8nZwr0qCZNh > .row .container > .video-iframe-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px; }#v63J9XKWygLTsnrh2sErK8nZwr0qCZNh > .row .container { background-color:transparent;background-image:url("https://images.assets-landingi.com/7F5iIzzu/sweet_bg_light.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:14px;font-family:arial;height:564px;width:960px;border-top:0;border-left:0;border-right:0;border-bottom:0;overflow:visible;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;position:relative;display:block; }#v63J9XKWygLTsnrh2sErK8nZwr0qCZNh > .row .container.adaptive-delivery-prevent-bg, #v63J9XKWygLTsnrh2sErK8nZwr0qCZNh > .row .container.lazyload, #v63J9XKWygLTsnrh2sErK8nZwr0qCZNh > .row .container.lazyloading { background-image: none; }#gTZu3MdnycxhcAFoyApQ1tk3n4bTTT7m { color:#eeeeee;display:block;width:639px;position:absolute;font-family:signika;font-size:40px;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:87px;left:321px;height:112px;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;text-align:left;text-align-last:left;display:block; }
#g9FUB1yMIak5USDrUb24shfy9mehRKnn { color:#f57921;display:block;width:632px;position:absolute;font-family:lato;font-size:20px;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:344px;left:280px;height:0;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;text-align:left;text-align-last:left;display:none; }
#IiwZ7T6ZQGizp1ghVlmqq8HoVgbNSPls { color:#ffffff;display:block;width:639px;position:absolute;font-family:lato;font-size:20px;font-weight:normal;z-index:15006;line-height:1.75;letter-spacing:0;top:213px;left:321px;height:105px;display:block; }
#QdGSB5np6axXPC8nwBsSU2Tb3bXOQaqM { position:absolute;display:block;z-index:14998;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:452px;width:276px;top:60.5px;left:18px;overflow:hidden;display:block; }
#EEP7KXb4bayhTUe12qg7lAf6bDMz9ls6 { background-color:#5d92ff;background-image:none;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:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:383px;height:55px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:414px;left:280px;display:none; }
#cyGwmVWAzIz6SLauZHlvIiDWBHFHNBEp { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#lmmr3AidDpW6sGxHolzdQr702r6V7RcS { background-color:#5d92ff;background-image:none;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:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:448px;height:55px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:409px;left:321px;display:block; }
#Z223ymUyMesZMrtbiZgucHV3tQZAXiD0 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#wZocDMh7DVq0S18uQJe4t4ZOhUNsiaCt { color:#ffffff;display:block;width:99px;position:absolute;font-family:signika;font-size:40px;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:332px;left:321px;height:56px;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;text-align:left;text-align-last:left;display:block; }
#wVII7PdnRKHrdNkRgvZ4Akm9CdMCmgrf { color:#ffffff;display:block;width:639px;position:absolute;font-family:signika;font-size:25px;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:53px;left:321px;height:35px;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;text-align:left;text-align-last:left;display:block; }
#nXqcK35SEraQJtqQrkKkK81rIT1bmVXn { color:rgba(255,255,255,0.65);display:block;width:316px;position:absolute;font-family:signika;font-size:40px;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:332px;left:431px;height:56px;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;text-align:left;text-align-last:left;display:block; }
#gAIAQvOC8r4OTPT4TRmt2zAwkqz6dxeL { color:#ffffff;display:block;width:639px;position:absolute;font-family:lato;font-size:19px;font-weight:normal;z-index:15007;line-height:1.75;letter-spacing:0;top:480.25px;left:321px;height:33.2528px;text-align:left;text-align-last:left;display:block; }
#UgbUbCCKcragpypJdlEWqWEGZfGMFXHH { background-color:transparent;background-image:url("https://images.assets-landingi.com/p2lvFNxO/sweet_bg_dark.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !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; }#UgbUbCCKcragpypJdlEWqWEGZfGMFXHH.adaptive-delivery-prevent-bg, #UgbUbCCKcragpypJdlEWqWEGZfGMFXHH.lazyload, #UgbUbCCKcragpypJdlEWqWEGZfGMFXHH.lazyloading { background-image: none; }#UgbUbCCKcragpypJdlEWqWEGZfGMFXHH > .row .container { background-color: transparent; background-image: none; }#UgbUbCCKcragpypJdlEWqWEGZfGMFXHH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(47,47,47,0.6); }#UgbUbCCKcragpypJdlEWqWEGZfGMFXHH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UgbUbCCKcragpypJdlEWqWEGZfGMFXHH > .row .container > .video-iframe-container { display: none; }#UgbUbCCKcragpypJdlEWqWEGZfGMFXHH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(47,47,47,0.6); }#UgbUbCCKcragpypJdlEWqWEGZfGMFXHH > .row > .video-iframe-container { display: none; }#UgbUbCCKcragpypJdlEWqWEGZfGMFXHH > .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); }#UgbUbCCKcragpypJdlEWqWEGZfGMFXHH > .row .container { border-width: 0; border-radius: 0; }#UgbUbCCKcragpypJdlEWqWEGZfGMFXHH::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#UgbUbCCKcragpypJdlEWqWEGZfGMFXHH > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#UgbUbCCKcragpypJdlEWqWEGZfGMFXHH > .row .container { font-size:14px;font-family:arial;height:1368px;width:960px;overflow:visible;position:relative;display:block; }#G35sbmn1CW0gHqR8XSofy4qUZlUUQICB { color:#ffffff;display:block;width:580px;position:absolute;font-family:raleway;font-size:18px;font-weight:normal;z-index:15162;line-height:1.75;letter-spacing:0;top:317px;left:380px;height:314.9145px;display:block; }
#Bzw7OfILraTwkSbTxvr5Zlv8IaDyi3ry { position:absolute;display:block;z-index:15158;background-color:#820046;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0 0 12px rgba(0,0,0,0.16) ;height:45px;width:352px;top:256px;left:380px;display:block; }
#f51eo2g6ZT6GN3xFs9aDV1pSHBl7p08Z { color:#ffffff;display:block;width:352px;position:absolute;font-family:ubuntu;font-size:25px;font-weight:700;z-index:15165;line-height:1.75;letter-spacing:0;top:257px;left:380px;height:43.75px;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;text-align:center;text-align-last:center;display:block; }
#lSvKEp55V073iLTSiJmi94yX5epqasuk { color:#ffffff;display:block;width:294px;position:absolute;font-family:ubuntu;font-size:40px;font-weight:700;z-index:15190;line-height:1.75;letter-spacing:0;top:147px;left:0px;height:70px;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; }
#Cb38QTrMmAos0LvdH4BELgyoT5m5wLly { background-color:#5d92ff;background-image:none;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:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:460px;height:55px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1039px;left:273px;display:block; }
#GXiX8WMkuS6wkGiTGHLepZiC9P34BmEC { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#dZiUPUs1ABp4uKifnsuPgXA0iCqz45xO { background-color:#5d92ff;background-image:none;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:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:460px;height:55px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2481px;left:233px;display:none; }
#e2BoTZOnUbxEWbKoZz8ZKVf4pE3IGHHJ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#PyiZcCKusAW0s6neN0I80lheHNzFMz8B { position:absolute;display:block;z-index:15039;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:389px;width:350px;top:280px;left:0px;overflow:hidden;display:block; }
#amOtQDxJCN6DZcBsTJedd3lZSrGagw1z { position:absolute;display:block;z-index:15014;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:386px;width:346px;top:280px;left:7px;overflow:hidden;display:block; }
#o4J0dh5PzD9QO07fOztQBLiVO3GSEJVl { color:#ffffff;display:block;width:960px;position:absolute;font-family:raleway;font-size:18px;font-weight:normal;z-index:15018;line-height:1.75;letter-spacing:0;top:1254px;left:0px;height:31.5px;text-align:center;text-align-last:center;display:block; }
#bn03WxMaVMQy1IVd961OhTd9B1dM6R5P { position:absolute;display:block;z-index:15189;height:23px;width:960px;top:1181px;left:0px;display:block; }
#f7cUeaSSLaab3mB8JpCZkCFlo0TTGNVc { position:absolute;display:block;z-index:15005;background-color:#820046;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0 0 12px rgba(0,0,0,0.16) ;height:85px;width:960px;top:868px;left:0px;display:block; }
#TW2aShTK97XA57gTkMlFfDe0Oexiom2Q { color:#ffffff;display:block;width:849px;position:absolute;font-family:ubuntu;font-size:33px;font-weight:700;z-index:15006;line-height:1.75;letter-spacing:0;top:881.625px;left:22px;height:57.75px;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; }
#SQAPZQ1SvH9mTBzTFliOPS52fbWGKIcb .widget-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;flex-direction:column-reverse;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#SQAPZQ1SvH9mTBzTFliOPS52fbWGKIcb .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#ffffff;padding-top:9.9px;padding-right:8.73px;padding-bottom:9.9px;padding-left:8.73px;display:block;align-items:center;width:52.38px;min-width:52.38px;height:53.22px;position:relative;font-family:ubuntu;font-size:39.6px;font-weight:700;line-height:53.22px;text-align:center;text-align-last:center;top:0px;left:0px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SQAPZQ1SvH9mTBzTFliOPS52fbWGKIcb .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:6.19px;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:69.84px;height:21.04px;position:relative;font-family:ubuntu;font-size:14.85px;font-weight:700;line-height:21.04px;text-align:center;text-align-last:center;text-transform:none;top:-19%;left:0px;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#SQAPZQ1SvH9mTBzTFliOPS52fbWGKIcb { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:172px;height:100.25px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:846.75px;left:756px;z-index:15041; }
#SQAPZQ1SvH9mTBzTFliOPS52fbWGKIcb #tQUDuxcTXF89TUxRrL61GrzTkA8SQVba { display:flex;position:relative;top:0px;left:0px;display:none; }
#SQAPZQ1SvH9mTBzTFliOPS52fbWGKIcb #BsVf9NTWOzrBF7OIQmThOb3KgqTIc76w { width:auto; }
#SQAPZQ1SvH9mTBzTFliOPS52fbWGKIcb #iuQf4bAwwnveq83Q417RASVfHzmNnpds {  }
#SQAPZQ1SvH9mTBzTFliOPS52fbWGKIcb #aGcQo2mzUrWexuF3K50OPcBhWfMA2KAr { display:flex;position:relative;top:0px;left:0px;display:none; }
#SQAPZQ1SvH9mTBzTFliOPS52fbWGKIcb #CEWQrt1siT7niVba5mGkAptrA8tTkuPw {  }
#SQAPZQ1SvH9mTBzTFliOPS52fbWGKIcb #tqPsWuQTHRkdsniOLypTax3UPbvnK5ch {  }
#SQAPZQ1SvH9mTBzTFliOPS52fbWGKIcb #k7PuhTFWPBQP5vXxOsHQs9WW8KegQEWV { display:flex;position:relative;top:0px;left:0px; }
#SQAPZQ1SvH9mTBzTFliOPS52fbWGKIcb #eleAhhV1CITpWCVxvIqWvT8e4x6B04TS {  }
#SQAPZQ1SvH9mTBzTFliOPS52fbWGKIcb #VcaFDqhgPVA9XkZBiTdEUT9smwATy9sa {  }
#SQAPZQ1SvH9mTBzTFliOPS52fbWGKIcb #VDscJ2GZ5RGTiNp2Zc5CcGTzRdWJ8Gqi { display:flex;position:relative;top:0px;left:0px; }
#SQAPZQ1SvH9mTBzTFliOPS52fbWGKIcb #RVzDVv6qz7EnOZNCUrTyN9S8ii7vSisL {  }
#SQAPZQ1SvH9mTBzTFliOPS52fbWGKIcb #dE44cPZKzsT9ccyhd7SamDIzrSxG43sB {  }
#b66Tnc2dZgsPqwTE2ZJBVCTzqCGa0fw5 { position:absolute;display:block;z-index:15003;background-color:#000000;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:66px;width:102px;top:823px;left:843px;display:block; }
#kKoTwg5B2dOCFv82yPT6EGlzK4fFSkBD { position:absolute;display:block;z-index:15002;background-color:#000000;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:66px;width:102px;top:823px;left:740px;display:block; }
#FNi99VlJTC2P8SIghKopBuH83rxlhLTp { color:#ffffff;display:block;width:849px;position:absolute;font-family:ubuntu;font-size:33px;font-weight:700;z-index:15006;line-height:1.75;letter-spacing:0;top:881.625px;left:22px;height:57.75px;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; }
#htbgtkRRz1ckZfqt2uPJAMFQXAE5A0tB { color:rgba(255,255,255,0.65);display:block;width:316px;position:absolute;font-family:signika;font-size:40px;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:332px;left:431px;height:56px;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;text-align:left;text-align-last:left;display:none; }
#cyUaIbuyvWx8ubnTR7nJzz0xwAOopNw7 { color:#ffffff;display:block;width:99px;position:absolute;font-family:signika;font-size:40px;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:332px;left:321px;height:56px;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;text-align:left;text-align-last:left;display:none; }
#t6NaQn0SclkqTnNMxHQFV9gRh8kpgwER { 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:551px;width:618px;display:none; }
#UmimJFunBhuGCSTsVgXrh9QiSkch9vSO { position:absolute;display:block;z-index:15189;height:23px;width:960px;top:1181px;left:0px;display:none; }
#p6NSKShFvttlkJRLJlVi5w8who6yMQml { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/7F5iIzzu/sweet_bg_light.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !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; }#p6NSKShFvttlkJRLJlVi5w8who6yMQml.adaptive-delivery-prevent-bg, #p6NSKShFvttlkJRLJlVi5w8who6yMQml.lazyload, #p6NSKShFvttlkJRLJlVi5w8who6yMQml.lazyloading { background-image: none; }#p6NSKShFvttlkJRLJlVi5w8who6yMQml > .row .container { background-color: transparent; background-image: none; }#p6NSKShFvttlkJRLJlVi5w8who6yMQml::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p6NSKShFvttlkJRLJlVi5w8who6yMQml > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p6NSKShFvttlkJRLJlVi5w8who6yMQml > .row .container > .video-iframe-container { display: none; }#p6NSKShFvttlkJRLJlVi5w8who6yMQml > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p6NSKShFvttlkJRLJlVi5w8who6yMQml > .row > .video-iframe-container { display: none; }#p6NSKShFvttlkJRLJlVi5w8who6yMQml > .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); }#p6NSKShFvttlkJRLJlVi5w8who6yMQml > .row .container { border-width: 0; border-radius: 0; }#p6NSKShFvttlkJRLJlVi5w8who6yMQml > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#p6NSKShFvttlkJRLJlVi5w8who6yMQml > .row .container { font-size:14px;font-family:arial;height:189px;width:960px;overflow:visible;position:relative;display:block; }#bpnGvwJGNBlGCsChBvszJAHXnAFtFGQ8 { color:#000000;display:block;width:960px;position:absolute;font-family:raleway;font-size:14px;font-weight:normal;z-index:15014;line-height:1.75;letter-spacing:0;top:153px;left:0px;height:24.5028px;display:block; }
#uFrAyCw9vN72ikVAWIGzu6AwCvGh7AkC { position:absolute;display:block;z-index:15035;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:33px;width:103px;top:17px;left:0px;overflow:hidden;display:block; }
#VM5POil61Q0xDlQTvuAwNGVoOlCaru2y { color:#000000;display:block;width:270px;position:absolute;font-family:ubuntu;font-size:17px;font-weight:700;z-index:15006;line-height:1.8;letter-spacing:0;top:18px;left:690px;height:30.5966px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#tyJnmqC61IWp0btWT99nzO8vhPbJkpCS { position:absolute;display:block;z-index:15036;height:10px;width:960px;top:106px;left:0px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yQ64DN5Ffl7Je3T8tNCn6KUl4Ma0GlDx { display:block; }#yQ64DN5Ffl7Je3T8tNCn6KUl4Ma0GlDx > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NNSpqBcUk65vh4rcV0WS8rK6RSv9c09A { top:45px;left:0px;width:764px;height:;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #FDoziVDeTzMq4tbFoolmGuZP23uLHKKN .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FDoziVDeTzMq4tbFoolmGuZP23uLHKKN .widget-text.counter-number { padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;width:42px;min-width:42px;height:43px;font-size:32px;line-height:43px;top:0px;left:0px; }
#FDoziVDeTzMq4tbFoolmGuZP23uLHKKN .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;width:56px;height:17px;font-size:12px;line-height:1;top:0px;left:0px; }
#FDoziVDeTzMq4tbFoolmGuZP23uLHKKN { display:flex;width:144px;height:81px;top:945px;left:456px; }
 }@media only screen and (max-width: 763px) { #FDoziVDeTzMq4tbFoolmGuZP23uLHKKN #MdbeSf4KC3F97dvHWaXUsfqW3slxBCib { display:flex;position:relative;top:0px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #FDoziVDeTzMq4tbFoolmGuZP23uLHKKN #FW1zzrT91tBLZPvPzuZybgzfPR4sw17i {  }
 }@media only screen and (max-width: 763px) { #FDoziVDeTzMq4tbFoolmGuZP23uLHKKN #hyxmOaCtyyuWh6i6tT3k1baKTXwKEIW4 {  }
 }@media only screen and (max-width: 763px) { #FDoziVDeTzMq4tbFoolmGuZP23uLHKKN #MZyWcoRPe6fSvCU6oWZgMwP4XOcp4WPI { display:flex;position:relative;top:0px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #FDoziVDeTzMq4tbFoolmGuZP23uLHKKN #LcUy2laviDqARItJqDpNpvWESdX9N8sK {  }
 }@media only screen and (max-width: 763px) { #FDoziVDeTzMq4tbFoolmGuZP23uLHKKN #LhZM4U8husyqWiKu6lfnV1wZ49qvGZkK {  }
 }@media only screen and (max-width: 763px) { #FDoziVDeTzMq4tbFoolmGuZP23uLHKKN #MIMdisZQe9mgyKN0aHinukqKRZSVE7x7 { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #FDoziVDeTzMq4tbFoolmGuZP23uLHKKN #Iut8yItQJ8ELxwFTbLDdnMDt279WDJip {  }
 }@media only screen and (max-width: 763px) { #FDoziVDeTzMq4tbFoolmGuZP23uLHKKN #FcUaugLNLiVIMwPFNDKsKy7kaXpQFnGH {  }
 }@media only screen and (max-width: 763px) { #FDoziVDeTzMq4tbFoolmGuZP23uLHKKN #kx23qEbAnGerrdRZe8DRTEWmNLhsuQPK { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #FDoziVDeTzMq4tbFoolmGuZP23uLHKKN #cnQKngxNRgE2tSD4M4wT7hg1fI6lEqiZ {  }
 }@media only screen and (max-width: 763px) { #FDoziVDeTzMq4tbFoolmGuZP23uLHKKN #wqJ80ZnLhevzEq8LDMDnPazZfz0CIDZK {  }
 }@media only screen and (max-width: 763px) { #rsmIGl2UlwLbA6McVkfoJ994TzF34aut { display:block; }#rsmIGl2UlwLbA6McVkfoJ994TzF34aut > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u0xi64m7BMK6DLcnzw9LW60QADu85DxW { top:527px;left:249px;width:515px;height:441px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #z2OuDAlErqBIk9w3LHcuEOBFTo8AFUHe { top:208px;left:0px;width:764px;height:42px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #vqOdsfqrSVywFPP8Acygtmhhs9ecmexF { top:250px;left:0px;width:764px;height:108px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #i1USrBq5bFFkTPm08hTeoTpmqeZ1Ggi2 { width:460px;height:55px;top:693px;left:304px;display:block; }
 }@media only screen and (max-width: 763px) { #gRITGkMe0SvKsNKPzn8yXx8eMDiwThXe { display:block; }
 }@media only screen and (max-width: 763px) { #Buv5LgcDeuaUTgOJuXF5vAofFdSvXmwT { top:425px;left:251px;width:513px;height:77px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #wIqg1usDJbPaFxuhvnAJstwMFVISK7rT { width:460px;height:55px;top:1292px;left:152px;display:none; }
 }@media only screen and (max-width: 763px) { #ckHdcJAqtgXXytT35H1T4cmqI1Gvw9fS { display:block; }
 }@media only screen and (max-width: 763px) { #C4Wkb0fm3FX3WKcKc0t1SgsoG55ebwWc { top:0px;left:325px;width:114px;height:114px;display:none; }
 }@media only screen and (max-width: 763px) { #wwxFBm3hScWq3MkTtZEKD6rZDccyC473 { width:397px;height:456px;top:435px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #tde30mVFFVTTrl7VXSJNCBU7EoHAroxC { top:1083px;left:0px;width:764px;height:112px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #lKhADqy7fm5NZLk0fCOGKPpbeVeX8Zys { top:1195px;left:135px;width:513px;height:29px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #EoncPGqZr7787zcSvTwZm7xGIyLnmzbN { top:1478px;left:0px;width:764px;height:23px;display:block; }
 }@media only screen and (max-width: 763px) { #iE5nJKaVb9JHB8GBuJyZuLzAzmkwhPIc { width:460px;height:55px;top:693px;left:304px;display:none; }
 }@media only screen and (max-width: 763px) { #aZvb026BNdIs7P8lQxptP8QaC6kw4TG1 { display:block; }
 }@media only screen and (max-width: 763px) { #wnWOHJIwdGIZR2aPm8qAGZCf4AiUnH7f { display:none; }#wnWOHJIwdGIZR2aPm8qAGZCf4AiUnH7f > .row .container { width:760px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RFQKsEdCHAFw06wVCDIrZ2mpKmcoEzKe { width:460px;height:55px;top:693px;left:304px;display:block; }
 }@media only screen and (max-width: 763px) { #tmislx5gSirK62t5ZnLmy29hIoB43rWP { display:block; }
 }@media only screen and (max-width: 763px) { #IpFXdONUDxknqTSTfzXG8mDRJC8CMz5L { width:460px;height:55px;top:141px;left:152px;display:none; }
 }@media only screen and (max-width: 763px) { #h1BegvkewQHT4SQ2QJ09IP7B1GQNDQcm { display:block; }
 }@media only screen and (max-width: 763px) { #cVFJuMRDDKm5GkBnRKvWaalPmA4n8hGA { top:0px;left:0px;width:764px;height:112px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #sGyHEODOQVzZErQrXTin007LnLlgRQd6 { top:112px;left:135px;width:513px;height:29px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #RWUefQSGh0QiLSqdyktdkPukmD2hADmD { top:211px;left:0px;width:764px;height:23px;display:block; }
 }@media only screen and (max-width: 763px) { #SG0XPz7OyEScW66w0a7uJkDhN8NlkNnq { display:block; }#SG0XPz7OyEScW66w0a7uJkDhN8NlkNnq > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GtgWJZQWEEsC3zs20z87mlwPJh0GFGqr { top:0px;left:0px;width:764px;height:;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #ooW0WLdUFrzI8v5vceb2ANwAb9VqMGxx { width:377px;height:30px;top:672px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #vXpUAe81tRkw7NmFUx6sKrzMnGruNP5b { top:602px;left:102.5px;width:559px;height:43px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #XWIn9AGdS8UZr3Gqox9nXaTeo3lHtBOH { top:128px;left:0px;width:764px;height:43px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #enuPdAsuNLaXrbfEtFbUSZ0x0JaDJQ3T { top:663px;left:0px;width:34px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #Ooc6qBBp7fxe43sKkugK1SSylTprNZMp { width:377px;height:30px;top:672px;left:387px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ZzlwJSKGbX8Gmh38RzBrbPyVb0gczpsC { width:377px;height:30px;top:773px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #xN2T8CBv6MzfoXnZnu1MQmeA3oFQWi7W { width:377px;height:30px;top:778px;left:387px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #thTxNEao5KAXaW1bTObIEeF2MSvlErMV { top:216px;left:0px;width:42px;height:44px;display:block; }
 }@media only screen and (max-width: 763px) { #HwTXcTfkngTdhL3sso14C73hV4Tn4Mo3 { width:205px;height:30px;top:222px;left:28px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #UThC40NdavlbSLDKptEqV7ySrdiWVMms { top:663px;left:411px;width:34px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #TLHCMd0gTnBZdRM9tAMTNcMpgTx26RTl { top:764px;left:0px;width:34px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #Uak5kaqp8HlIga5Q1w0WphasUqwctAay { top:768px;left:411px;width:34px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #nAgaKmByRPSV0gs1xAuKdDeMOJtb5VVy { width:118px;height:30px;top:317px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #d0HZh7syv9ww3oKnyW1Ug22caIfszJBT { width:92px;height:30px;top:318px;left:268px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #PZ7L9vNtBnVdOtEVFND33yBdKEcOC37L { width:86px;height:30px;top:321px;left:678px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #MH6drQXtE0gJoGh4s7uCzekt4Ra56JQE { width:231px;height:30px;top:410px;left:3px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #FZv9GJZCbJKbv1sI7l9xmNcRX6WTALMO { width:126px;height:30px;top:224px;left:636px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #UbSL8lKocsPPFiEy21kFulMeiU6qRvVb { width:127px;height:30px;top:223px;left:359px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Q56FNEF0L4xCXdBM1VL78uSgTyqFVARZ { width:109px;height:30px;top:321px;left:480px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #xRdauk5TC7dUfTsApHcyigFdzn43B6Ln { width:226px;height:30px;top:410px;left:538px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #xzJRlUvdlJpdt5NZqOsbEb4vZ26RFxfg { top:310px;left:0px;width:42px;height:44px;display:block; }
 }@media only screen and (max-width: 763px) { #O8kgIkdOFX9RLprtNZRxnuHTbHrS5FDy { top:313px;left:204px;width:42px;height:44px;display:block; }
 }@media only screen and (max-width: 763px) { #bbedLptiXDFIpWzbsASu4PoyayXXah2v { top:311px;left:678px;width:42px;height:44px;display:block; }
 }@media only screen and (max-width: 763px) { #XNXCMvmn8JVFo3AeIA07M54lXqKBxHml { top:403px;left:0px;width:42px;height:44px;display:block; }
 }@media only screen and (max-width: 763px) { #loeuvv2fa0Kgg4w98gPP9igFEToNbLTz { top:215px;left:577px;width:42px;height:44px;display:block; }
 }@media only screen and (max-width: 763px) { #J7kJUkbTygAaSwfOxqIxNad66rvK9sKe { top:214px;left:299px;width:42px;height:44px;display:block; }
 }@media only screen and (max-width: 763px) { #Kk6JqCNsvgrQN1EouFOdggZO2cbeQqdv { top:314px;left:410px;width:42px;height:44px;display:block; }
 }@media only screen and (max-width: 763px) { #HD1S8nE8VeqHD9OUJ2C4fMEUpouv25vi { top:403px;left:545px;width:42px;height:44px;display:block; }
 }@media only screen and (max-width: 763px) { #WbGpup1venDXapT35Tb8ThzLcPJIQyHG { top:128px;left:0px;width:752px;height:385px;display:block; }
 }@media only screen and (max-width: 763px) { #TJokeilEQaXTmWTrHbQTSvNrVSksZnVO { top:128px;left:225px;width:315px;height:45px;display:block; }
 }@media only screen and (max-width: 763px) { #amBtHPTrRVwqsBmCsqu38nuBQ6CUitiI { top:602px;left:214.5px;width:335px;height:45px;display:block; }
 }@media only screen and (max-width: 763px) { #S8egTis6z9uGBTqGSHVM2cm4WKWSG2Vi { top:602px;left:0px;width:752px;height:245px;display:block; }
 }@media only screen and (max-width: 763px) { #szHlF865QdlegbtxTDQfqItC34OHugiR { width:231px;height:30px;top:410px;left:215px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #WUKBKhwCgIRebem2MOyBIRDqrzspGgiu { width:100px;height:30px;top:410px;left:411px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #bgSKGxv2gp2GSX3GWiqJoXV39UA1TuNR { top:403px;left:148px;width:42px;height:44px;display:block; }
 }@media only screen and (max-width: 763px) { #yBv6MqoabNfcdBrEfw9fq0WGkeXEyzRQ { top:403px;left:341px;width:42px;height:44px;display:block; }
 }@media only screen and (max-width: 763px) { #gtgB5JM5TnsaVqTrfghHuwxRoJRupTeA { display:block; }#gtgB5JM5TnsaVqTrfghHuwxRoJRupTeA > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v63J9XKWygLTsnrh2sErK8nZwr0qCZNh { display:block; }#v63J9XKWygLTsnrh2sErK8nZwr0qCZNh > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gTZu3MdnycxhcAFoyApQ1tk3n4bTTT7m { top:87px;left:106px;width:639px;height:112px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #g9FUB1yMIak5USDrUb24shfy9mehRKnn { top:344px;left:132px;width:632px;height:;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #IiwZ7T6ZQGizp1ghVlmqq8HoVgbNSPls { top:213px;left:125px;width:639px;height:105px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #QdGSB5np6axXPC8nwBsSU2Tb3bXOQaqM { top:60px;left:0px;width:276px;height:452px;display:block; }
 }@media only screen and (max-width: 763px) { #EEP7KXb4bayhTUe12qg7lAf6bDMz9ls6 { width:383px;height:55px;top:414px;left:182px;display:none; }
 }@media only screen and (max-width: 763px) { #cyGwmVWAzIz6SLauZHlvIiDWBHFHNBEp { display:block; }
 }@media only screen and (max-width: 763px) { #lmmr3AidDpW6sGxHolzdQr702r6V7RcS { width:448px;height:55px;top:409px;left:223px;display:block; }
 }@media only screen and (max-width: 763px) { #Z223ymUyMesZMrtbiZgucHV3tQZAXiD0 { display:block; }
 }@media only screen and (max-width: 763px) { #wZocDMh7DVq0S18uQJe4t4ZOhUNsiaCt { top:332px;left:223px;width:99px;height:56px;font-size:43px;display:block; }
 }@media only screen and (max-width: 763px) { #wVII7PdnRKHrdNkRgvZ4Akm9CdMCmgrf { top:53px;left:125px;width:639px;height:;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #nXqcK35SEraQJtqQrkKkK81rIT1bmVXn { top:332px;left:333px;width:316px;height:56px;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #gAIAQvOC8r4OTPT4TRmt2zAwkqz6dxeL { top:480px;left:125px;width:639px;height:33px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #UgbUbCCKcragpypJdlEWqWEGZfGMFXHH { display:block; }#UgbUbCCKcragpypJdlEWqWEGZfGMFXHH > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G35sbmn1CW0gHqR8XSofy4qUZlUUQICB { top:317px;left:184px;width:580px;height:315px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Bzw7OfILraTwkSbTxvr5Zlv8IaDyi3ry { width:352px;height:45px;top:256px;left:282px;display:block; }
 }@media only screen and (max-width: 763px) { #f51eo2g6ZT6GN3xFs9aDV1pSHBl7p08Z { top:257px;left:282px;width:352px;height:43px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #lSvKEp55V073iLTSiJmi94yX5epqasuk { top:147px;left:0px;width:294px;height:70px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #Cb38QTrMmAos0LvdH4BELgyoT5m5wLly { width:460px;height:55px;top:1039px;left:175px;display:none; }
 }@media only screen and (max-width: 763px) { #GXiX8WMkuS6wkGiTGHLepZiC9P34BmEC { display:block; }
 }@media only screen and (max-width: 763px) { #dZiUPUs1ABp4uKifnsuPgXA0iCqz45xO { width:460px;height:55px;top:2481px;left:135px;display:none; }
 }@media only screen and (max-width: 763px) { #e2BoTZOnUbxEWbKoZz8ZKVf4pE3IGHHJ { display:block; }
 }@media only screen and (max-width: 763px) { #PyiZcCKusAW0s6neN0I80lheHNzFMz8B { width:350px;height:389px;top:280px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #amOtQDxJCN6DZcBsTJedd3lZSrGagw1z { width:346px;height:386px;top:280px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #o4J0dh5PzD9QO07fOztQBLiVO3GSEJVl { top:1254px;left:0px;width:764px;height:31px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #bn03WxMaVMQy1IVd961OhTd9B1dM6R5P { top:1181px;left:0px;width:764px;height:23px;display:block; }
 }@media only screen and (max-width: 763px) { #f7cUeaSSLaab3mB8JpCZkCFlo0TTGNVc { top:868px;left:0px;width:764px;height:85px;display:block; }
 }@media only screen and (max-width: 763px) { #TW2aShTK97XA57gTkMlFfDe0Oexiom2Q { top:881px;left:0px;width:764px;height:57px;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #SQAPZQ1SvH9mTBzTFliOPS52fbWGKIcb .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SQAPZQ1SvH9mTBzTFliOPS52fbWGKIcb .widget-text.counter-number { padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;width:42px;min-width:42px;height:43px;font-size:32px;line-height:43px;top:0px;left:0px; }
#SQAPZQ1SvH9mTBzTFliOPS52fbWGKIcb .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;width:56px;height:17px;font-size:12px;line-height:1;top:0px;left:0px; }
#SQAPZQ1SvH9mTBzTFliOPS52fbWGKIcb { display:flex;width:144px;height:81px;top:945px;left:456px; }
 }@media only screen and (max-width: 763px) { #SQAPZQ1SvH9mTBzTFliOPS52fbWGKIcb #tQUDuxcTXF89TUxRrL61GrzTkA8SQVba { display:flex;position:relative;top:0px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #SQAPZQ1SvH9mTBzTFliOPS52fbWGKIcb #BsVf9NTWOzrBF7OIQmThOb3KgqTIc76w {  }
 }@media only screen and (max-width: 763px) { #SQAPZQ1SvH9mTBzTFliOPS52fbWGKIcb #iuQf4bAwwnveq83Q417RASVfHzmNnpds {  }
 }@media only screen and (max-width: 763px) { #SQAPZQ1SvH9mTBzTFliOPS52fbWGKIcb #aGcQo2mzUrWexuF3K50OPcBhWfMA2KAr { display:flex;position:relative;top:0px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #SQAPZQ1SvH9mTBzTFliOPS52fbWGKIcb #CEWQrt1siT7niVba5mGkAptrA8tTkuPw {  }
 }@media only screen and (max-width: 763px) { #SQAPZQ1SvH9mTBzTFliOPS52fbWGKIcb #tqPsWuQTHRkdsniOLypTax3UPbvnK5ch {  }
 }@media only screen and (max-width: 763px) { #SQAPZQ1SvH9mTBzTFliOPS52fbWGKIcb #k7PuhTFWPBQP5vXxOsHQs9WW8KegQEWV { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #SQAPZQ1SvH9mTBzTFliOPS52fbWGKIcb #eleAhhV1CITpWCVxvIqWvT8e4x6B04TS {  }
 }@media only screen and (max-width: 763px) { #SQAPZQ1SvH9mTBzTFliOPS52fbWGKIcb #VcaFDqhgPVA9XkZBiTdEUT9smwATy9sa {  }
 }@media only screen and (max-width: 763px) { #SQAPZQ1SvH9mTBzTFliOPS52fbWGKIcb #VDscJ2GZ5RGTiNp2Zc5CcGTzRdWJ8Gqi { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #SQAPZQ1SvH9mTBzTFliOPS52fbWGKIcb #RVzDVv6qz7EnOZNCUrTyN9S8ii7vSisL {  }
 }@media only screen and (max-width: 763px) { #SQAPZQ1SvH9mTBzTFliOPS52fbWGKIcb #dE44cPZKzsT9ccyhd7SamDIzrSxG43sB {  }
 }@media only screen and (max-width: 763px) { #b66Tnc2dZgsPqwTE2ZJBVCTzqCGa0fw5 { top:823px;left:662px;width:102px;height:66px;display:block; }
 }@media only screen and (max-width: 763px) { #kKoTwg5B2dOCFv82yPT6EGlzK4fFSkBD { top:823px;left:642px;width:102px;height:66px;display:block; }
 }@media only screen and (max-width: 763px) { #FNi99VlJTC2P8SIghKopBuH83rxlhLTp { top:4008px;left:0px;width:320px;height:;font-size:29px;display:none; }
 }@media only screen and (max-width: 763px) { #htbgtkRRz1ckZfqt2uPJAMFQXAE5A0tB { top:332px;left:333px;width:316px;height:56px;font-size:33px;display:none; }
 }@media only screen and (max-width: 763px) { #cyUaIbuyvWx8ubnTR7nJzz0xwAOopNw7 { top:332px;left:223px;width:99px;height:56px;font-size:43px;display:none; }
 }@media only screen and (max-width: 763px) { #t6NaQn0SclkqTnNMxHQFV9gRh8kpgwER { width:618px;height:551px;display:none; }
 }@media only screen and (max-width: 763px) { #UmimJFunBhuGCSTsVgXrh9QiSkch9vSO { top:1181px;left:0px;width:764px;height:23px;display:none; }
 }@media only screen and (max-width: 763px) { #p6NSKShFvttlkJRLJlVi5w8who6yMQml { display:block; }#p6NSKShFvttlkJRLJlVi5w8who6yMQml > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bpnGvwJGNBlGCsChBvszJAHXnAFtFGQ8 { top:153px;left:0px;width:764px;height:24px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #uFrAyCw9vN72ikVAWIGzu6AwCvGh7AkC { top:17px;left:0px;width:103px;height:33px;display:block; }
 }@media only screen and (max-width: 763px) { #VM5POil61Q0xDlQTvuAwNGVoOlCaru2y { width:270px;height:30px;top:18px;left:494px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #tyJnmqC61IWp0btWT99nzO8vhPbJkpCS { top:106px;left:0px;width:764px;height:10px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#820046;background-image:none;display:block; }
#dceTWhZZqKbGT1AyS4403JE1fciEhqwy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dceTWhZZqKbGT1AyS4403JE1fciEhqwy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dceTWhZZqKbGT1AyS4403JE1fciEhqwy > .row > .video-iframe-container { display: none; }#dceTWhZZqKbGT1AyS4403JE1fciEhqwy > .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); } }@media only screen and (max-width: 763px) { #yQ64DN5Ffl7Je3T8tNCn6KUl4Ma0GlDx { background-color:#820046;background-image:none;display:block; }#yQ64DN5Ffl7Je3T8tNCn6KUl4Ma0GlDx > .row .container { background-color: transparent; background-image: none; }#yQ64DN5Ffl7Je3T8tNCn6KUl4Ma0GlDx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQ64DN5Ffl7Je3T8tNCn6KUl4Ma0GlDx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQ64DN5Ffl7Je3T8tNCn6KUl4Ma0GlDx > .row .container > .video-iframe-container { display: none; }#yQ64DN5Ffl7Je3T8tNCn6KUl4Ma0GlDx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQ64DN5Ffl7Je3T8tNCn6KUl4Ma0GlDx > .row > .video-iframe-container { display: none; }#yQ64DN5Ffl7Je3T8tNCn6KUl4Ma0GlDx > .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); }#yQ64DN5Ffl7Je3T8tNCn6KUl4Ma0GlDx > .row .container { width:320px;height:255px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NNSpqBcUk65vh4rcV0WS8rK6RSv9c09A { width:320px;height:83.1818px;top:38px;left:0px;font-size:32px;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #FDoziVDeTzMq4tbFoolmGuZP23uLHKKN .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FDoziVDeTzMq4tbFoolmGuZP23uLHKKN .widget-text.counter-number { padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;width:42px;min-width:42px;height:43px;font-size:32px;line-height:43px;top:0px;left:0px;background-color:#1c1c1c;background-image:none; }
#FDoziVDeTzMq4tbFoolmGuZP23uLHKKN .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;width:56px;height:17px;font-size:12px;line-height:1;top:0px;left:0px; }
#FDoziVDeTzMq4tbFoolmGuZP23uLHKKN { display:flex;width:144px;height:81px;top:138px;left:88px; }
 }@media only screen and (max-width: 763px) { #FDoziVDeTzMq4tbFoolmGuZP23uLHKKN #MdbeSf4KC3F97dvHWaXUsfqW3slxBCib { display:flex;position:relative;top:0px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #FDoziVDeTzMq4tbFoolmGuZP23uLHKKN #FW1zzrT91tBLZPvPzuZybgzfPR4sw17i {  }
 }@media only screen and (max-width: 763px) { #FDoziVDeTzMq4tbFoolmGuZP23uLHKKN #hyxmOaCtyyuWh6i6tT3k1baKTXwKEIW4 {  }
 }@media only screen and (max-width: 763px) { #FDoziVDeTzMq4tbFoolmGuZP23uLHKKN #MZyWcoRPe6fSvCU6oWZgMwP4XOcp4WPI { display:flex;position:relative;top:0px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #FDoziVDeTzMq4tbFoolmGuZP23uLHKKN #LcUy2laviDqARItJqDpNpvWESdX9N8sK {  }
 }@media only screen and (max-width: 763px) { #FDoziVDeTzMq4tbFoolmGuZP23uLHKKN #LhZM4U8husyqWiKu6lfnV1wZ49qvGZkK {  }
 }@media only screen and (max-width: 763px) { #FDoziVDeTzMq4tbFoolmGuZP23uLHKKN #MIMdisZQe9mgyKN0aHinukqKRZSVE7x7 { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #FDoziVDeTzMq4tbFoolmGuZP23uLHKKN #Iut8yItQJ8ELxwFTbLDdnMDt279WDJip {  }
 }@media only screen and (max-width: 763px) { #FDoziVDeTzMq4tbFoolmGuZP23uLHKKN #FcUaugLNLiVIMwPFNDKsKy7kaXpQFnGH {  }
 }@media only screen and (max-width: 763px) { #FDoziVDeTzMq4tbFoolmGuZP23uLHKKN #kx23qEbAnGerrdRZe8DRTEWmNLhsuQPK { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #FDoziVDeTzMq4tbFoolmGuZP23uLHKKN #cnQKngxNRgE2tSD4M4wT7hg1fI6lEqiZ {  }
 }@media only screen and (max-width: 763px) { #FDoziVDeTzMq4tbFoolmGuZP23uLHKKN #wqJ80ZnLhevzEq8LDMDnPazZfz0CIDZK {  }
 }@media only screen and (max-width: 763px) { #rsmIGl2UlwLbA6McVkfoJ994TzF34aut { display:block; }#rsmIGl2UlwLbA6McVkfoJ994TzF34aut > .row .container { width:320px;height:1850px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u0xi64m7BMK6DLcnzw9LW60QADu85DxW { width:320px;height:692.8124px;top:1068px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #z2OuDAlErqBIk9w3LHcuEOBFTo8AFUHe { width:320px;height:30.7969px;top:122px;left:0px;font-size:22px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #vqOdsfqrSVywFPP8Acygtmhhs9ecmexF { width:320px;height:162.386px;top:152px;left:0px;font-size:29px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #i1USrBq5bFFkTPm08hTeoTpmqeZ1Ggi2 { width:320px;height:55px;top:2150px;left:0px;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #gRITGkMe0SvKsNKPzn8yXx8eMDiwThXe { display:block; }
 }@media only screen and (max-width: 763px) { #Buv5LgcDeuaUTgOJuXF5vAofFdSvXmwT { width:320px;height:120.724px;top:913px;left:0px;font-size:23px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wIqg1usDJbPaFxuhvnAJstwMFVISK7rT { width:304px;height:55px;top:1466.34375px;left:8px;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #ckHdcJAqtgXXytT35H1T4cmqI1Gvw9fS { display:block; }
 }@media only screen and (max-width: 763px) { #C4Wkb0fm3FX3WKcKc0t1SgsoG55ebwWc { top:0px;left:118.5px;width:83px;height:83px;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #wwxFBm3hScWq3MkTtZEKD6rZDccyC473 { width:320px;height:367.55667506297px;top:348.25px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #tde30mVFFVTTrl7VXSJNCBU7EoHAroxC { width:320px;height:0;top:1953px;left:0px;font-size:31px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #lKhADqy7fm5NZLk0fCOGKPpbeVeX8Zys { width:320px;height:0;top:2040px;left:0px;font-size:21px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #EoncPGqZr7787zcSvTwZm7xGIyLnmzbN { width:320px;height:23px;top:2091px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #iE5nJKaVb9JHB8GBuJyZuLzAzmkwhPIc { width:320px;height:55px;top:780px;left:0px;line-height:1.6;z-index:15005;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #aZvb026BNdIs7P8lQxptP8QaC6kw4TG1 { display:block; }
 }@media only screen and (max-width: 763px) { #wnWOHJIwdGIZR2aPm8qAGZCf4AiUnH7f { display:block; }#wnWOHJIwdGIZR2aPm8qAGZCf4AiUnH7f > .row .container { width:320px;height:401px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RFQKsEdCHAFw06wVCDIrZ2mpKmcoEzKe { width:320px;height:55px;top:162px;left:0px;line-height:1.6;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tmislx5gSirK62t5ZnLmy29hIoB43rWP { display:block; }
 }@media only screen and (max-width: 763px) { #IpFXdONUDxknqTSTfzXG8mDRJC8CMz5L { width:304px;height:55px;top:1466.34375px;left:8px;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #h1BegvkewQHT4SQ2QJ09IP7B1GQNDQcm { display:block; }
 }@media only screen and (max-width: 763px) { #cVFJuMRDDKm5GkBnRKvWaalPmA4n8hGA { width:320px;height:86.7614px;top:0px;left:0px;font-size:31px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sGyHEODOQVzZErQrXTin007LnLlgRQd6 { width:320px;height:29.3984px;top:87px;left:0px;font-size:21px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RWUefQSGh0QiLSqdyktdkPukmD2hADmD { width:320px;height:23px;top:316px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #SG0XPz7OyEScW66w0a7uJkDhN8NlkNnq { display:block; }#SG0XPz7OyEScW66w0a7uJkDhN8NlkNnq > .row .container { width:320px;height:2540px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GtgWJZQWEEsC3zs20z87mlwPJh0GFGqr { width:320px;height:56px;top:24px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ooW0WLdUFrzI8v5vceb2ANwAb9VqMGxx { width:320px;height:57.5938px;top:1948px;left:0px;font-size:18px;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #vXpUAe81tRkw7NmFUx6sKrzMnGruNP5b { width:304px;height:35px;top:1810px;left:8px;font-size:25px;text-align:center;text-align-last:center;line-height:01.4;display:block; }
 }@media only screen and (max-width: 763px) { #XWIn9AGdS8UZr3Gqox9nXaTeo3lHtBOH { width:320px;height:35px;top:145px;left:0px;font-size:25px;text-align:center;text-align-last:center;line-height:01.4;display:block; }
 }@media only screen and (max-width: 763px) { #enuPdAsuNLaXrbfEtFbUSZ0x0JaDJQ3T { width:34px;height:40px;top:1898px;left:143px;display:block; }
 }@media only screen and (max-width: 763px) { #Ooc6qBBp7fxe43sKkugK1SSylTprNZMp { width:320px;height:28.7969px;top:2083px;left:0px;font-size:18px;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #ZzlwJSKGbX8Gmh38RzBrbPyVb0gczpsC { width:320px;height:57.5938px;top:2195px;left:0px;font-size:18px;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #xN2T8CBv6MzfoXnZnu1MQmeA3oFQWi7W { width:320px;height:57.5938px;top:2327px;left:0px;font-size:18px;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #thTxNEao5KAXaW1bTObIEeF2MSvlErMV { width:42px;height:44px;top:1254px;left:139px;display:block; }
 }@media only screen and (max-width: 763px) { #HwTXcTfkngTdhL3sso14C73hV4Tn4Mo3 { width:205px;height:27px;top:271px;left:58px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UThC40NdavlbSLDKptEqV7ySrdiWVMms { width:34px;height:40px;top:2028px;left:143px;display:block; }
 }@media only screen and (max-width: 763px) { #TLHCMd0gTnBZdRM9tAMTNcMpgTx26RTl { width:34px;height:40px;top:2156px;left:143px;display:block; }
 }@media only screen and (max-width: 763px) { #Uak5kaqp8HlIga5Q1w0WphasUqwctAay { width:34px;height:40px;top:2288px;left:143px;display:block; }
 }@media only screen and (max-width: 763px) { #nAgaKmByRPSV0gs1xAuKdDeMOJtb5VVy { width:118px;height:27px;top:631px;left:101px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d0HZh7syv9ww3oKnyW1Ug22caIfszJBT { width:92px;height:27px;top:1002px;left:114px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PZ7L9vNtBnVdOtEVFND33yBdKEcOC37L { width:124px;height:27px;top:380px;left:98px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MH6drQXtE0gJoGh4s7uCzekt4Ra56JQE { width:231px;height:27px;top:506px;left:45px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FZv9GJZCbJKbv1sI7l9xmNcRX6WTALMO { width:126px;height:27px;top:1159px;left:97px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UbSL8lKocsPPFiEy21kFulMeiU6qRvVb { width:127px;height:27px;top:880px;left:97px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q56FNEF0L4xCXdBM1VL78uSgTyqFVARZ { width:109px;height:27px;top:752px;left:106px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xRdauk5TC7dUfTsApHcyigFdzn43B6Ln { width:226px;height:27px;top:1298px;left:47px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xzJRlUvdlJpdt5NZqOsbEb4vZ26RFxfg { width:42px;height:44px;top:1116px;left:139px;display:block; }
 }@media only screen and (max-width: 763px) { #O8kgIkdOFX9RLprtNZRxnuHTbHrS5FDy { width:42px;height:44px;top:959px;left:139px;display:block; }
 }@media only screen and (max-width: 763px) { #bbedLptiXDFIpWzbsASu4PoyayXXah2v { width:42px;height:44px;top:588px;left:139px;display:block; }
 }@media only screen and (max-width: 763px) { #XNXCMvmn8JVFo3AeIA07M54lXqKBxHml { width:42px;height:44px;top:463px;left:139px;display:block; }
 }@media only screen and (max-width: 763px) { #loeuvv2fa0Kgg4w98gPP9igFEToNbLTz { width:42px;height:44px;top:837px;left:139px;display:block; }
 }@media only screen and (max-width: 763px) { #J7kJUkbTygAaSwfOxqIxNad66rvK9sKe { width:42px;height:44px;top:228px;left:139px;display:block; }
 }@media only screen and (max-width: 763px) { #Kk6JqCNsvgrQN1EouFOdggZO2cbeQqdv { width:42px;height:44px;top:709px;left:139px;display:block; }
 }@media only screen and (max-width: 763px) { #HD1S8nE8VeqHD9OUJ2C4fMEUpouv25vi { width:42px;height:44px;top:337px;left:139px;display:block; }
 }@media only screen and (max-width: 763px) { #WbGpup1venDXapT35Tb8ThzLcPJIQyHG { width:308px;height:1542px;top:157px;left:0px;z-index:14991;border-top:6px solid #3c3c3c;border-left:6px solid #3c3c3c;border-right:6px solid #3c3c3c;border-bottom:6px solid #3c3c3c;display:block; }
 }@media only screen and (max-width: 763px) { #TJokeilEQaXTmWTrHbQTSvNrVSksZnVO { width:308px;height:45px;top:134px;left:0px;z-index:14991;border-top:6px solid #3c3c3c;border-left:6px solid #3c3c3c;border-right:6px solid #3c3c3c;border-bottom:6px solid #3c3c3c;display:block; }
 }@media only screen and (max-width: 763px) { #amBtHPTrRVwqsBmCsqu38nuBQ6CUitiI { width:308px;height:45px;top:1798px;left:0px;z-index:14991;border-top:6px solid #3c3c3c;border-left:6px solid #3c3c3c;border-right:6px solid #3c3c3c;border-bottom:6px solid #3c3c3c;display:block; }
 }@media only screen and (max-width: 763px) { #S8egTis6z9uGBTqGSHVM2cm4WKWSG2Vi { width:308px;height:572px;top:1844px;left:0px;z-index:14990;border-top:6px solid #3c3c3c;border-left:6px solid #3c3c3c;border-right:6px solid #3c3c3c;border-bottom:6px solid #3c3c3c;display:block; }
 }@media only screen and (max-width: 763px) { #szHlF865QdlegbtxTDQfqItC34OHugiR { width:231px;height:27px;top:1454px;left:45px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WUKBKhwCgIRebem2MOyBIRDqrzspGgiu { width:100px;height:27px;top:1598px;left:110px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bgSKGxv2gp2GSX3GWiqJoXV39UA1TuNR { width:42px;height:44px;top:1390px;left:140px;display:block; }
 }@media only screen and (max-width: 763px) { #yBv6MqoabNfcdBrEfw9fq0WGkeXEyzRQ { width:42px;height:44px;top:1534px;left:139px;display:block; }
 }@media only screen and (max-width: 763px) { #gtgB5JM5TnsaVqTrfghHuwxRoJRupTeA { display:block; }#gtgB5JM5TnsaVqTrfghHuwxRoJRupTeA > .row .container { width:320px;height:100px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v63J9XKWygLTsnrh2sErK8nZwr0qCZNh { display:block; }#v63J9XKWygLTsnrh2sErK8nZwr0qCZNh > .row .container { width:320px;height:1388px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gTZu3MdnycxhcAFoyApQ1tk3n4bTTT7m { width:320px;height:179.205px;top:63px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g9FUB1yMIak5USDrUb24shfy9mehRKnn { width:280px;height:56px;top:956px;left:20px;font-size:20px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #IiwZ7T6ZQGizp1ghVlmqq8HoVgbNSPls { width:320px;height:210px;top:823px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QdGSB5np6axXPC8nwBsSU2Tb3bXOQaqM { width:320px;height:528px;top:277px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #EEP7KXb4bayhTUe12qg7lAf6bDMz9ls6 { width:266px;height:55px;top:1178px;left:27px;z-index:15004;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cyGwmVWAzIz6SLauZHlvIiDWBHFHNBEp { display:block; }
 }@media only screen and (max-width: 763px) { #lmmr3AidDpW6sGxHolzdQr702r6V7RcS { width:304px;height:55px;top:1046.78125px;left:8px;display:none; }
 }@media only screen and (max-width: 763px) { #Z223ymUyMesZMrtbiZgucHV3tQZAXiD0 { display:block; }
 }@media only screen and (max-width: 763px) { #wZocDMh7DVq0S18uQJe4t4ZOhUNsiaCt { width:109px;height:60.1953px;top:1056px;left:9px;font-size:43px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wVII7PdnRKHrdNkRgvZ4Akm9CdMCmgrf { width:320px;height:35px;top:28px;left:0px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nXqcK35SEraQJtqQrkKkK81rIT1bmVXn { width:200px;height:46.1953px;top:1064px;left:122px;font-size:33px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gAIAQvOC8r4OTPT4TRmt2zAwkqz6dxeL { width:320px;height:66.5057px;top:1273px;left:0px;font-size:19px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UgbUbCCKcragpypJdlEWqWEGZfGMFXHH { display:block; }#UgbUbCCKcragpypJdlEWqWEGZfGMFXHH > .row .container { width:320px;height:2468px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G35sbmn1CW0gHqR8XSofy4qUZlUUQICB { width:320px;height:535.3549px;top:650px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Bzw7OfILraTwkSbTxvr5Zlv8IaDyi3ry { width:320px;height:45px;top:585px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #f51eo2g6ZT6GN3xFs9aDV1pSHBl7p08Z { width:320px;height:43.75px;top:586px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #lSvKEp55V073iLTSiJmi94yX5epqasuk { width:294px;height:56px;top:131px;left:13px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cb38QTrMmAos0LvdH4BELgyoT5m5wLly { width:304px;height:55px;top:3960px;left:8px;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #GXiX8WMkuS6wkGiTGHLepZiC9P34BmEC { display:block; }
 }@media only screen and (max-width: 763px) { #dZiUPUs1ABp4uKifnsuPgXA0iCqz45xO { width:320px;height:55px;top:2094px;left:0px;z-index:15007;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #e2BoTZOnUbxEWbKoZz8ZKVf4pE3IGHHJ { display:block; }
 }@media only screen and (max-width: 763px) { #PyiZcCKusAW0s6neN0I80lheHNzFMz8B { width:320px;height:355.65714285714px;top:206px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #amOtQDxJCN6DZcBsTJedd3lZSrGagw1z { width:320px;height:356.992px;top:205px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #o4J0dh5PzD9QO07fOztQBLiVO3GSEJVl { width:320px;height:94.4744px;top:2309px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bn03WxMaVMQy1IVd961OhTd9B1dM6R5P { width:320px;height:23px;top:1254px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #f7cUeaSSLaab3mB8JpCZkCFlo0TTGNVc { width:320px;height:414px;top:4231.640625px;left:0px;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #TW2aShTK97XA57gTkMlFfDe0Oexiom2Q { width:320px;height:0;top:4254.265625px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #SQAPZQ1SvH9mTBzTFliOPS52fbWGKIcb .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#SQAPZQ1SvH9mTBzTFliOPS52fbWGKIcb .widget-text.counter-number { padding-top:10.47px;padding-right:9.26px;padding-bottom:10.47px;padding-left:9.26px;width:55.57px;min-width:55.57px;height:56.27px;font-size:41.88px;line-height:56.27px;top:0px;left:0px;background-color:#820046;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#SQAPZQ1SvH9mTBzTFliOPS52fbWGKIcb .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:6.54px;margin-right:0;margin-bottom:0;margin-left:0;width:74.1px;height:22.25px;font-size:15.7px;line-height:22.25px;top:0px;left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#SQAPZQ1SvH9mTBzTFliOPS52fbWGKIcb { display:flex;width:180px;height:106px;top:1524px;left:65px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #SQAPZQ1SvH9mTBzTFliOPS52fbWGKIcb #tQUDuxcTXF89TUxRrL61GrzTkA8SQVba { display:flex;position:relative;top:0px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #SQAPZQ1SvH9mTBzTFliOPS52fbWGKIcb #BsVf9NTWOzrBF7OIQmThOb3KgqTIc76w {  }
 }@media only screen and (max-width: 763px) { #SQAPZQ1SvH9mTBzTFliOPS52fbWGKIcb #iuQf4bAwwnveq83Q417RASVfHzmNnpds {  }
 }@media only screen and (max-width: 763px) { #SQAPZQ1SvH9mTBzTFliOPS52fbWGKIcb #aGcQo2mzUrWexuF3K50OPcBhWfMA2KAr { display:flex;position:relative;top:0px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #SQAPZQ1SvH9mTBzTFliOPS52fbWGKIcb #CEWQrt1siT7niVba5mGkAptrA8tTkuPw {  }
 }@media only screen and (max-width: 763px) { #SQAPZQ1SvH9mTBzTFliOPS52fbWGKIcb #tqPsWuQTHRkdsniOLypTax3UPbvnK5ch {  }
 }@media only screen and (max-width: 763px) { #SQAPZQ1SvH9mTBzTFliOPS52fbWGKIcb #k7PuhTFWPBQP5vXxOsHQs9WW8KegQEWV { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #SQAPZQ1SvH9mTBzTFliOPS52fbWGKIcb #eleAhhV1CITpWCVxvIqWvT8e4x6B04TS {  }
 }@media only screen and (max-width: 763px) { #SQAPZQ1SvH9mTBzTFliOPS52fbWGKIcb #VcaFDqhgPVA9XkZBiTdEUT9smwATy9sa {  }
 }@media only screen and (max-width: 763px) { #SQAPZQ1SvH9mTBzTFliOPS52fbWGKIcb #VDscJ2GZ5RGTiNp2Zc5CcGTzRdWJ8Gqi { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #SQAPZQ1SvH9mTBzTFliOPS52fbWGKIcb #RVzDVv6qz7EnOZNCUrTyN9S8ii7vSisL {  }
 }@media only screen and (max-width: 763px) { #SQAPZQ1SvH9mTBzTFliOPS52fbWGKIcb #dE44cPZKzsT9ccyhd7SamDIzrSxG43sB {  }
 }@media only screen and (max-width: 763px) { #b66Tnc2dZgsPqwTE2ZJBVCTzqCGa0fw5 { width:102px;height:66px;top:4436px;left:130px;display:none; }
 }@media only screen and (max-width: 763px) { #kKoTwg5B2dOCFv82yPT6EGlzK4fFSkBD { width:102px;height:66px;top:4436px;left:130px;display:none; }
 }@media only screen and (max-width: 763px) { #FNi99VlJTC2P8SIghKopBuH83rxlhLTp { width:320px;height:121.79px;top:1360px;left:0px;font-size:29px;text-align:center;text-align-last:center;z-index:15007;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #htbgtkRRz1ckZfqt2uPJAMFQXAE5A0tB { width:200px;height:46.1953px;top:2017px;left:115px;font-size:33px;text-align:left;text-align-last:left;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #cyUaIbuyvWx8ubnTR7nJzz0xwAOopNw7 { width:109px;height:60.1953px;top:2010px;left:5px;font-size:43px;text-align:center;text-align-last:center;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #t6NaQn0SclkqTnNMxHQFV9gRh8kpgwER { top:1702px;left:0px;width:320px;height:285px;z-index:15191;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UmimJFunBhuGCSTsVgXrh9QiSkch9vSO { width:320px;height:23px;top:2230px;left:0px;z-index:15190;display:block; }
 }@media only screen and (max-width: 763px) { #p6NSKShFvttlkJRLJlVi5w8who6yMQml { display:block; }#p6NSKShFvttlkJRLJlVi5w8who6yMQml > .row .container { width:320px;height:190px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bpnGvwJGNBlGCsChBvszJAHXnAFtFGQ8 { width:320px;height:auto;top:153px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #uFrAyCw9vN72ikVAWIGzu6AwCvGh7AkC { width:103px;height:33px;top:61px;left:108px;display:block; }
 }@media only screen and (max-width: 763px) { #VM5POil61Q0xDlQTvuAwNGVoOlCaru2y { width:270px;height:28.7784px;top:136px;left:25px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #tyJnmqC61IWp0btWT99nzO8vhPbJkpCS { width:320px;height:10px;top:184px;left:0px;display:none; }
 }