.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGJopB35FfUyML0lMQJTB4RiswPxtiK1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TGJopB35FfUyML0lMQJTB4RiswPxtiK1 > .row .container { background-color: transparent; background-image: none; }#TGJopB35FfUyML0lMQJTB4RiswPxtiK1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGJopB35FfUyML0lMQJTB4RiswPxtiK1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGJopB35FfUyML0lMQJTB4RiswPxtiK1 > .row .container > .video-iframe-container { display: none; }#TGJopB35FfUyML0lMQJTB4RiswPxtiK1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGJopB35FfUyML0lMQJTB4RiswPxtiK1 > .row > .video-iframe-container { display: none; }#TGJopB35FfUyML0lMQJTB4RiswPxtiK1 > .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); }#TGJopB35FfUyML0lMQJTB4RiswPxtiK1 > .row .container { border-width: 0; border-radius: 0; }#TGJopB35FfUyML0lMQJTB4RiswPxtiK1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TGJopB35FfUyML0lMQJTB4RiswPxtiK1 > .row .container { font-size:14px;font-family:arial;height:181px;width:1200px;position:relative;display:block; }#foIvLKO7NyAHFuzAKJ5TSMv8IsqJUq3x { color:#a8879d;display:block;width:1200px;position:absolute;font-family:"moon time";font-size:71px;font-weight:400;z-index:15000;line-height:1;letter-spacing:0;top:42px;left:0px;height:71px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gZH3BavMI2kfmDDPIUwp7ouAt98QC9EC { color:#ffffff;display:block;width:1200px;position:absolute;font-family:lato;font-size:37px;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:102px;left:0px;height:37px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HPCI1Ar4X8qwVvml9ZGiHQJG1UOHmJs8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ffeb2937-4958-41cf-b8e2-6a2380c4aac6/Materclasslandingpagebackground.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HPCI1Ar4X8qwVvml9ZGiHQJG1UOHmJs8.adaptive-delivery-prevent-bg, #HPCI1Ar4X8qwVvml9ZGiHQJG1UOHmJs8.lazyload, #HPCI1Ar4X8qwVvml9ZGiHQJG1UOHmJs8.lazyloading { background-image: none; }#HPCI1Ar4X8qwVvml9ZGiHQJG1UOHmJs8 > .row .container { background-color: transparent; background-image: none; }#HPCI1Ar4X8qwVvml9ZGiHQJG1UOHmJs8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HPCI1Ar4X8qwVvml9ZGiHQJG1UOHmJs8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HPCI1Ar4X8qwVvml9ZGiHQJG1UOHmJs8 > .row .container > .video-iframe-container { display: none; }#HPCI1Ar4X8qwVvml9ZGiHQJG1UOHmJs8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HPCI1Ar4X8qwVvml9ZGiHQJG1UOHmJs8 > .row > .video-iframe-container { display: none; }#HPCI1Ar4X8qwVvml9ZGiHQJG1UOHmJs8 > .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); }#HPCI1Ar4X8qwVvml9ZGiHQJG1UOHmJs8 > .row .container { border-width: 0; border-radius: 0; }#HPCI1Ar4X8qwVvml9ZGiHQJG1UOHmJs8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HPCI1Ar4X8qwVvml9ZGiHQJG1UOHmJs8 > .row .container { font-size:14px;font-family:arial;height:594px;width:1200px;position:relative;display:block; }#WfPlwJnJFf8rRJLICKOdOUpTSiBihdgo { color:#000000;display:block;width:914px;position:absolute;font-family:lato;font-size:37px;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:39px;left:23px;height:74px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KefvpOgVC9FxofCRsbiH9bQbTxiITdgl { color:#000000;display:block;width:909px;position:absolute;font-family:arial;font-size:23px;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:136px;left:23px;height:193.1564px;text-align:left;text-align-last:left;display:block; }
#tl8QQS6yfnZT6pQdpV3BdIs0QVZkVUrt { color:#ffffff;display:block;width:298px;position:absolute;font-family:arial;font-size:25px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:446px;left:36px;height:97.5px;text-align:left;text-align-last:left;display:block; }
#mMhQycI06BOf1hCwRGBc795fDDcPBFrX { position:absolute;display:block;z-index:14998;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:177px;width:323px;top:381.9921875px;left:23px;display:block; }
#wARbTUgKmHOFwunasiQTFrTpuasXTIRc { position:absolute;display:block;z-index:14999;background-color:#a8879d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:55px;width:323px;top:379px;left:23px;display:block; }
#MDIrUdrJ56nM9VfJ22Qy4Uf5UMlKaUTd { color:#ffffff;display:block;width:305px;position:absolute;font-family:lato;font-size:27px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:388.94999694824px;left:32.5px;height:35.0938px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OabmgctUxtbZIJRN2nyg1GlNT3AAlIKX { z-index:15004;top:443.4921875px;left:417px;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:39px;border-top-right-radius:39px;border-bottom-left-radius:39px;border-bottom-right-radius:39px;box-shadow: 1px 4px 20px rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:21px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:366px;height:80px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TikCBhM5dDdRC3eheV15yaG3wcTf6R5T { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#E2LRUek2gknEK3syWk4h37AZJSAmukkJ { position:relative;display:block; }#E2LRUek2gknEK3syWk4h37AZJSAmukkJ { background-color: transparent; background-image: none; }#E2LRUek2gknEK3syWk4h37AZJSAmukkJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2LRUek2gknEK3syWk4h37AZJSAmukkJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2LRUek2gknEK3syWk4h37AZJSAmukkJ > .row .container > .video-iframe-container { display: none; }#E2LRUek2gknEK3syWk4h37AZJSAmukkJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2LRUek2gknEK3syWk4h37AZJSAmukkJ > .row > .video-iframe-container { display: none; }#E2LRUek2gknEK3syWk4h37AZJSAmukkJ > .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); }#E2LRUek2gknEK3syWk4h37AZJSAmukkJ { border-width: 0; border-radius: 0; }#E2LRUek2gknEK3syWk4h37AZJSAmukkJ > .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; }#E2LRUek2gknEK3syWk4h37AZJSAmukkJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:872px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eRZ0PvyTbv2FazuSgtaETtaxqXqv7zOK { color:#a8879d;display:block;width:458px;position:absolute;font-family:lato;font-size:37px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:52px;left:484px;height:48.0938px;font-style:normal;display:block; }
#vXWwGAd27i4F2lxCetNCTh6oxPP4H86n { color:#000000;display:block;width:691px;position:absolute;font-family:arial;font-size:22px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:129.1015625px;left:484px;height:29.0938px;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; }
#EHWTklMByO3lJWlXrf2fy829WOItdwE8 { position:absolute;display:block;z-index:14999;background-color:#a8879d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:148px;width:1111px;top:672px;left:47px;display:block; }
#g2rRho1sitRHlOm00AlFdh4vchK8J7b9 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:570px;width:379px;top:52px;left:46.5px;overflow:hidden;display:block; }
#aw4cbm2hGMSdG6ssEMuAviF0ItrREm8f { color:#000000;display:block;width:691px;position:absolute;font-family:arial;font-size:19px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:169.234375px;left:509px;height:84.0859px;display:block; }#aw4cbm2hGMSdG6ssEMuAviF0ItrREm8f li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#aw4cbm2hGMSdG6ssEMuAviF0ItrREm8f li:before{  }
#ovJmFKW0LaPegvdLr13XolTLznHlKrUz { color:#000000;display:block;width:691px;position:absolute;font-family:arial;font-size:19px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:356px;left:509px;height:108.781px;display:block; }#ovJmFKW0LaPegvdLr13XolTLznHlKrUz li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#ovJmFKW0LaPegvdLr13XolTLznHlKrUz li:before{  }
#N4vPtXlry33FyTSleUen0ZbT6fL3BOTI { color:#000000;display:block;width:715px;position:absolute;font-family:arial;font-size:22px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:283px;left:484px;height:58.1875px;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; }
#cDhG4c1TwwJlNxQ5NNh2CcdbuqKWFH4M { color:#000000;display:block;width:691px;position:absolute;font-family:arial;font-size:19px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:544px;left:509px;height:84.0859px;display:block; }#cDhG4c1TwwJlNxQ5NNh2CcdbuqKWFH4M li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#cDhG4c1TwwJlNxQ5NNh2CcdbuqKWFH4M li:before{  }
#RvTgLpmVKR0LGlTS3wtZnNkoPsuEygkJ { color:#000000;display:block;width:715px;position:absolute;font-family:arial;font-size:22px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:497px;left:484px;height:29.0938px;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; }
#heAZwu0mt8ybuOHyQAfspG54rKnScovE { color:#ffffff;display:block;width:1057px;position:absolute;font-family:arial;font-size:25px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:689px;left:78px;height:102px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kpE01IAA4STul8l68qamBIyXi82KgOOh { position:relative;display:block; }#kpE01IAA4STul8l68qamBIyXi82KgOOh { background-color: transparent; background-image: none; }#kpE01IAA4STul8l68qamBIyXi82KgOOh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kpE01IAA4STul8l68qamBIyXi82KgOOh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kpE01IAA4STul8l68qamBIyXi82KgOOh > .row .container > .video-iframe-container { display: none; }#kpE01IAA4STul8l68qamBIyXi82KgOOh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kpE01IAA4STul8l68qamBIyXi82KgOOh > .row > .video-iframe-container { display: none; }#kpE01IAA4STul8l68qamBIyXi82KgOOh > .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); }#kpE01IAA4STul8l68qamBIyXi82KgOOh { border-width: 0; border-radius: 0; }#kpE01IAA4STul8l68qamBIyXi82KgOOh > .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; }#kpE01IAA4STul8l68qamBIyXi82KgOOh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:358px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#okbmkZPlOi3cn6CMavOGggSoxC05FD6k { color:#a8879d;display:block;width:458px;position:absolute;font-family:lato;font-size:40px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:13px;left:47px;height:52px;font-style:normal;display:block; }
#SpQoB1WfTKIoxzeN9fF5tiLDacpTOMgQ { color:#000000;display:block;width:691px;position:absolute;font-family:arial;font-size:30px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:91px;left:47px;height:205px;display:block; }#SpQoB1WfTKIoxzeN9fF5tiLDacpTOMgQ li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#SpQoB1WfTKIoxzeN9fF5tiLDacpTOMgQ li:before{  }
#d7ZanvU0JS6VvycbekMKRHATDhiJGEKq { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:282px;width:425px;top:31px;left:738px;overflow:hidden;display:block; }
#mMBzgk0H4ITJeCFPLZaa8hMw343Kzgco { position:relative;display:block; }#mMBzgk0H4ITJeCFPLZaa8hMw343Kzgco { background-color: transparent; background-image: none; }#mMBzgk0H4ITJeCFPLZaa8hMw343Kzgco::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mMBzgk0H4ITJeCFPLZaa8hMw343Kzgco > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mMBzgk0H4ITJeCFPLZaa8hMw343Kzgco > .row .container > .video-iframe-container { display: none; }#mMBzgk0H4ITJeCFPLZaa8hMw343Kzgco > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mMBzgk0H4ITJeCFPLZaa8hMw343Kzgco > .row > .video-iframe-container { display: none; }#mMBzgk0H4ITJeCFPLZaa8hMw343Kzgco > .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); }#mMBzgk0H4ITJeCFPLZaa8hMw343Kzgco { border-width: 0; border-radius: 0; }#mMBzgk0H4ITJeCFPLZaa8hMw343Kzgco > .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; }#mMBzgk0H4ITJeCFPLZaa8hMw343Kzgco > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:472px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LzvcAJleZgILMT4KFbX4nXnJBDSXdzn3 { color:#a8879d;display:block;width:581px;position:absolute;font-family:lato;font-size:40px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:33px;left:417px;height:52px;font-style:normal;display:block; }
#XiepxEaXa6FyWTlER4Rulol6cSV7APqE { color:#000000;display:block;width:736px;position:absolute;font-family:arial;font-size:26px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:111px;left:417px;height:304.1724px;display:block; }
#lmQGoLmu9Dvb8oZEw9fbUcmyS12KshNO { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:378px;width:311px;top:32.5px;left:47px;overflow:hidden;display:block; }
#W7DowT8GFgSZynpou7m0yh47HJlo66UG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a8879d;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#W7DowT8GFgSZynpou7m0yh47HJlo66UG > .row .container { background-color: transparent; background-image: none; }#W7DowT8GFgSZynpou7m0yh47HJlo66UG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W7DowT8GFgSZynpou7m0yh47HJlo66UG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W7DowT8GFgSZynpou7m0yh47HJlo66UG > .row .container > .video-iframe-container { display: none; }#W7DowT8GFgSZynpou7m0yh47HJlo66UG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W7DowT8GFgSZynpou7m0yh47HJlo66UG > .row > .video-iframe-container { display: none; }#W7DowT8GFgSZynpou7m0yh47HJlo66UG > .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); }#W7DowT8GFgSZynpou7m0yh47HJlo66UG > .row .container { border-width: 0; border-radius: 0; }#W7DowT8GFgSZynpou7m0yh47HJlo66UG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W7DowT8GFgSZynpou7m0yh47HJlo66UG > .row .container { font-size:14px;font-family:arial;height:648px;width:1200px;position:relative;display:block; }#I0WwAsgOkOTVtFGGXGKklFe3Giiv3Axy { color:#ffffff;display:block;width:1103px;position:absolute;font-family:arial;font-size:23px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:358px;left:51px;height:119.6px;display:block; }
#XO7n5mQ3XZU0CLTsTdBZrObZaxZa4NPN { color:#ffffff;display:block;width:458px;position:absolute;font-family:lato;font-size:46px;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:54px;left:528px;height:110.3906px;font-style:normal;display:block; }
#I7xSTTesxGypmw7aQqP3BiMgoWtCJ2Fh { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:295px;width:445px;top:54px;left:51px;overflow:hidden;display:block; }
#Xoftm4fcwRQWST0x6IUCOW82G8kxyM8f { color:#ffffff;display:block;width:632px;position:absolute;font-family:arial;font-size:23px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:179px;left:528px;height:179.391px;display:block; }
#U10S7XQgz6LsEJGpt3oinmZsnLznCfpc { z-index:15003;top:503px;left:51px;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:39px;border-top-right-radius:39px;border-bottom-left-radius:39px;border-bottom-right-radius:39px;box-shadow: 1px 4px 20px rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:21px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:337px;height:80px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#N2QV7KXAFqZ0LmzBk2e24IuXWBzKTBAk { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Cg4AWaZZptBhITLAyEEaOcHLqF0q0ndb { position:relative;display:block; }#Cg4AWaZZptBhITLAyEEaOcHLqF0q0ndb { background-color: transparent; background-image: none; }#Cg4AWaZZptBhITLAyEEaOcHLqF0q0ndb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cg4AWaZZptBhITLAyEEaOcHLqF0q0ndb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cg4AWaZZptBhITLAyEEaOcHLqF0q0ndb > .row .container > .video-iframe-container { display: none; }#Cg4AWaZZptBhITLAyEEaOcHLqF0q0ndb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cg4AWaZZptBhITLAyEEaOcHLqF0q0ndb > .row > .video-iframe-container { display: none; }#Cg4AWaZZptBhITLAyEEaOcHLqF0q0ndb > .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); }#Cg4AWaZZptBhITLAyEEaOcHLqF0q0ndb { border-width: 0; border-radius: 0; }#Cg4AWaZZptBhITLAyEEaOcHLqF0q0ndb > .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; }#Cg4AWaZZptBhITLAyEEaOcHLqF0q0ndb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:563px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xeqsSOLhiXMHIEHaT8DIQv2X9GRLbLwU { color:#000000;display:block;width:715px;position:absolute;font-family:lato;font-size:37px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:67px;left:47px;height:288.562px;font-style:normal;display:block; }
#WvUpKzfLumurgatpJzrGrmOyURHmXIhB { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:363px;width:364px;top:67px;left:780px;overflow:hidden;display:block; }
#Xrc4p5t1IrUgTM2PTNHWuU5T2qAWTmfE { z-index:15004;top:387px;left:47px;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:47px;border-top-right-radius:47px;border-bottom-left-radius:47px;border-bottom-right-radius:47px;box-shadow: 1px 4px 20px rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:32px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:337px;height:80px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#bbuXFmW7s4fXOtag0ONXdTqPT55O1dyH { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#QtRV9qVxsaXyDgvi7hui81V8pA22kkJm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QtRV9qVxsaXyDgvi7hui81V8pA22kkJm > .row .container { background-color: transparent; background-image: none; }#QtRV9qVxsaXyDgvi7hui81V8pA22kkJm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QtRV9qVxsaXyDgvi7hui81V8pA22kkJm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QtRV9qVxsaXyDgvi7hui81V8pA22kkJm > .row .container > .video-iframe-container { display: none; }#QtRV9qVxsaXyDgvi7hui81V8pA22kkJm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QtRV9qVxsaXyDgvi7hui81V8pA22kkJm > .row > .video-iframe-container { display: none; }#QtRV9qVxsaXyDgvi7hui81V8pA22kkJm > .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); }#QtRV9qVxsaXyDgvi7hui81V8pA22kkJm > .row .container { border-width: 0; border-radius: 0; }#QtRV9qVxsaXyDgvi7hui81V8pA22kkJm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QtRV9qVxsaXyDgvi7hui81V8pA22kkJm > .row .container { font-size:14px;font-family:arial;height:74px;width:1200px;position:relative;display:block; }#bQHWe1p4MdIVdfchZTlFxvXen5XJte3F { color:#d3b1c2;display:block;width:715px;position:absolute;font-family:lato;font-size:37px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:11.5px;left:242.5px;height:48.0938px;text-align:center;text-align-last:center;display:block; }
#AvGSaq5IBSo1li3ny7LUgTfGi1oHooOd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AvGSaq5IBSo1li3ny7LUgTfGi1oHooOd > .row .container { background-color: transparent; background-image: none; }#AvGSaq5IBSo1li3ny7LUgTfGi1oHooOd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AvGSaq5IBSo1li3ny7LUgTfGi1oHooOd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AvGSaq5IBSo1li3ny7LUgTfGi1oHooOd > .row .container > .video-iframe-container { display: none; }#AvGSaq5IBSo1li3ny7LUgTfGi1oHooOd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AvGSaq5IBSo1li3ny7LUgTfGi1oHooOd > .row > .video-iframe-container { display: none; }#AvGSaq5IBSo1li3ny7LUgTfGi1oHooOd > .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); }#AvGSaq5IBSo1li3ny7LUgTfGi1oHooOd > .row .container { border-width: 0; border-radius: 0; }#AvGSaq5IBSo1li3ny7LUgTfGi1oHooOd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AvGSaq5IBSo1li3ny7LUgTfGi1oHooOd > .row .container { font-size:14px;font-family:arial;height:300px;width:1200px;position:relative;display:block; }#oKyEhi145GCQTE82SC5qS5O65pVeGbhm { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:250px;width:448px;top:25px;left:76px;display:block; }
#dPcBH4yTlFUmE39k4Kd86NMn4l0MG9fE { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:250px;width:449px;top:25px;left:675.5px;display:block; }
#er61DFW9ITo7GratlE51VD2ZAHBkT2LU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#er61DFW9ITo7GratlE51VD2ZAHBkT2LU > .row .container { background-color: transparent; background-image: none; }#er61DFW9ITo7GratlE51VD2ZAHBkT2LU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#er61DFW9ITo7GratlE51VD2ZAHBkT2LU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#er61DFW9ITo7GratlE51VD2ZAHBkT2LU > .row .container > .video-iframe-container { display: none; }#er61DFW9ITo7GratlE51VD2ZAHBkT2LU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#er61DFW9ITo7GratlE51VD2ZAHBkT2LU > .row > .video-iframe-container { display: none; }#er61DFW9ITo7GratlE51VD2ZAHBkT2LU > .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); }#er61DFW9ITo7GratlE51VD2ZAHBkT2LU > .row .container { border-width: 0; border-radius: 0; }#er61DFW9ITo7GratlE51VD2ZAHBkT2LU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#er61DFW9ITo7GratlE51VD2ZAHBkT2LU > .row .container { font-size:14px;font-family:arial;height:300px;width:1200px;position:relative;display:block; }#SJFvlHMRvqfuhD7vTPKcwkmFHi4s0nHg { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:250px;width:449px;top:0px;left:75.5px;display:block; }
#Id2WKyG7pgW11cScMoNnvTFs9ZTUrxqg { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:250px;width:449px;top:0px;left:675.5px;display:block; }
#H7c02rlFnUyTHr3ZkEPUJnTJZDmKLFsT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f93a8be8-4d1d-4351-b552-2a5e35c6fe61/Untitleddesign5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#H7c02rlFnUyTHr3ZkEPUJnTJZDmKLFsT.adaptive-delivery-prevent-bg, #H7c02rlFnUyTHr3ZkEPUJnTJZDmKLFsT.lazyload, #H7c02rlFnUyTHr3ZkEPUJnTJZDmKLFsT.lazyloading { background-image: none; }#H7c02rlFnUyTHr3ZkEPUJnTJZDmKLFsT > .row .container { background-color: transparent; background-image: none; }#H7c02rlFnUyTHr3ZkEPUJnTJZDmKLFsT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H7c02rlFnUyTHr3ZkEPUJnTJZDmKLFsT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H7c02rlFnUyTHr3ZkEPUJnTJZDmKLFsT > .row .container > .video-iframe-container { display: none; }#H7c02rlFnUyTHr3ZkEPUJnTJZDmKLFsT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H7c02rlFnUyTHr3ZkEPUJnTJZDmKLFsT > .row > .video-iframe-container { display: none; }#H7c02rlFnUyTHr3ZkEPUJnTJZDmKLFsT > .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); }#H7c02rlFnUyTHr3ZkEPUJnTJZDmKLFsT > .row .container { border-width: 0; border-radius: 0; }#H7c02rlFnUyTHr3ZkEPUJnTJZDmKLFsT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H7c02rlFnUyTHr3ZkEPUJnTJZDmKLFsT > .row .container { font-size:14px;font-family:arial;height:258px;width:1200px;position:relative;display:block; }#L9l8BpThh9FBZrMNklTBOOcBu1z6RlMW { z-index:15005;top:46.5px;left:232px;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:85px;border-top-right-radius:85px;border-bottom-left-radius:85px;border-bottom-right-radius:85px;box-shadow: 1px 4px 20px rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:31px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:736px;height:154px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Tct7H7XoRLsQtntlctTpGO3AsfTZs2lk { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#T9JkDKIfX4pnmsVJ03psyCNLRBJe1FA7 { border-top:0 solid #ee3162;border-left:0 solid #ee3162;border-right:0 solid #ee3162;border-bottom:11px solid #000000;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T9JkDKIfX4pnmsVJ03psyCNLRBJe1FA7 > .row .container { background-color: transparent; background-image: none; }#T9JkDKIfX4pnmsVJ03psyCNLRBJe1FA7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9JkDKIfX4pnmsVJ03psyCNLRBJe1FA7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9JkDKIfX4pnmsVJ03psyCNLRBJe1FA7 > .row .container > .video-iframe-container { display: none; }#T9JkDKIfX4pnmsVJ03psyCNLRBJe1FA7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9JkDKIfX4pnmsVJ03psyCNLRBJe1FA7 > .row > .video-iframe-container { display: none; }#T9JkDKIfX4pnmsVJ03psyCNLRBJe1FA7 > .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); }#T9JkDKIfX4pnmsVJ03psyCNLRBJe1FA7 > .row .container { border-width: 0; border-radius: 0; }#T9JkDKIfX4pnmsVJ03psyCNLRBJe1FA7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T9JkDKIfX4pnmsVJ03psyCNLRBJe1FA7 > .row .container { font-size:14px;font-family:arial;height:107px;width:1200px;position:relative;display:block; }#hT2VtDdXeuTTRIF05SBZpdX4R2lz7Igt { box-sizing:content-box;color:#5d92ff;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:45px;left:1065px; }
#hT2VtDdXeuTTRIF05SBZpdX4R2lz7Igt > img { max-width: 100%;max-height:100%; }#ifCIBNSMcL6m9R5XutsTtQXe399wAbSi { box-sizing:content-box;color:#5d92ff;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:45px;left:1110px; }
#xXTO9bgPGcEoQFRuWu4zPaKSWAw4PoBi { box-sizing:content-box;color:#5d92ff;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:45px;left:1154px; }
#xXTO9bgPGcEoQFRuWu4zPaKSWAw4PoBi > img { max-width: 100%;max-height:100%; }#XHTgl19u9wNZeDuMobs8tOexBwiF9y22 { color:#000000;display:block;width:236px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:50px;left:237px;height:20.7969px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#HXnWsdmGntpW3Sx4l9pHqcZWBkiaT9IF { box-sizing:content-box;color:#5d92ff;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:45px;left:207px; }
#HXnWsdmGntpW3Sx4l9pHqcZWBkiaT9IF > img { max-width: 100%;max-height:100%; }#rldBgFTvqhwmfGNWNokBBuCmnoTisrP9 { position:absolute;display:block;z-index:15006;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:91px;width:162px;top:14px;left:16px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TGJopB35FfUyML0lMQJTB4RiswPxtiK1 { display:block; }#TGJopB35FfUyML0lMQJTB4RiswPxtiK1 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #foIvLKO7NyAHFuzAKJ5TSMv8IsqJUq3x { top:42px;left:0px;width:764px;height:71px;font-size:46px;display:block; }
 }@media only screen and (max-width: 763px) { #gZH3BavMI2kfmDDPIUwp7ouAt98QC9EC { top:102px;left:0px;width:764px;height:37px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #HPCI1Ar4X8qwVvml9ZGiHQJG1UOHmJs8 { display:block; }#HPCI1Ar4X8qwVvml9ZGiHQJG1UOHmJs8 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WfPlwJnJFf8rRJLICKOdOUpTSiBihdgo { top:39px;left:0px;width:764px;height:74px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #KefvpOgVC9FxofCRsbiH9bQbTxiITdgl { top:136px;left:0px;width:764px;height:193px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #tl8QQS6yfnZT6pQdpV3BdIs0QVZkVUrt { top:446px;left:0px;width:298px;height:97px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #mMhQycI06BOf1hCwRGBc795fDDcPBFrX { top:381px;left:0px;width:323px;height:177px;display:block; }
 }@media only screen and (max-width: 763px) { #wARbTUgKmHOFwunasiQTFrTpuasXTIRc { top:379px;left:0px;width:323px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #MDIrUdrJ56nM9VfJ22Qy4Uf5UMlKaUTd { top:388px;left:0px;width:305px;height:35px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #OabmgctUxtbZIJRN2nyg1GlNT3AAlIKX { top:443px;left:199px;width:366px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #TikCBhM5dDdRC3eheV15yaG3wcTf6R5T { display:block; }
 }@media only screen and (max-width: 763px) { #E2LRUek2gknEK3syWk4h37AZJSAmukkJ { display:block; }#E2LRUek2gknEK3syWk4h37AZJSAmukkJ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eRZ0PvyTbv2FazuSgtaETtaxqXqv7zOK { top:52px;left:266px;width:458px;height:48px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #vXWwGAd27i4F2lxCetNCTh6oxPP4H86n { top:129px;left:73px;width:691px;height:29px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #EHWTklMByO3lJWlXrf2fy829WOItdwE8 { top:672px;left:0px;width:764px;height:148px;display:block; }
 }@media only screen and (max-width: 763px) { #g2rRho1sitRHlOm00AlFdh4vchK8J7b9 { top:52px;left:0px;width:379px;height:570px;display:block; }
 }@media only screen and (max-width: 763px) { #aw4cbm2hGMSdG6ssEMuAviF0ItrREm8f { top:169px;left:73px;width:691px;height:84px;font-size:15px;display:block; }#aw4cbm2hGMSdG6ssEMuAviF0ItrREm8f li:before{  }
 }@media only screen and (max-width: 763px) { #ovJmFKW0LaPegvdLr13XolTLznHlKrUz { top:356px;left:73px;width:691px;height:108px;font-size:15px;display:block; }#ovJmFKW0LaPegvdLr13XolTLznHlKrUz li:before{  }
 }@media only screen and (max-width: 763px) { #N4vPtXlry33FyTSleUen0ZbT6fL3BOTI { top:283px;left:49px;width:715px;height:58px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #cDhG4c1TwwJlNxQ5NNh2CcdbuqKWFH4M { top:544px;left:73px;width:691px;height:84px;font-size:15px;display:block; }#cDhG4c1TwwJlNxQ5NNh2CcdbuqKWFH4M li:before{  }
 }@media only screen and (max-width: 763px) { #RvTgLpmVKR0LGlTS3wtZnNkoPsuEygkJ { top:497px;left:49px;width:715px;height:29px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #heAZwu0mt8ybuOHyQAfspG54rKnScovE { top:689px;left:0px;width:764px;height:102px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #kpE01IAA4STul8l68qamBIyXi82KgOOh { display:block; }#kpE01IAA4STul8l68qamBIyXi82KgOOh > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #okbmkZPlOi3cn6CMavOGggSoxC05FD6k { top:13px;left:0px;width:458px;height:52px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #SpQoB1WfTKIoxzeN9fF5tiLDacpTOMgQ { top:91px;left:0px;width:691px;height:205px;font-size:30px;display:block; }#SpQoB1WfTKIoxzeN9fF5tiLDacpTOMgQ li:before{  }
 }@media only screen and (max-width: 763px) { #d7ZanvU0JS6VvycbekMKRHATDhiJGEKq { top:31px;left:339px;width:425px;height:282px;display:block; }
 }@media only screen and (max-width: 763px) { #mMBzgk0H4ITJeCFPLZaa8hMw343Kzgco { display:block; }#mMBzgk0H4ITJeCFPLZaa8hMw343Kzgco > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LzvcAJleZgILMT4KFbX4nXnJBDSXdzn3 { top:33px;left:183px;width:581px;height:52px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #XiepxEaXa6FyWTlER4Rulol6cSV7APqE { top:111px;left:28px;width:736px;height:304px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #lmQGoLmu9Dvb8oZEw9fbUcmyS12KshNO { top:32px;left:0px;width:311px;height:378px;display:block; }
 }@media only screen and (max-width: 763px) { #W7DowT8GFgSZynpou7m0yh47HJlo66UG { display:block; }#W7DowT8GFgSZynpou7m0yh47HJlo66UG > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I0WwAsgOkOTVtFGGXGKklFe3Giiv3Axy { top:358px;left:0px;width:764px;height:120px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #XO7n5mQ3XZU0CLTsTdBZrObZaxZa4NPN { top:54px;left:306px;width:458px;height:110px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #I7xSTTesxGypmw7aQqP3BiMgoWtCJ2Fh { top:54px;left:0px;width:445px;height:295px;display:block; }
 }@media only screen and (max-width: 763px) { #Xoftm4fcwRQWST0x6IUCOW82G8kxyM8f { top:179px;left:132px;width:632px;height:179px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #U10S7XQgz6LsEJGpt3oinmZsnLznCfpc { top:503px;left:0px;width:337px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #N2QV7KXAFqZ0LmzBk2e24IuXWBzKTBAk { display:block; }
 }@media only screen and (max-width: 763px) { #Cg4AWaZZptBhITLAyEEaOcHLqF0q0ndb { display:block; }#Cg4AWaZZptBhITLAyEEaOcHLqF0q0ndb > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xeqsSOLhiXMHIEHaT8DIQv2X9GRLbLwU { top:67px;left:0px;width:715px;height:288px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #WvUpKzfLumurgatpJzrGrmOyURHmXIhB { top:67px;left:400px;width:364px;height:363px;display:block; }
 }@media only screen and (max-width: 763px) { #Xrc4p5t1IrUgTM2PTNHWuU5T2qAWTmfE { top:387px;left:0px;width:337px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #bbuXFmW7s4fXOtag0ONXdTqPT55O1dyH { display:block; }
 }@media only screen and (max-width: 763px) { #QtRV9qVxsaXyDgvi7hui81V8pA22kkJm { display:block; }#QtRV9qVxsaXyDgvi7hui81V8pA22kkJm > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bQHWe1p4MdIVdfchZTlFxvXen5XJte3F { top:11px;left:24.5px;width:715px;height:48px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #AvGSaq5IBSo1li3ny7LUgTfGi1oHooOd { display:block; }#AvGSaq5IBSo1li3ny7LUgTfGi1oHooOd > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oKyEhi145GCQTE82SC5qS5O65pVeGbhm { top:25px;left:0px;width:448px;height:250px;display:block; }
 }@media only screen and (max-width: 763px) { #dPcBH4yTlFUmE39k4Kd86NMn4l0MG9fE { top:25px;left:315px;width:449px;height:250px;display:block; }
 }@media only screen and (max-width: 763px) { #er61DFW9ITo7GratlE51VD2ZAHBkT2LU { display:block; }#er61DFW9ITo7GratlE51VD2ZAHBkT2LU > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SJFvlHMRvqfuhD7vTPKcwkmFHi4s0nHg { top:0px;left:0px;width:449px;height:250px;display:block; }
 }@media only screen and (max-width: 763px) { #Id2WKyG7pgW11cScMoNnvTFs9ZTUrxqg { top:0px;left:315px;width:449px;height:250px;display:block; }
 }@media only screen and (max-width: 763px) { #H7c02rlFnUyTHr3ZkEPUJnTJZDmKLFsT { display:block; }#H7c02rlFnUyTHr3ZkEPUJnTJZDmKLFsT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L9l8BpThh9FBZrMNklTBOOcBu1z6RlMW { top:46px;left:14px;width:736px;height:154px;display:block; }
 }@media only screen and (max-width: 763px) { #Tct7H7XoRLsQtntlctTpGO3AsfTZs2lk { display:block; }
 }@media only screen and (max-width: 763px) { #T9JkDKIfX4pnmsVJ03psyCNLRBJe1FA7 { display:block; }#T9JkDKIfX4pnmsVJ03psyCNLRBJe1FA7 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hT2VtDdXeuTTRIF05SBZpdX4R2lz7Igt { top:45px;left:734px;width:30px;height:30px;display:block; }
#hT2VtDdXeuTTRIF05SBZpdX4R2lz7Igt > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #ifCIBNSMcL6m9R5XutsTtQXe399wAbSi { top:45px;left:734px;width:30px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #xXTO9bgPGcEoQFRuWu4zPaKSWAw4PoBi { top:45px;left:734px;width:30px;height:30px;display:block; }
#xXTO9bgPGcEoQFRuWu4zPaKSWAw4PoBi > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #XHTgl19u9wNZeDuMobs8tOexBwiF9y22 { top:50px;left:19px;width:236px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #HXnWsdmGntpW3Sx4l9pHqcZWBkiaT9IF { top:45px;left:0px;width:30px;height:30px;display:block; }
#HXnWsdmGntpW3Sx4l9pHqcZWBkiaT9IF > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #rldBgFTvqhwmfGNWNokBBuCmnoTisrP9 { top:14px;left:0px;width:162px;height:91px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TGJopB35FfUyML0lMQJTB4RiswPxtiK1 { display:block; }#TGJopB35FfUyML0lMQJTB4RiswPxtiK1 > .row .container { width:320px;height:192px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #foIvLKO7NyAHFuzAKJ5TSMv8IsqJUq3x { width:320px;height:46px;top:20px;left:0px;font-size:46px;display:block; }
 }@media only screen and (max-width: 763px) { #gZH3BavMI2kfmDDPIUwp7ouAt98QC9EC { width:320px;height:112px;top:55px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #HPCI1Ar4X8qwVvml9ZGiHQJG1UOHmJs8 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a37a5b3c-94eb-4026-9525-88f77ecf9dc0/Untitleddesign.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#HPCI1Ar4X8qwVvml9ZGiHQJG1UOHmJs8.adaptive-delivery-prevent-bg, #HPCI1Ar4X8qwVvml9ZGiHQJG1UOHmJs8.lazyload, #HPCI1Ar4X8qwVvml9ZGiHQJG1UOHmJs8.lazyloading { background-image: none; }#HPCI1Ar4X8qwVvml9ZGiHQJG1UOHmJs8 > .row .container { background-color: transparent; background-image: none; }#HPCI1Ar4X8qwVvml9ZGiHQJG1UOHmJs8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HPCI1Ar4X8qwVvml9ZGiHQJG1UOHmJs8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HPCI1Ar4X8qwVvml9ZGiHQJG1UOHmJs8 > .row .container > .video-iframe-container { display: none; }#HPCI1Ar4X8qwVvml9ZGiHQJG1UOHmJs8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HPCI1Ar4X8qwVvml9ZGiHQJG1UOHmJs8 > .row > .video-iframe-container { display: none; }#HPCI1Ar4X8qwVvml9ZGiHQJG1UOHmJs8 > .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); }#HPCI1Ar4X8qwVvml9ZGiHQJG1UOHmJs8 > .row .container { width:320px;height:574px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WfPlwJnJFf8rRJLICKOdOUpTSiBihdgo { width:320px;height:57px;top:20px;left:0px;font-size:19px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KefvpOgVC9FxofCRsbiH9bQbTxiITdgl { width:320px;height:211.1483px;top:74px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tl8QQS6yfnZT6pQdpV3BdIs0QVZkVUrt { width:217px;height:98.7812px;top:348px;left:50px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #mMhQycI06BOf1hCwRGBc795fDDcPBFrX { width:242px;height:147px;top:303px;left:39px;display:block; }
 }@media only screen and (max-width: 763px) { #wARbTUgKmHOFwunasiQTFrTpuasXTIRc { width:242px;height:41px;top:303px;left:39px;display:block; }
 }@media only screen and (max-width: 763px) { #MDIrUdrJ56nM9VfJ22Qy4Uf5UMlKaUTd { width:230px;height:26px;top:311px;left:50px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #OabmgctUxtbZIJRN2nyg1GlNT3AAlIKX { top:470.765625px;left:35.5px;width:249px;height:54px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #TikCBhM5dDdRC3eheV15yaG3wcTf6R5T { display:block; }
 }@media only screen and (max-width: 763px) { #E2LRUek2gknEK3syWk4h37AZJSAmukkJ { display:block; }#E2LRUek2gknEK3syWk4h37AZJSAmukkJ > .row .container { width:320px;height:1419px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eRZ0PvyTbv2FazuSgtaETtaxqXqv7zOK { width:171px;height:26px;top:490px;left:7px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vXWwGAd27i4F2lxCetNCTh6oxPP4H86n { width:307px;height:43.5938px;top:533px;left:7px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EHWTklMByO3lJWlXrf2fy829WOItdwE8 { width:320px;height:184px;top:1195px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #g2rRho1sitRHlOm00AlFdh4vchK8J7b9 { width:306px;height:459px;top:9px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #aw4cbm2hGMSdG6ssEMuAviF0ItrREm8f { width:300px;height:127px;top:593px;left:10px;font-size:15px;text-align:left;text-align-last:left;display:block; }#aw4cbm2hGMSdG6ssEMuAviF0ItrREm8f li:before{  }
 }@media only screen and (max-width: 763px) { #ovJmFKW0LaPegvdLr13XolTLznHlKrUz { width:306px;height:146.5px;top:804.75px;left:7px;font-size:15px;text-align:left;text-align-last:left;display:block; }#ovJmFKW0LaPegvdLr13XolTLznHlKrUz li:before{  }
 }@media only screen and (max-width: 763px) { #N4vPtXlry33FyTSleUen0ZbT6fL3BOTI { width:312px;height:43.5938px;top:743px;left:8px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cDhG4c1TwwJlNxQ5NNh2CcdbuqKWFH4M { width:303px;height:127px;top:1037px;left:8.5px;font-size:15px;text-align:left;text-align-last:left;display:block; }#cDhG4c1TwwJlNxQ5NNh2CcdbuqKWFH4M li:before{  }
 }@media only screen and (max-width: 763px) { #RvTgLpmVKR0LGlTS3wtZnNkoPsuEygkJ { width:302px;height:43.5938px;top:971px;left:9px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #heAZwu0mt8ybuOHyQAfspG54rKnScovE { width:306px;height:158.156px;top:1205.7421875px;left:7px;font-size:17px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kpE01IAA4STul8l68qamBIyXi82KgOOh { display:block; }#kpE01IAA4STul8l68qamBIyXi82KgOOh > .row .container { width:320px;height:448px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #okbmkZPlOi3cn6CMavOGggSoxC05FD6k { width:267px;height:26px;top:227px;left:11px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #SpQoB1WfTKIoxzeN9fF5tiLDacpTOMgQ { width:299px;height:155.578px;top:263px;left:11px;font-size:16px;display:block; }#SpQoB1WfTKIoxzeN9fF5tiLDacpTOMgQ li:before{  }
 }@media only screen and (max-width: 763px) { #d7ZanvU0JS6VvycbekMKRHATDhiJGEKq { width:299px;height:199px;top:13.140625px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #mMBzgk0H4ITJeCFPLZaa8hMw343Kzgco { display:block; }#mMBzgk0H4ITJeCFPLZaa8hMw343Kzgco > .row .container { width:320px;height:707px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LzvcAJleZgILMT4KFbX4nXnJBDSXdzn3 { width:291px;height:26px;top:396px;left:11px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #XiepxEaXa6FyWTlER4Rulol6cSV7APqE { width:299px;height:249.5625px;top:434px;left:10.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #lmQGoLmu9Dvb8oZEw9fbUcmyS12KshNO { width:247px;height:300px;top:14.140625px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #W7DowT8GFgSZynpou7m0yh47HJlo66UG { display:block; }#W7DowT8GFgSZynpou7m0yh47HJlo66UG > .row .container { width:320px;height:874px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I0WwAsgOkOTVtFGGXGKklFe3Giiv3Axy { width:299px;height:228.766px;top:499.09375px;left:8.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #XO7n5mQ3XZU0CLTsTdBZrObZaxZa4NPN { width:283px;height:48px;top:252.1328125px;left:8.5px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #I7xSTTesxGypmw7aQqP3BiMgoWtCJ2Fh { width:320px;height:212.13483146067px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Xoftm4fcwRQWST0x6IUCOW82G8kxyM8f { width:303px;height:187.172px;top:310.921875px;left:8.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #U10S7XQgz6LsEJGpt3oinmZsnLznCfpc { top:753.078125px;left:8px;width:304px;height:63px;display:block; }
 }@media only screen and (max-width: 763px) { #N2QV7KXAFqZ0LmzBk2e24IuXWBzKTBAk { display:block; }
 }@media only screen and (max-width: 763px) { #Cg4AWaZZptBhITLAyEEaOcHLqF0q0ndb { display:block; }#Cg4AWaZZptBhITLAyEEaOcHLqF0q0ndb > .row .container { width:320px;height:656px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xeqsSOLhiXMHIEHaT8DIQv2X9GRLbLwU { width:320px;height:182px;top:348.5px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WvUpKzfLumurgatpJzrGrmOyURHmXIhB { width:320px;height:319.117px;top:9.34375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Xrc4p5t1IrUgTM2PTNHWuU5T2qAWTmfE { top:547.34375px;left:8px;width:304px;height:61px;display:block; }
 }@media only screen and (max-width: 763px) { #bbuXFmW7s4fXOtag0ONXdTqPT55O1dyH { display:block; }
 }@media only screen and (max-width: 763px) { #QtRV9qVxsaXyDgvi7hui81V8pA22kkJm { display:block; }#QtRV9qVxsaXyDgvi7hui81V8pA22kkJm > .row .container { width:320px;height:80px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bQHWe1p4MdIVdfchZTlFxvXen5XJte3F { width:320px;height:41.6px;top:20px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #AvGSaq5IBSo1li3ny7LUgTfGi1oHooOd { display:block; }#AvGSaq5IBSo1li3ny7LUgTfGi1oHooOd > .row .container { width:320px;height:416px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oKyEhi145GCQTE82SC5qS5O65pVeGbhm { height:178.57142857143px;width:320px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #dPcBH4yTlFUmE39k4Kd86NMn4l0MG9fE { height:178.17371937639px;width:320px;top:218.57px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #er61DFW9ITo7GratlE51VD2ZAHBkT2LU { display:block; }#er61DFW9ITo7GratlE51VD2ZAHBkT2LU > .row .container { width:320px;height:416px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SJFvlHMRvqfuhD7vTPKcwkmFHi4s0nHg { height:178.17371937639px;width:320px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Id2WKyG7pgW11cScMoNnvTFs9ZTUrxqg { height:178.17371937639px;width:320px;top:218.172px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #H7c02rlFnUyTHr3ZkEPUJnTJZDmKLFsT { display:block; }#H7c02rlFnUyTHr3ZkEPUJnTJZDmKLFsT > .row .container { width:320px;height:139px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L9l8BpThh9FBZrMNklTBOOcBu1z6RlMW { top:27px;left:8px;width:304px;height:85px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Tct7H7XoRLsQtntlctTpGO3AsfTZs2lk { display:block; }
 }@media only screen and (max-width: 763px) { #T9JkDKIfX4pnmsVJ03psyCNLRBJe1FA7 { display:block; }#T9JkDKIfX4pnmsVJ03psyCNLRBJe1FA7 > .row .container { width:320px;height:165px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hT2VtDdXeuTTRIF05SBZpdX4R2lz7Igt { display:flex;width:30px;height:30px;top:120px;left:115px; }
#hT2VtDdXeuTTRIF05SBZpdX4R2lz7Igt > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #ifCIBNSMcL6m9R5XutsTtQXe399wAbSi { display:flex;width:30px;height:30px;top:120px;left:179px; }
 }@media only screen and (max-width: 763px) { #xXTO9bgPGcEoQFRuWu4zPaKSWAw4PoBi { display:flex;width:30px;height:30px;top:120px;left:238px; }
#xXTO9bgPGcEoQFRuWu4zPaKSWAw4PoBi > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #XHTgl19u9wNZeDuMobs8tOexBwiF9y22 { width:236px;height:20.7969px;top:181px;left:42px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #HXnWsdmGntpW3Sx4l9pHqcZWBkiaT9IF { display:flex;width:30px;height:30px;top:120px;left:52px; }
#HXnWsdmGntpW3Sx4l9pHqcZWBkiaT9IF > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #rldBgFTvqhwmfGNWNokBBuCmnoTisrP9 { width:162px;height:91px;top:20px;left:79px;display:block; }
 }