.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:#4d6574;background-image:none;position:relative;display:block; }
#JL1K4tbbUi0ePSUOGMag5T5y2157vesU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JL1K4tbbUi0ePSUOGMag5T5y2157vesU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JL1K4tbbUi0ePSUOGMag5T5y2157vesU > .row > .video-iframe-container { display: none; }#JL1K4tbbUi0ePSUOGMag5T5y2157vesU > .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); }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/370484ad-3291-4fef-a336-429191804433/background6.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1.adaptive-delivery-prevent-bg, #n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1.lazyload, #n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1.lazyloading { background-image: none; }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row .container { background-color: transparent; background-image: none; }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row .container > .video-iframe-container { display: none; }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row > .video-iframe-container { display: none; }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .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); }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row .container { border-width: 0; border-radius: 0; }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row .container { width:1200px;height:777px;font-size:14px;font-family:arial;position:relative;display:block; }#QifC2MTsVp4v7kunQiDFxfhFDo7iqqTZ { color:#6f42c1;display:block;width:478.987px;position:absolute;font-family:comfortaa;font-size:55px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:92.943740844727px;left:88.96875px;height:286px;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; }
#e76iuTVS0qlqRhpyghuBRXZlTnrldc10 { color:#ffffff;display:block;width:375px;position:absolute;font-family:comfortaa;font-size:24px;font-weight:300;z-index:15001;line-height:1.8;letter-spacing:0;top:377.69793701172px;left:89px;height:129.6px;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; }
#Vzd98s5T01loxRfO2uvleiclgzvVpJem { background-color:#f9a825;background-image:none;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:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:comfortaa;font-size:19px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:197px;height:74px;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:547px;left:89px;display:block; }
#kI1VVEJ3TOHpX1we1GW4ifMJJlKK2vHx { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#qIE1pLrt9D6JnwKeXnCQvHvEFBl4M3gv { position:absolute;display:block;z-index:14996;background-color:#6f42c1;background-image:none;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:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: none;height:124px;width:338px;top:522px;left:452px;display:block; }
#TyMJHqA5d9nMXUsPlbxf3tDLTuNWlBoH { position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;height:171px;width:171px;top:347px;left:535px;display:block; }
#vDLik1baS6VRpTXu7lBWi4OetzJo8q8C { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;border-top:2px dashed #6f42c1;border-left:2px dashed #6f42c1;border-right:2px dashed #6f42c1;border-bottom:2px dashed #6f42c1;border-top-left-radius:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;box-shadow: none;height:143px;width:143px;top:358px;left:547px;display:block; }
#L8eDQXxWUqOu8f6bdveCxIdeewKcMehE { color:#522d62;display:block;width:101px;position:absolute;font-family:comfortaa;font-size:19px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:401px;left:570px;height:74.1px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v2NBXNAJZxDs8x6ivNrocUTyd191dk7e { color:#ffffff;display:block;width:91px;position:absolute;font-family:comfortaa;font-size:30px;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:403px;left:722px;height:;font-style:normal;text-align:right;text-align-last:right;display:block; }
#PgAKvlLAVMfgsTcTUzxE56dIbtGZ7FFR { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:200px;width:200px;display:none; }
#uyTtz2Am3HODW1orIoixqfCcTtHcCTcg { color:#ffffff;display:block;width:250px;position:absolute;font-family:comfortaa;font-size:19px;font-weight:300;z-index:15002;line-height:1.8;letter-spacing:0;top:526px;left:509px;height:102.6px;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; }
#mRxR05H335oZDZPNxaEB33uOIod2T7Zd { position:absolute;display:block;z-index:14995;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:776px;width:621px;top:1px;left:579.00001525879px;overflow:hidden;display:block; }
#JlHbvn98msHDCQKXJXelMfioDVaHIVZB { 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; }#JlHbvn98msHDCQKXJXelMfioDVaHIVZB > .row .container { background-color: transparent; background-image: none; }#JlHbvn98msHDCQKXJXelMfioDVaHIVZB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JlHbvn98msHDCQKXJXelMfioDVaHIVZB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JlHbvn98msHDCQKXJXelMfioDVaHIVZB > .row .container > .video-iframe-container { display: none; }#JlHbvn98msHDCQKXJXelMfioDVaHIVZB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JlHbvn98msHDCQKXJXelMfioDVaHIVZB > .row > .video-iframe-container { display: none; }#JlHbvn98msHDCQKXJXelMfioDVaHIVZB > .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); }#JlHbvn98msHDCQKXJXelMfioDVaHIVZB > .row .container { border-width: 0; border-radius: 0; }#JlHbvn98msHDCQKXJXelMfioDVaHIVZB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JlHbvn98msHDCQKXJXelMfioDVaHIVZB > .row .container { font-size:14px;font-family:arial;height:158px;width:1200px;position:relative;display:block; }#RuuUwxef9ur5xlMXhkZoeydNzlibGmgx { color:#6f42c1;display:block;width:1200px;position:absolute;font-family:comfortaa;font-size:36px;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:55.59375px;left:0px;height:46.8px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#87ceeb;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; }#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH > .row .container { background-color: transparent; background-image: none; }#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH > .row .container > .video-iframe-container { display: none; }#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH > .row > .video-iframe-container { display: none; }#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH > .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); }#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH > .row .container { border-width: 0; border-radius: 0; }#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH > .row .container { font-size:14px;font-family:arial;height:1013px;width:1200px;position:relative;display:block; }#ByAHz0UJxhJsc1KNEfZos1lEgWiMqhzS { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;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:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;height:434px;width:434px;top:58px;left:383px;display:block; }
#ve0BAsp4d6TeAdxTuWhLTwiqHs05VHcs { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fc31e619-ff7a-4468-871e-06a43937179d/benefits.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;height:360px;width:360px;top:95px;left:420px;display:block; }#ve0BAsp4d6TeAdxTuWhLTwiqHs05VHcs.adaptive-delivery-prevent-bg, #ve0BAsp4d6TeAdxTuWhLTwiqHs05VHcs.lazyload, #ve0BAsp4d6TeAdxTuWhLTwiqHs05VHcs.lazyloading { background-image: none; }
#R1RXXmhpb2BmZ1zt2ZEgw00SPwAT6HTS { position:absolute;display:block;z-index:15013;background-color:#6f42c1;background-image:none;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:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;height:175px;width:175px;top:469px;left:161px;display:block; }
#cgZnsDtuBTe2EgkhEcQJbPta0iL1eff0 { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f7892898-1ddf-4f02-8ec3-a23046ad66de/boss.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;height:127px;width:127px;top:491px;left:185px;display:block; }#cgZnsDtuBTe2EgkhEcQJbPta0iL1eff0.adaptive-delivery-prevent-bg, #cgZnsDtuBTe2EgkhEcQJbPta0iL1eff0.lazyload, #cgZnsDtuBTe2EgkhEcQJbPta0iL1eff0.lazyloading { background-image: none; }
#NTzObUorRRoqh5oTTBwOSbVRowGmBsCE { color:#ffffff;display:block;width:300px;position:absolute;font-family:comfortaa;font-size:24px;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:661px;left:99px;height:31.2px;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; }
#aXkQaP84BBtmHskg2FS8q0OA2BdTSA6D { color:#ffffff;display:block;width:300px;position:absolute;font-family:comfortaa;font-size:19px;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:696px;left:99px;height:74.1px;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; }
#ms2fTzJ6XRt5iZABACp0ggAzNOltGltv { color:#ffffff;display:block;width:271px;position:absolute;font-family:comfortaa;font-size:19px;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:768px;left:465px;height:74.1px;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; }
#iWtitriARIfQasU7e6WDffInuRLNFyPU { color:#ffffff;display:block;width:300px;position:absolute;font-family:comfortaa;font-size:24px;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:731px;left:450px;height:31.2px;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; }
#iqpel5d1HVGspBaFu0rHncQmoVhz0XOo { position:absolute;display:block;z-index:15017;background-color:#6f42c1;background-image:none;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:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;height:175px;width:175px;top:539px;left:513px;display:block; }
#ruhKb1MB0TkDB2mII69DV518JPhecgCF { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/505296d6-dae7-4653-9285-d10070573cea/globe.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;height:127px;width:127px;top:561px;left:537px;display:block; }#ruhKb1MB0TkDB2mII69DV518JPhecgCF.adaptive-delivery-prevent-bg, #ruhKb1MB0TkDB2mII69DV518JPhecgCF.lazyload, #ruhKb1MB0TkDB2mII69DV518JPhecgCF.lazyloading { background-image: none; }
#lPi3b0EVmaVTeSCHX5Bn9G5RSuqr1bTF { color:#ffffff;display:block;width:304px;position:absolute;font-family:comfortaa;font-size:19px;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:696px;left:805px;height:98.8px;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; }
#BfSIfcgfCtqaoIcJwTSC7WvhLQkDrQsJ { color:#ffffff;display:block;width:300px;position:absolute;font-family:comfortaa;font-size:24px;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:660.984375px;left:807px;height:31.2px;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; }
#CfaTRM8Dv4KZATt7BDXZlQthlJ11yAh7 { position:absolute;display:block;z-index:15021;background-color:#6f42c1;background-image:none;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:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;height:175px;width:175px;top:469px;left:870px;display:block; }
#yDSUbbIyxAHDfQsF7ZIRRKiBgQl5GZKa { position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2c07b88a-0f63-46d2-8da3-5cb785a97159/training2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;height:127px;width:127px;top:491px;left:894px;display:block; }#yDSUbbIyxAHDfQsF7ZIRRKiBgQl5GZKa.adaptive-delivery-prevent-bg, #yDSUbbIyxAHDfQsF7ZIRRKiBgQl5GZKa.lazyload, #yDSUbbIyxAHDfQsF7ZIRRKiBgQl5GZKa.lazyloading { background-image: none; }
#xohqdJ4c4MdcnxeWzUIaUdNlJwGQsDzI { background-color:#f9a825;background-image:none;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:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:comfortaa;font-size:19px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:197px;height:74px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:877px;left:501px;display:block; }
#kHZ9rEXB1GgGTawbGWOlxJTgyQVIiKEf { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(135,206,235,0.83);background-image:url("https://images.assets-landingi.com/uc/6f684430-80d6-44b3-9dbc-14ed3bbe7642/laptop_desk_1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ.adaptive-delivery-prevent-bg, #J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ.lazyload, #J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ.lazyloading { background-image: none; }#J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ > .row .container { background-color: transparent; background-image: none; }#J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ > .row .container > .video-iframe-container { display: none; }#J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ > .row > .video-iframe-container { display: none; }#J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ > .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); }#J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ > .row .container { border-width: 0; border-radius: 0; }#J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ > .row .container { font-size:14px;font-family:arial;height:600px;width:1200px;position:relative;display:block; }#MOC8PNBoFZB84XtdR4c5KHVnoJse0MR7 { color:#ffffff;display:block;width:441px;position:absolute;font-family:comfortaa;font-size:44px;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:149px;left:79px;height:57.2px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#VcGvVihSd5fboANwETUzPXwSVbeiG2DE { color:#6f42c1;display:block;width:468px;position:absolute;font-family:comfortaa;font-size:19px;font-weight:300;z-index:15001;line-height:1.6;letter-spacing:0;top:125.046875px;left:156px;height:304px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GddPJ32Tii0nSP0XEe8XAI2oEMGvFAgt { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/51f958de-f7bf-4cae-9db7-4a942010d868/Gift_Patience_Nweke.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: none;height:340px;width:340px;top:107px;left:679px;display:block; }#GddPJ32Tii0nSP0XEe8XAI2oEMGvFAgt.adaptive-delivery-prevent-bg, #GddPJ32Tii0nSP0XEe8XAI2oEMGvFAgt.lazyload, #GddPJ32Tii0nSP0XEe8XAI2oEMGvFAgt.lazyloading { background-image: none; }
#iSHsbAJFpkGnuACC7b14KJ4aBXkJVQJK { color:#ffffff;display:block;width:408.994px;position:absolute;font-family:comfortaa;font-size:24px;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:473px;left:644.484375px;height:26.4px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BxzOUQ6Tud6TxriuPJZQfxJvVNLlWpVo { position:absolute;display:block;z-index:14999;background-color:rgba(135,206,235,0.73);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;box-shadow: none;height:481px;width:1099px;top:57px;left:50.5px;display:block; }
#dA5oTidrTzG2gCZLU3ZtOBfx5ZBuV3eS { 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; }#dA5oTidrTzG2gCZLU3ZtOBfx5ZBuV3eS > .row .container { background-color: transparent; background-image: none; }#dA5oTidrTzG2gCZLU3ZtOBfx5ZBuV3eS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dA5oTidrTzG2gCZLU3ZtOBfx5ZBuV3eS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dA5oTidrTzG2gCZLU3ZtOBfx5ZBuV3eS > .row .container > .video-iframe-container { display: none; }#dA5oTidrTzG2gCZLU3ZtOBfx5ZBuV3eS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dA5oTidrTzG2gCZLU3ZtOBfx5ZBuV3eS > .row > .video-iframe-container { display: none; }#dA5oTidrTzG2gCZLU3ZtOBfx5ZBuV3eS > .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); }#dA5oTidrTzG2gCZLU3ZtOBfx5ZBuV3eS > .row .container { border-width: 0; border-radius: 0; }#dA5oTidrTzG2gCZLU3ZtOBfx5ZBuV3eS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dA5oTidrTzG2gCZLU3ZtOBfx5ZBuV3eS > .row .container { font-size:14px;font-family:arial;height:158px;width:1200px;position:relative;display:block; }#tt0rwEJFqaN3lLVGpGCMHLGe8IFEafRm { color:#6f42c1;display:block;width:1200px;position:absolute;font-family:comfortaa;font-size:36px;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:55.59375px;left:0px;height:46.8px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#uDLwQ2XIcTFXWPhDNNvhfnVAgLavLTBM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#87ceeb;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; }#TH4RBElNHdlE2iZHQq2nVbtOeh1v7xQw.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#87ceeb;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; }#uDLwQ2XIcTFXWPhDNNvhfnVAgLavLTBM > .row .container { background-color: transparent; background-image: none; }#uDLwQ2XIcTFXWPhDNNvhfnVAgLavLTBM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uDLwQ2XIcTFXWPhDNNvhfnVAgLavLTBM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uDLwQ2XIcTFXWPhDNNvhfnVAgLavLTBM > .row .container > .video-iframe-container { display: none; }#uDLwQ2XIcTFXWPhDNNvhfnVAgLavLTBM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uDLwQ2XIcTFXWPhDNNvhfnVAgLavLTBM > .row > .video-iframe-container { display: none; }#uDLwQ2XIcTFXWPhDNNvhfnVAgLavLTBM > .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); }#uDLwQ2XIcTFXWPhDNNvhfnVAgLavLTBM > .row .container { border-width: 0; border-radius: 0; }#uDLwQ2XIcTFXWPhDNNvhfnVAgLavLTBM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uDLwQ2XIcTFXWPhDNNvhfnVAgLavLTBM > .row .container { font-size:14px;font-family:arial;height:519px;width:1200px;position:relative;display:block; }#DriZ6rxfToATXVzmsZvLZpN16bUPi8wu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4b1e47c5-97b2-438e-a616-1f46a1057edf/beach_2.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#DriZ6rxfToATXVzmsZvLZpN16bUPi8wu.adaptive-delivery-prevent-bg, #DriZ6rxfToATXVzmsZvLZpN16bUPi8wu.lazyload, #DriZ6rxfToATXVzmsZvLZpN16bUPi8wu.lazyloading { background-image: none; }#DriZ6rxfToATXVzmsZvLZpN16bUPi8wu > .row .container { background-color: transparent; background-image: none; }#DriZ6rxfToATXVzmsZvLZpN16bUPi8wu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DriZ6rxfToATXVzmsZvLZpN16bUPi8wu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DriZ6rxfToATXVzmsZvLZpN16bUPi8wu > .row .container > .video-iframe-container { display: none; }#DriZ6rxfToATXVzmsZvLZpN16bUPi8wu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DriZ6rxfToATXVzmsZvLZpN16bUPi8wu > .row > .video-iframe-container { display: none; }#DriZ6rxfToATXVzmsZvLZpN16bUPi8wu > .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); }#DriZ6rxfToATXVzmsZvLZpN16bUPi8wu > .row .container { border-width: 0; border-radius: 0; }#DriZ6rxfToATXVzmsZvLZpN16bUPi8wu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DriZ6rxfToATXVzmsZvLZpN16bUPi8wu > .row .container { font-size:14px;font-family:arial;height:620px;width:1200px;position:relative;display:block; }#wm3ieIPwTxh4NalB7RuHvVu6TuC365Vm { color:#6f42c1;display:block;width:469px;position:absolute;font-family:comfortaa;font-size:45px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:129px;left:143px;height:175.5px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ExffAoFR4vU631ToIgk0rzO2TuwSTK0f { color:#ffffff;display:block;width:375px;position:absolute;font-family:comfortaa;font-size:24px;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:322px;left:143px;height:153.6px;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; }
#slqWHNPHqpRczFOQzOn51qnpisXJ18VE .widget-form-header { font-size:12px; }
#slqWHNPHqpRczFOQzOn51qnpisXJ18VE .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:12px;font-weight:bold;color:#909090;width:328px;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:left;text-align-last:left; }
#slqWHNPHqpRczFOQzOn51qnpisXJ18VE .widget-input-text { background-color:rgba(4,37,58,0.32);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:328px;box-sizing:border-box;height:43px;color:#ffffff;font-size:19px;overflow:hidden;font-family:lato;vertical-align:top;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;text-align:center;text-align-last:center; }
#slqWHNPHqpRczFOQzOn51qnpisXJ18VE .widget-input-text {padding-top: 0; padding-bottom: 0;}#slqWHNPHqpRczFOQzOn51qnpisXJ18VE .widget-textarea { background-color:rgba(4,37,58,0.32);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;width:328px;box-sizing:border-box;height:70px;color:#ffffff;font-size:19px;overflow:hidden;font-family:lato;vertical-align:top;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;text-align:center;text-align-last:center; }
#slqWHNPHqpRczFOQzOn51qnpisXJ18VE .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:1px solid #d6d4d4;border-left:0;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:328px;box-sizing:border-box;height:40px;color:#646464;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#slqWHNPHqpRczFOQzOn51qnpisXJ18VE .widget-input-select {padding-top: 0; padding-bottom: 0;}#slqWHNPHqpRczFOQzOn51qnpisXJ18VE .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; }
#slqWHNPHqpRczFOQzOn51qnpisXJ18VE .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#slqWHNPHqpRczFOQzOn51qnpisXJ18VE .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#f9a825;background-image:none;border-top:1px solid #040e12;border-left:1px solid #040e12;border-right:1px solid #040e12;border-bottom:1px solid #040e12;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:19px;font-weight:bold;color:#ffffff;width:328px;height:55px;font-family:lato;overflow:hidden;text-align:center;text-align-last:center;box-shadow: none; }
#slqWHNPHqpRczFOQzOn51qnpisXJ18VE [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:lato;font-size:19px;text-align:center;text-align-last:center; }
#slqWHNPHqpRczFOQzOn51qnpisXJ18VE [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:lato;font-size:19px;text-align:center;text-align-last:center; }
#slqWHNPHqpRczFOQzOn51qnpisXJ18VE [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:lato;font-size:19px;text-align:center;text-align-last:center; }
#slqWHNPHqpRczFOQzOn51qnpisXJ18VE [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:lato;font-size:19px;text-align:center;text-align-last:center; }
#slqWHNPHqpRczFOQzOn51qnpisXJ18VE .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:lato;line-height:1.3;font-size:12px;font-weight:400;color:#ffffff;vertical-align:top;width:308px;overflow:hidden;font-style:normal;float:none; }
#slqWHNPHqpRczFOQzOn51qnpisXJ18VE .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; }
#slqWHNPHqpRczFOQzOn51qnpisXJ18VE .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:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#slqWHNPHqpRczFOQzOn51qnpisXJ18VE .widget-container { padding-top:12px;padding-right:0;padding-bottom:11px;padding-left:0;width:100%;font-size:0;height:auto; }
#slqWHNPHqpRczFOQzOn51qnpisXJ18VE .widget-container:first-of-type{padding-top:0;}#slqWHNPHqpRczFOQzOn51qnpisXJ18VE .widget-container:last-of-type{padding-bottom:0;}#slqWHNPHqpRczFOQzOn51qnpisXJ18VE  { background-color:rgba(0,0,0,0);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:328px;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;left:699px;top:158px;z-index:15020;position:absolute;font-size:12px; }
#slqWHNPHqpRczFOQzOn51qnpisXJ18VE .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:328px;display:block;vertical-align:top; }
#slqWHNPHqpRczFOQzOn51qnpisXJ18VE .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:11px;line-height:1.3;font-weight:700;color:#909090;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; }
#slqWHNPHqpRczFOQzOn51qnpisXJ18VE {display:block;}#slqWHNPHqpRczFOQzOn51qnpisXJ18VE { background-color:rgba(0,0,0,0);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:328px;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;left:699px;top:158px;z-index:15020;position:absolute;font-size:12px; }
#slqWHNPHqpRczFOQzOn51qnpisXJ18VE #PUhlt87c2pt9G6qzZ7T1JhoN1UKdcp69 { position:relative; }
#slqWHNPHqpRczFOQzOn51qnpisXJ18VE #tSaFTcshpwbowlTuZWk6fOeqoIXkoo0Z { position:relative;display:none; }
#slqWHNPHqpRczFOQzOn51qnpisXJ18VE #fPoy8A7LIcCVl8UcfaKgzD0NlarEbFrh { position:relative; }
#slqWHNPHqpRczFOQzOn51qnpisXJ18VE #Us7SryBb9tZmEvq6PPtPdkEeOZwpilxS { position:relative; }
#slqWHNPHqpRczFOQzOn51qnpisXJ18VE #JzZfx1evC1mqGxfT2hKZTWGlVkUZG30Z { position:relative;display:none; }
#slqWHNPHqpRczFOQzOn51qnpisXJ18VE #nTtEvXTVmUIV7o1OHwaQAbG3lpI0yQLG { position:relative; }
#slqWHNPHqpRczFOQzOn51qnpisXJ18VE #zvQxkn4XP48onbqc1MZx5pMgW8G93SnU { position:relative; }
#slqWHNPHqpRczFOQzOn51qnpisXJ18VE #akmSao1RbqrHnnRnxtKQtX07EdwOEBpO { position:relative;z-index:2; }
#slqWHNPHqpRczFOQzOn51qnpisXJ18VE #hqRzvkdW32tZJFiGWhmezEHM7h7fTTgZ { position:relative; }
#slqWHNPHqpRczFOQzOn51qnpisXJ18VE #HSnEtz3QGGEseP0zcvHVgWdt2IvUpxFs { position:relative; }
#slqWHNPHqpRczFOQzOn51qnpisXJ18VE #IfS3wRaqNObFC83leEyBvSefwecL69it { position:relative; }
#WAbhkiTW5JSaqWBF8fcFdlWxnhmqkDo7 { position:absolute;display:block;z-index:15005;background-color:#87ceeb;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:42px;border-top-right-radius:42px;border-bottom-left-radius:42px;border-bottom-right-radius:42px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:390px;width:398px;top:115px;left:684px;display:block; }
#ksHo8vkoybK8AoeWgPpbSqrtLJIR0Tfx { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(135,206,235,0.62), rgba(84,98,98,0.73));background-image: -moz-linear-gradient(180deg, rgba(135,206,235,0.62), rgba(84,98,98,0.73));background-image: -ms-linear-gradient(180deg, rgba(135,206,235,0.62), rgba(84,98,98,0.73));background-image: -o-linear-gradient(180deg, rgba(135,206,235,0.62), rgba(84,98,98,0.73));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e87ceeb', endColorstr='#ba546262' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e87ceeb', endColorstr='#ba546262' );";background-image: linear-gradient(180deg, rgba(135,206,235,0.62), rgba(84,98,98,0.73));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:432px;width:519px;top:94px;left:118px;display:block; }
#b9wGfOxAGi7yIVORRmUEl454zXUJi4dX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#87ceeb;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; }#b9wGfOxAGi7yIVORRmUEl454zXUJi4dX > .row .container { background-color: transparent; background-image: none; }#b9wGfOxAGi7yIVORRmUEl454zXUJi4dX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9wGfOxAGi7yIVORRmUEl454zXUJi4dX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9wGfOxAGi7yIVORRmUEl454zXUJi4dX > .row .container > .video-iframe-container { display: none; }#b9wGfOxAGi7yIVORRmUEl454zXUJi4dX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9wGfOxAGi7yIVORRmUEl454zXUJi4dX > .row > .video-iframe-container { display: none; }#b9wGfOxAGi7yIVORRmUEl454zXUJi4dX > .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); }#b9wGfOxAGi7yIVORRmUEl454zXUJi4dX > .row .container { border-width: 0; border-radius: 0; }#b9wGfOxAGi7yIVORRmUEl454zXUJi4dX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b9wGfOxAGi7yIVORRmUEl454zXUJi4dX > .row .container { font-size:14px;font-family:arial;height:110px;width:1200px;position:relative;display:block; }#CDoUPc1Uwhyv074lDfe12TeZMPGFHplT { color:#6f42c1;display:block;width:399.984px;position:absolute;font-family:comfortaa;font-size:15px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:35.5px;left:0px;height:39px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t0BWuCH8hZTJ9lbe8UR9HyboT7DNz44w { color:#6f42c1;display:block;width:289.984px;position:absolute;font-family:comfortaa;font-size:15px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:35.5px;left:454.984375px;height:39px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fu1Dg0XmZMKgxTuqtJlsXwwMcBgQIPzI { z-index:15002;top:34.5px;left:800px;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: none;box-sizing:border-box;color:#6f42c1;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:comfortaa;font-size:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:400px;height:41px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Zt2BKkqfwzsL9u9xtpNwNMkacStP7hzF { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 { display:block; }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QifC2MTsVp4v7kunQiDFxfhFDo7iqqTZ { width:478px;height:285px;top:92px;left:0px;font-size:55px;display:block; }
 }@media only screen and (max-width: 763px) { #e76iuTVS0qlqRhpyghuBRXZlTnrldc10 { width:375px;height:129px;top:377px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Vzd98s5T01loxRfO2uvleiclgzvVpJem { width:197px;height:74px;top:547px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #kI1VVEJ3TOHpX1we1GW4ifMJJlKK2vHx { display:block; }
 }@media only screen and (max-width: 763px) { #qIE1pLrt9D6JnwKeXnCQvHvEFBl4M3gv { width:338px;height:124px;top:522px;left:234px;display:block; }
 }@media only screen and (max-width: 763px) { #TyMJHqA5d9nMXUsPlbxf3tDLTuNWlBoH { width:171px;height:171px;top:347px;left:317px;display:block; }
 }@media only screen and (max-width: 763px) { #vDLik1baS6VRpTXu7lBWi4OetzJo8q8C { width:143px;height:143px;top:358px;left:329px;display:block; }
 }@media only screen and (max-width: 763px) { #L8eDQXxWUqOu8f6bdveCxIdeewKcMehE { width:101px;height:74px;top:401px;left:352px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #v2NBXNAJZxDs8x6ivNrocUTyd191dk7e { width:91px;height:;top:403px;left:504.00006103516px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #PgAKvlLAVMfgsTcTUzxE56dIbtGZ7FFR { display:none; }
 }@media only screen and (max-width: 763px) { #uyTtz2Am3HODW1orIoixqfCcTtHcCTcg { width:250px;height:102px;top:526px;left:291px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #mRxR05H335oZDZPNxaEB33uOIod2T7Zd { top:1px;left:143px;width:621px;height:776px;display:block; }
 }@media only screen and (max-width: 763px) { #JlHbvn98msHDCQKXJXelMfioDVaHIVZB { display:block; }#JlHbvn98msHDCQKXJXelMfioDVaHIVZB > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RuuUwxef9ur5xlMXhkZoeydNzlibGmgx { width:764px;height:46px;top:55px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH { display:block; }#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ByAHz0UJxhJsc1KNEfZos1lEgWiMqhzS { width:434px;height:434px;top:58px;left:165px;display:block; }
 }@media only screen and (max-width: 763px) { #ve0BAsp4d6TeAdxTuWhLTwiqHs05VHcs { width:360px;height:360px;top:95px;left:202px;display:block; }
 }@media only screen and (max-width: 763px) { #R1RXXmhpb2BmZ1zt2ZEgw00SPwAT6HTS { width:175px;height:175px;top:469px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #cgZnsDtuBTe2EgkhEcQJbPta0iL1eff0 { width:127px;height:127px;top:491px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #NTzObUorRRoqh5oTTBwOSbVRowGmBsCE { width:300px;height:31px;top:661px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #aXkQaP84BBtmHskg2FS8q0OA2BdTSA6D { width:300px;height:74px;top:696px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ms2fTzJ6XRt5iZABACp0ggAzNOltGltv { width:271px;height:74px;top:768px;left:247px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #iWtitriARIfQasU7e6WDffInuRLNFyPU { width:300px;height:31px;top:731px;left:232px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #iqpel5d1HVGspBaFu0rHncQmoVhz0XOo { width:175px;height:175px;top:539px;left:295px;display:block; }
 }@media only screen and (max-width: 763px) { #ruhKb1MB0TkDB2mII69DV518JPhecgCF { width:127px;height:127px;top:561px;left:319px;display:block; }
 }@media only screen and (max-width: 763px) { #lPi3b0EVmaVTeSCHX5Bn9G5RSuqr1bTF { width:304px;height:98px;top:696px;left:460px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #BfSIfcgfCtqaoIcJwTSC7WvhLQkDrQsJ { width:300px;height:31px;top:660px;left:464px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #CfaTRM8Dv4KZATt7BDXZlQthlJ11yAh7 { width:175px;height:175px;top:469px;left:589px;display:block; }
 }@media only screen and (max-width: 763px) { #yDSUbbIyxAHDfQsF7ZIRRKiBgQl5GZKa { width:127px;height:127px;top:491px;left:637px;display:block; }
 }@media only screen and (max-width: 763px) { #xohqdJ4c4MdcnxeWzUIaUdNlJwGQsDzI { width:197px;height:74px;top:877px;left:283px;display:block; }
 }@media only screen and (max-width: 763px) { #kHZ9rEXB1GgGTawbGWOlxJTgyQVIiKEf { display:block; }
 }@media only screen and (max-width: 763px) { #J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ { display:block; }#J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MOC8PNBoFZB84XtdR4c5KHVnoJse0MR7 { width:441px;height:57px;top:149px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #VcGvVihSd5fboANwETUzPXwSVbeiG2DE { width:468px;height:303px;top:125px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #GddPJ32Tii0nSP0XEe8XAI2oEMGvFAgt { top:107px;left:424px;width:340px;height:340px;display:block; }
 }@media only screen and (max-width: 763px) { #iSHsbAJFpkGnuACC7b14KJ4aBXkJVQJK { top:473px;left:356px;width:408px;height:26px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #BxzOUQ6Tud6TxriuPJZQfxJvVNLlWpVo { top:57px;left:0px;width:764px;height:481px;display:block; }
 }@media only screen and (max-width: 763px) { #dA5oTidrTzG2gCZLU3ZtOBfx5ZBuV3eS { display:block; }#dA5oTidrTzG2gCZLU3ZtOBfx5ZBuV3eS > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tt0rwEJFqaN3lLVGpGCMHLGe8IFEafRm { width:764px;height:46px;top:55px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #uDLwQ2XIcTFXWPhDNNvhfnVAgLavLTBM { display:block; }#TH4RBElNHdlE2iZHQq2nVbtOeh1v7xQw.widget-smartsection { display:block; }#uDLwQ2XIcTFXWPhDNNvhfnVAgLavLTBM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DriZ6rxfToATXVzmsZvLZpN16bUPi8wu { display:block; }#DriZ6rxfToATXVzmsZvLZpN16bUPi8wu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wm3ieIPwTxh4NalB7RuHvVu6TuC365Vm { width:469px;height:175px;top:129px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #ExffAoFR4vU631ToIgk0rzO2TuwSTK0f { width:375px;height:153px;top:322px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #slqWHNPHqpRczFOQzOn51qnpisXJ18VE .widget-regular-label { display:block; }
#slqWHNPHqpRczFOQzOn51qnpisXJ18VE .widget-checkbox-label { width:220px; }
#slqWHNPHqpRczFOQzOn51qnpisXJ18VE  { width:240px;height:auto; }
#slqWHNPHqpRczFOQzOn51qnpisXJ18VE {display:block;}#slqWHNPHqpRczFOQzOn51qnpisXJ18VE { width:240px;height:auto; }
 }@media only screen and (max-width: 763px) { #slqWHNPHqpRczFOQzOn51qnpisXJ18VE #PUhlt87c2pt9G6qzZ7T1JhoN1UKdcp69 {  }
 }@media only screen and (max-width: 763px) { #slqWHNPHqpRczFOQzOn51qnpisXJ18VE #tSaFTcshpwbowlTuZWk6fOeqoIXkoo0Z { display:block; }
 }@media only screen and (max-width: 763px) { #slqWHNPHqpRczFOQzOn51qnpisXJ18VE #fPoy8A7LIcCVl8UcfaKgzD0NlarEbFrh {  }
 }@media only screen and (max-width: 763px) { #slqWHNPHqpRczFOQzOn51qnpisXJ18VE #Us7SryBb9tZmEvq6PPtPdkEeOZwpilxS {  }
 }@media only screen and (max-width: 763px) { #slqWHNPHqpRczFOQzOn51qnpisXJ18VE #JzZfx1evC1mqGxfT2hKZTWGlVkUZG30Z { display:block; }
 }@media only screen and (max-width: 763px) { #slqWHNPHqpRczFOQzOn51qnpisXJ18VE #nTtEvXTVmUIV7o1OHwaQAbG3lpI0yQLG {  }
 }@media only screen and (max-width: 763px) { #slqWHNPHqpRczFOQzOn51qnpisXJ18VE #zvQxkn4XP48onbqc1MZx5pMgW8G93SnU {  }
 }@media only screen and (max-width: 763px) { #slqWHNPHqpRczFOQzOn51qnpisXJ18VE #akmSao1RbqrHnnRnxtKQtX07EdwOEBpO { z-index:2; }
 }@media only screen and (max-width: 763px) { #slqWHNPHqpRczFOQzOn51qnpisXJ18VE #hqRzvkdW32tZJFiGWhmezEHM7h7fTTgZ {  }
 }@media only screen and (max-width: 763px) { #slqWHNPHqpRczFOQzOn51qnpisXJ18VE #HSnEtz3QGGEseP0zcvHVgWdt2IvUpxFs {  }
 }@media only screen and (max-width: 763px) { #slqWHNPHqpRczFOQzOn51qnpisXJ18VE #IfS3wRaqNObFC83leEyBvSefwecL69it {  }
 }@media only screen and (max-width: 763px) { #WAbhkiTW5JSaqWBF8fcFdlWxnhmqkDo7 { top:115px;left:366px;width:398px;height:390px;display:block; }
 }@media only screen and (max-width: 763px) { #ksHo8vkoybK8AoeWgPpbSqrtLJIR0Tfx { top:94px;left:0px;width:519px;height:432px;display:block; }
 }@media only screen and (max-width: 763px) { #b9wGfOxAGi7yIVORRmUEl454zXUJi4dX { display:block; }#b9wGfOxAGi7yIVORRmUEl454zXUJi4dX > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CDoUPc1Uwhyv074lDfe12TeZMPGFHplT { top:35px;left:0px;width:399px;height:39px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #t0BWuCH8hZTJ9lbe8UR9HyboT7DNz44w { top:35px;left:219px;width:289px;height:39px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #fu1Dg0XmZMKgxTuqtJlsXwwMcBgQIPzI { top:34px;left:362px;width:400px;height:41px;display:block; }
 }@media only screen and (max-width: 763px) { #Zt2BKkqfwzsL9u9xtpNwNMkacStP7hzF { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 { background-color:#87ceeb;background-image:none;display:block; }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row .container { background-color: transparent; background-image: none; }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row .container > .video-iframe-container { display: none; }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row > .video-iframe-container { display: none; }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .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); }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row .container { width:320px;height:812px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QifC2MTsVp4v7kunQiDFxfhFDo7iqqTZ { width:320px;height:182px;top:10px;left:0px;text-align:center;text-align-last:center;font-size:35px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #e76iuTVS0qlqRhpyghuBRXZlTnrldc10 { width:273px;height:76.8px;top:198.66691589355px;left:23.500000953674px;text-align:center;text-align-last:center;font-size:16px;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #Vzd98s5T01loxRfO2uvleiclgzvVpJem { width:197px;height:74px;top:707px;left:79.762497901917px;display:block; }
 }@media only screen and (max-width: 763px) { #kI1VVEJ3TOHpX1we1GW4ifMJJlKK2vHx { display:block; }
 }@media only screen and (max-width: 763px) { #qIE1pLrt9D6JnwKeXnCQvHvEFBl4M3gv { width:242px;height:122px;top:555px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TyMJHqA5d9nMXUsPlbxf3tDLTuNWlBoH { width:116px;height:116px;top:425px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #vDLik1baS6VRpTXu7lBWi4OetzJo8q8C { width:93px;height:93px;top:435px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #L8eDQXxWUqOu8f6bdveCxIdeewKcMehE { width:92px;height:74.1px;top:447px;left:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v2NBXNAJZxDs8x6ivNrocUTyd191dk7e { width:91px;height:0;top:811px;left:114px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PgAKvlLAVMfgsTcTUzxE56dIbtGZ7FFR { top:0px;left:0px;width:320px;height:311px;z-index:14994;background-color:#87ceeb;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) { #uyTtz2Am3HODW1orIoixqfCcTtHcCTcg { width:224px;height:86.4px;top:572px;left:8.9875001907349px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #mRxR05H335oZDZPNxaEB33uOIod2T7Zd { width:257px;height:322px;top:293px;left:49.766016472386px;display:block; }
 }@media only screen and (max-width: 763px) { #JlHbvn98msHDCQKXJXelMfioDVaHIVZB { display:block; }#JlHbvn98msHDCQKXJXelMfioDVaHIVZB > .row .container { width:320px;height:111px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RuuUwxef9ur5xlMXhkZoeydNzlibGmgx { width:273px;height:78px;top:16.5px;left:23.5px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH { display:block; }#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH > .row .container { width:320px;height:1475px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ByAHz0UJxhJsc1KNEfZos1lEgWiMqhzS { width:320px;height:320px;top:39px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ve0BAsp4d6TeAdxTuWhLTwiqHs05VHcs { width:280px;height:280px;top:57px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #R1RXXmhpb2BmZ1zt2ZEgw00SPwAT6HTS { width:175px;height:175px;top:384px;left:72px;display:block; }
 }@media only screen and (max-width: 763px) { #cgZnsDtuBTe2EgkhEcQJbPta0iL1eff0 { width:127px;height:127px;top:408px;left:97px;display:block; }
 }@media only screen and (max-width: 763px) { #NTzObUorRRoqh5oTTBwOSbVRowGmBsCE { width:320px;height:24.7px;top:585.96875px;left:0px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #aXkQaP84BBtmHskg2FS8q0OA2BdTSA6D { width:289.987px;height:62.4px;top:619.984375px;left:14.96875px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ms2fTzJ6XRt5iZABACp0ggAzNOltGltv { width:320px;height:41.6px;top:1301px;left:-0.984375px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #iWtitriARIfQasU7e6WDffInuRLNFyPU { width:320px;height:24.7px;top:918px;left:0px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #iqpel5d1HVGspBaFu0rHncQmoVhz0XOo { width:175px;height:175px;top:723px;left:72px;display:block; }
 }@media only screen and (max-width: 763px) { #ruhKb1MB0TkDB2mII69DV518JPhecgCF { width:127px;height:127px;top:747px;left:97px;display:block; }
 }@media only screen and (max-width: 763px) { #lPi3b0EVmaVTeSCHX5Bn9G5RSuqr1bTF { width:300px;height:62.4px;top:956px;left:10px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #BfSIfcgfCtqaoIcJwTSC7WvhLQkDrQsJ { width:320px;height:24.7px;top:1260.203125px;left:0px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #CfaTRM8Dv4KZATt7BDXZlQthlJ11yAh7 { width:175px;height:175px;top:1063px;left:72px;display:block; }
 }@media only screen and (max-width: 763px) { #yDSUbbIyxAHDfQsF7ZIRRKiBgQl5GZKa { width:127px;height:127px;top:1087px;left:97px;display:block; }
 }@media only screen and (max-width: 763px) { #xohqdJ4c4MdcnxeWzUIaUdNlJwGQsDzI { width:197px;height:74px;top:1361px;left:61.5px;display:block; }
 }@media only screen and (max-width: 763px) { #kHZ9rEXB1GgGTawbGWOlxJTgyQVIiKEf { display:block; }
 }@media only screen and (max-width: 763px) { #J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ { background-color:#87ceeb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ > .row .container { background-color: transparent; background-image: none; }#J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ > .row .container > .video-iframe-container { display: none; }#J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ > .row > .video-iframe-container { display: none; }#J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ > .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); }#J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ > .row .container { border-width: 0; border-radius: 0; }#J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ > .row .container { width:320px;height:751px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MOC8PNBoFZB84XtdR4c5KHVnoJse0MR7 { width:320px;height:46.8px;top:455px;left:0px;text-align:center;text-align-last:center;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #VcGvVihSd5fboANwETUzPXwSVbeiG2DE { width:306px;height:332.8px;top:383px;left:4px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #GddPJ32Tii0nSP0XEe8XAI2oEMGvFAgt { width:320px;height:320px;top:1px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #iSHsbAJFpkGnuACC7b14KJ4aBXkJVQJK { width:320px;height:28.8px;top:340px;left:0px;font-size:24px;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BxzOUQ6Tud6TxriuPJZQfxJvVNLlWpVo { width:320px;height:481px;top:771.719px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #dA5oTidrTzG2gCZLU3ZtOBfx5ZBuV3eS { display:block; }#dA5oTidrTzG2gCZLU3ZtOBfx5ZBuV3eS > .row .container { width:320px;height:114px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tt0rwEJFqaN3lLVGpGCMHLGe8IFEafRm { width:320px;height:78px;top:18px;left:0px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #uDLwQ2XIcTFXWPhDNNvhfnVAgLavLTBM { display:block; }#TH4RBElNHdlE2iZHQq2nVbtOeh1v7xQw.widget-smartsection { display:block; }#uDLwQ2XIcTFXWPhDNNvhfnVAgLavLTBM > .row .container { width:320px;height:1197px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DriZ6rxfToATXVzmsZvLZpN16bUPi8wu { display:block; }#DriZ6rxfToATXVzmsZvLZpN16bUPi8wu > .row .container { width:320px;height:707px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wm3ieIPwTxh4NalB7RuHvVu6TuC365Vm { width:320px;height:117px;top:60px;left:0px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #ExffAoFR4vU631ToIgk0rzO2TuwSTK0f { width:301px;height:121.6px;top:198px;left:9.5000009536743px;text-align:center;text-align-last:center;font-size:19px;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #slqWHNPHqpRczFOQzOn51qnpisXJ18VE .widget-regular-label { display:block;width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#slqWHNPHqpRczFOQzOn51qnpisXJ18VE .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-size:14px;overflow:hidden;background-color:rgba(4,37,58,0.32);background-image:none;display:block;vertical-align:top; }
#slqWHNPHqpRczFOQzOn51qnpisXJ18VE .widget-input-text {padding-top: 0; padding-bottom: 0;}#slqWHNPHqpRczFOQzOn51qnpisXJ18VE .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-size:14px;overflow:hidden;background-color:rgba(4,37,58,0.32);background-image:none;display:block;vertical-align:top; }
#slqWHNPHqpRczFOQzOn51qnpisXJ18VE .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#slqWHNPHqpRczFOQzOn51qnpisXJ18VE .widget-input-select {padding-top: 0; padding-bottom: 0;}#slqWHNPHqpRczFOQzOn51qnpisXJ18VE .widget-input-checkbox { width:16px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;vertical-align:top; }
#slqWHNPHqpRczFOQzOn51qnpisXJ18VE .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#slqWHNPHqpRczFOQzOn51qnpisXJ18VE .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-size:19px;overflow:hidden; }
#slqWHNPHqpRczFOQzOn51qnpisXJ18VE [class*="-text"]:-moz-placeholder { font-size:14px; }
#slqWHNPHqpRczFOQzOn51qnpisXJ18VE [class*="-text"]::-moz-placeholder { font-size:14px; }
#slqWHNPHqpRczFOQzOn51qnpisXJ18VE [class*="-text"]:-ms-input-placeholder { font-size:14px; }
#slqWHNPHqpRczFOQzOn51qnpisXJ18VE [class*="-text"]::-webkit-input-placeholder { font-size:14px; }
#slqWHNPHqpRczFOQzOn51qnpisXJ18VE .widget-checkbox-label { width:260px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:10px;overflow:hidden;height:auto; }
#slqWHNPHqpRczFOQzOn51qnpisXJ18VE .widget-container { padding-top:6px;padding-right:0;padding-bottom:6px;padding-left:0; }
#slqWHNPHqpRczFOQzOn51qnpisXJ18VE .widget-container:first-of-type{padding-top:0;}#slqWHNPHqpRczFOQzOn51qnpisXJ18VE .widget-container:last-of-type{padding-bottom:0;}#slqWHNPHqpRczFOQzOn51qnpisXJ18VE  { width:280px;height:auto;top:386px;left:0px;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;background-color:transparent;background-image:none; }
#slqWHNPHqpRczFOQzOn51qnpisXJ18VE .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#slqWHNPHqpRczFOQzOn51qnpisXJ18VE {display:block;}#slqWHNPHqpRczFOQzOn51qnpisXJ18VE { width:280px;height:auto;top:386px;left:0px;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;background-color:transparent;background-image:none; }
 }@media only screen and (max-width: 763px) { #slqWHNPHqpRczFOQzOn51qnpisXJ18VE #PUhlt87c2pt9G6qzZ7T1JhoN1UKdcp69 {  }
 }@media only screen and (max-width: 763px) { #slqWHNPHqpRczFOQzOn51qnpisXJ18VE #tSaFTcshpwbowlTuZWk6fOeqoIXkoo0Z { display:none; }
 }@media only screen and (max-width: 763px) { #slqWHNPHqpRczFOQzOn51qnpisXJ18VE #fPoy8A7LIcCVl8UcfaKgzD0NlarEbFrh {  }
 }@media only screen and (max-width: 763px) { #slqWHNPHqpRczFOQzOn51qnpisXJ18VE #Us7SryBb9tZmEvq6PPtPdkEeOZwpilxS {  }
 }@media only screen and (max-width: 763px) { #slqWHNPHqpRczFOQzOn51qnpisXJ18VE #JzZfx1evC1mqGxfT2hKZTWGlVkUZG30Z { display:none; }
 }@media only screen and (max-width: 763px) { #slqWHNPHqpRczFOQzOn51qnpisXJ18VE #nTtEvXTVmUIV7o1OHwaQAbG3lpI0yQLG {  }
 }@media only screen and (max-width: 763px) { #slqWHNPHqpRczFOQzOn51qnpisXJ18VE #zvQxkn4XP48onbqc1MZx5pMgW8G93SnU {  }
 }@media only screen and (max-width: 763px) { #slqWHNPHqpRczFOQzOn51qnpisXJ18VE #akmSao1RbqrHnnRnxtKQtX07EdwOEBpO { z-index:2; }
 }@media only screen and (max-width: 763px) { #slqWHNPHqpRczFOQzOn51qnpisXJ18VE #hqRzvkdW32tZJFiGWhmezEHM7h7fTTgZ {  }
 }@media only screen and (max-width: 763px) { #slqWHNPHqpRczFOQzOn51qnpisXJ18VE #HSnEtz3QGGEseP0zcvHVgWdt2IvUpxFs {  }
 }@media only screen and (max-width: 763px) { #slqWHNPHqpRczFOQzOn51qnpisXJ18VE #IfS3wRaqNObFC83leEyBvSefwecL69it {  }
 }@media only screen and (max-width: 763px) { #WAbhkiTW5JSaqWBF8fcFdlWxnhmqkDo7 { width:320px;height:297px;top:370px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ksHo8vkoybK8AoeWgPpbSqrtLJIR0Tfx { width:320px;height:331px;top:29px;left:0px;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(135,206,235,0.79), rgba(150,167,167,0.79));background-image: -moz-linear-gradient(180deg, rgba(135,206,235,0.79), rgba(150,167,167,0.79));background-image: -ms-linear-gradient(180deg, rgba(135,206,235,0.79), rgba(150,167,167,0.79));background-image: -o-linear-gradient(180deg, rgba(135,206,235,0.79), rgba(150,167,167,0.79));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c987ceeb', endColorstr='#c996a7a7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c987ceeb', endColorstr='#c996a7a7' );";background-image: linear-gradient(180deg, rgba(135,206,235,0.79), rgba(150,167,167,0.79));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #b9wGfOxAGi7yIVORRmUEl454zXUJi4dX { background-color:#87ceeb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b9wGfOxAGi7yIVORRmUEl454zXUJi4dX > .row .container { background-color: transparent; background-image: none; }#b9wGfOxAGi7yIVORRmUEl454zXUJi4dX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9wGfOxAGi7yIVORRmUEl454zXUJi4dX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9wGfOxAGi7yIVORRmUEl454zXUJi4dX > .row .container > .video-iframe-container { display: none; }#b9wGfOxAGi7yIVORRmUEl454zXUJi4dX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9wGfOxAGi7yIVORRmUEl454zXUJi4dX > .row > .video-iframe-container { display: none; }#b9wGfOxAGi7yIVORRmUEl454zXUJi4dX > .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); }#b9wGfOxAGi7yIVORRmUEl454zXUJi4dX > .row .container { border-width: 0; border-radius: 0; }#b9wGfOxAGi7yIVORRmUEl454zXUJi4dX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b9wGfOxAGi7yIVORRmUEl454zXUJi4dX > .row .container { width:320px;height:183px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CDoUPc1Uwhyv074lDfe12TeZMPGFHplT { width:319.984px;height:36.4px;top:32px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #t0BWuCH8hZTJ9lbe8UR9HyboT7DNz44w { width:318.984px;height:36.4px;top:77px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #fu1Dg0XmZMKgxTuqtJlsXwwMcBgQIPzI { top:114px;left:0px;width:319.984px;height:37px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Zt2BKkqfwzsL9u9xtpNwNMkacStP7hzF { display:block; }
 }