.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wGdIiWtA1pFIw5XOvCpscseWh8aqc49G { position:relative;display:block; }#wGdIiWtA1pFIw5XOvCpscseWh8aqc49G { background-color: transparent; background-image: none; }#wGdIiWtA1pFIw5XOvCpscseWh8aqc49G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wGdIiWtA1pFIw5XOvCpscseWh8aqc49G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wGdIiWtA1pFIw5XOvCpscseWh8aqc49G > .row .container > .video-iframe-container { display: none; }#wGdIiWtA1pFIw5XOvCpscseWh8aqc49G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wGdIiWtA1pFIw5XOvCpscseWh8aqc49G > .row > .video-iframe-container { display: none; }#wGdIiWtA1pFIw5XOvCpscseWh8aqc49G > .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); }#wGdIiWtA1pFIw5XOvCpscseWh8aqc49G { border-width: 0; border-radius: 0; }#wGdIiWtA1pFIw5XOvCpscseWh8aqc49G > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wGdIiWtA1pFIw5XOvCpscseWh8aqc49G > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#bfbcb9;background-image:url("https://images.assets-landingi.com/uc/bee66fcb-055c-4eff-b81c-be35e0d0750d/ea8bd91a9634a518f87dea36d993828e.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;font-size:14px;font-family:arial;height:831px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#wGdIiWtA1pFIw5XOvCpscseWh8aqc49G > .row .container.adaptive-delivery-prevent-bg, #wGdIiWtA1pFIw5XOvCpscseWh8aqc49G > .row .container.lazyload, #wGdIiWtA1pFIw5XOvCpscseWh8aqc49G > .row .container.lazyloading { background-image: none; }#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 .widget-form-header {  }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:20px;font-weight:700;color:#000000;width:300px;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;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right;line-height:1.2;font-style:normal; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 .widget-input-text { border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;background-color:#ffffff;background-image:none;border-top:1px solid #622256;border-left:1px solid #622256;border-right:1px solid #622256;border-bottom:1px solid #622256;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:300px;box-sizing:border-box;height:42px;color:#161616;font-size:14px;overflow:hidden;font-family:cairo;vertical-align:top; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 .widget-textarea { border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;background-color:#ffffff;background-image:none;border-top:1px solid #622256;border-left:1px solid #622256;border-right:1px solid #622256;border-bottom:1px solid #622256;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:300px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:cairo;vertical-align:top; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 .widget-input-select { border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:1px solid #622256;border-left:1px solid #622256;border-right:1px solid #622256;border-bottom:1px solid #622256;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:300px;box-sizing:border-box;height:44px;color:#161616;font-family:cairo;font-size:14px;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right;line-height:1; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 .widget-input-button { border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;background-color:#622256;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:23px;font-weight:bold;color:#f2f9ff;width:300px;height:46px;font-family:cairo;overflow:hidden;line-height:1; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 [class*="-text"]:-moz-placeholder { color:#161616;font-family:cairo;font-size:14px; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 [class*="-text"]::-moz-placeholder { color:#161616;font-family:cairo;font-size:14px; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:cairo;font-size:14px; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:cairo;font-size:14px; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:11px;font-weight:300;color:#000000;vertical-align:top;width:281px;overflow:hidden;font-style:normal; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 .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; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:26px;vertical-align:middle;font-family:cairo;font-size:12px;font-weight:700;color:#3c3c3c;overflow:hidden;font-style:normal;line-height:2.1; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 .widget-container { padding-top:6px;padding-right:0;padding-bottom:6px;padding-left:0;width:100%;font-size:0;height:auto; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 .widget-container:first-of-type{padding-top:0;}#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 .widget-container:last-of-type{padding-bottom:0;}#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:300px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:562.93753051758px;top:129.4375px;z-index:15064;position:absolute; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:300px;display:block;vertical-align:top; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 .widget-info-text { display:block;height:auto;font-family:cairo;font-size:11px;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 {display:block;}#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:300px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:562.93753051758px;top:129.4375px;z-index:15064;position:absolute; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #cUDMSlWaZIqWmvFHaoukTW4BBI5SwXwM { position:relative; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #r2xtyyPHXeaXeuDoV166Tft3Hr9terua { position:relative;display:block; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #MQwFCBe1QHJXwlvuqBhVL12I3tJ5kuFO { position:relative; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #syXykRWAfeRPPyD0IJuRc5wsqChgpuZ9 { position:relative; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #s3PVfQwp5S56xxZtBqsrqOiOlzwcLKS7 { position:relative;display:block; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #b1KmzKxNMwFFCOuTm95pmypnbHdE4y5T { position:relative; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #DFcl61bkB8ZbfVnaRbOVEqNkO0lPT45d { position:relative; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #GrX5AEFDW8Q9aLHSXXFHAKfIBaBKCPIG { position:relative;display:block; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #aAgNJctTLJ1hV2TK6pRbTDXT2ooLkHN6 { position:relative; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #IoxrsAIwKvqheutVOLT896u1JeRf7nnt { position:relative; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #TrXWPIVyPimfryPVWq5nTx6vxKDZXnHg { position:relative;display:block; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #Pow02TCGDcFoFfeQqwfm2RC1SnI766Md { position:relative; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #r5OKEVKyoGkM72xqRyGGd27zF7D8bHx2 { position:relative; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #ntTiPDsWnAcUp11hXfGHPEWgIS08wBg2 { position:relative;display:block; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #ITuSPpBW9U5DNGiesnsIJADJTP3og0mS { position:relative; }
#GnGy3un9ktNqDKH3avEVTdVxpCptk8JR { position:relative;display:block; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #rXN3TsX00sO2crNWMxSTX2dxEVZfnCC4 { position:relative; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #ToMaKNaiT7m4C76pgG93FVoLvN1cuUa4 { position:relative; }
#knn10y2IUc9lEXrmMi7w6OQkFtHF1P6Q { color:#ffffff;display:block;width:200px;position:absolute;font-family:cairo;font-size:22px;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:159px;left:645px;height:28.5938px;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ceKWWgN6BkQsDov5SFqcsGPWVtUiiKTy { position:absolute;display:block;z-index:15007;background-color:rgba(9,8,8,0.77);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;height:129px;width:407px;top:158px;left:38px;display:block; }
#cCtotCePQmmACoPb6MX3DobV0W0ShEe2 { color:#fafdff;display:block;width:400px;position:absolute;font-family:cairo;font-size:19px;font-weight:700;z-index:15066;line-height:1.4;letter-spacing:0;top:182.625px;left:41.5px;height:79.7499px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C1R0AC9a3iv89paET9rV4p3TNeBBFGtB { color:#622256;display:block;width:328px;position:absolute;font-family:cairo;font-size:35px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:98px;left:78px;height:45.5px;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XH3M5QC6yUqms4O9kdu5a81sKtoeIM4b { position:absolute;display:block;z-index:15084;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:190px;width:190px;top:630.39585876465px;left:135.50003051758px;overflow:hidden;display:block; }
#WUZwdpZBXN5PzPqoQUkOnAGVETT37bhP { position:absolute;display:block;z-index:15182;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:73px;width:212px;top:725.43753528595px;left:626.93753051758px;overflow:hidden;display:block; }
#VeGrc6ghbRSmv5EFBZ9WTWd1QpgxvFcf { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;height:204px;width:317px;top:313.5px;left:83px;overflow:hidden;display:block; }
#pk9G0cq9XRIHbqgAQnJ5PTJXTmqHo4AN { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:63px;width:243px;top:11.3125px;left:358.50003051758px;overflow:hidden;display:block; }
#yuxurVSRsQ2CfqXmpAe51Nx7ShvOxyhW { background-color:#a6d433;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:22px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:298px;height:59px;text-decoration:none;z-index:15206;text-align:center;text-align-last:center;top:558.66668701172px;left:92.5px;display:block; }
#Ee3O5OQaSNikO1MOUGnufR30WVl5PDSl { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#aTDPakkm5mcFSqf8ea75UzqRrK8TQKiU { position:relative;display:block; }#aTDPakkm5mcFSqf8ea75UzqRrK8TQKiU { background-color: transparent; background-image: none; }#aTDPakkm5mcFSqf8ea75UzqRrK8TQKiU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTDPakkm5mcFSqf8ea75UzqRrK8TQKiU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTDPakkm5mcFSqf8ea75UzqRrK8TQKiU > .row .container > .video-iframe-container { display: none; }#aTDPakkm5mcFSqf8ea75UzqRrK8TQKiU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTDPakkm5mcFSqf8ea75UzqRrK8TQKiU > .row > .video-iframe-container { display: none; }#aTDPakkm5mcFSqf8ea75UzqRrK8TQKiU > .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); }#aTDPakkm5mcFSqf8ea75UzqRrK8TQKiU { border-width: 0; border-radius: 0; }#aTDPakkm5mcFSqf8ea75UzqRrK8TQKiU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aTDPakkm5mcFSqf8ea75UzqRrK8TQKiU > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.48);background-image:url("https://images.assets-landingi.com/uc/bee66fcb-055c-4eff-b81c-be35e0d0750d/ea8bd91a9634a518f87dea36d993828e.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;font-size:14px;font-family:arial;height:645px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#aTDPakkm5mcFSqf8ea75UzqRrK8TQKiU > .row .container.adaptive-delivery-prevent-bg, #aTDPakkm5mcFSqf8ea75UzqRrK8TQKiU > .row .container.lazyload, #aTDPakkm5mcFSqf8ea75UzqRrK8TQKiU > .row .container.lazyloading { background-image: none; }#AROlKPMdS1ogG9gtT5UfmtakPKUh96QG { color:#19232e;display:block;width:218px;position:absolute;font-family:cairo;font-size:23px;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:422px;left:380px;height:29.8958px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#k88zzsdmnNnepmfNCFtJWQnxbibfIXrf { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:84px;border-top-right-radius:84px;border-bottom-left-radius:84px;border-bottom-right-radius:84px;box-shadow: 0 0 8px #000000 ;height:126px;width:373px;top:59px;left:294px;display:block; }#k88zzsdmnNnepmfNCFtJWQnxbibfIXrf.adaptive-delivery-prevent-bg, #k88zzsdmnNnepmfNCFtJWQnxbibfIXrf.lazyload, #k88zzsdmnNnepmfNCFtJWQnxbibfIXrf.lazyloading { background-image: none; }
#r78I81ETozQK8T4Ogl5tfJoOIdwVOvav { color:#000000;display:block;width:245.979px;position:absolute;font-family:cairo;font-size:20px;font-weight:700;z-index:15032;line-height:1.9;letter-spacing:0;top:84px;left:357px;height:76px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MgpCz0EDBNUKge7x629FksVosLL30igr { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:84px;border-top-right-radius:84px;border-bottom-left-radius:84px;border-bottom-right-radius:84px;box-shadow: 0 0 8px #000000 ;height:121px;width:254px;top:376px;left:359px;display:block; }#MgpCz0EDBNUKge7x629FksVosLL30igr.adaptive-delivery-prevent-bg, #MgpCz0EDBNUKge7x629FksVosLL30igr.lazyload, #MgpCz0EDBNUKge7x629FksVosLL30igr.lazyloading { background-image: none; }
#UF75HnO3ibcneizxSSp4Jzc2mHfoUTts { background-color:#10c06e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:136px;height:44px;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:279px;left:412px;display:block; }
#k7JMDq0AfTgV7sXW1PIaZBTLhCq2tlQQ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#bdbqaw4dVb7wtPamn6DJH2U22iyQ74pC { background-color:#622256;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:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:401px;height:65px;text-decoration:none;z-index:15075;text-align:center;text-align-last:center;top:171px;left:280px;display:block; }
#JmoCmkHTaNZ1T0kJZLhX02PofUCusJTS { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#gFJW1FbimwuNbJDuIpARKoB6tI8Et12e { background-color:#622256;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:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:386px;height:65px;text-decoration:none;z-index:15076;text-align:center;text-align-last:center;top:491px;left:288px;display:block; }
#kvH9kndyeIvZ2MUNgHc6RdkKfTgHCx30 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#x0I8lFXviFeubtwARr9TAi2SRkO1m1yE { background-color:#10c06e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:136px;height:44px;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:591px;left:421px;display:block; }
#DFivMWN95uNMNEl27xg0yq55meVCOSSd { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#uckaLd1owvfZXFzMk78LrSBUOmM27Jll { position:relative;display:none; }#uckaLd1owvfZXFzMk78LrSBUOmM27Jll { border-width: 0; border-radius: 0; }#uckaLd1owvfZXFzMk78LrSBUOmM27Jll > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uckaLd1owvfZXFzMk78LrSBUOmM27Jll > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3745727d-ce81-4072-b265-c85b1a81e811/ea8bd91a9634a518f87dea36d993828e.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;font-size:14px;font-family:arial;height:228px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#uckaLd1owvfZXFzMk78LrSBUOmM27Jll > .row .container.adaptive-delivery-prevent-bg, #uckaLd1owvfZXFzMk78LrSBUOmM27Jll > .row .container.lazyload, #uckaLd1owvfZXFzMk78LrSBUOmM27Jll > .row .container.lazyloading { background-image: none; }#AIoGxQSTKMfiAqErP42ZV8xNQlBoRzoh { background-color:#efcb4e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15214;text-align:center;text-align-last:center;top:88px;left:72px;display:block; }
#gsTEXAH6C3FoKtRrqtxPzCnPmRqopqP6 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#TO9mlfezN2lUTCqNlefATern7GxUrw2W { color:#000000;display:block;width:497px;position:absolute;font-family:cairo;font-size:31px;font-weight:400;z-index:15043;line-height:1.5;letter-spacing:0;top:97px;left:422px;height:93px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#u9CoMUToQA7JkGII3h69dKNKizUvnteP { color:#000000;display:block;width:334px;position:absolute;font-family:cairo;font-size:34px;font-weight:400;z-index:15045;line-height:1.5;letter-spacing:0;top:38px;left:492px;height:51px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#W3sC15OqWFIT1m9TBAc49S4HTym97myC { position:relative;display:block; }#W3sC15OqWFIT1m9TBAc49S4HTym97myC { background-color: transparent; background-image: none; }#W3sC15OqWFIT1m9TBAc49S4HTym97myC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3sC15OqWFIT1m9TBAc49S4HTym97myC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3sC15OqWFIT1m9TBAc49S4HTym97myC > .row .container > .video-iframe-container { display: none; }#W3sC15OqWFIT1m9TBAc49S4HTym97myC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3sC15OqWFIT1m9TBAc49S4HTym97myC > .row > .video-iframe-container { display: none; }#W3sC15OqWFIT1m9TBAc49S4HTym97myC > .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); }#W3sC15OqWFIT1m9TBAc49S4HTym97myC { border-width: 0; border-radius: 0; }#W3sC15OqWFIT1m9TBAc49S4HTym97myC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W3sC15OqWFIT1m9TBAc49S4HTym97myC > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bee66fcb-055c-4eff-b81c-be35e0d0750d/ea8bd91a9634a518f87dea36d993828e.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;font-size:14px;font-family:arial;height:729px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#W3sC15OqWFIT1m9TBAc49S4HTym97myC > .row .container.adaptive-delivery-prevent-bg, #W3sC15OqWFIT1m9TBAc49S4HTym97myC > .row .container.lazyload, #W3sC15OqWFIT1m9TBAc49S4HTym97myC > .row .container.lazyloading { background-image: none; }#HP3XOfr7RSAwI8JTCopDWiddqrRHilEw { color:#622256;display:block;width:311.997px;position:absolute;font-family:cairo;font-size:30px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:38px;left:323px;height:;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#W3TLhidHWeLmsP4KUklkDo9aCSUAtlCZ { position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid #000000;border-left:2px solid #000000;border-right:2px solid #000000;border-bottom:2px solid #000000;border-top-left-radius:35px;border-top-right-radius:35px;border-bottom-left-radius:35px;border-bottom-right-radius:35px;height:59px;width:351px;top:28px;left:305px;display:block; }
#aXQIkkeeFCbcyTfryKF62QHa9FdWrr6K { color:#622256;display:block;width:295px;position:absolute;font-family:cairo;font-size:20px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:297.734375px;left:332.5px;height:26px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SD59pSaAw3qVgh3s9vKObck2db9Qkzuz { color:#622256;display:block;width:225.99px;position:absolute;font-family:cairo;font-size:20px;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:297.74308776855px;left:685.48617553711px;height:26px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#M9tGX4oQtk4QAcbgHyOJqiJKw1ZAOLuK { color:#622256;display:block;width:202.969px;position:absolute;font-family:cairo;font-size:20px;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:297.74308776855px;left:60px;height:26px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UOkFNvisxsOP9isvxFkss4dEOc8NOdot { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;height:125px;width:215px;top:136.98608398438px;left:690.98959350586px;overflow:hidden;display:block; }
#h8HiCzzDuLwrqoJn1OxP7TH7Xow9pL4t { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;height:125px;width:215px;top:134.98950195312px;left:373.99307250977px;overflow:hidden;display:block; }
#VsZpbqVol3VDcuTF4bnKoftPRnEmCShT { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;height:125px;width:215px;top:135.99645996094px;left:53.993072509766px;overflow:hidden;display:block; }
#DJuQM4bNwlzDViRTM9N5uOeGUku4rHPk { color:#000000;display:block;width:240px;position:absolute;font-family:cairo;font-size:15px;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:354.54168701172px;left:685.47915649414px;height:180px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jq5fzEvSe1fnukHMGa4prKhBrcMV4rur { color:#1799eb;display:block;width:307.969px;position:absolute;font-family:cairo;font-size:15px;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:346.09375px;left:332.5px;height:202.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vsPFgEo4fmEnyMXJAB5aATUchQLs7hNp { color:#1799eb;display:block;width:242px;position:absolute;font-family:cairo;font-size:15px;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:354.54167175293px;left:40.458343505859px;height:112.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ni3fTVroHRATouMyh87itNL8KhrlNJhP { color:#622256;display:block;width:611px;position:absolute;font-family:cairo;font-size:22px;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:600.87501525879px;left:200.95834350586px;height:33px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zpb11DGtuN05S8EEQ8MbedxT5EKGlvMF { background-color:#10c06e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:156.979px;height:53.9792px;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:662.00001525879px;left:401.50003051758px;display:block; }
#AWtcSz1VSD5MKLGciVGC2wJbAIJeMkTK { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#lOzH6hlMaKBwSdDbmzFSc3h47zebZd0B { position:relative;display:block; }#lOzH6hlMaKBwSdDbmzFSc3h47zebZd0B { background-color: transparent; background-image: none; }#lOzH6hlMaKBwSdDbmzFSc3h47zebZd0B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lOzH6hlMaKBwSdDbmzFSc3h47zebZd0B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lOzH6hlMaKBwSdDbmzFSc3h47zebZd0B > .row .container > .video-iframe-container { display: none; }#lOzH6hlMaKBwSdDbmzFSc3h47zebZd0B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lOzH6hlMaKBwSdDbmzFSc3h47zebZd0B > .row > .video-iframe-container { display: none; }#lOzH6hlMaKBwSdDbmzFSc3h47zebZd0B > .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); }#lOzH6hlMaKBwSdDbmzFSc3h47zebZd0B { border-width: 0; border-radius: 0; }#lOzH6hlMaKBwSdDbmzFSc3h47zebZd0B > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lOzH6hlMaKBwSdDbmzFSc3h47zebZd0B > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5d5d9;background-image:url("https://images.assets-landingi.com/uc/bee66fcb-055c-4eff-b81c-be35e0d0750d/ea8bd91a9634a518f87dea36d993828e.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;font-size:14px;font-family:arial;height:585px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#lOzH6hlMaKBwSdDbmzFSc3h47zebZd0B > .row .container.adaptive-delivery-prevent-bg, #lOzH6hlMaKBwSdDbmzFSc3h47zebZd0B > .row .container.lazyload, #lOzH6hlMaKBwSdDbmzFSc3h47zebZd0B > .row .container.lazyloading { background-image: none; }#McQWlUgHdXgMqTbsT98hrOBxIinpgzCI { color:#622256;display:block;width:393.958px;position:absolute;font-family:cairo;font-size:45px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:25.979141235352px;left:283.02084350586px;height:58.5px;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; }
#iy5wOJQyp7clTbt7r8z9sKAtIXimFMpI { color:#000000;display:block;width:889px;position:absolute;font-family:cairo;font-size:23px;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:206.97917747498px;left:35.5px;height:241.5px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z3gHFhERl5LB1MyG3s3autCi8ML6m1NE { color:#622256;display:block;width:682px;position:absolute;font-family:cairo;font-size:20px;font-weight:700;z-index:15019;line-height:1.5;letter-spacing:0;top:108.99995422363px;left:139.00003051758px;height:60px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kFEk162eCi4Pg6F2cTP7ir8BhcezJxBT { background-color:#10c06e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:183px;height:61px;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:487.72916793823px;left:388.50003051758px;display:block; }
#tJHXyoO7thb9Gq2vIu8QJyK3315d6U05 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Pt1FaNAxeVBgy6AEoaziRaO61mSxUkGf { position:relative;display:block; }#Pt1FaNAxeVBgy6AEoaziRaO61mSxUkGf { background-color: transparent; background-image: none; }#Pt1FaNAxeVBgy6AEoaziRaO61mSxUkGf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pt1FaNAxeVBgy6AEoaziRaO61mSxUkGf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pt1FaNAxeVBgy6AEoaziRaO61mSxUkGf > .row .container > .video-iframe-container { display: none; }#Pt1FaNAxeVBgy6AEoaziRaO61mSxUkGf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pt1FaNAxeVBgy6AEoaziRaO61mSxUkGf > .row > .video-iframe-container { display: none; }#Pt1FaNAxeVBgy6AEoaziRaO61mSxUkGf > .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); }#Pt1FaNAxeVBgy6AEoaziRaO61mSxUkGf { border-width: 0; border-radius: 0; }#Pt1FaNAxeVBgy6AEoaziRaO61mSxUkGf > .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; }#Pt1FaNAxeVBgy6AEoaziRaO61mSxUkGf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3745727d-ce81-4072-b265-c85b1a81e811/ea8bd91a9634a518f87dea36d993828e.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;font-size:14px;font-family:arial;height:356px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Pt1FaNAxeVBgy6AEoaziRaO61mSxUkGf > .row .container.adaptive-delivery-prevent-bg, #Pt1FaNAxeVBgy6AEoaziRaO61mSxUkGf > .row .container.lazyload, #Pt1FaNAxeVBgy6AEoaziRaO61mSxUkGf > .row .container.lazyloading { background-image: none; }#FtXHKOTTeXa35lbN6m4b5kGGadWgpcfg { color:#000000;display:block;width:663px;position:absolute;font-family:cairo;font-size:28px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:87.749816894531px;left:148.50003051758px;height:218.375px;text-align:center;text-align-last:center;display:block; }
#m2MU5JaqwO416iyJtzHm93aqi5h2egJO { color:#622256;display:block;width:200px;position:absolute;font-family:cairo;font-size:50px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0px;left:380px;height:65px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Dy645g6SR7GSb4a0Zt8VhJe7iHLgRCgG { position:relative;display:block; }#Dy645g6SR7GSb4a0Zt8VhJe7iHLgRCgG { background-color: transparent; background-image: none; }#Dy645g6SR7GSb4a0Zt8VhJe7iHLgRCgG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dy645g6SR7GSb4a0Zt8VhJe7iHLgRCgG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dy645g6SR7GSb4a0Zt8VhJe7iHLgRCgG > .row .container > .video-iframe-container { display: none; }#Dy645g6SR7GSb4a0Zt8VhJe7iHLgRCgG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dy645g6SR7GSb4a0Zt8VhJe7iHLgRCgG > .row > .video-iframe-container { display: none; }#Dy645g6SR7GSb4a0Zt8VhJe7iHLgRCgG > .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); }#Dy645g6SR7GSb4a0Zt8VhJe7iHLgRCgG { border-width: 0; border-radius: 0; }#Dy645g6SR7GSb4a0Zt8VhJe7iHLgRCgG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dy645g6SR7GSb4a0Zt8VhJe7iHLgRCgG > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#074274;background-image:url("https://images.assets-landingi.com/uc/bee66fcb-055c-4eff-b81c-be35e0d0750d/ea8bd91a9634a518f87dea36d993828e.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;font-size:14px;font-family:cairo;height:412px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Dy645g6SR7GSb4a0Zt8VhJe7iHLgRCgG > .row .container.adaptive-delivery-prevent-bg, #Dy645g6SR7GSb4a0Zt8VhJe7iHLgRCgG > .row .container.lazyload, #Dy645g6SR7GSb4a0Zt8VhJe7iHLgRCgG > .row .container.lazyloading { background-image: none; }#RfnT5SdKTkaOzuu451MOakK4NzG1G6Qx { color:#000000;display:block;width:530px;position:absolute;font-family:cairo;font-size:41px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:97.75px;left:215px;height:53.2917px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DX49liKuUJGJtRZJ39xB3i8IxHl6tiQC { color:#000000;display:block;width:200px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:226px;left:403px;height:20.8px;display:block; }
#mbHfnEVXNHn19NL3WC0Wg8UAVBCSKbOZ { color:#000000;display:block;width:270px;position:absolute;font-family:cairo;font-size:14px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:390.8125px;left:345px;height:18.1875px;display:block; }
#CEhz95GoAOEExk3JPbX2O0I2iiy6hP5b { box-sizing:content-box;color:#fbfeff;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:15003;top:89px;left:432px;display:none; }
#KwrRxTlRib4AW6JfwOEoUXilnHGVrzxt { color:#ffffff;display:block;width:393px;position:absolute;font-family:cairo;font-size:23px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:139px;left:270px;height:0;text-align:center;text-align-last:center;display:none; }
#CwDKgEgKc0AKV2pAqGDiQfZcAWA5cpzJ { background-color:#622256;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:191px;height:55px;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:24px;left:363.515625px;display:block; }
#WvJbGDTgLuhIErXXSJooNBtqxB9ffEEm { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Nc9iycVETQxUdnqwBxlPMfokaGkfWfOX { color:#000000;display:block;width:393px;position:absolute;font-family:cairo;font-size:23px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:226px;left:283.50003051758px;height:89.6875px;text-align:center;text-align-last:center;display:block; }
#htwPxAtxGQMlaJH3yQz5FT0b2zVhPD1W { color:#000000;display:block;width:200px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:192px;left:432px;height:20.8px;display:block; }
#sdEe58e7pTihQm98g31aaJWAhXthyKfA { box-sizing:content-box;color:#fb0303;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:15006;top:162.046875px;left:443.5px;display:block; }
#afsQJQpDf5LCgrGhw4cVvaUQeVOyaClf { color:#000000;display:block;width:155px;position:absolute;font-family:cairo;font-size:21px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:329.99993896484px;left:425.50003051758px;height:27.2917px;display:block; }
#xTK3FXHXB1c9hoWtTPnKSJaKPTuOF5oy { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:28px;width:28px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:329.625px;left:386.00003051758px; }
#xTK3FXHXB1c9hoWtTPnKSJaKPTuOF5oy > img { max-width: 100%;max-height:100%; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wGdIiWtA1pFIw5XOvCpscseWh8aqc49G { display:block; }#wGdIiWtA1pFIw5XOvCpscseWh8aqc49G > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 .widget-regular-label { display:block; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9  { width:300px;height:auto; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 {display:block;}#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 { width:300px;height:auto; }
 }@media only screen and (max-width: 763px) { #qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #cUDMSlWaZIqWmvFHaoukTW4BBI5SwXwM {  }
 }@media only screen and (max-width: 763px) { #qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #r2xtyyPHXeaXeuDoV166Tft3Hr9terua { display:block; }
 }@media only screen and (max-width: 763px) { #qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #MQwFCBe1QHJXwlvuqBhVL12I3tJ5kuFO {  }
 }@media only screen and (max-width: 763px) { #qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #syXykRWAfeRPPyD0IJuRc5wsqChgpuZ9 {  }
 }@media only screen and (max-width: 763px) { #qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #s3PVfQwp5S56xxZtBqsrqOiOlzwcLKS7 { display:block; }
 }@media only screen and (max-width: 763px) { #qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #b1KmzKxNMwFFCOuTm95pmypnbHdE4y5T {  }
 }@media only screen and (max-width: 763px) { #qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #DFcl61bkB8ZbfVnaRbOVEqNkO0lPT45d {  }
 }@media only screen and (max-width: 763px) { #qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #GrX5AEFDW8Q9aLHSXXFHAKfIBaBKCPIG { display:block; }
 }@media only screen and (max-width: 763px) { #qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #aAgNJctTLJ1hV2TK6pRbTDXT2ooLkHN6 {  }
 }@media only screen and (max-width: 763px) { #qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #IoxrsAIwKvqheutVOLT896u1JeRf7nnt {  }
 }@media only screen and (max-width: 763px) { #qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #TrXWPIVyPimfryPVWq5nTx6vxKDZXnHg { display:block; }
 }@media only screen and (max-width: 763px) { #qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #Pow02TCGDcFoFfeQqwfm2RC1SnI766Md {  }
 }@media only screen and (max-width: 763px) { #qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #r5OKEVKyoGkM72xqRyGGd27zF7D8bHx2 {  }
 }@media only screen and (max-width: 763px) { #qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #ntTiPDsWnAcUp11hXfGHPEWgIS08wBg2 { display:block; }
 }@media only screen and (max-width: 763px) { #qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #ITuSPpBW9U5DNGiesnsIJADJTP3og0mS {  }
 }@media only screen and (max-width: 763px) { #GnGy3un9ktNqDKH3avEVTdVxpCptk8JR { display:block; }
 }@media only screen and (max-width: 763px) { #qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #rXN3TsX00sO2crNWMxSTX2dxEVZfnCC4 {  }
 }@media only screen and (max-width: 763px) { #qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #ToMaKNaiT7m4C76pgG93FVoLvN1cuUa4 {  }
 }@media only screen and (max-width: 763px) { #knn10y2IUc9lEXrmMi7w6OQkFtHF1P6Q { top:160px;left:0px;width:200px;height:36px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #ceKWWgN6BkQsDov5SFqcsGPWVtUiiKTy { top:158px;left:0px;width:407px;height:129px;display:block; }
 }@media only screen and (max-width: 763px) { #cCtotCePQmmACoPb6MX3DobV0W0ShEe2 { top:182px;left:0px;width:400px;height:79px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #C1R0AC9a3iv89paET9rV4p3TNeBBFGtB { width:328px;height:45px;top:98px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #XH3M5QC6yUqms4O9kdu5a81sKtoeIM4b { top:630px;left:37.500030517578px;width:190px;height:190px;display:block; }
 }@media only screen and (max-width: 763px) { #WUZwdpZBXN5PzPqoQUkOnAGVETT37bhP { top:725px;left:528.93753051758px;width:212px;height:73px;display:block; }
 }@media only screen and (max-width: 763px) { #VeGrc6ghbRSmv5EFBZ9WTWd1QpgxvFcf { top:313px;left:0px;width:317px;height:204px;display:block; }
 }@media only screen and (max-width: 763px) { #pk9G0cq9XRIHbqgAQnJ5PTJXTmqHo4AN { top:11px;left:260.50003051758px;width:243px;height:63px;display:block; }
 }@media only screen and (max-width: 763px) { #yuxurVSRsQ2CfqXmpAe51Nx7ShvOxyhW { width:298px;height:59px;top:558px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Ee3O5OQaSNikO1MOUGnufR30WVl5PDSl { display:block; }
 }@media only screen and (max-width: 763px) { #aTDPakkm5mcFSqf8ea75UzqRrK8TQKiU { display:block; }#aTDPakkm5mcFSqf8ea75UzqRrK8TQKiU > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AROlKPMdS1ogG9gtT5UfmtakPKUh96QG { width:218px;height:29px;top:422px;left:282px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #k88zzsdmnNnepmfNCFtJWQnxbibfIXrf { width:373px;height:126px;top:59px;left:196px;display:block; }
 }@media only screen and (max-width: 763px) { #r78I81ETozQK8T4Ogl5tfJoOIdwVOvav { top:84px;left:259.00003051758px;width:245px;height:76px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #MgpCz0EDBNUKge7x629FksVosLL30igr { width:254px;height:121px;top:376px;left:261px;display:block; }
 }@media only screen and (max-width: 763px) { #UF75HnO3ibcneizxSSp4Jzc2mHfoUTts { width:136px;height:44px;top:279px;left:314px;display:block; }
 }@media only screen and (max-width: 763px) { #k7JMDq0AfTgV7sXW1PIaZBTLhCq2tlQQ { display:block; }
 }@media only screen and (max-width: 763px) { #bdbqaw4dVb7wtPamn6DJH2U22iyQ74pC { width:401px;height:65px;top:171px;left:182px;display:none; }
 }@media only screen and (max-width: 763px) { #JmoCmkHTaNZ1T0kJZLhX02PofUCusJTS { display:block; }
 }@media only screen and (max-width: 763px) { #gFJW1FbimwuNbJDuIpARKoB6tI8Et12e { width:386px;height:65px;top:491px;left:190px;display:none; }
 }@media only screen and (max-width: 763px) { #kvH9kndyeIvZ2MUNgHc6RdkKfTgHCx30 { display:block; }
 }@media only screen and (max-width: 763px) { #x0I8lFXviFeubtwARr9TAi2SRkO1m1yE { width:136px;height:44px;top:591px;left:323px;display:block; }
 }@media only screen and (max-width: 763px) { #DFivMWN95uNMNEl27xg0yq55meVCOSSd { display:block; }
 }@media only screen and (max-width: 763px) { #uckaLd1owvfZXFzMk78LrSBUOmM27Jll { display:block; }#uckaLd1owvfZXFzMk78LrSBUOmM27Jll > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AIoGxQSTKMfiAqErP42ZV8xNQlBoRzoh { width:280px;height:55px;top:88px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #gsTEXAH6C3FoKtRrqtxPzCnPmRqopqP6 { display:block; }
 }@media only screen and (max-width: 763px) { #TO9mlfezN2lUTCqNlefATern7GxUrw2W { top:97px;left:267px;width:497px;height:93px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #u9CoMUToQA7JkGII3h69dKNKizUvnteP { top:38px;left:394px;width:334px;height:51px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #W3sC15OqWFIT1m9TBAc49S4HTym97myC { display:block; }#W3sC15OqWFIT1m9TBAc49S4HTym97myC > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HP3XOfr7RSAwI8JTCopDWiddqrRHilEw { width:311px;height:;top:38px;left:225.00003051758px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #W3TLhidHWeLmsP4KUklkDo9aCSUAtlCZ { top:28px;left:207px;width:351px;height:59px;display:block; }
 }@media only screen and (max-width: 763px) { #aXQIkkeeFCbcyTfryKF62QHa9FdWrr6K { width:295px;height:26px;top:297px;left:234.5px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #SD59pSaAw3qVgh3s9vKObck2db9Qkzuz { width:225px;height:25px;top:297px;left:539px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #M9tGX4oQtk4QAcbgHyOJqiJKw1ZAOLuK { width:202px;height:25px;top:297px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #UOkFNvisxsOP9isvxFkss4dEOc8NOdot { top:136px;left:549px;width:215px;height:125px;display:block; }
 }@media only screen and (max-width: 763px) { #h8HiCzzDuLwrqoJn1OxP7TH7Xow9pL4t { top:134px;left:275.99307250977px;width:215px;height:125px;display:block; }
 }@media only screen and (max-width: 763px) { #VsZpbqVol3VDcuTF4bnKoftPRnEmCShT { top:135px;left:0px;width:215px;height:125px;display:block; }
 }@media only screen and (max-width: 763px) { #DJuQM4bNwlzDViRTM9N5uOeGUku4rHPk { width:240px;height:180px;top:354px;left:524px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Jq5fzEvSe1fnukHMGa4prKhBrcMV4rur { width:307px;height:202px;top:346px;left:234.50003051758px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #vsPFgEo4fmEnyMXJAB5aATUchQLs7hNp { width:242px;height:112px;top:354px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ni3fTVroHRATouMyh87itNL8KhrlNJhP { width:611px;height:33px;top:600px;left:102.95834350586px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #zpb11DGtuN05S8EEQ8MbedxT5EKGlvMF { width:156px;height:53px;top:662px;left:303.50003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #AWtcSz1VSD5MKLGciVGC2wJbAIJeMkTK { display:block; }
 }@media only screen and (max-width: 763px) { #lOzH6hlMaKBwSdDbmzFSc3h47zebZd0B { display:block; }#lOzH6hlMaKBwSdDbmzFSc3h47zebZd0B > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #McQWlUgHdXgMqTbsT98hrOBxIinpgzCI { width:393px;height:58px;top:25px;left:185.02084350586px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #iy5wOJQyp7clTbt7r8z9sKAtIXimFMpI { top:206px;left:0px;width:764px;height:241px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #z3gHFhERl5LB1MyG3s3autCi8ML6m1NE { top:108px;left:41.000030517578px;width:682px;height:60px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #kFEk162eCi4Pg6F2cTP7ir8BhcezJxBT { width:183px;height:61px;top:487px;left:290.50003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #tJHXyoO7thb9Gq2vIu8QJyK3315d6U05 { display:block; }
 }@media only screen and (max-width: 763px) { #Pt1FaNAxeVBgy6AEoaziRaO61mSxUkGf { display:block; }#Pt1FaNAxeVBgy6AEoaziRaO61mSxUkGf > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FtXHKOTTeXa35lbN6m4b5kGGadWgpcfg { top:87px;left:50.500030517578px;width:663px;height:218px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #m2MU5JaqwO416iyJtzHm93aqi5h2egJO { top:0px;left:282.00003051758px;width:200px;height:65px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #Dy645g6SR7GSb4a0Zt8VhJe7iHLgRCgG { display:block; }#Dy645g6SR7GSb4a0Zt8VhJe7iHLgRCgG > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RfnT5SdKTkaOzuu451MOakK4NzG1G6Qx { top:97px;left:117px;width:530px;height:53px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #DX49liKuUJGJtRZJ39xB3i8IxHl6tiQC { top:226px;left:305px;width:200px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #mbHfnEVXNHn19NL3WC0Wg8UAVBCSKbOZ { top:390px;left:247px;width:270px;height:18px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #CEhz95GoAOEExk3JPbX2O0I2iiy6hP5b { top:89px;left:334px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #KwrRxTlRib4AW6JfwOEoUXilnHGVrzxt { top:139px;left:172px;width:393px;height:87px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #CwDKgEgKc0AKV2pAqGDiQfZcAWA5cpzJ { width:191px;height:55px;top:24px;left:265.515625px;display:block; }
 }@media only screen and (max-width: 763px) { #WvJbGDTgLuhIErXXSJooNBtqxB9ffEEm { display:block; }
 }@media only screen and (max-width: 763px) { #Nc9iycVETQxUdnqwBxlPMfokaGkfWfOX { top:226px;left:185.50003051758px;width:393px;height:89px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #htwPxAtxGQMlaJH3yQz5FT0b2zVhPD1W { top:192px;left:334px;width:200px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #sdEe58e7pTihQm98g31aaJWAhXthyKfA { top:162px;left:345.5px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #afsQJQpDf5LCgrGhw4cVvaUQeVOyaClf { top:329px;left:327.50003051758px;width:155px;height:27px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #xTK3FXHXB1c9hoWtTPnKSJaKPTuOF5oy { top:329px;left:288.00003051758px;width:28px;height:28px;display:block; }
#xTK3FXHXB1c9hoWtTPnKSJaKPTuOF5oy > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #wGdIiWtA1pFIw5XOvCpscseWh8aqc49G { background-color:rgba(162,220,244,0.1);background-image:url("https://images.assets-landingi.com/uc/3745727d-ce81-4072-b265-c85b1a81e811/ea8bd91a9634a518f87dea36d993828e.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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wGdIiWtA1pFIw5XOvCpscseWh8aqc49G.adaptive-delivery-prevent-bg, #wGdIiWtA1pFIw5XOvCpscseWh8aqc49G.lazyload, #wGdIiWtA1pFIw5XOvCpscseWh8aqc49G.lazyloading { background-image: none; }#wGdIiWtA1pFIw5XOvCpscseWh8aqc49G > .row .container { background-color: transparent; background-image: none; }#wGdIiWtA1pFIw5XOvCpscseWh8aqc49G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wGdIiWtA1pFIw5XOvCpscseWh8aqc49G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wGdIiWtA1pFIw5XOvCpscseWh8aqc49G > .row .container > .video-iframe-container { display: none; }#wGdIiWtA1pFIw5XOvCpscseWh8aqc49G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wGdIiWtA1pFIw5XOvCpscseWh8aqc49G > .row > .video-iframe-container { display: none; }#wGdIiWtA1pFIw5XOvCpscseWh8aqc49G > .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); }#wGdIiWtA1pFIw5XOvCpscseWh8aqc49G > .row .container { border-width: 0; border-radius: 0; }#wGdIiWtA1pFIw5XOvCpscseWh8aqc49G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wGdIiWtA1pFIw5XOvCpscseWh8aqc49G > .row .container { width:320px;height:1514px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 .widget-form-header {  }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:17px;font-weight:bold;color:#444444;width:233px;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;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right;line-height:1.3; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 .widget-input-text { border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:1px solid #622256;border-left:1px solid #622256;border-right:1px solid #622256;border-bottom:1px solid #622256;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:233px;box-sizing:border-box;height:45px;color:#161616;font-size:14px;overflow:hidden;font-family:quicksand;vertical-align:top;text-align:right;text-align-last:right; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 .widget-textarea { border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:1px solid #622256;border-left:1px solid #622256;border-right:1px solid #622256;border-bottom:1px solid #622256;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:233px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:quicksand;vertical-align:top;text-align:right;text-align-last:right; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 .widget-input-select { border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:1px solid #622256;border-left:1px solid #622256;border-right:1px solid #622256;border-bottom:1px solid #622256;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:233px;box-sizing:border-box;height:45px;color:#161616;font-family:cairo;font-size:15px;overflow:hidden;vertical-align:top; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#622256;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:23px;font-weight:bold;color:#f2f9ff;width:233px;height:45px;font-family:cairo;overflow:hidden; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 [class*="-text"]:-moz-placeholder { color:#161616;font-family:quicksand;font-size:14px; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 [class*="-text"]::-moz-placeholder { color:#161616;font-family:quicksand;font-size:14px; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:quicksand;font-size:14px; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:quicksand;font-size:14px; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:11px;font-weight:300;color:#000000;vertical-align:top;width:214px;overflow:hidden;font-style:normal; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 .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; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 .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:quicksand;font-size:12px;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;text-align:right;text-align-last:right; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 .widget-container { padding-top:6px;padding-right:0;padding-bottom:6px;padding-left:0;width:100%;font-size:0;height:auto; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 .widget-container:first-of-type{padding-top:0;}#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 .widget-container:last-of-type{padding-bottom:0;}#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:233px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:23.500000953674px;top:668.41668701172px;z-index:15041; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:233px;display:block;vertical-align:top; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 .widget-info-text { display:block;height:auto;font-family:quicksand;font-size:12px;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 {display:block;}#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:233px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:23.500000953674px;top:668.41668701172px;z-index:15041; }
 }@media only screen and (max-width: 763px) { #qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #cUDMSlWaZIqWmvFHaoukTW4BBI5SwXwM {  }
 }@media only screen and (max-width: 763px) { #qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #r2xtyyPHXeaXeuDoV166Tft3Hr9terua { display:block; }
 }@media only screen and (max-width: 763px) { #qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #MQwFCBe1QHJXwlvuqBhVL12I3tJ5kuFO {  }
 }@media only screen and (max-width: 763px) { #qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #syXykRWAfeRPPyD0IJuRc5wsqChgpuZ9 {  }
 }@media only screen and (max-width: 763px) { #qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #s3PVfQwp5S56xxZtBqsrqOiOlzwcLKS7 { display:block; }
 }@media only screen and (max-width: 763px) { #qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #b1KmzKxNMwFFCOuTm95pmypnbHdE4y5T {  }
 }@media only screen and (max-width: 763px) { #qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #DFcl61bkB8ZbfVnaRbOVEqNkO0lPT45d {  }
 }@media only screen and (max-width: 763px) { #qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #GrX5AEFDW8Q9aLHSXXFHAKfIBaBKCPIG { display:block; }
 }@media only screen and (max-width: 763px) { #qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #aAgNJctTLJ1hV2TK6pRbTDXT2ooLkHN6 {  }
 }@media only screen and (max-width: 763px) { #qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #IoxrsAIwKvqheutVOLT896u1JeRf7nnt {  }
 }@media only screen and (max-width: 763px) { #qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #TrXWPIVyPimfryPVWq5nTx6vxKDZXnHg { display:block; }
 }@media only screen and (max-width: 763px) { #qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #Pow02TCGDcFoFfeQqwfm2RC1SnI766Md {  }
 }@media only screen and (max-width: 763px) { #qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #r5OKEVKyoGkM72xqRyGGd27zF7D8bHx2 {  }
 }@media only screen and (max-width: 763px) { #qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #ntTiPDsWnAcUp11hXfGHPEWgIS08wBg2 { display:block; }
 }@media only screen and (max-width: 763px) { #qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #ITuSPpBW9U5DNGiesnsIJADJTP3og0mS {  }
 }@media only screen and (max-width: 763px) { #GnGy3un9ktNqDKH3avEVTdVxpCptk8JR { display:block; }
 }@media only screen and (max-width: 763px) { #qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #rXN3TsX00sO2crNWMxSTX2dxEVZfnCC4 {  }
 }@media only screen and (max-width: 763px) { #qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #ToMaKNaiT7m4C76pgG93FVoLvN1cuUa4 {  }
 }@media only screen and (max-width: 763px) { #knn10y2IUc9lEXrmMi7w6OQkFtHF1P6Q { width:200px;height:37.5px;top:623.0625px;left:60.000004768372px;font-size:25px;color:#622256;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ceKWWgN6BkQsDov5SFqcsGPWVtUiiKTy { width:320px;height:152px;top:211.5px;left:0px;z-index:15040;display:none; }
 }@media only screen and (max-width: 763px) { #cCtotCePQmmACoPb6MX3DobV0W0ShEe2 { width:320px;height:72px;top:144px;left:0px;font-size:16px;color:#000000;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #C1R0AC9a3iv89paET9rV4p3TNeBBFGtB { width:216px;height:44px;top:91px;left:52.000000953674px;text-align:right;text-align-last:right;line-height:2;font-size:22px;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #XH3M5QC6yUqms4O9kdu5a81sKtoeIM4b { width:205px;height:205px;top:1302.3959197998px;left:57.500004768372px;display:block; }
 }@media only screen and (max-width: 763px) { #WUZwdpZBXN5PzPqoQUkOnAGVETT37bhP { width:175px;height:59px;top:1282.7291870117px;left:72.500004768372px;display:block; }
 }@media only screen and (max-width: 763px) { #VeGrc6ghbRSmv5EFBZ9WTWd1QpgxvFcf { width:317px;height:204px;top:264px;left:1.5px;display:block; }
 }@media only screen and (max-width: 763px) { #pk9G0cq9XRIHbqgAQnJ5PTJXTmqHo4AN { width:177px;height:48px;top:9px;left:71.500004768372px;display:block; }
 }@media only screen and (max-width: 763px) { #yuxurVSRsQ2CfqXmpAe51Nx7ShvOxyhW { width:298px;height:59px;top:505px;left:11.000000953674px;line-height:1;font-size:20px;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;background-color:#648511;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Ee3O5OQaSNikO1MOUGnufR30WVl5PDSl { display:block; }
 }@media only screen and (max-width: 763px) { #aTDPakkm5mcFSqf8ea75UzqRrK8TQKiU { background-color:rgba(255,255,255,0.37);background-image:url("https://images.assets-landingi.com/uc/bee66fcb-055c-4eff-b81c-be35e0d0750d/ea8bd91a9634a518f87dea36d993828e.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aTDPakkm5mcFSqf8ea75UzqRrK8TQKiU.adaptive-delivery-prevent-bg, #aTDPakkm5mcFSqf8ea75UzqRrK8TQKiU.lazyload, #aTDPakkm5mcFSqf8ea75UzqRrK8TQKiU.lazyloading { background-image: none; }#aTDPakkm5mcFSqf8ea75UzqRrK8TQKiU > .row .container { background-color: transparent; background-image: none; }#aTDPakkm5mcFSqf8ea75UzqRrK8TQKiU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTDPakkm5mcFSqf8ea75UzqRrK8TQKiU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTDPakkm5mcFSqf8ea75UzqRrK8TQKiU > .row .container > .video-iframe-container { display: none; }#aTDPakkm5mcFSqf8ea75UzqRrK8TQKiU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTDPakkm5mcFSqf8ea75UzqRrK8TQKiU > .row > .video-iframe-container { display: none; }#aTDPakkm5mcFSqf8ea75UzqRrK8TQKiU > .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); }#aTDPakkm5mcFSqf8ea75UzqRrK8TQKiU > .row .container { border-width: 0; border-radius: 0; }#aTDPakkm5mcFSqf8ea75UzqRrK8TQKiU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aTDPakkm5mcFSqf8ea75UzqRrK8TQKiU > .row .container { width:320px;height:718px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AROlKPMdS1ogG9gtT5UfmtakPKUh96QG { width:175.958px;height:60px;top:453.00001525879px;left:72.020833015442px;text-align:center;text-align-last:center;line-height:1.5;font-size:20px;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #k88zzsdmnNnepmfNCFtJWQnxbibfIXrf { width:262px;height:192px;top:23px;left:29px;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#k88zzsdmnNnepmfNCFtJWQnxbibfIXrf.adaptive-delivery-prevent-bg, #k88zzsdmnNnepmfNCFtJWQnxbibfIXrf.lazyload, #k88zzsdmnNnepmfNCFtJWQnxbibfIXrf.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #r78I81ETozQK8T4Ogl5tfJoOIdwVOvav { width:216px;height:60px;top:70px;left:52.000000953674px;font-size:20px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #MgpCz0EDBNUKge7x629FksVosLL30igr { width:221px;height:165px;top:417px;left:49px;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#MgpCz0EDBNUKge7x629FksVosLL30igr.adaptive-delivery-prevent-bg, #MgpCz0EDBNUKge7x629FksVosLL30igr.lazyload, #MgpCz0EDBNUKge7x629FksVosLL30igr.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #UF75HnO3ibcneizxSSp4Jzc2mHfoUTts { width:160px;height:53px;top:285px;left:80px;background-color:#2bac71;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #k7JMDq0AfTgV7sXW1PIaZBTLhCq2tlQQ { display:block; }
 }@media only screen and (max-width: 763px) { #bdbqaw4dVb7wtPamn6DJH2U22iyQ74pC { top:185px;left:6px;width:309px;height:53px;z-index:15016;background-color:#622256;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #JmoCmkHTaNZ1T0kJZLhX02PofUCusJTS { display:block; }
 }@media only screen and (max-width: 763px) { #gFJW1FbimwuNbJDuIpARKoB6tI8Et12e { top:545px;left:8px;width:304px;height:65px;z-index:15016;background-color:#622256;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #kvH9kndyeIvZ2MUNgHc6RdkKfTgHCx30 { display:block; }
 }@media only screen and (max-width: 763px) { #x0I8lFXviFeubtwARr9TAi2SRkO1m1yE { width:165px;height:51px;top:646.00001525879px;left:77.500004768372px;background-color:#2bac71;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #DFivMWN95uNMNEl27xg0yq55meVCOSSd { display:block; }
 }@media only screen and (max-width: 763px) { #uckaLd1owvfZXFzMk78LrSBUOmM27Jll { display:none; }#uckaLd1owvfZXFzMk78LrSBUOmM27Jll > .row .container { width:320px;height:318px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3745727d-ce81-4072-b265-c85b1a81e811/ea8bd91a9634a518f87dea36d993828e.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:none; }#uckaLd1owvfZXFzMk78LrSBUOmM27Jll > .row .container.adaptive-delivery-prevent-bg, #uckaLd1owvfZXFzMk78LrSBUOmM27Jll > .row .container.lazyload, #uckaLd1owvfZXFzMk78LrSBUOmM27Jll > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #AIoGxQSTKMfiAqErP42ZV8xNQlBoRzoh { width:280px;height:55px;top:236.29168701172px;left:20.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #gsTEXAH6C3FoKtRrqtxPzCnPmRqopqP6 { display:block; }
 }@media only screen and (max-width: 763px) { #TO9mlfezN2lUTCqNlefATern7GxUrw2W { width:320px;height:130.188px;top:75.791687011719px;left:0px;font-size:31px;text-align:center;text-align-last:center;line-height:1.4;font-weight:700;font-style:normal;color:rgba(0,0,0,0.94);display:block; }
 }@media only screen and (max-width: 763px) { #u9CoMUToQA7JkGII3h69dKNKizUvnteP { width:320px;height:44.7917px;top:17px;left:0px;font-size:32px;text-align:center;text-align-last:center;line-height:1.4;font-weight:700;font-style:normal;color:rgba(0,0,0,0.94);display:block; }
 }@media only screen and (max-width: 763px) { #W3sC15OqWFIT1m9TBAc49S4HTym97myC { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bee66fcb-055c-4eff-b81c-be35e0d0750d/ea8bd91a9634a518f87dea36d993828e.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#W3sC15OqWFIT1m9TBAc49S4HTym97myC.adaptive-delivery-prevent-bg, #W3sC15OqWFIT1m9TBAc49S4HTym97myC.lazyload, #W3sC15OqWFIT1m9TBAc49S4HTym97myC.lazyloading { background-image: none; }#W3sC15OqWFIT1m9TBAc49S4HTym97myC > .row .container { background-color: transparent; background-image: none; }#W3sC15OqWFIT1m9TBAc49S4HTym97myC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3sC15OqWFIT1m9TBAc49S4HTym97myC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3sC15OqWFIT1m9TBAc49S4HTym97myC > .row .container > .video-iframe-container { display: none; }#W3sC15OqWFIT1m9TBAc49S4HTym97myC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3sC15OqWFIT1m9TBAc49S4HTym97myC > .row > .video-iframe-container { display: none; }#W3sC15OqWFIT1m9TBAc49S4HTym97myC > .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); }#W3sC15OqWFIT1m9TBAc49S4HTym97myC > .row .container { border-width: 0; border-radius: 0; }#W3sC15OqWFIT1m9TBAc49S4HTym97myC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W3sC15OqWFIT1m9TBAc49S4HTym97myC > .row .container { width:320px;height:1712px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HP3XOfr7RSAwI8JTCopDWiddqrRHilEw { width:265.958px;height:46px;top:22.8125px;left:27.000000953674px;text-align:center;text-align-last:center;line-height:2;font-size:23px;color:#622256;display:block; }
 }@media only screen and (max-width: 763px) { #W3TLhidHWeLmsP4KUklkDo9aCSUAtlCZ { width:277px;height:49px;top:20px;left:22px;display:block; }
 }@media only screen and (max-width: 763px) { #aXQIkkeeFCbcyTfryKF62QHa9FdWrr6K { width:242.979px;height:36px;top:727.9998626709px;left:38.500000953674px;text-align:center;text-align-last:center;line-height:2;font-size:18px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #SD59pSaAw3qVgh3s9vKObck2db9Qkzuz { width:243.979px;height:36px;top:258.00000762939px;left:37.958333015442px;text-align:center;text-align-last:center;line-height:2;font-size:18px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #M9tGX4oQtk4QAcbgHyOJqiJKw1ZAOLuK { width:201.979px;height:36px;top:1309px;left:59px;text-align:center;text-align-last:center;line-height:2;font-size:18px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #UOkFNvisxsOP9isvxFkss4dEOc8NOdot { width:215px;height:125px;top:117.00000762939px;left:52.500000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #h8HiCzzDuLwrqoJn1OxP7TH7Xow9pL4t { width:215px;height:125px;top:586.00001525879px;left:52.500000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #VsZpbqVol3VDcuTF4bnKoftPRnEmCShT { width:215px;height:125px;top:1167px;left:52px;display:block; }
 }@media only screen and (max-width: 763px) { #DJuQM4bNwlzDViRTM9N5uOeGUku4rHPk { width:293.979px;height:224px;top:303.00003051758px;left:12.958333015442px;text-align:center;text-align-last:center;line-height:2;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Jq5fzEvSe1fnukHMGa4prKhBrcMV4rur { width:306.979px;height:320px;top:773.00003051758px;left:8.0416669845581px;text-align:center;text-align-last:center;line-height:2;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #vsPFgEo4fmEnyMXJAB5aATUchQLs7hNp { width:288.979px;height:160px;top:1354px;left:15px;text-align:center;text-align-last:center;line-height:2;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ni3fTVroHRATouMyh87itNL8KhrlNJhP { width:320px;height:80px;top:1547.0000915527px;left:0px;text-align:center;text-align-last:center;line-height:2;font-size:20px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #zpb11DGtuN05S8EEQ8MbedxT5EKGlvMF { width:156px;height:53px;top:1647.0000610352px;left:82.000004768372px;background-color:#2bac71;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #AWtcSz1VSD5MKLGciVGC2wJbAIJeMkTK { display:block; }
 }@media only screen and (max-width: 763px) { #lOzH6hlMaKBwSdDbmzFSc3h47zebZd0B { background-color:#e5d5d9;background-image:url("https://images.assets-landingi.com/uc/bee66fcb-055c-4eff-b81c-be35e0d0750d/ea8bd91a9634a518f87dea36d993828e.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lOzH6hlMaKBwSdDbmzFSc3h47zebZd0B.adaptive-delivery-prevent-bg, #lOzH6hlMaKBwSdDbmzFSc3h47zebZd0B.lazyload, #lOzH6hlMaKBwSdDbmzFSc3h47zebZd0B.lazyloading { background-image: none; }#lOzH6hlMaKBwSdDbmzFSc3h47zebZd0B > .row .container { background-color: transparent; background-image: none; }#lOzH6hlMaKBwSdDbmzFSc3h47zebZd0B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lOzH6hlMaKBwSdDbmzFSc3h47zebZd0B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lOzH6hlMaKBwSdDbmzFSc3h47zebZd0B > .row .container > .video-iframe-container { display: none; }#lOzH6hlMaKBwSdDbmzFSc3h47zebZd0B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lOzH6hlMaKBwSdDbmzFSc3h47zebZd0B > .row > .video-iframe-container { display: none; }#lOzH6hlMaKBwSdDbmzFSc3h47zebZd0B > .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); }#lOzH6hlMaKBwSdDbmzFSc3h47zebZd0B > .row .container { border-width: 0; border-radius: 0; }#lOzH6hlMaKBwSdDbmzFSc3h47zebZd0B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lOzH6hlMaKBwSdDbmzFSc3h47zebZd0B > .row .container { width:320px;height:521px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #McQWlUgHdXgMqTbsT98hrOBxIinpgzCI { width:231px;height:37.5px;top:19px;left:44.500000953674px;text-align:center;text-align-last:center;font-size:25px;color:#622256;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #iy5wOJQyp7clTbt7r8z9sKAtIXimFMpI { width:320px;height:264px;top:158.99990844727px;left:0px;font-size:15px;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #z3gHFhERl5LB1MyG3s3autCi8ML6m1NE { width:320px;height:67.5px;top:72px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #kFEk162eCi4Pg6F2cTP7ir8BhcezJxBT { width:156px;height:53px;top:458px;left:82.000004768372px;background-color:#2bac71;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15077;display:block; }
 }@media only screen and (max-width: 763px) { #tJHXyoO7thb9Gq2vIu8QJyK3315d6U05 { display:block; }
 }@media only screen and (max-width: 763px) { #Pt1FaNAxeVBgy6AEoaziRaO61mSxUkGf { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3745727d-ce81-4072-b265-c85b1a81e811/ea8bd91a9634a518f87dea36d993828e.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Pt1FaNAxeVBgy6AEoaziRaO61mSxUkGf.adaptive-delivery-prevent-bg, #Pt1FaNAxeVBgy6AEoaziRaO61mSxUkGf.lazyload, #Pt1FaNAxeVBgy6AEoaziRaO61mSxUkGf.lazyloading { background-image: none; }#Pt1FaNAxeVBgy6AEoaziRaO61mSxUkGf > .row .container { background-color: transparent; background-image: none; }#Pt1FaNAxeVBgy6AEoaziRaO61mSxUkGf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pt1FaNAxeVBgy6AEoaziRaO61mSxUkGf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pt1FaNAxeVBgy6AEoaziRaO61mSxUkGf > .row .container > .video-iframe-container { display: none; }#Pt1FaNAxeVBgy6AEoaziRaO61mSxUkGf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pt1FaNAxeVBgy6AEoaziRaO61mSxUkGf > .row > .video-iframe-container { display: none; }#Pt1FaNAxeVBgy6AEoaziRaO61mSxUkGf > .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); }#Pt1FaNAxeVBgy6AEoaziRaO61mSxUkGf > .row .container { border-width: 0; border-radius: 0; }#Pt1FaNAxeVBgy6AEoaziRaO61mSxUkGf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pt1FaNAxeVBgy6AEoaziRaO61mSxUkGf > .row .container { width:320px;height:268px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FtXHKOTTeXa35lbN6m4b5kGGadWgpcfg { width:320px;height:179.083px;top:75.984375px;left:0px;font-size:16px;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #m2MU5JaqwO416iyJtzHm93aqi5h2egJO { width:200px;height:37.5px;top:10.796875px;left:60px;font-size:25px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Dy645g6SR7GSb4a0Zt8VhJe7iHLgRCgG { background-color:#074274;background-image:url("https://images.assets-landingi.com/uc/bee66fcb-055c-4eff-b81c-be35e0d0750d/ea8bd91a9634a518f87dea36d993828e.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Dy645g6SR7GSb4a0Zt8VhJe7iHLgRCgG.adaptive-delivery-prevent-bg, #Dy645g6SR7GSb4a0Zt8VhJe7iHLgRCgG.lazyload, #Dy645g6SR7GSb4a0Zt8VhJe7iHLgRCgG.lazyloading { background-image: none; }#Dy645g6SR7GSb4a0Zt8VhJe7iHLgRCgG > .row .container { background-color: transparent; background-image: none; }#Dy645g6SR7GSb4a0Zt8VhJe7iHLgRCgG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dy645g6SR7GSb4a0Zt8VhJe7iHLgRCgG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dy645g6SR7GSb4a0Zt8VhJe7iHLgRCgG > .row .container > .video-iframe-container { display: none; }#Dy645g6SR7GSb4a0Zt8VhJe7iHLgRCgG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dy645g6SR7GSb4a0Zt8VhJe7iHLgRCgG > .row > .video-iframe-container { display: none; }#Dy645g6SR7GSb4a0Zt8VhJe7iHLgRCgG > .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); }#Dy645g6SR7GSb4a0Zt8VhJe7iHLgRCgG > .row .container { border-width: 0; border-radius: 0; }#Dy645g6SR7GSb4a0Zt8VhJe7iHLgRCgG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dy645g6SR7GSb4a0Zt8VhJe7iHLgRCgG > .row .container { width:320px;height:469px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RfnT5SdKTkaOzuu451MOakK4NzG1G6Qx { width:299px;height:75.375px;top:95px;left:10px;text-align:center;text-align-last:center;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #DX49liKuUJGJtRZJ39xB3i8IxHl6tiQC { width:200px;height:0;top:395.2292px;left:60px;text-align:center;text-align-last:center;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #mbHfnEVXNHn19NL3WC0Wg8UAVBCSKbOZ { width:320px;height:18.1875px;top:442.31251144409px;left:0px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #CEhz95GoAOEExk3JPbX2O0I2iiy6hP5b { width:50px;height:50px;top:97px;left:135px;font-size:35px;display:none; }
 }@media only screen and (max-width: 763px) { #KwrRxTlRib4AW6JfwOEoUXilnHGVrzxt { width:320px;height:0;top:140.984375px;left:-0.046875px;text-align:center;text-align-last:center;font-size:19px;display:none; }
 }@media only screen and (max-width: 763px) { #CwDKgEgKc0AKV2pAqGDiQfZcAWA5cpzJ { width:191px;height:55px;top:20px;left:64px;display:block; }
 }@media only screen and (max-width: 763px) { #WvJbGDTgLuhIErXXSJooNBtqxB9ffEEm { display:block; }
 }@media only screen and (max-width: 763px) { #Nc9iycVETQxUdnqwBxlPMfokaGkfWfOX { width:320px;height:74.0625px;top:256.16666793823px;left:0px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #htwPxAtxGQMlaJH3yQz5FT0b2zVhPD1W { width:200px;height:20.7917px;top:190.375px;left:60px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #sdEe58e7pTihQm98g31aaJWAhXthyKfA { width:50px;height:50px;top:190.37496948242px;left:135.00000476837px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #afsQJQpDf5LCgrGhw4cVvaUQeVOyaClf { width:155px;height:27.2917px;top:398.02085494995px;left:82.500004768372px;font-size:21px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xTK3FXHXB1c9hoWtTPnKSJaKPTuOF5oy { width:28px;height:28px;top:351.02085494995px;left:146.00000476837px;display:block; }
#xTK3FXHXB1c9hoWtTPnKSJaKPTuOF5oy > img { max-width: 100%;max-height:100%; } }