.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;
}body { background-color:#f60182;background-image:url("https://images.assets-landingi.com/uc/9cf0519d-b6c0-42dc-bb04-27967e62be3c/2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#iyuH4SO7ci1zIErNOIyngrBTABZQXOuL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iyuH4SO7ci1zIErNOIyngrBTABZQXOuL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iyuH4SO7ci1zIErNOIyngrBTABZQXOuL > .row > .video-iframe-container { display: none; }#iyuH4SO7ci1zIErNOIyngrBTABZQXOuL > .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); }#ui07xbHQDmXrHh1EeLi2LFBIw4FuGcO6 { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ui07xbHQDmXrHh1EeLi2LFBIw4FuGcO6 > .row .container { background-color: transparent; background-image: none; }#ui07xbHQDmXrHh1EeLi2LFBIw4FuGcO6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ui07xbHQDmXrHh1EeLi2LFBIw4FuGcO6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ui07xbHQDmXrHh1EeLi2LFBIw4FuGcO6 > .row .container > .video-iframe-container { display: none; }#ui07xbHQDmXrHh1EeLi2LFBIw4FuGcO6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ui07xbHQDmXrHh1EeLi2LFBIw4FuGcO6 > .row > .video-iframe-container { display: none; }#ui07xbHQDmXrHh1EeLi2LFBIw4FuGcO6 > .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); }#ui07xbHQDmXrHh1EeLi2LFBIw4FuGcO6 > .row .container { border-width: 0; border-radius: 0; }#ui07xbHQDmXrHh1EeLi2LFBIw4FuGcO6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ui07xbHQDmXrHh1EeLi2LFBIw4FuGcO6 > .row .container { width:1200px;height:732px;font-size:14px;font-family:montserrat;position:relative;display:block; }#ZBxMPAc0aU3Fm7t5NSxVgEpWJJ6aFpz8 { display:block;width:572px;position:absolute;font-family:"playfair display";font-size:80px;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:195px;left:0px;height:88px;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 .widget-form-header {  }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:14px;font-weight:700;color:#000000;width:420px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:center;text-align-last:center;font-style:normal; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 .widget-input-text { border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;background-color:#ffffff;background-image:none;border-top:2px solid #000000;border-left:2px solid #000000;border-right:2px solid #000000;border-bottom:2px solid #000000;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:420px;box-sizing:border-box;height:50px;color:#000000;font-size:16px;overflow:hidden;font-family:montserrat;vertical-align:top;box-shadow: none;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 .widget-input-text {padding-top: 0; padding-bottom: 0;}#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 .widget-textarea { border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;background-color:#ffffff;background-image:none;border-top:2px solid #000000;border-left:2px solid #000000;border-right:2px solid #000000;border-bottom:2px solid #000000;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:420px;box-sizing:border-box;height:70px;color:#000000;font-size:16px;overflow:hidden;font-family:montserrat;vertical-align:top;box-shadow: none;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 .widget-input-select { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;background-color:transparent;background-image:none;border-top:2px solid rgba(242,249,255,0.4);border-right:2px solid rgba(242,249,255,0.4);border-bottom:2px solid rgba(242,249,255,0.4);border-left:2px solid rgba(242,249,255,0.4);padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:420px;box-sizing:border-box;height:41px;color:#ffffff;font-family:montserrat;font-size:13px;overflow:hidden;vertical-align:top; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 .widget-input-select {padding-top: 0; padding-bottom: 0;}#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 .widget-input-button { border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;background-color:#fafb00;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:23px;font-weight:400;color:#000000;width:420px;height:65px;font-family:montserrat;overflow:hidden;font-style:normal;box-shadow: none; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 [class*="-text"]:-moz-placeholder { color:rgba(0,0,0,0.25);font-family:montserrat;font-size:15px;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 [class*="-text"]::-moz-placeholder { color:rgba(0,0,0,0.25);font-family:montserrat;font-size:15px;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 [class*="-text"]:-ms-input-placeholder { color:rgba(0,0,0,0.25);font-family:montserrat;font-size:15px;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 [class*="-text"]::-webkit-input-placeholder { color:rgba(0,0,0,0.25);font-family:montserrat;font-size:15px;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:montserrat;font-size:12px;font-weight:400;color:#000000;vertical-align:top;width:403px;overflow:hidden;font-style:normal;line-height:1.4;text-align:left;text-align-last:left; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:montserrat;font-size:12px;font-weight:400;color:#f2f9ff;overflow:hidden;font-style:normal;line-height:1.3; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 .widget-container { padding-top:13px;padding-right:0;padding-bottom:12px;padding-left:0;width:100%;font-size:0;height:auto; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 .widget-container:first-of-type{padding-top:0;}#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 .widget-container:last-of-type{padding-bottom:0;}#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82  { background-color:rgba(255,255,255,0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:420px;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:740.00001525879px;top:141.58750915527px;z-index:15018;position:absolute;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:420px;display:block;vertical-align:top; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 .widget-info-text { display:block;height:auto;font-family:montserrat;font-size:12px;line-height:1.3;font-weight:300;color:#f2f9ff;vertical-align:top;overflow:hidden;font-style:normal; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 {display:block;}#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 { background-color:rgba(255,255,255,0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:420px;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:740.00001525879px;top:141.58750915527px;z-index:15018;position:absolute;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #bTnnXPnh69ixtVIp15oJMDWHwwvkoNJy { position:relative; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #RBG5iv6y6EKZbVnVnTDBE5TTeEsSimfl { position:relative;display:block; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #zOGv2sPnSE3AzMXhZW99LhtADAsMTg6f { position:relative; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #r7gzmwd8QKkU19XZ8avrTo7vO9pQXCON { position:relative; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #aNU9RyPKZzpZAJJzo0qB36Rhf5s7pZ76 { position:relative;display:block; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #PHWae1EwPqcBAuFgWB0M98c0flyaXeXf { position:relative; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #F9rme6ffKfPQOL0yfwqaXv3yeIwbOG8P { position:relative; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #sdoWvikAKG0UORBoebemezvMOgJTTRZ2 { position:relative;display:block; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #Z2wibdMbXP9QPqXiCqDTe4VVdTqpdtyS { position:relative; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #JvKxITZmR3tWFsOKBr4Q40hcNZsNdarH { position:relative; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #aLea5emUklkmTW91RJvPIASogcFRBD8w { position:relative;z-index:2; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #L4m8lEJiMxUAWA8vdRo6ga5gEr4QRz3r { position:relative; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #EQfwcObu38GE0FEKeZ8KJyE0aU1plV1b { position:relative; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #CdolRbtBXoIcAWNIT1Zttis7gsOezu4b { position:relative; }
#QOgKysa9rTssRnLlHPDHkVADwoqPchz7 { display:block;width:500px;position:absolute;font-family:montserrat;font-size:20px;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:314px;left:36px;height:44px;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;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#zcgD7dZsdwpf11z5VuwPxtFvbbzMBodB { display:block;width:434px;position:absolute;font-family:montserrat;font-size:22px;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:450px;left:69px;height:61.6px;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dR8uXaMHPX33uu5wfgC0zJEkf2XcQTzO { display:block;width:330px;position:absolute;font-family:montserrat;font-size:20px;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:394.80001831055px;left:120.98750305176px;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;color:#fafb00;text-align:center;text-align-last:center;display:block; }
#Tg9Fz3sTHPAWoFRNMR61msPO8KgAzkIq { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:91px;width:91px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:334px;left:555.00001525879px; }
#TdcxfgELdqMT5FyWT7TAdcmcVJ8JhPP1 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:91px;width:147px;top:64px;left:212.48750305176px;overflow:hidden;display:block; }
#tJLMa930drr9asrX1wK0rfQc0c56AB2q { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#pKn2SeCGQEQyNZM8qGSoOiOqyGphC8vp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9007f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pKn2SeCGQEQyNZM8qGSoOiOqyGphC8vp > .row .container { background-color: transparent; background-image: none; }#pKn2SeCGQEQyNZM8qGSoOiOqyGphC8vp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pKn2SeCGQEQyNZM8qGSoOiOqyGphC8vp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pKn2SeCGQEQyNZM8qGSoOiOqyGphC8vp > .row .container > .video-iframe-container { display: none; }#pKn2SeCGQEQyNZM8qGSoOiOqyGphC8vp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pKn2SeCGQEQyNZM8qGSoOiOqyGphC8vp > .row > .video-iframe-container { display: none; }#pKn2SeCGQEQyNZM8qGSoOiOqyGphC8vp > .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); }#pKn2SeCGQEQyNZM8qGSoOiOqyGphC8vp > .row .container { border-width: 0; border-radius: 0; }#pKn2SeCGQEQyNZM8qGSoOiOqyGphC8vp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pKn2SeCGQEQyNZM8qGSoOiOqyGphC8vp > .row .container { font-size:14px;font-family:arial;height:62px;width:1200px;position:relative;display:block; }#T0ODJMF3dsSNeMmRdy721VdfTfWNp6BZ { display:block;width:1200px;position:absolute;font-family:montserrat;font-size:22px;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:15.600036621094px;left:0px;height:30.8px;color:#000000;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dWIMJlfGeF2bsOmZyzT80ttD0EsUE3Nm { display:block;width:1200px;position:absolute;font-family:montserrat;font-size:22px;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:15.600036621094px;left:0px;height:30.8px;color:#000000;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#swVImrTwyhNCfrwuEfAbtxeUk2BoUGEh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#swVImrTwyhNCfrwuEfAbtxeUk2BoUGEh > .row .container { background-color: transparent; background-image: none; }#swVImrTwyhNCfrwuEfAbtxeUk2BoUGEh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#swVImrTwyhNCfrwuEfAbtxeUk2BoUGEh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#swVImrTwyhNCfrwuEfAbtxeUk2BoUGEh > .row .container > .video-iframe-container { display: none; }#swVImrTwyhNCfrwuEfAbtxeUk2BoUGEh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#swVImrTwyhNCfrwuEfAbtxeUk2BoUGEh > .row > .video-iframe-container { display: none; }#swVImrTwyhNCfrwuEfAbtxeUk2BoUGEh > .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); }#swVImrTwyhNCfrwuEfAbtxeUk2BoUGEh > .row .container { border-width: 0; border-radius: 0; }#swVImrTwyhNCfrwuEfAbtxeUk2BoUGEh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#swVImrTwyhNCfrwuEfAbtxeUk2BoUGEh > .row .container { font-size:14px;font-family:arial;height:361px;width:1200px;position:relative;display:block; }#Q2ARhk98NcotiIT6vm8ugUWyvzFsfE8w { display:block;width:398px;position:absolute;font-family:montserrat;font-size:20px;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:204px;left:101px;height:90px;color:#000000;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; }
#s6W3L09PoSpgI5lrgmT503TSoe7XGMnE { display:block;width:383px;position:absolute;font-family:montserrat;font-size:20px;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:204px;left:708.50001525879px;height:90px;color:#000000;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; }
#yS3zHBlr5d85QbrEaI0RMSyoswZvESFR { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:90px;width:109px;top:67px;left:245px;overflow:hidden;display:block; }
#x6mqqKkTO57dghcHkxKkht1HwsqDe9ys { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:106px;width:61px;top:59px;left:869.50001525879px;overflow:hidden;display:block; }
#oMJDgwqUP2FDPJ6DrTEWQchMwbxxqurN { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#b00076;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oMJDgwqUP2FDPJ6DrTEWQchMwbxxqurN > .row .container { background-color: transparent; background-image: none; }#oMJDgwqUP2FDPJ6DrTEWQchMwbxxqurN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oMJDgwqUP2FDPJ6DrTEWQchMwbxxqurN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oMJDgwqUP2FDPJ6DrTEWQchMwbxxqurN > .row .container > .video-iframe-container { display: none; }#oMJDgwqUP2FDPJ6DrTEWQchMwbxxqurN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oMJDgwqUP2FDPJ6DrTEWQchMwbxxqurN > .row > .video-iframe-container { display: none; }#oMJDgwqUP2FDPJ6DrTEWQchMwbxxqurN > .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); }#oMJDgwqUP2FDPJ6DrTEWQchMwbxxqurN > .row .container { border-width: 0; border-radius: 0; }#oMJDgwqUP2FDPJ6DrTEWQchMwbxxqurN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oMJDgwqUP2FDPJ6DrTEWQchMwbxxqurN > .row .container { font-size:14px;font-family:montserrat;height:108px;width:1200px;position:relative;display:block; }#pT1OoMNQTEJyk9NOTkyhURk6G4N1W94O { display:block;width:852px;position:absolute;font-family:montserrat;font-size:35px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:31.25px;left:173.98750305176px;height:45.5px;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;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#dW8QlHnbeHpqi1Hm0IWo2phxJ8EUuSyi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b00076;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dW8QlHnbeHpqi1Hm0IWo2phxJ8EUuSyi > .row .container { background-color: transparent; background-image: none; }#dW8QlHnbeHpqi1Hm0IWo2phxJ8EUuSyi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dW8QlHnbeHpqi1Hm0IWo2phxJ8EUuSyi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dW8QlHnbeHpqi1Hm0IWo2phxJ8EUuSyi > .row .container > .video-iframe-container { display: none; }#dW8QlHnbeHpqi1Hm0IWo2phxJ8EUuSyi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dW8QlHnbeHpqi1Hm0IWo2phxJ8EUuSyi > .row > .video-iframe-container { display: none; }#dW8QlHnbeHpqi1Hm0IWo2phxJ8EUuSyi > .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); }#dW8QlHnbeHpqi1Hm0IWo2phxJ8EUuSyi > .row .container { border-width: 0; border-radius: 0; }#dW8QlHnbeHpqi1Hm0IWo2phxJ8EUuSyi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dW8QlHnbeHpqi1Hm0IWo2phxJ8EUuSyi > .row .container { font-size:14px;font-family:arial;height:340px;width:1200px;position:relative;display:block; }#ZGKTz12mBKQqoQz4x7X4LckUoTQQDVPk { display:block;width:225px;position:absolute;font-family:montserrat;font-size:17px;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:176px;left:87.5px;height:51px;color:#000000;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; }
#rWNc7WhIZIkOsF22ThIqGfFLFL9TGm1P { display:block;width:234px;position:absolute;font-family:montserrat;font-size:17px;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:176px;left:483.00001525879px;height:76.5px;color:#000000;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; }
#zzJ4aqKCG5pPcLvHHPnz3TTOKuqqfziZ { display:block;width:236px;position:absolute;font-family:montserrat;font-size:17px;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:176px;left:882.00001525879px;height:76.5px;color:#000000;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; }
#ySeFf4VMvl5J5pZLpixpc1Bi22h2T2aI { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:85.800003051758px;left:975.00001525879px; }
#JVT7s31HfaTtsgQKb1keWeDrRrEDsfhb { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:85.800018310547px;left:174.98750305176px; }
#KsQlXr6mPLaFxwlCHwd3P8dQ7JWkfqtb { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:85.800018310547px;left:575.00001525879px; }
#FkZHyFR9i01hc4ONrhOGT5zkA0qqAmMn { box-sizing:content-box;height:266px;width:258px;position:absolute;display:block;z-index:15003;background-color:rgba(255,255,255,0.75);background-image:none;top:36.5px;left:71px;border-top-right-radius:50px;border-bottom-right-radius:50px;border-bottom-left-radius:50px;border-top-left-radius:50px;display:block; }
#Xy6S3sZM6PvDzxrkXAaCnB1urbg3NrX7 { box-sizing:content-box;height:80px;width:80px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15004;background-color:#fafb00;background-image:none;top:70.800018310547px;left:159.98750305176px;display:block; }
#tbKmIGi4g8rCdDTrLhEnIbkhLGOZDm1D { box-sizing:content-box;height:80px;width:80px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15002;background-color:#fafb00;background-image:none;top:70.800018310547px;left:560.00001525879px;display:block; }
#evEOoP8ScDrLgcMToRw1hUGE7U5OvGsx { box-sizing:content-box;height:266px;width:258px;position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,0.75);background-image:none;top:37px;left:471.00001525879px;border-top-right-radius:50px;border-bottom-right-radius:50px;border-bottom-left-radius:50px;border-top-left-radius:50px;display:block; }
#dr5wUd1CXM7uRe0n5eAP6PGC7SZy2wG4 { box-sizing:content-box;height:266px;width:258px;position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.75);background-image:none;top:37px;left:871.00001525879px;border-top-right-radius:50px;border-bottom-right-radius:50px;border-bottom-left-radius:50px;border-top-left-radius:50px;display:block; }
#V5d7fF4Fg98hJ78fxLnXN1PZQ5hdtWTa { box-sizing:content-box;height:80px;width:80px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15003;background-color:#fafb00;background-image:none;top:70.800003051758px;left:960.00001525879px;display:block; }
#JG4zW9KBlwgiT1byfMvNPry2bTdFofNy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b00076;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JG4zW9KBlwgiT1byfMvNPry2bTdFofNy > .row .container { background-color: transparent; background-image: none; }#JG4zW9KBlwgiT1byfMvNPry2bTdFofNy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JG4zW9KBlwgiT1byfMvNPry2bTdFofNy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JG4zW9KBlwgiT1byfMvNPry2bTdFofNy > .row .container > .video-iframe-container { display: none; }#JG4zW9KBlwgiT1byfMvNPry2bTdFofNy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JG4zW9KBlwgiT1byfMvNPry2bTdFofNy > .row > .video-iframe-container { display: none; }#JG4zW9KBlwgiT1byfMvNPry2bTdFofNy > .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); }#JG4zW9KBlwgiT1byfMvNPry2bTdFofNy > .row .container { border-width: 0; border-radius: 0; }#JG4zW9KBlwgiT1byfMvNPry2bTdFofNy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JG4zW9KBlwgiT1byfMvNPry2bTdFofNy > .row .container { font-size:14px;font-family:arial;height:340px;width:1200px;position:relative;display:block; }#EQNuF8VwWTpuWEwgeyUXzXXpU7CKMpgx { display:block;width:160px;position:absolute;font-family:montserrat;font-size:17px;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:201px;left:120px;height:51px;color:#000000;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; }
#hSt5183lmq1srI4GouoqWGGN3yA5kuhD { display:block;width:179px;position:absolute;font-family:montserrat;font-size:17px;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:201px;left:510.50001525879px;height:51px;color:#000000;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; }
#Qgc3g07DfbotTdbXtEDdvTn3TrbexdtD { display:block;width:173px;position:absolute;font-family:montserrat;font-size:17px;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:201px;left:913.50001525879px;height:25.5px;color:#000000;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; }
#t8IPdpdCADDFc1M9aRQPS6Suirnp9ED8 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:105px;left:575.00001525879px; }
#RwITX1o8Oy7DV2IiKLMLhBXiRiiTQvqe { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:105px;left:174.98750305176px; }
#uBXAu1Z3yaHXbDESRDBJPiAeiOk7UTya { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:105px;left:975.00001525879px; }
#bZ4DhSER40vs0d11BAZ1iGZkiRCcA6EZ { box-sizing:content-box;height:266px;width:258px;position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.75);background-image:none;top:37px;left:71px;border-top-right-radius:50px;border-bottom-right-radius:50px;border-bottom-left-radius:50px;border-top-left-radius:50px;display:block; }
#AcGR640A1lwNaZVnoXMBm8UDyqTf9qly { box-sizing:content-box;height:266px;width:258px;position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.75);background-image:none;top:37px;left:471.00001525879px;border-top-right-radius:50px;border-bottom-right-radius:50px;border-bottom-left-radius:50px;border-top-left-radius:50px;display:block; }
#gh3uz3wnpvluupGclbUmMbJTrhb9ZWvP { box-sizing:content-box;height:266px;width:258px;position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,0.75);background-image:none;top:37px;left:871.00001525879px;border-top-right-radius:50px;border-bottom-right-radius:50px;border-bottom-left-radius:50px;border-top-left-radius:50px;display:block; }
#ihxAyGHuA03ErWKz49rqHh0uJlNzTENF { box-sizing:content-box;height:80px;width:80px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15005;background-color:#fafb00;background-image:none;top:88px;left:160px;display:block; }
#eL0sK6UgHCu78cHdo2BsTkcTUJ5Qtzzi { box-sizing:content-box;height:80px;width:80px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15006;background-color:#fafb00;background-image:none;top:88px;left:560.00001525879px;display:block; }
#ZH6CpLw79qWS1gFh4gZqSSKTPinKA4ox { box-sizing:content-box;height:80px;width:80px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15007;background-color:#fafb00;background-image:none;top:88px;left:960.00001525879px;display:block; }
#Ne2m0dzUoZmL0I6mvRcZFho5QwyTtnS1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9007f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ne2m0dzUoZmL0I6mvRcZFho5QwyTtnS1 > .row .container { background-color: transparent; background-image: none; }#Ne2m0dzUoZmL0I6mvRcZFho5QwyTtnS1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ne2m0dzUoZmL0I6mvRcZFho5QwyTtnS1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ne2m0dzUoZmL0I6mvRcZFho5QwyTtnS1 > .row .container > .video-iframe-container { display: none; }#Ne2m0dzUoZmL0I6mvRcZFho5QwyTtnS1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ne2m0dzUoZmL0I6mvRcZFho5QwyTtnS1 > .row > .video-iframe-container { display: none; }#Ne2m0dzUoZmL0I6mvRcZFho5QwyTtnS1 > .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); }#Ne2m0dzUoZmL0I6mvRcZFho5QwyTtnS1 > .row .container { border-width: 0; border-radius: 0; }#Ne2m0dzUoZmL0I6mvRcZFho5QwyTtnS1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ne2m0dzUoZmL0I6mvRcZFho5QwyTtnS1 > .row .container { font-size:14px;font-family:arial;height:62px;width:1200px;position:relative;display:block; }#Ufwwn7NhQT92tG6lqGweHMN8RFanUptz { display:block;width:1200px;position:absolute;font-family:montserrat;font-size:22px;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:15.600006103516px;left:0px;height:30.8px;color:#000000;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JFcBTh7AcNz1xOt1poToqXSpqHAdThdD { display:block;width:1200px;position:absolute;font-family:montserrat;font-size:22px;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:15.600036621094px;left:0px;height:30.8px;color:#000000;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#a7twetTkWvdNACl0tnatxIrkPfrJTayr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/436c2bf4-0580-499a-8868-54b0715556c1/1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#a7twetTkWvdNACl0tnatxIrkPfrJTayr.adaptive-delivery-prevent-bg, #a7twetTkWvdNACl0tnatxIrkPfrJTayr.lazyload, #a7twetTkWvdNACl0tnatxIrkPfrJTayr.lazyloading { background-image: none; }#a7twetTkWvdNACl0tnatxIrkPfrJTayr > .row .container { background-color: transparent; background-image: none; }#a7twetTkWvdNACl0tnatxIrkPfrJTayr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7twetTkWvdNACl0tnatxIrkPfrJTayr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7twetTkWvdNACl0tnatxIrkPfrJTayr > .row .container > .video-iframe-container { display: none; }#a7twetTkWvdNACl0tnatxIrkPfrJTayr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7twetTkWvdNACl0tnatxIrkPfrJTayr > .row > .video-iframe-container { display: none; }#a7twetTkWvdNACl0tnatxIrkPfrJTayr > .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); }#a7twetTkWvdNACl0tnatxIrkPfrJTayr > .row .container { border-width: 0; border-radius: 0; }#a7twetTkWvdNACl0tnatxIrkPfrJTayr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a7twetTkWvdNACl0tnatxIrkPfrJTayr > .row .container { font-size:14px;font-family:arial;height:734px;width:1200px;position:relative;display:block; }#uQHSRXoovkkUDllCwps4xXSfgeNbb6i4 { display:block;width:610px;position:absolute;font-family:"playfair display";font-size:45px;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:68.000007629395px;left:0px;height:117px;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#fafb00;text-align:left;text-align-last:left;display:block; }
#o6bOGexwygoXwbvuFaFH0N3wNqDmlOEL { display:block;width:522px;position:absolute;font-family:montserrat;font-size:18px;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:228px;left:0px;height:;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;display:block; }#o6bOGexwygoXwbvuFaFH0N3wNqDmlOEL li:not(:first-child){ padding-top:14px;padding-right:0;padding-bottom:0;padding-left:0; }#o6bOGexwygoXwbvuFaFH0N3wNqDmlOEL li:before{  }
#pZFk0ylLvCeN5xMuJSEhVdzJuSM1FRxT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9007f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pZFk0ylLvCeN5xMuJSEhVdzJuSM1FRxT > .row .container { background-color: transparent; background-image: none; }#pZFk0ylLvCeN5xMuJSEhVdzJuSM1FRxT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pZFk0ylLvCeN5xMuJSEhVdzJuSM1FRxT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pZFk0ylLvCeN5xMuJSEhVdzJuSM1FRxT > .row .container > .video-iframe-container { display: none; }#pZFk0ylLvCeN5xMuJSEhVdzJuSM1FRxT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pZFk0ylLvCeN5xMuJSEhVdzJuSM1FRxT > .row > .video-iframe-container { display: none; }#pZFk0ylLvCeN5xMuJSEhVdzJuSM1FRxT > .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); }#pZFk0ylLvCeN5xMuJSEhVdzJuSM1FRxT > .row .container { border-width: 0; border-radius: 0; }#pZFk0ylLvCeN5xMuJSEhVdzJuSM1FRxT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pZFk0ylLvCeN5xMuJSEhVdzJuSM1FRxT > .row .container { font-size:14px;font-family:arial;height:62px;width:1200px;position:relative;display:block; }#pVss0LN72Vd9cyqhFr1zCdJH1MVqN39O { display:block;width:1200px;position:absolute;font-family:montserrat;font-size:22px;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:15.600036621094px;left:0px;height:30.8px;color:#000000;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ng19q9brxWwdxT9xKSESWXGPNsHnnx1g { display:block;width:1200px;position:absolute;font-family:montserrat;font-size:22px;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:15.600036621094px;left:0px;height:30.8px;color:#000000;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Lg0NTUrlzStG5aTmSl9pg6aTyHGmaMoP { position:relative;display:block; }#Lg0NTUrlzStG5aTmSl9pg6aTyHGmaMoP { background-color: transparent; background-image: none; }#Lg0NTUrlzStG5aTmSl9pg6aTyHGmaMoP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lg0NTUrlzStG5aTmSl9pg6aTyHGmaMoP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lg0NTUrlzStG5aTmSl9pg6aTyHGmaMoP > .row .container > .video-iframe-container { display: none; }#Lg0NTUrlzStG5aTmSl9pg6aTyHGmaMoP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lg0NTUrlzStG5aTmSl9pg6aTyHGmaMoP > .row > .video-iframe-container { display: none; }#Lg0NTUrlzStG5aTmSl9pg6aTyHGmaMoP > .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); }#Lg0NTUrlzStG5aTmSl9pg6aTyHGmaMoP { border-width: 0; border-radius: 0; }#Lg0NTUrlzStG5aTmSl9pg6aTyHGmaMoP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Lg0NTUrlzStG5aTmSl9pg6aTyHGmaMoP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:232px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HeOyFMm57brCdtgcPANdsZmUtWtBVaA8 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:160px;width:241px;top:72px;left:240px;overflow:hidden;display:block; }
#r44ZGUW1phvRKbk6e4PO302yfyZdvhkV { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:160px;width:241px;top:72px;left:480px;overflow:hidden;display:block; }
#n38oA1Ucfp4S3d0Bt7S5fRrarmw4X19S { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:160px;width:241px;top:72px;left:720px;overflow:hidden;display:block; }
#D1QdfDRUwWcTWzLNJOdrn1TMd1qLUfgw { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:160px;width:241px;top:72px;left:960px;overflow:hidden;display:block; }
#v2wZeVAUmHW2SHvJWRt8g5MPD9a6AfDd { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:160px;width:241px;top:72px;left:0px;overflow:hidden;display:block; }
#Z0psE62FWunOVpyAaUtNIhR1WwoNUCfx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Z0psE62FWunOVpyAaUtNIhR1WwoNUCfx > .row .container { background-color: transparent; background-image: none; }#Z0psE62FWunOVpyAaUtNIhR1WwoNUCfx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z0psE62FWunOVpyAaUtNIhR1WwoNUCfx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z0psE62FWunOVpyAaUtNIhR1WwoNUCfx > .row .container > .video-iframe-container { display: none; }#Z0psE62FWunOVpyAaUtNIhR1WwoNUCfx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z0psE62FWunOVpyAaUtNIhR1WwoNUCfx > .row > .video-iframe-container { display: none; }#Z0psE62FWunOVpyAaUtNIhR1WwoNUCfx > .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); }#Z0psE62FWunOVpyAaUtNIhR1WwoNUCfx > .row .container { border-width: 0; border-radius: 0; }#Z0psE62FWunOVpyAaUtNIhR1WwoNUCfx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z0psE62FWunOVpyAaUtNIhR1WwoNUCfx > .row .container { font-size:14px;font-family:arial;height:160px;width:1200px;position:relative;display:block; }#JoxzW6PRgasOGwRPSo0sBVJCv72XRzfp { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:160px;width:240px;top:0px;left:240px;overflow:hidden;display:block; }
#VQ2hI3iWeluhTsGckwbn0XiuxwQ66TI1 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:160px;width:241px;top:0px;left:480px;overflow:hidden;display:block; }
#GnJyvHGQyclObBrABl8ALavfyyNWD2pL { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:160px;width:241px;top:0px;left:720px;overflow:hidden;display:block; }
#exEgThiscWrJwm7GIOPUXxv7SCleM6mh { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:160px;width:240px;top:0px;left:960px;overflow:hidden;display:block; }
#bfFP63OZXDFq7yFzWDPcZc7OGET0L7OI { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:160px;width:241px;top:0px;left:0px;overflow:hidden;display:block; }
#D87Hi5RGKqTT4CSTh4Uag6NGUXXvgPEs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#D87Hi5RGKqTT4CSTh4Uag6NGUXXvgPEs > .row .container { background-color: transparent; background-image: none; }#D87Hi5RGKqTT4CSTh4Uag6NGUXXvgPEs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D87Hi5RGKqTT4CSTh4Uag6NGUXXvgPEs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D87Hi5RGKqTT4CSTh4Uag6NGUXXvgPEs > .row .container > .video-iframe-container { display: none; }#D87Hi5RGKqTT4CSTh4Uag6NGUXXvgPEs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D87Hi5RGKqTT4CSTh4Uag6NGUXXvgPEs > .row > .video-iframe-container { display: none; }#D87Hi5RGKqTT4CSTh4Uag6NGUXXvgPEs > .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); }#D87Hi5RGKqTT4CSTh4Uag6NGUXXvgPEs > .row .container { border-width: 0; border-radius: 0; }#D87Hi5RGKqTT4CSTh4Uag6NGUXXvgPEs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D87Hi5RGKqTT4CSTh4Uag6NGUXXvgPEs > .row .container { font-size:14px;font-family:arial;height:225px;width:1200px;position:relative;display:block; }#CXc5K4hTOzBPxreaty56TVihKpc5wO6r { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:159px;width:240px;top:0px;left:0px;overflow:hidden;display:block; }
#viFaNlmR8ZPqy48rDwtwSMvGaNwTlD0e { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:160px;width:240px;top:0px;left:240px;overflow:hidden;display:block; }
#CQnpieAWTssOztVw9RBOHp69QrBfX82k { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:159px;width:240px;top:0px;left:480px;overflow:hidden;display:block; }
#tmroqIBeGPOwPMhAN35vAszHWGhyztW8 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:159px;width:240px;top:0px;left:720px;overflow:hidden;display:block; }
#dXu1CESxefzS3U2lHCHWHzGyKp1NI9CV { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:159px;width:240px;top:0px;left:960px;overflow:hidden;display:block; }
#aD01JpwgUVcwXrPrLrIcOzPEvyaV7XpH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aD01JpwgUVcwXrPrLrIcOzPEvyaV7XpH > .row .container { background-color: transparent; background-image: none; }#aD01JpwgUVcwXrPrLrIcOzPEvyaV7XpH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aD01JpwgUVcwXrPrLrIcOzPEvyaV7XpH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aD01JpwgUVcwXrPrLrIcOzPEvyaV7XpH > .row .container > .video-iframe-container { display: none; }#aD01JpwgUVcwXrPrLrIcOzPEvyaV7XpH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aD01JpwgUVcwXrPrLrIcOzPEvyaV7XpH > .row > .video-iframe-container { display: none; }#aD01JpwgUVcwXrPrLrIcOzPEvyaV7XpH > .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); }#aD01JpwgUVcwXrPrLrIcOzPEvyaV7XpH > .row .container { border-width: 0; border-radius: 0; }#aD01JpwgUVcwXrPrLrIcOzPEvyaV7XpH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aD01JpwgUVcwXrPrLrIcOzPEvyaV7XpH > .row .container { font-size:14px;font-family:montserrat;height:619px;width:1200px;position:relative;display:block; }#ewLVB6knEqR0RgPZVo0D61TSIQAiSyfI { display:block;width:390px;position:absolute;font-family:"playfair display";font-size:45px;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:45.987480163574px;left:405.00001525879px;height:58.5px;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;color:#f60182;text-align:center;text-align-last:center;display:block; }
#dZowOxw04twhG4yUGgRmvNT9JZF1eRsF { color:#f60182;display:block;width:194px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:254px;left:970px;height:162px;text-align:center;text-align-last:center;display:block; }
#ytzknyaez6NUeH2QvXHF4DWvXi7rBxmv { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0 0 10px rgba(0,0,0,0.23) ;height:400px;width:200px;top:148.5px;left:967px;display:block; }
#CzaACD6iACWUzgT6wu22gkix6XpXH5I1 { background-color:#f60182;background-image:url("https://images.assets-landingi.com/uc/b34307bf-35fd-4cd3-9c70-3c73988a58f1/Zrzutekranu2022015o123516.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1200px;height:400px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:148.5px;left:0px;display:block; }#CzaACD6iACWUzgT6wu22gkix6XpXH5I1.adaptive-delivery-prevent-bg, #CzaACD6iACWUzgT6wu22gkix6XpXH5I1.lazyload, #CzaACD6iACWUzgT6wu22gkix6XpXH5I1.lazyloading { background-image: none; }
#C844ie3ISP08ATdCFKooyEt2kD8QB9dh { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#OevS6dJ1w7oWtnF0zK2e4TsiQeESfDAw { color:#e6007e;display:block;width:194px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:254px;left:970px;height:189px;text-align:center;text-align-last:center;display:none; }
#b5VZSgXOH1FK5gTH6xDixceOSXuHdtsV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9007f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b5VZSgXOH1FK5gTH6xDixceOSXuHdtsV > .row .container { background-color: transparent; background-image: none; }#b5VZSgXOH1FK5gTH6xDixceOSXuHdtsV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b5VZSgXOH1FK5gTH6xDixceOSXuHdtsV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b5VZSgXOH1FK5gTH6xDixceOSXuHdtsV > .row .container > .video-iframe-container { display: none; }#b5VZSgXOH1FK5gTH6xDixceOSXuHdtsV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b5VZSgXOH1FK5gTH6xDixceOSXuHdtsV > .row > .video-iframe-container { display: none; }#b5VZSgXOH1FK5gTH6xDixceOSXuHdtsV > .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); }#b5VZSgXOH1FK5gTH6xDixceOSXuHdtsV > .row .container { border-width: 0; border-radius: 0; }#b5VZSgXOH1FK5gTH6xDixceOSXuHdtsV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b5VZSgXOH1FK5gTH6xDixceOSXuHdtsV > .row .container { font-size:14px;font-family:arial;height:62px;width:1200px;position:relative;display:block; }#F5opzFT14s6gT0xIBdi5RM8s7JUFZcFb { display:block;width:1200px;position:absolute;font-family:montserrat;font-size:22px;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:15.600036621094px;left:0px;height:30.8px;color:#000000;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MlCaoQVmgRqUfIWSRh71C88r05NTnNyt { display:block;width:1200px;position:absolute;font-family:montserrat;font-size:22px;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:15.600036621094px;left:0px;height:30.8px;color:#000000;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#qPoh30DMvL37TJNdesh2fBW8aU1oOlRI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qPoh30DMvL37TJNdesh2fBW8aU1oOlRI > .row .container { background-color: transparent; background-image: none; }#qPoh30DMvL37TJNdesh2fBW8aU1oOlRI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qPoh30DMvL37TJNdesh2fBW8aU1oOlRI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qPoh30DMvL37TJNdesh2fBW8aU1oOlRI > .row .container > .video-iframe-container { display: none; }#qPoh30DMvL37TJNdesh2fBW8aU1oOlRI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qPoh30DMvL37TJNdesh2fBW8aU1oOlRI > .row > .video-iframe-container { display: none; }#qPoh30DMvL37TJNdesh2fBW8aU1oOlRI > .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); }#qPoh30DMvL37TJNdesh2fBW8aU1oOlRI > .row .container { border-width: 0; border-radius: 0; }#qPoh30DMvL37TJNdesh2fBW8aU1oOlRI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qPoh30DMvL37TJNdesh2fBW8aU1oOlRI > .row .container { font-size:14px;font-family:arial;height:115px;width:1200px;position:relative;display:block; }#HZ87LgvWJG6wMfpxHVg0CU5R7KfmeDvp { display:block;width:390px;position:absolute;font-family:"playfair display";font-size:45px;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:28.25px;left:405.00001525879px;height:58.5px;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;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#FFOPlpU8LTTOVxudRP3U4sZIVV10GaFp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FFOPlpU8LTTOVxudRP3U4sZIVV10GaFp > .row .container { background-color: transparent; background-image: none; }#FFOPlpU8LTTOVxudRP3U4sZIVV10GaFp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFOPlpU8LTTOVxudRP3U4sZIVV10GaFp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFOPlpU8LTTOVxudRP3U4sZIVV10GaFp > .row .container > .video-iframe-container { display: none; }#FFOPlpU8LTTOVxudRP3U4sZIVV10GaFp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFOPlpU8LTTOVxudRP3U4sZIVV10GaFp > .row > .video-iframe-container { display: none; }#FFOPlpU8LTTOVxudRP3U4sZIVV10GaFp > .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); }#FFOPlpU8LTTOVxudRP3U4sZIVV10GaFp > .row .container { border-width: 0; border-radius: 0; }#FFOPlpU8LTTOVxudRP3U4sZIVV10GaFp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FFOPlpU8LTTOVxudRP3U4sZIVV10GaFp > .row .container { font-size:14px;font-family:arial;height:300px;width:1200px;position:relative;display:block; }#e25IaQfZiTAQxiTTnhmRd3nsMLrUTdwa { color:#ffffff;display:block;width:268px;position:absolute;font-family:montserrat;font-size:16px;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:66px;left:466px;height:168px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZrLK6NZXbispBwWMMfE7VQ8iuHba0plX { color:#ffffff;display:block;width:286px;position:absolute;font-family:montserrat;font-size:16px;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:66px;left:57px;height:144px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eJqtqbGwTw0gypGi1r61lSlmAeSPkLU8 { color:#ffffff;display:block;width:286px;position:absolute;font-family:montserrat;font-size:16px;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:66px;left:857px;height:144px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rqTcXFhJNiFcKBoINmumyktTfCxI3CA6 { box-sizing:content-box;color:#fafb00;font-size:41px;font-weight:400;line-height:1;height:59px;width:59px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:0px;left:170.5px;display:block; }
#EdwE11L19mX9p1U5NFAP5y0EWiidRxsB { box-sizing:content-box;color:#fafb00;font-size:41px;font-weight:400;line-height:1;height:59px;width:59px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:0px;left:570.5px;display:block; }
#PJqnVTuwRBv9uvuMVyT1rwV6APlGDXe8 { box-sizing:content-box;color:#fafb00;font-size:41px;font-weight:400;line-height:1;height:59px;width:59px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:0px;left:970.5px;display:block; }
#KFSR07L8TpbNQUp8xxWBD6t8OEeKWqXI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b00076;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KFSR07L8TpbNQUp8xxWBD6t8OEeKWqXI > .row .container { background-color: transparent; background-image: none; }#KFSR07L8TpbNQUp8xxWBD6t8OEeKWqXI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KFSR07L8TpbNQUp8xxWBD6t8OEeKWqXI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KFSR07L8TpbNQUp8xxWBD6t8OEeKWqXI > .row .container > .video-iframe-container { display: none; }#KFSR07L8TpbNQUp8xxWBD6t8OEeKWqXI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KFSR07L8TpbNQUp8xxWBD6t8OEeKWqXI > .row > .video-iframe-container { display: none; }#KFSR07L8TpbNQUp8xxWBD6t8OEeKWqXI > .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); }#KFSR07L8TpbNQUp8xxWBD6t8OEeKWqXI > .row .container { border-width: 0; border-radius: 0; }#KFSR07L8TpbNQUp8xxWBD6t8OEeKWqXI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KFSR07L8TpbNQUp8xxWBD6t8OEeKWqXI > .row .container { font-size:14px;font-family:arial;height:70px;width:1200px;position:relative;display:block; }#EgiDaKzmqeec2LniT1PvFdy0mQFRFWNu { box-sizing:content-box;color:#fff500;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:10px;left:1150px;display:block; }
#qscK4LVZ8pzB3T5tBHmK3sfW3C7Qr9eN { box-sizing:content-box;color:#fff500;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:10px;left:1101px;display:block; }
#c4wV3KrZtKtls9Bio0hiNAaDZK2ADADK { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25px;width:84px;top:23px;left:103px;overflow:hidden;display:block; }
#zqcuaSmLyJqEggOUTkw1ouoani9voriU { color:#ffffff;display:block;width:92px;position:absolute;font-family:montserrat;font-size:12px;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:27px;left:0px;height:15.6px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#c5G8RtScKIxsG1xatyVks5XB30b1DI77 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17px;width:143px;top:26.5px;left:211.98750305176px;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #ui07xbHQDmXrHh1EeLi2LFBIw4FuGcO6 { display:block; }#ui07xbHQDmXrHh1EeLi2LFBIw4FuGcO6 > .row .container { width:764px;height:606px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZBxMPAc0aU3Fm7t5NSxVgEpWJJ6aFpz8 { width:748px;height:99px;top:32px;left:9px;display:block; }
 }@media only screen and (max-width: 1199px) { #wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 .widget-regular-label { width:260px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 .widget-input-text { width:260px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 .widget-input-text {padding-top: 0; padding-bottom: 0;}#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 .widget-textarea { width:260px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 .widget-input-select { width:260px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 .widget-input-select {padding-top: 0; padding-bottom: 0;}#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 .widget-input-button { width:260px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 .widget-checkbox-label { width:243px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82  { width:260px;height:auto;top:381px;left:0px; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 .radio-container { width:260px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 {display:block;}#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 { width:260px;height:auto;top:381px;left:0px; }
 }@media only screen and (max-width: 1199px) { #wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #bTnnXPnh69ixtVIp15oJMDWHwwvkoNJy {  }
 }@media only screen and (max-width: 1199px) { #wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #RBG5iv6y6EKZbVnVnTDBE5TTeEsSimfl { display:block; }
 }@media only screen and (max-width: 1199px) { #wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #zOGv2sPnSE3AzMXhZW99LhtADAsMTg6f {  }
 }@media only screen and (max-width: 1199px) { #wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #r7gzmwd8QKkU19XZ8avrTo7vO9pQXCON {  }
 }@media only screen and (max-width: 1199px) { #wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #aNU9RyPKZzpZAJJzo0qB36Rhf5s7pZ76 { display:block; }
 }@media only screen and (max-width: 1199px) { #wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #PHWae1EwPqcBAuFgWB0M98c0flyaXeXf {  }
 }@media only screen and (max-width: 1199px) { #wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #F9rme6ffKfPQOL0yfwqaXv3yeIwbOG8P {  }
 }@media only screen and (max-width: 1199px) { #wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #sdoWvikAKG0UORBoebemezvMOgJTTRZ2 { display:block; }
 }@media only screen and (max-width: 1199px) { #wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #Z2wibdMbXP9QPqXiCqDTe4VVdTqpdtyS {  }
 }@media only screen and (max-width: 1199px) { #wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #JvKxITZmR3tWFsOKBr4Q40hcNZsNdarH {  }
 }@media only screen and (max-width: 1199px) { #wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #aLea5emUklkmTW91RJvPIASogcFRBD8w {  }
 }@media only screen and (max-width: 1199px) { #wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #L4m8lEJiMxUAWA8vdRo6ga5gEr4QRz3r {  }
 }@media only screen and (max-width: 1199px) { #wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #EQfwcObu38GE0FEKeZ8KJyE0aU1plV1b {  }
 }@media only screen and (max-width: 1199px) { #wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #CdolRbtBXoIcAWNIT1Zttis7gsOezu4b {  }
 }@media only screen and (max-width: 1199px) { #QOgKysa9rTssRnLlHPDHkVADwoqPchz7 { width:748px;height:22px;top:32px;left:9px;display:block; }
 }@media only screen and (max-width: 1199px) { #zcgD7dZsdwpf11z5VuwPxtFvbbzMBodB { width:748px;height:30.7969px;top:244px;left:8px;display:block; }
 }@media only screen and (max-width: 1199px) { #dR8uXaMHPX33uu5wfgC0zJEkf2XcQTzO { width:748px;height:22px;top:32px;left:9px;display:block; }
 }@media only screen and (max-width: 1199px) { #Tg9Fz3sTHPAWoFRNMR61msPO8KgAzkIq { width:91px;height:91px;top:334px;left:337.00001525879px;display:block; }
 }@media only screen and (max-width: 1199px) { #TdcxfgELdqMT5FyWT7TAdcmcVJ8JhPP1 { width:147px;height:91px;top:64px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #tJLMa930drr9asrX1wK0rfQc0c56AB2q { width:50px;height:50px;display:none; }
 }@media only screen and (max-width: 1199px) { #pKn2SeCGQEQyNZM8qGSoOiOqyGphC8vp { display:block; }#pKn2SeCGQEQyNZM8qGSoOiOqyGphC8vp > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #T0ODJMF3dsSNeMmRdy721VdfTfWNp6BZ { width:748px;height:30.7969px;top:244px;left:8px;display:none; }
 }@media only screen and (max-width: 1199px) { #dWIMJlfGeF2bsOmZyzT80ttD0EsUE3Nm { width:748px;height:30.7969px;top:244px;left:8px;display:none; }
 }@media only screen and (max-width: 1199px) { #swVImrTwyhNCfrwuEfAbtxeUk2BoUGEh { display:block; }#swVImrTwyhNCfrwuEfAbtxeUk2BoUGEh > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Q2ARhk98NcotiIT6vm8ugUWyvzFsfE8w { width:201px;height:180px;top:77px;left:18px;display:block; }
 }@media only screen and (max-width: 1199px) { #s6W3L09PoSpgI5lrgmT503TSoe7XGMnE { width:201px;height:150px;top:77px;left:18px;display:block; }
 }@media only screen and (max-width: 1199px) { #yS3zHBlr5d85QbrEaI0RMSyoswZvESFR { width:109px;height:90px;top:67px;left:136px;display:block; }
 }@media only screen and (max-width: 1199px) { #x6mqqKkTO57dghcHkxKkht1HwsqDe9ys { width:61px;height:106px;top:59px;left:542.50001525879px;display:block; }
 }@media only screen and (max-width: 1199px) { #oMJDgwqUP2FDPJ6DrTEWQchMwbxxqurN { display:none; }#oMJDgwqUP2FDPJ6DrTEWQchMwbxxqurN > .row .container { width:764px;height:188px;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #pT1OoMNQTEJyk9NOTkyhURk6G4N1W94O { width:736px;height:130px;top:39px;left:13px;display:block; }
 }@media only screen and (max-width: 1199px) { #dW8QlHnbeHpqi1Hm0IWo2phxJ8EUuSyi { display:none; }#dW8QlHnbeHpqi1Hm0IWo2phxJ8EUuSyi > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #ZGKTz12mBKQqoQz4x7X4LckUoTQQDVPk { width:201px;height:143px;top:77px;left:18px;display:block; }
 }@media only screen and (max-width: 1199px) { #rWNc7WhIZIkOsF22ThIqGfFLFL9TGm1P { width:201px;height:143px;top:77px;left:18px;display:block; }
 }@media only screen and (max-width: 1199px) { #zzJ4aqKCG5pPcLvHHPnz3TTOKuqqfziZ { width:201px;height:143px;top:77px;left:18px;display:block; }
 }@media only screen and (max-width: 1199px) { #ySeFf4VMvl5J5pZLpixpc1Bi22h2T2aI { width:50px;height:50px;top:85px;left:610.00001525879px;display:block; }
 }@media only screen and (max-width: 1199px) { #JVT7s31HfaTtsgQKb1keWeDrRrEDsfhb { width:50px;height:50px;top:85px;left:101.98750305176px;display:block; }
 }@media only screen and (max-width: 1199px) { #KsQlXr6mPLaFxwlCHwd3P8dQ7JWkfqtb { width:50px;height:50px;top:85px;left:356.00001525879px;display:block; }
 }@media only screen and (max-width: 1199px) { #FkZHyFR9i01hc4ONrhOGT5zkA0qqAmMn { width:258px;height:266px;top:36px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #Xy6S3sZM6PvDzxrkXAaCnB1urbg3NrX7 { width:80px;height:80px;top:70px;left:86.987503051758px;display:block; }
 }@media only screen and (max-width: 1199px) { #tbKmIGi4g8rCdDTrLhEnIbkhLGOZDm1D { width:80px;height:80px;top:70px;left:341.00001525879px;display:block; }
 }@media only screen and (max-width: 1199px) { #evEOoP8ScDrLgcMToRw1hUGE7U5OvGsx { width:258px;height:266px;top:37px;left:250px;display:block; }
 }@media only screen and (max-width: 1199px) { #dr5wUd1CXM7uRe0n5eAP6PGC7SZy2wG4 { width:258px;height:266px;top:37px;left:504px;display:block; }
 }@media only screen and (max-width: 1199px) { #V5d7fF4Fg98hJ78fxLnXN1PZQ5hdtWTa { width:80px;height:80px;top:70px;left:595.00001525879px;display:block; }
 }@media only screen and (max-width: 1199px) { #JG4zW9KBlwgiT1byfMvNPry2bTdFofNy { display:none; }#JG4zW9KBlwgiT1byfMvNPry2bTdFofNy > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #EQNuF8VwWTpuWEwgeyUXzXXpU7CKMpgx { width:201px;height:143px;top:77px;left:18px;display:block; }
 }@media only screen and (max-width: 1199px) { #hSt5183lmq1srI4GouoqWGGN3yA5kuhD { width:201px;height:143px;top:77px;left:18px;display:block; }
 }@media only screen and (max-width: 1199px) { #Qgc3g07DfbotTdbXtEDdvTn3TrbexdtD { width:201px;height:143px;top:77px;left:18px;display:block; }
 }@media only screen and (max-width: 1199px) { #t8IPdpdCADDFc1M9aRQPS6Suirnp9ED8 { width:50px;height:50px;top:105px;left:356.00001525879px;display:block; }
 }@media only screen and (max-width: 1199px) { #RwITX1o8Oy7DV2IiKLMLhBXiRiiTQvqe { width:50px;height:50px;top:105px;left:101.98750305176px;display:block; }
 }@media only screen and (max-width: 1199px) { #uBXAu1Z3yaHXbDESRDBJPiAeiOk7UTya { width:50px;height:50px;top:105px;left:610.00001525879px;display:block; }
 }@media only screen and (max-width: 1199px) { #bZ4DhSER40vs0d11BAZ1iGZkiRCcA6EZ { width:258px;height:266px;top:37px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #AcGR640A1lwNaZVnoXMBm8UDyqTf9qly { width:258px;height:266px;top:37px;left:250px;display:block; }
 }@media only screen and (max-width: 1199px) { #gh3uz3wnpvluupGclbUmMbJTrhb9ZWvP { width:258px;height:266px;top:37px;left:504px;display:block; }
 }@media only screen and (max-width: 1199px) { #ihxAyGHuA03ErWKz49rqHh0uJlNzTENF { width:80px;height:80px;top:88px;left:87px;display:block; }
 }@media only screen and (max-width: 1199px) { #eL0sK6UgHCu78cHdo2BsTkcTUJ5Qtzzi { width:80px;height:80px;top:88px;left:341.00001525879px;display:block; }
 }@media only screen and (max-width: 1199px) { #ZH6CpLw79qWS1gFh4gZqSSKTPinKA4ox { width:80px;height:80px;top:88px;left:595.00001525879px;display:block; }
 }@media only screen and (max-width: 1199px) { #Ne2m0dzUoZmL0I6mvRcZFho5QwyTtnS1 { display:block; }#Ne2m0dzUoZmL0I6mvRcZFho5QwyTtnS1 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Ufwwn7NhQT92tG6lqGweHMN8RFanUptz { width:748px;height:30.7969px;top:244px;left:8px;display:none; }
 }@media only screen and (max-width: 1199px) { #JFcBTh7AcNz1xOt1poToqXSpqHAdThdD { width:748px;height:30.7969px;top:244px;left:8px;display:none; }
 }@media only screen and (max-width: 1199px) { #a7twetTkWvdNACl0tnatxIrkPfrJTayr { display:block; }#a7twetTkWvdNACl0tnatxIrkPfrJTayr > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uQHSRXoovkkUDllCwps4xXSfgeNbb6i4 { width:728px;height:137.781px;top:50px;left:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #o6bOGexwygoXwbvuFaFH0N3wNqDmlOEL { width:201px;height:1042px;top:77px;left:18px;display:block; }#o6bOGexwygoXwbvuFaFH0N3wNqDmlOEL li:before{  }
 }@media only screen and (max-width: 1199px) { #pZFk0ylLvCeN5xMuJSEhVdzJuSM1FRxT { display:block; }#pZFk0ylLvCeN5xMuJSEhVdzJuSM1FRxT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #pVss0LN72Vd9cyqhFr1zCdJH1MVqN39O { width:748px;height:30.7969px;top:244px;left:8px;display:none; }
 }@media only screen and (max-width: 1199px) { #Ng19q9brxWwdxT9xKSESWXGPNsHnnx1g { width:748px;height:30.7969px;top:244px;left:8px;display:none; }
 }@media only screen and (max-width: 1199px) { #Lg0NTUrlzStG5aTmSl9pg6aTyHGmaMoP { display:block; }#Lg0NTUrlzStG5aTmSl9pg6aTyHGmaMoP > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HeOyFMm57brCdtgcPANdsZmUtWtBVaA8 { width:241px;height:160px;top:72px;left:22px;display:block; }
 }@media only screen and (max-width: 1199px) { #r44ZGUW1phvRKbk6e4PO302yfyZdvhkV { width:241px;height:160px;top:72px;left:262px;display:block; }
 }@media only screen and (max-width: 1199px) { #n38oA1Ucfp4S3d0Bt7S5fRrarmw4X19S { width:241px;height:160px;top:72px;left:502px;display:block; }
 }@media only screen and (max-width: 1199px) { #D1QdfDRUwWcTWzLNJOdrn1TMd1qLUfgw { width:241px;height:160px;top:72px;left:523px;display:block; }
 }@media only screen and (max-width: 1199px) { #v2wZeVAUmHW2SHvJWRt8g5MPD9a6AfDd { width:241px;height:160px;top:72px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #Z0psE62FWunOVpyAaUtNIhR1WwoNUCfx { display:block; }#Z0psE62FWunOVpyAaUtNIhR1WwoNUCfx > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #JoxzW6PRgasOGwRPSo0sBVJCv72XRzfp { width:240px;height:160px;top:0px;left:22px;display:block; }
 }@media only screen and (max-width: 1199px) { #VQ2hI3iWeluhTsGckwbn0XiuxwQ66TI1 { width:241px;height:160px;top:0px;left:262px;display:block; }
 }@media only screen and (max-width: 1199px) { #GnJyvHGQyclObBrABl8ALavfyyNWD2pL { width:241px;height:160px;top:0px;left:502px;display:block; }
 }@media only screen and (max-width: 1199px) { #exEgThiscWrJwm7GIOPUXxv7SCleM6mh { width:240px;height:160px;top:0px;left:524px;display:block; }
 }@media only screen and (max-width: 1199px) { #bfFP63OZXDFq7yFzWDPcZc7OGET0L7OI { width:241px;height:160px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #D87Hi5RGKqTT4CSTh4Uag6NGUXXvgPEs { display:block; }#D87Hi5RGKqTT4CSTh4Uag6NGUXXvgPEs > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CXc5K4hTOzBPxreaty56TVihKpc5wO6r { width:240px;height:159px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #viFaNlmR8ZPqy48rDwtwSMvGaNwTlD0e { width:240px;height:160px;top:0px;left:22px;display:block; }
 }@media only screen and (max-width: 1199px) { #CQnpieAWTssOztVw9RBOHp69QrBfX82k { width:240px;height:159px;top:0px;left:262px;display:block; }
 }@media only screen and (max-width: 1199px) { #tmroqIBeGPOwPMhAN35vAszHWGhyztW8 { width:240px;height:159px;top:0px;left:502px;display:block; }
 }@media only screen and (max-width: 1199px) { #dXu1CESxefzS3U2lHCHWHzGyKp1NI9CV { width:240px;height:159px;top:0px;left:524px;display:block; }
 }@media only screen and (max-width: 1199px) { #aD01JpwgUVcwXrPrLrIcOzPEvyaV7XpH { display:block; }#aD01JpwgUVcwXrPrLrIcOzPEvyaV7XpH > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ewLVB6knEqR0RgPZVo0D61TSIQAiSyfI { width:728px;height:52px;top:50px;left:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #dZowOxw04twhG4yUGgRmvNT9JZF1eRsF { width:194px;height:135px;top:254px;left:570px;font-size:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #ytzknyaez6NUeH2QvXHF4DWvXi7rBxmv { width:200px;height:400px;top:148px;left:564px;display:block; }
 }@media only screen and (max-width: 1199px) { #CzaACD6iACWUzgT6wu22gkix6XpXH5I1 { width:748px;height:400px;top:148px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #C844ie3ISP08ATdCFKooyEt2kD8QB9dh { display:block; }
 }@media only screen and (max-width: 1199px) { #OevS6dJ1w7oWtnF0zK2e4TsiQeESfDAw { width:282px;height:67px;top:102px;left:0px;font-size:15px;display:none; }
 }@media only screen and (max-width: 1199px) { #b5VZSgXOH1FK5gTH6xDixceOSXuHdtsV { display:none; }#b5VZSgXOH1FK5gTH6xDixceOSXuHdtsV > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #F5opzFT14s6gT0xIBdi5RM8s7JUFZcFb { width:748px;height:30.7969px;top:244px;left:8px;display:none; }
 }@media only screen and (max-width: 1199px) { #MlCaoQVmgRqUfIWSRh71C88r05NTnNyt { width:748px;height:30.7969px;top:244px;left:8px;display:none; }
 }@media only screen and (max-width: 1199px) { #qPoh30DMvL37TJNdesh2fBW8aU1oOlRI { display:block; }#qPoh30DMvL37TJNdesh2fBW8aU1oOlRI > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HZ87LgvWJG6wMfpxHVg0CU5R7KfmeDvp { width:728px;height:52px;top:50px;left:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #FFOPlpU8LTTOVxudRP3U4sZIVV10GaFp { display:block; }#FFOPlpU8LTTOVxudRP3U4sZIVV10GaFp > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #e25IaQfZiTAQxiTTnhmRd3nsMLrUTdwa { width:268px;height:168px;top:66px;left:240px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #ZrLK6NZXbispBwWMMfE7VQ8iuHba0plX { width:286px;height:144px;top:66px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #eJqtqbGwTw0gypGi1r61lSlmAeSPkLU8 { width:286px;height:144px;top:66px;left:476px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #rqTcXFhJNiFcKBoINmumyktTfCxI3CA6 { width:59px;height:59px;top:0px;left:97.5px;font-size:41px;display:block; }
 }@media only screen and (max-width: 1199px) { #EdwE11L19mX9p1U5NFAP5y0EWiidRxsB { width:59px;height:59px;top:0px;left:351.5px;font-size:41px;display:block; }
 }@media only screen and (max-width: 1199px) { #PJqnVTuwRBv9uvuMVyT1rwV6APlGDXe8 { width:59px;height:59px;top:0px;left:605.5px;font-size:41px;display:block; }
 }@media only screen and (max-width: 1199px) { #KFSR07L8TpbNQUp8xxWBD6t8OEeKWqXI { display:block; }#KFSR07L8TpbNQUp8xxWBD6t8OEeKWqXI > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #EgiDaKzmqeec2LniT1PvFdy0mQFRFWNu { width:50px;height:50px;top:10px;left:714px;font-size:35px;display:block; }
 }@media only screen and (max-width: 1199px) { #qscK4LVZ8pzB3T5tBHmK3sfW3C7Qr9eN { width:50px;height:50px;top:10px;left:676px;font-size:35px;display:block; }
 }@media only screen and (max-width: 1199px) { #c4wV3KrZtKtls9Bio0hiNAaDZK2ADADK { width:84px;height:25px;top:22.5px;left:102px;display:block; }
 }@media only screen and (max-width: 1199px) { #zqcuaSmLyJqEggOUTkw1ouoani9voriU { top:27px;left:0px;width:92px;height:15.5938px;font-size:12px;display:block; }
 }@media only screen and (max-width: 1199px) { #c5G8RtScKIxsG1xatyVks5XB30b1DI77 { width:198px;height:25px;top:22.5px;left:203px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#910065;background-image:url("https://images.assets-landingi.com/uc/9cf0519d-b6c0-42dc-bb04-27967e62be3c/2.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#iyuH4SO7ci1zIErNOIyngrBTABZQXOuL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iyuH4SO7ci1zIErNOIyngrBTABZQXOuL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iyuH4SO7ci1zIErNOIyngrBTABZQXOuL > .row > .video-iframe-container { display: none; }#iyuH4SO7ci1zIErNOIyngrBTABZQXOuL > .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) { #ui07xbHQDmXrHh1EeLi2LFBIw4FuGcO6 { background-color:#f60182;background-image:url("https://images.assets-landingi.com/uc/9cf0519d-b6c0-42dc-bb04-27967e62be3c/2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#ui07xbHQDmXrHh1EeLi2LFBIw4FuGcO6.adaptive-delivery-prevent-bg, #ui07xbHQDmXrHh1EeLi2LFBIw4FuGcO6.lazyload, #ui07xbHQDmXrHh1EeLi2LFBIw4FuGcO6.lazyloading { background-image: none; }#ui07xbHQDmXrHh1EeLi2LFBIw4FuGcO6 > .row .container { background-color: transparent; background-image: none; }#ui07xbHQDmXrHh1EeLi2LFBIw4FuGcO6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ui07xbHQDmXrHh1EeLi2LFBIw4FuGcO6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ui07xbHQDmXrHh1EeLi2LFBIw4FuGcO6 > .row .container > .video-iframe-container { display: none; }#ui07xbHQDmXrHh1EeLi2LFBIw4FuGcO6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ui07xbHQDmXrHh1EeLi2LFBIw4FuGcO6 > .row > .video-iframe-container { display: none; }#ui07xbHQDmXrHh1EeLi2LFBIw4FuGcO6 > .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); }#ui07xbHQDmXrHh1EeLi2LFBIw4FuGcO6 > .row .container { width:320px;height:908px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZBxMPAc0aU3Fm7t5NSxVgEpWJJ6aFpz8 { width:320px;height:61.1px;top:98px;left:0px;text-align:center;text-align-last:center;font-size:47px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;font-size:12px;overflow:hidden;display:block; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;height:40px;font-size:10px;overflow:hidden;color:#000000; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 .widget-input-text {padding-top: 0; padding-bottom: 0;}#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-size:10px;overflow:hidden;color:#000000; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 .widget-input-select {padding-top: 0; padding-bottom: 0;}#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;height:50px;font-size:20px;overflow:hidden; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 [class*="-text"]:-moz-placeholder { font-size:10px;color:rgba(0,0,0,0.24);font-family:montserrat;font-weight:400;font-style:normal; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 [class*="-text"]::-moz-placeholder { font-size:10px;color:rgba(0,0,0,0.24);font-family:montserrat;font-weight:400;font-style:normal; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 [class*="-text"]:-ms-input-placeholder { font-size:10px;color:rgba(0,0,0,0.24);font-family:montserrat;font-weight:400;font-style:normal; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 [class*="-text"]::-webkit-input-placeholder { font-size:10px;color:rgba(0,0,0,0.24);font-family:montserrat;font-weight:400;font-style:normal; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 .widget-checkbox-label { width:264px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:10px;overflow:hidden;height:auto; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82  { width:280px;height:auto;top:434px;left:0px; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 {display:block;}#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 { width:280px;height:auto;top:434px;left:0px; }
 }@media only screen and (max-width: 763px) { #wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #bTnnXPnh69ixtVIp15oJMDWHwwvkoNJy {  }
 }@media only screen and (max-width: 763px) { #wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #RBG5iv6y6EKZbVnVnTDBE5TTeEsSimfl { display:block; }
 }@media only screen and (max-width: 763px) { #wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #zOGv2sPnSE3AzMXhZW99LhtADAsMTg6f {  }
 }@media only screen and (max-width: 763px) { #wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #r7gzmwd8QKkU19XZ8avrTo7vO9pQXCON {  }
 }@media only screen and (max-width: 763px) { #wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #aNU9RyPKZzpZAJJzo0qB36Rhf5s7pZ76 { display:block; }
 }@media only screen and (max-width: 763px) { #wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #PHWae1EwPqcBAuFgWB0M98c0flyaXeXf {  }
 }@media only screen and (max-width: 763px) { #wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #F9rme6ffKfPQOL0yfwqaXv3yeIwbOG8P {  }
 }@media only screen and (max-width: 763px) { #wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #sdoWvikAKG0UORBoebemezvMOgJTTRZ2 { display:block; }
 }@media only screen and (max-width: 763px) { #wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #Z2wibdMbXP9QPqXiCqDTe4VVdTqpdtyS {  }
 }@media only screen and (max-width: 763px) { #wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #JvKxITZmR3tWFsOKBr4Q40hcNZsNdarH {  }
 }@media only screen and (max-width: 763px) { #wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #aLea5emUklkmTW91RJvPIASogcFRBD8w {  }
 }@media only screen and (max-width: 763px) { #wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #L4m8lEJiMxUAWA8vdRo6ga5gEr4QRz3r {  }
 }@media only screen and (max-width: 763px) { #wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #EQfwcObu38GE0FEKeZ8KJyE0aU1plV1b {  }
 }@media only screen and (max-width: 763px) { #wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #CdolRbtBXoIcAWNIT1Zttis7gsOezu4b {  }
 }@media only screen and (max-width: 763px) { #QOgKysa9rTssRnLlHPDHkVADwoqPchz7 { width:320px;height:39px;top:173px;left:0px;text-align:center;text-align-last:center;font-size:15px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zcgD7dZsdwpf11z5VuwPxtFvbbzMBodB { width:295px;height:47.6px;top:283px;left:12.500000953674px;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #dR8uXaMHPX33uu5wfgC0zJEkf2XcQTzO { width:274px;height:27.3px;top:235px;left:22.987502098083px;text-align:center;text-align-last:center;font-size:21px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Tg9Fz3sTHPAWoFRNMR61msPO8KgAzkIq { display:flex;width:91px;height:91px;top:807px;left:114px;display:none; }
 }@media only screen and (max-width: 763px) { #TdcxfgELdqMT5FyWT7TAdcmcVJ8JhPP1 { width:97px;height:60px;top:20px;left:111.50000286102px;display:block; }
 }@media only screen and (max-width: 763px) { #tJLMa930drr9asrX1wK0rfQc0c56AB2q { display:flex;top:357px;left:139.50000286102px;width:41px;height:41px;z-index:15023; }
 }@media only screen and (max-width: 763px) { #pKn2SeCGQEQyNZM8qGSoOiOqyGphC8vp { display:block; }#pKn2SeCGQEQyNZM8qGSoOiOqyGphC8vp > .row .container { width:320px;height:50px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0ODJMF3dsSNeMmRdy721VdfTfWNp6BZ { width:320px;height:0;top:20px;left:0px;text-align:center;text-align-last:center;font-size:13px;display:none; }
 }@media only screen and (max-width: 763px) { #dWIMJlfGeF2bsOmZyzT80ttD0EsUE3Nm { width:320px;height:25.2px;top:12.387512207031px;left:0px;text-align:center;text-align-last:center;font-size:18px;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #swVImrTwyhNCfrwuEfAbtxeUk2BoUGEh { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#swVImrTwyhNCfrwuEfAbtxeUk2BoUGEh > .row .container { background-color: transparent; background-image: none; }#swVImrTwyhNCfrwuEfAbtxeUk2BoUGEh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#swVImrTwyhNCfrwuEfAbtxeUk2BoUGEh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#swVImrTwyhNCfrwuEfAbtxeUk2BoUGEh > .row .container > .video-iframe-container { display: none; }#swVImrTwyhNCfrwuEfAbtxeUk2BoUGEh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#swVImrTwyhNCfrwuEfAbtxeUk2BoUGEh > .row > .video-iframe-container { display: none; }#swVImrTwyhNCfrwuEfAbtxeUk2BoUGEh > .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); }#swVImrTwyhNCfrwuEfAbtxeUk2BoUGEh > .row .container { border-width: 0; border-radius: 0; }#swVImrTwyhNCfrwuEfAbtxeUk2BoUGEh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#swVImrTwyhNCfrwuEfAbtxeUk2BoUGEh > .row .container { width:320px;height:521px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q2ARhk98NcotiIT6vm8ugUWyvzFsfE8w { width:274px;height:58.5px;top:154px;left:23px;text-align:center;text-align-last:center;font-size:15px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #s6W3L09PoSpgI5lrgmT503TSoe7XGMnE { width:250px;height:58.5px;top:406px;left:35px;text-align:center;text-align-last:center;font-size:15px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yS3zHBlr5d85QbrEaI0RMSyoswZvESFR { width:80px;height:65px;top:57px;left:120px;display:block; }
 }@media only screen and (max-width: 763px) { #x6mqqKkTO57dghcHkxKkht1HwsqDe9ys { width:50px;height:88px;top:274px;left:137px;display:block; }
 }@media only screen and (max-width: 763px) { #oMJDgwqUP2FDPJ6DrTEWQchMwbxxqurN { background-color:#b00076;background-image:none;display:block; }#oMJDgwqUP2FDPJ6DrTEWQchMwbxxqurN > .row .container { background-color: transparent; background-image: none; }#oMJDgwqUP2FDPJ6DrTEWQchMwbxxqurN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oMJDgwqUP2FDPJ6DrTEWQchMwbxxqurN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oMJDgwqUP2FDPJ6DrTEWQchMwbxxqurN > .row .container > .video-iframe-container { display: none; }#oMJDgwqUP2FDPJ6DrTEWQchMwbxxqurN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oMJDgwqUP2FDPJ6DrTEWQchMwbxxqurN > .row > .video-iframe-container { display: none; }#oMJDgwqUP2FDPJ6DrTEWQchMwbxxqurN > .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); }#oMJDgwqUP2FDPJ6DrTEWQchMwbxxqurN > .row .container { width:320px;height:88px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pT1OoMNQTEJyk9NOTkyhURk6G4N1W94O { width:276px;height:57.2px;top:15.387512207031px;left:21.987502098083px;text-align:center;text-align-last:center;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #dW8QlHnbeHpqi1Hm0IWo2phxJ8EUuSyi { display:block; }#dW8QlHnbeHpqi1Hm0IWo2phxJ8EUuSyi > .row .container { width:320px;height:914px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZGKTz12mBKQqoQz4x7X4LckUoTQQDVPk { width:193px;height:62.4px;top:180px;left:63.500002861023px;text-align:center;text-align-last:center;font-size:16px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #rWNc7WhIZIkOsF22ThIqGfFLFL9TGm1P { width:194px;height:62.4px;top:475px;left:63px;text-align:center;text-align-last:center;font-size:16px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zzJ4aqKCG5pPcLvHHPnz3TTOKuqqfziZ { width:207px;height:83.2px;top:757px;left:56.500002861023px;text-align:center;text-align-last:center;font-size:16px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ySeFf4VMvl5J5pZLpixpc1Bi22h2T2aI { display:flex;width:50px;height:50px;top:662px;left:135px;font-size:35px; }
 }@media only screen and (max-width: 763px) { #JVT7s31HfaTtsgQKb1keWeDrRrEDsfhb { display:flex;width:50px;height:50px;top:77px;left:135px; }
 }@media only screen and (max-width: 763px) { #KsQlXr6mPLaFxwlCHwd3P8dQ7JWkfqtb { display:flex;width:50px;height:50px;top:381px;left:135px; }
 }@media only screen and (max-width: 763px) { #FkZHyFR9i01hc4ONrhOGT5zkA0qqAmMn { width:258px;height:266px;top:26px;left:31px;display:block; }
 }@media only screen and (max-width: 763px) { #Xy6S3sZM6PvDzxrkXAaCnB1urbg3NrX7 { width:80px;height:80px;top:62px;left:120px;display:block; }
 }@media only screen and (max-width: 763px) { #tbKmIGi4g8rCdDTrLhEnIbkhLGOZDm1D { width:80px;height:80px;top:366px;left:120px;display:block; }
 }@media only screen and (max-width: 763px) { #evEOoP8ScDrLgcMToRw1hUGE7U5OvGsx { width:258px;height:266px;top:319px;left:31px;display:block; }
 }@media only screen and (max-width: 763px) { #dr5wUd1CXM7uRe0n5eAP6PGC7SZy2wG4 { width:258px;height:266px;top:614px;left:31px;display:block; }
 }@media only screen and (max-width: 763px) { #V5d7fF4Fg98hJ78fxLnXN1PZQ5hdtWTa { width:80px;height:80px;top:647px;left:122px;display:block; }
 }@media only screen and (max-width: 763px) { #JG4zW9KBlwgiT1byfMvNPry2bTdFofNy { display:block; }#JG4zW9KBlwgiT1byfMvNPry2bTdFofNy > .row .container { width:320px;height:878px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EQNuF8VwWTpuWEwgeyUXzXXpU7CKMpgx { width:157px;height:41.6px;top:167px;left:82px;text-align:center;text-align-last:center;font-size:16px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hSt5183lmq1srI4GouoqWGGN3yA5kuhD { width:177px;height:41.6px;top:468px;left:72px;text-align:center;text-align-last:center;font-size:16px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Qgc3g07DfbotTdbXtEDdvTn3TrbexdtD { width:208px;height:20.8px;top:750px;left:56px;text-align:center;text-align-last:center;font-size:16px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #t8IPdpdCADDFc1M9aRQPS6Suirnp9ED8 { display:flex;width:50px;height:50px;top:355px;left:135px; }
 }@media only screen and (max-width: 763px) { #RwITX1o8Oy7DV2IiKLMLhBXiRiiTQvqe { display:flex;width:50px;height:50px;top:58px;left:135px; }
 }@media only screen and (max-width: 763px) { #uBXAu1Z3yaHXbDESRDBJPiAeiOk7UTya { display:flex;width:50px;height:50px;top:643px;left:135px; }
 }@media only screen and (max-width: 763px) { #bZ4DhSER40vs0d11BAZ1iGZkiRCcA6EZ { width:258px;height:266px;top:0px;left:31px;display:block; }
 }@media only screen and (max-width: 763px) { #AcGR640A1lwNaZVnoXMBm8UDyqTf9qly { width:258px;height:266px;top:293px;left:31px;display:block; }
 }@media only screen and (max-width: 763px) { #gh3uz3wnpvluupGclbUmMbJTrhb9ZWvP { width:258px;height:266px;top:585px;left:31px;display:block; }
 }@media only screen and (max-width: 763px) { #ihxAyGHuA03ErWKz49rqHh0uJlNzTENF { width:80px;height:80px;top:41px;left:120px;display:block; }
 }@media only screen and (max-width: 763px) { #eL0sK6UgHCu78cHdo2BsTkcTUJ5Qtzzi { width:80px;height:80px;top:338px;left:120px;display:block; }
 }@media only screen and (max-width: 763px) { #ZH6CpLw79qWS1gFh4gZqSSKTPinKA4ox { width:80px;height:80px;top:626px;left:120px;display:block; }
 }@media only screen and (max-width: 763px) { #Ne2m0dzUoZmL0I6mvRcZFho5QwyTtnS1 { display:block; }#Ne2m0dzUoZmL0I6mvRcZFho5QwyTtnS1 > .row .container { width:320px;height:50px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ufwwn7NhQT92tG6lqGweHMN8RFanUptz { width:320px;height:0;top:20px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #JFcBTh7AcNz1xOt1poToqXSpqHAdThdD { width:320px;height:25.2px;top:12.400009155273px;left:0px;text-align:center;text-align-last:center;font-size:18px;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #a7twetTkWvdNACl0tnatxIrkPfrJTayr { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9cf0519d-b6c0-42dc-bb04-27967e62be3c/2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#a7twetTkWvdNACl0tnatxIrkPfrJTayr.adaptive-delivery-prevent-bg, #a7twetTkWvdNACl0tnatxIrkPfrJTayr.lazyload, #a7twetTkWvdNACl0tnatxIrkPfrJTayr.lazyloading { background-image: none; }#a7twetTkWvdNACl0tnatxIrkPfrJTayr > .row .container { background-color: transparent; background-image: none; }#a7twetTkWvdNACl0tnatxIrkPfrJTayr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7twetTkWvdNACl0tnatxIrkPfrJTayr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7twetTkWvdNACl0tnatxIrkPfrJTayr > .row .container > .video-iframe-container { display: none; }#a7twetTkWvdNACl0tnatxIrkPfrJTayr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7twetTkWvdNACl0tnatxIrkPfrJTayr > .row > .video-iframe-container { display: none; }#a7twetTkWvdNACl0tnatxIrkPfrJTayr > .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); }#a7twetTkWvdNACl0tnatxIrkPfrJTayr > .row .container { width:320px;height:598px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uQHSRXoovkkUDllCwps4xXSfgeNbb6i4 { width:320px;height:67.6px;top:56px;left:0px;text-align:center;text-align-last:center;font-size:26px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #o6bOGexwygoXwbvuFaFH0N3wNqDmlOEL { width:320px;height:382px;top:160px;left:0px;text-align:left;text-align-last:left;font-size:15px;line-height:1.3;display:block; }#o6bOGexwygoXwbvuFaFH0N3wNqDmlOEL li:before{  }
 }@media only screen and (max-width: 763px) { #pZFk0ylLvCeN5xMuJSEhVdzJuSM1FRxT { display:block; }#pZFk0ylLvCeN5xMuJSEhVdzJuSM1FRxT > .row .container { width:320px;height:50px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pVss0LN72Vd9cyqhFr1zCdJH1MVqN39O { width:320px;height:0;top:20px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #Ng19q9brxWwdxT9xKSESWXGPNsHnnx1g { width:320px;height:25.2px;top:12.387512207031px;left:0px;text-align:center;text-align-last:center;font-size:18px;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #Lg0NTUrlzStG5aTmSl9pg6aTyHGmaMoP { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9cf0519d-b6c0-42dc-bb04-27967e62be3c/2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Lg0NTUrlzStG5aTmSl9pg6aTyHGmaMoP.adaptive-delivery-prevent-bg, #Lg0NTUrlzStG5aTmSl9pg6aTyHGmaMoP.lazyload, #Lg0NTUrlzStG5aTmSl9pg6aTyHGmaMoP.lazyloading { background-image: none; }#Lg0NTUrlzStG5aTmSl9pg6aTyHGmaMoP > .row .container { background-color: transparent; background-image: none; }#Lg0NTUrlzStG5aTmSl9pg6aTyHGmaMoP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lg0NTUrlzStG5aTmSl9pg6aTyHGmaMoP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lg0NTUrlzStG5aTmSl9pg6aTyHGmaMoP > .row .container > .video-iframe-container { display: none; }#Lg0NTUrlzStG5aTmSl9pg6aTyHGmaMoP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lg0NTUrlzStG5aTmSl9pg6aTyHGmaMoP > .row > .video-iframe-container { display: none; }#Lg0NTUrlzStG5aTmSl9pg6aTyHGmaMoP > .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); }#Lg0NTUrlzStG5aTmSl9pg6aTyHGmaMoP > .row .container { border-width: 0; border-radius: 0; }#Lg0NTUrlzStG5aTmSl9pg6aTyHGmaMoP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lg0NTUrlzStG5aTmSl9pg6aTyHGmaMoP > .row .container { width:320px;height:913px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HeOyFMm57brCdtgcPANdsZmUtWtBVaA8 { width:241px;height:160px;top:212px;left:39.5px;display:block; }
 }@media only screen and (max-width: 763px) { #r44ZGUW1phvRKbk6e4PO302yfyZdvhkV { width:241px;height:160px;top:380px;left:39px;display:block; }
 }@media only screen and (max-width: 763px) { #n38oA1Ucfp4S3d0Bt7S5fRrarmw4X19S { width:241px;height:160px;top:550px;left:39.5px;display:block; }
 }@media only screen and (max-width: 763px) { #D1QdfDRUwWcTWzLNJOdrn1TMd1qLUfgw { width:241px;height:160px;top:726px;left:39.5px;display:block; }
 }@media only screen and (max-width: 763px) { #v2wZeVAUmHW2SHvJWRt8g5MPD9a6AfDd { width:241px;height:160px;top:41px;left:39.5px;display:block; }
 }@media only screen and (max-width: 763px) { #Z0psE62FWunOVpyAaUtNIhR1WwoNUCfx { background-color:rgba(0,0,0,0);background-image:none;display:none; }#Z0psE62FWunOVpyAaUtNIhR1WwoNUCfx > .row .container { width:320px;height:916px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JoxzW6PRgasOGwRPSo0sBVJCv72XRzfp { width:240px;height:160px;top:199px;left:40px;display:block; }
 }@media only screen and (max-width: 763px) { #VQ2hI3iWeluhTsGckwbn0XiuxwQ66TI1 { width:240px;height:159px;top:379px;left:40px;display:block; }
 }@media only screen and (max-width: 763px) { #GnJyvHGQyclObBrABl8ALavfyyNWD2pL { width:241px;height:160px;top:558px;left:39px;display:block; }
 }@media only screen and (max-width: 763px) { #exEgThiscWrJwm7GIOPUXxv7SCleM6mh { width:240px;height:160px;top:738px;left:40px;display:block; }
 }@media only screen and (max-width: 763px) { #bfFP63OZXDFq7yFzWDPcZc7OGET0L7OI { width:240px;height:159px;top:20px;left:40px;display:block; }
 }@media only screen and (max-width: 763px) { #D87Hi5RGKqTT4CSTh4Uag6NGUXXvgPEs { display:none; }#D87Hi5RGKqTT4CSTh4Uag6NGUXXvgPEs > .row .container { width:320px;height:916px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CXc5K4hTOzBPxreaty56TVihKpc5wO6r { width:240px;height:159px;top:20px;left:40px;display:block; }
 }@media only screen and (max-width: 763px) { #viFaNlmR8ZPqy48rDwtwSMvGaNwTlD0e { width:240px;height:160px;top:199px;left:40px;display:block; }
 }@media only screen and (max-width: 763px) { #CQnpieAWTssOztVw9RBOHp69QrBfX82k { width:240px;height:159px;top:379px;left:40px;display:block; }
 }@media only screen and (max-width: 763px) { #tmroqIBeGPOwPMhAN35vAszHWGhyztW8 { width:241px;height:160px;top:558px;left:39px;display:block; }
 }@media only screen and (max-width: 763px) { #dXu1CESxefzS3U2lHCHWHzGyKp1NI9CV { width:240px;height:159px;top:738px;left:40px;display:block; }
 }@media only screen and (max-width: 763px) { #aD01JpwgUVcwXrPrLrIcOzPEvyaV7XpH { background-color:#ffffff;background-image:none;display:block; }#aD01JpwgUVcwXrPrLrIcOzPEvyaV7XpH > .row .container { background-color: transparent; background-image: none; }#aD01JpwgUVcwXrPrLrIcOzPEvyaV7XpH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aD01JpwgUVcwXrPrLrIcOzPEvyaV7XpH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aD01JpwgUVcwXrPrLrIcOzPEvyaV7XpH > .row .container > .video-iframe-container { display: none; }#aD01JpwgUVcwXrPrLrIcOzPEvyaV7XpH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aD01JpwgUVcwXrPrLrIcOzPEvyaV7XpH > .row > .video-iframe-container { display: none; }#aD01JpwgUVcwXrPrLrIcOzPEvyaV7XpH > .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); }#aD01JpwgUVcwXrPrLrIcOzPEvyaV7XpH > .row .container { width:320px;height:399px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ewLVB6knEqR0RgPZVo0D61TSIQAiSyfI { width:308px;height:39px;top:44px;left:6px;text-align:center;text-align-last:center;font-size:30px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dZowOxw04twhG4yUGgRmvNT9JZF1eRsF { width:282px;height:0;top:263px;left:19px;font-size:15px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ytzknyaez6NUeH2QvXHF4DWvXi7rBxmv { width:320px;height:129px;top:255px;left:0px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #CzaACD6iACWUzgT6wu22gkix6XpXH5I1 { width:320px;height:155px;top:201px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #C844ie3ISP08ATdCFKooyEt2kD8QB9dh { display:block; }
 }@media only screen and (max-width: 763px) { #OevS6dJ1w7oWtnF0zK2e4TsiQeESfDAw { width:282px;height:67.5px;top:101px;left:19px;font-size:15px;text-align:center;text-align-last:center;z-index:15009;color:#f60182;display:block; }
 }@media only screen and (max-width: 763px) { #b5VZSgXOH1FK5gTH6xDixceOSXuHdtsV { display:none; }#b5VZSgXOH1FK5gTH6xDixceOSXuHdtsV > .row .container { width:320px;height:50px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #F5opzFT14s6gT0xIBdi5RM8s7JUFZcFb { width:320px;height:0;top:20px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #MlCaoQVmgRqUfIWSRh71C88r05NTnNyt { width:320px;height:25.2px;top:12.387512207031px;left:0px;text-align:center;text-align-last:center;font-size:18px;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #qPoh30DMvL37TJNdesh2fBW8aU1oOlRI { background-color:#f60182;background-image:none;display:block; }#qPoh30DMvL37TJNdesh2fBW8aU1oOlRI > .row .container { background-color: transparent; background-image: none; }#qPoh30DMvL37TJNdesh2fBW8aU1oOlRI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qPoh30DMvL37TJNdesh2fBW8aU1oOlRI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qPoh30DMvL37TJNdesh2fBW8aU1oOlRI > .row .container > .video-iframe-container { display: none; }#qPoh30DMvL37TJNdesh2fBW8aU1oOlRI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qPoh30DMvL37TJNdesh2fBW8aU1oOlRI > .row > .video-iframe-container { display: none; }#qPoh30DMvL37TJNdesh2fBW8aU1oOlRI > .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); }#qPoh30DMvL37TJNdesh2fBW8aU1oOlRI > .row .container { width:320px;height:79px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZ87LgvWJG6wMfpxHVg0CU5R7KfmeDvp { width:320px;height:39px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:30px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #FFOPlpU8LTTOVxudRP3U4sZIVV10GaFp { background-color:#f60182;background-image:url("https://images.assets-landingi.com/uc/9cf0519d-b6c0-42dc-bb04-27967e62be3c/2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#FFOPlpU8LTTOVxudRP3U4sZIVV10GaFp.adaptive-delivery-prevent-bg, #FFOPlpU8LTTOVxudRP3U4sZIVV10GaFp.lazyload, #FFOPlpU8LTTOVxudRP3U4sZIVV10GaFp.lazyloading { background-image: none; }#FFOPlpU8LTTOVxudRP3U4sZIVV10GaFp > .row .container { background-color: transparent; background-image: none; }#FFOPlpU8LTTOVxudRP3U4sZIVV10GaFp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFOPlpU8LTTOVxudRP3U4sZIVV10GaFp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFOPlpU8LTTOVxudRP3U4sZIVV10GaFp > .row .container > .video-iframe-container { display: none; }#FFOPlpU8LTTOVxudRP3U4sZIVV10GaFp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFOPlpU8LTTOVxudRP3U4sZIVV10GaFp > .row > .video-iframe-container { display: none; }#FFOPlpU8LTTOVxudRP3U4sZIVV10GaFp > .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); }#FFOPlpU8LTTOVxudRP3U4sZIVV10GaFp > .row .container { width:320px;height:746px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e25IaQfZiTAQxiTTnhmRd3nsMLrUTdwa { width:303px;height:168px;top:303px;left:9px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ZrLK6NZXbispBwWMMfE7VQ8iuHba0plX { width:304px;height:144px;top:73px;left:8px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #eJqtqbGwTw0gypGi1r61lSlmAeSPkLU8 { width:303px;height:144px;top:550px;left:9px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #rqTcXFhJNiFcKBoINmumyktTfCxI3CA6 { width:59px;height:59px;top:14px;left:131px;font-size:41px;display:block; }
 }@media only screen and (max-width: 763px) { #EdwE11L19mX9p1U5NFAP5y0EWiidRxsB { width:59px;height:59px;top:245px;left:131px;font-size:41px;display:block; }
 }@media only screen and (max-width: 763px) { #PJqnVTuwRBv9uvuMVyT1rwV6APlGDXe8 { width:59px;height:59px;top:492px;left:131px;font-size:41px;display:block; }
 }@media only screen and (max-width: 763px) { #KFSR07L8TpbNQUp8xxWBD6t8OEeKWqXI { background-color:#ad017a;background-image:none;display:block; }#KFSR07L8TpbNQUp8xxWBD6t8OEeKWqXI > .row .container { background-color: transparent; background-image: none; }#KFSR07L8TpbNQUp8xxWBD6t8OEeKWqXI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KFSR07L8TpbNQUp8xxWBD6t8OEeKWqXI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KFSR07L8TpbNQUp8xxWBD6t8OEeKWqXI > .row .container > .video-iframe-container { display: none; }#KFSR07L8TpbNQUp8xxWBD6t8OEeKWqXI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KFSR07L8TpbNQUp8xxWBD6t8OEeKWqXI > .row > .video-iframe-container { display: none; }#KFSR07L8TpbNQUp8xxWBD6t8OEeKWqXI > .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); }#KFSR07L8TpbNQUp8xxWBD6t8OEeKWqXI > .row .container { width:320px;height:216px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EgiDaKzmqeec2LniT1PvFdy0mQFRFWNu { width:50px;height:50px;top:146px;left:161px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #qscK4LVZ8pzB3T5tBHmK3sfW3C7Qr9eN { width:50px;height:50px;top:146px;left:111px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #c4wV3KrZtKtls9Bio0hiNAaDZK2ADADK { width:84px;height:25px;top:44.583312988281px;left:117.99479675293px;display:block; }
 }@media only screen and (max-width: 763px) { #zqcuaSmLyJqEggOUTkw1ouoani9voriU { width:91.9965px;height:15.6px;top:20px;left:114px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c5G8RtScKIxsG1xatyVks5XB30b1DI77 { width:176px;height:21px;top:97.5px;left:72.000002861023px;display:block; }
 }