.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;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ae102458-233f-43b6-ad81-1ff938d23667/digitalbiz011.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:46.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#AsutZTcPHybP90xdD3sDqQoiyOJgZKyg { position:absolute;display:block;z-index:15006;background-color:rgba(70,70,70,0.77);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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:34.5625rem;width:60rem;top:7.5rem;left:7.5rem;display:block; }
#Swf3dZcnSTDNk1liWz1SXFs65Hm8EvFT { color:#ffe32e;display:block;width:25.0625rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:9.5rem;left:9.8125rem;height:13rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OtPl4nVw25XWQRTqBwwVOlKOuxWRZmuf { position:absolute;display:block;z-index:15009;background-color:#448ca4;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:24.75rem;left:19.8125rem;display:block; }
#WzfHkTdizBJOM2Dc2oaMsDUAhGJU36og { position:absolute;display:block;z-index:15013;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:34.5625rem;width:0.0625rem;top:7.5rem;left:37.375rem;display:block; }
#uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp .widget-form-header { font-size:0.75rem; }
#uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#909090;width:22.875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;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; }
#uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.875rem;box-sizing:border-box;height:3.4375rem;color:#000000;font-size:1.125rem;overflow:hidden;font-family:roboto;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; }
#uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp .widget-input-text {padding-top: 0; padding-bottom: 0;}#uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.875rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:1.125rem;overflow:hidden;font-family:roboto;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; }
#uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.875rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp .widget-input-select {padding-top: 0; padding-bottom: 0;}#uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#014f61;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.5rem;font-weight:bold;color:#ffe32e;width:22.875rem;height:3.75rem;font-family:roboto;overflow:hidden;text-align:center;text-align-last:center;box-shadow: none; }
#uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp [class*="-text"]:-moz-placeholder { color:#7e7e7e;font-family:roboto;font-size:1.125rem;text-align:center;text-align-last:center; }
#uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp [class*="-text"]::-moz-placeholder { color:#7e7e7e;font-family:roboto;font-size:1.125rem;text-align:center;text-align-last:center; }
#uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp [class*="-text"]:-ms-input-placeholder { color:#7e7e7e;font-family:roboto;font-size:1.125rem;text-align:center;text-align-last:center; }
#uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp [class*="-text"]::-webkit-input-placeholder { color:#7e7e7e;font-family:roboto;font-size:1.125rem;text-align:center;text-align-last:center; }
#uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp .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:roboto;line-height:1.3;font-size:0.75rem;font-weight:400;color:#ffffff;vertical-align:top;width:21.625rem;overflow:hidden;font-style:normal;float:none; }
#uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp .widget-container { padding-top:0.4375rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp .widget-container:first-of-type{padding-top:0;}#uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp .widget-container:last-of-type{padding-bottom:0;}#uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.875rem;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:40.3125rem;top:19.5rem;z-index:15020;position:absolute;font-size:0.75rem; }
#uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.875rem;display:block;vertical-align:top; }
#uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;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; }
#uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp {display:block;}#uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.875rem;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:40.3125rem;top:19.5rem;z-index:15020;position:absolute;font-size:0.75rem; }
#uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp #KeFBF4wGONT9UwP6X0p5FGyaOPJ0Bbmm { position:relative; }
#uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp #W3Wq7gFrE02T1TFR7Lv5GruD1AE74BMz { position:relative;display:none; }
#uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp #hFAHHR9tQ7rWwcPnL2iPodvuoTht4er8 { position:relative; }
#uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp #Jl8uy8N4JepigV8dsNqT9R9dSxtkTFaB { position:relative; }
#uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp #kyFBgOCmss9Xoc5KynTn1WyokX55Coy8 { position:relative;display:none; }
#uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp #OisiGIe8lZ2DfFIsxrLPLG7WbnuCy5hG { position:relative; }
#uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp #ELIziUfDf14iIKToRVKyLNE8r3su4pGQ { position:relative; }
#uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp #ugCQO23WOubdyxMxt5HkIJi5Sq7pherU { position:relative;z-index:2; }
#uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp #Eso2kWK8TwQhPgekUFxunHaEGFBGNWHl { position:relative; }
#uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp #Oi0ldx3ooST1T0bSWKVS0JfQZ0pX9XRW { position:relative; }
#uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp #VH06hv7cTNd9uqq4PUQONB7MEQt4TvFT { position:relative; }
#L1QUH4yH9o7hL4ZvBNRDWDLP8O9AcT05 { color:#ffffff;display:block;width:20.6875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:12.5rem;left:42.65625rem;height:7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jp4cPtChvi4Vg3qfCASDESBvi5MJCeiJ { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:9.5rem;left:52.1875rem; }
#ZulkCmCkowXq10kBTmrThsTTbVezQLVQ { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:9.5625rem;left:48.5625rem; }
#OSr9OTeXZIac9U3xqLb83sWXTIIOb7sX { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:9.5625rem;left:55.9375rem; }
#SC4tgrrQXIPdoFOByW9dnAhyP5KGf9qp { color:#ffffff;display:block;width:22.125rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:27.3125rem;left:11.3125rem;height:11.0215rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kezb3pAezAfgi5vFFQUKWpzi08B6n0UM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #014f61, #448ca4);background-image: -moz-linear-gradient(top, #014f61, #448ca4);background-image: -ms-linear-gradient(top, #014f61, #448ca4);background-image: -o-linear-gradient(top, #014f61, #448ca4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#014f61', endColorstr='#448ca4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#014f61', endColorstr='#448ca4' );";background-image: linear-gradient(to bottom, #014f61, #448ca4);background-size:auto !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; }#kezb3pAezAfgi5vFFQUKWpzi08B6n0UM > .row .container { background-color: transparent; background-image: none; }#kezb3pAezAfgi5vFFQUKWpzi08B6n0UM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kezb3pAezAfgi5vFFQUKWpzi08B6n0UM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kezb3pAezAfgi5vFFQUKWpzi08B6n0UM > .row .container > .video-iframe-container { display: none; }#kezb3pAezAfgi5vFFQUKWpzi08B6n0UM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kezb3pAezAfgi5vFFQUKWpzi08B6n0UM > .row > .video-iframe-container { display: none; }#kezb3pAezAfgi5vFFQUKWpzi08B6n0UM > .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); }#kezb3pAezAfgi5vFFQUKWpzi08B6n0UM > .row .container { border-width: 0; border-radius: 0; }#kezb3pAezAfgi5vFFQUKWpzi08B6n0UM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kezb3pAezAfgi5vFFQUKWpzi08B6n0UM > .row .container { font-size:0.875rem;font-family:arial;height:35.8125rem;width:75rem;position:relative;display:block; }#XhNPOfWikN9oJlspmWSm06tubd2Sat6u { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:7.0625rem;left:17.5rem;display:block; }
#XhABM3WmlEslvPWBEbkOvSl99aGIa0nm { color:#fdfdfd;display:block;width:21.1875rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.5625rem;left:26.9375rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hvz4fOanqeaf58Tq2kEoUMA6RzDn928S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#014f61;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; }#Hvz4fOanqeaf58Tq2kEoUMA6RzDn928S > .row .container { background-color: transparent; background-image: none; }#Hvz4fOanqeaf58Tq2kEoUMA6RzDn928S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hvz4fOanqeaf58Tq2kEoUMA6RzDn928S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hvz4fOanqeaf58Tq2kEoUMA6RzDn928S > .row .container > .video-iframe-container { display: none; }#Hvz4fOanqeaf58Tq2kEoUMA6RzDn928S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hvz4fOanqeaf58Tq2kEoUMA6RzDn928S > .row > .video-iframe-container { display: none; }#Hvz4fOanqeaf58Tq2kEoUMA6RzDn928S > .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); }#Hvz4fOanqeaf58Tq2kEoUMA6RzDn928S > .row .container { border-width: 0; border-radius: 0; }#Hvz4fOanqeaf58Tq2kEoUMA6RzDn928S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hvz4fOanqeaf58Tq2kEoUMA6RzDn928S > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:75rem;position:relative;display:block; }#XRIlXfZOqP3HL34b3V7CgMOXs3gxV7X2 { color:#fdfdfd;display:block;width:75rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:3.7309112548828rem;left:0rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TUK6zh31GXpbmifd39ST4bLF90uZFpxl { position:absolute;display:block;z-index:15015;background-color:#ffe32e;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:7.0620727539062rem;left:35.000003814698rem;display:block; }
#vn0a1qyAXpTvdCAp8eq3tnStazl7I1hZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #014f61, #448ca4);background-image: -moz-linear-gradient(top, #014f61, #448ca4);background-image: -ms-linear-gradient(top, #014f61, #448ca4);background-image: -o-linear-gradient(top, #014f61, #448ca4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#014f61', endColorstr='#448ca4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#014f61', endColorstr='#448ca4' );";background-image: linear-gradient(to bottom, #014f61, #448ca4);background-size:auto !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; }#vn0a1qyAXpTvdCAp8eq3tnStazl7I1hZ > .row .container { background-color: transparent; background-image: none; }#vn0a1qyAXpTvdCAp8eq3tnStazl7I1hZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vn0a1qyAXpTvdCAp8eq3tnStazl7I1hZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vn0a1qyAXpTvdCAp8eq3tnStazl7I1hZ > .row .container > .video-iframe-container { display: none; }#vn0a1qyAXpTvdCAp8eq3tnStazl7I1hZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vn0a1qyAXpTvdCAp8eq3tnStazl7I1hZ > .row > .video-iframe-container { display: none; }#vn0a1qyAXpTvdCAp8eq3tnStazl7I1hZ > .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); }#vn0a1qyAXpTvdCAp8eq3tnStazl7I1hZ > .row .container { border-width: 0; border-radius: 0; }#vn0a1qyAXpTvdCAp8eq3tnStazl7I1hZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vn0a1qyAXpTvdCAp8eq3tnStazl7I1hZ > .row .container { font-size:0.875rem;font-family:arial;height:39.3125rem;width:75rem;position:relative;display:block; }#LRbzRBMt69aUAOi7QTB1L9mdgptuGhah { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(top, #014f61, #46dee3);background-image: -moz-linear-gradient(top, #014f61, #46dee3);background-image: -ms-linear-gradient(top, #014f61, #46dee3);background-image: -o-linear-gradient(top, #014f61, #46dee3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#014f61', endColorstr='#46dee3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#014f61', endColorstr='#46dee3' );";background-image: linear-gradient(to bottom, #014f61, #46dee3);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:31.75rem;width:19rem;top:1rem;left:3rem;display:block; }
#WPxLlOefMnAoq5qHTKyew7nulq0PVlvU { position:absolute;display:block;z-index:15001;background-color:#13a6fb;background-image:url("https://images.assets-landingi.com/UOYnifhC/Agape.jpeg");background-position:top 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:11.25rem;border-top-right-radius:11.25rem;border-bottom-left-radius:11.25rem;border-bottom-right-radius:11.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:12.5rem;width:12.5rem;top:4.6875rem;left:6.25rem;display:block; }#WPxLlOefMnAoq5qHTKyew7nulq0PVlvU.adaptive-delivery-prevent-bg, #WPxLlOefMnAoq5qHTKyew7nulq0PVlvU.lazyload, #WPxLlOefMnAoq5qHTKyew7nulq0PVlvU.lazyloading { background-image: none; }
#vg1Hn0wCgrBO0h3hoN5aPoSzlDDuCyDz { color:#000000;display:block;width:18.8745rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:27.15966796875rem;left:3.0625rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RL1o9HI0xlz1be4SOACqSoCx2rAC0TrO { color:#014f61;display:block;width:16.3125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:19.5595703125rem;left:4.34375rem;height:4.38574375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zWaLlScxAmUbKhBZ2nBdRyNBLVZGWsKz { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(top, #014f61, #8dcee0);background-image: -moz-linear-gradient(top, #014f61, #8dcee0);background-image: -ms-linear-gradient(top, #014f61, #8dcee0);background-image: -o-linear-gradient(top, #014f61, #8dcee0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#014f61', endColorstr='#8dcee0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#014f61', endColorstr='#8dcee0' );";background-image: linear-gradient(to bottom, #014f61, #8dcee0);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:34.75rem;width:23.625rem;top:1rem;left:25.6875rem;display:block; }
#TtNdfxdWrZ8sJhd7lxAP1il1Dtcky0rk { color:#ffffff;display:block;width:21.375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:20.1845703125rem;left:26.8125rem;height:8.7715rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FqsWO4xKVZxBlpsFwM3J9DveIicKbzQg { color:#ffffff;display:block;width:18.8745rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:31.3505859375rem;left:28.0625rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N0X7y7e61tyDuDZyzoJn3NDt3NuTiSgt { position:absolute;display:block;z-index:15006;background-color:#13a6fb;background-image:url("https://images.assets-landingi.com/uc/924bb785-5e36-4eba-b056-d106f1aa0c74/Lorena2.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:11.25rem;border-top-right-radius:11.25rem;border-bottom-left-radius:11.25rem;border-bottom-right-radius:11.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:12.5rem;width:12.5rem;top:4.6875rem;left:31.25rem;display:block; }#N0X7y7e61tyDuDZyzoJn3NDt3NuTiSgt.adaptive-delivery-prevent-bg, #N0X7y7e61tyDuDZyzoJn3NDt3NuTiSgt.lazyload, #N0X7y7e61tyDuDZyzoJn3NDt3NuTiSgt.lazyloading { background-image: none; }
#kyorbbUHxuKo3b4ZUnOsDCBPBKwJc1K6 { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(top, #014f61, #46dee3);background-image: -moz-linear-gradient(top, #014f61, #46dee3);background-image: -ms-linear-gradient(top, #014f61, #46dee3);background-image: -o-linear-gradient(top, #014f61, #46dee3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#014f61', endColorstr='#46dee3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#014f61', endColorstr='#46dee3' );";background-image: linear-gradient(to bottom, #014f61, #46dee3);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:31.75rem;width:19rem;top:1rem;left:53rem;display:block; }
#SGxriTlDNzozRiqUWRwrQGEZ5Mage577 { color:#014f61;display:block;width:18rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:19.5595703125rem;left:53.5rem;height:4.38574375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S7rncRunTr0u0wlcgLgNrS6QZlWHdGL5 { color:#000000;display:block;width:18.875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:27.15869140625rem;left:53.0625rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ISlJBChv6ezDDPUV4EgWpJ6vZwPxoW3A { position:absolute;display:block;z-index:15011;background-color:#13a6fb;background-image:url("https://images.assets-landingi.com/WiUSk6DG/2021_8_24_10.11.32.943.jpeg");background-position:top 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:11.25rem;border-top-right-radius:11.25rem;border-bottom-left-radius:11.25rem;border-bottom-right-radius:11.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:12.5rem;width:12.5rem;top:4.6875rem;left:56.25rem;display:block; }#ISlJBChv6ezDDPUV4EgWpJ6vZwPxoW3A.adaptive-delivery-prevent-bg, #ISlJBChv6ezDDPUV4EgWpJ6vZwPxoW3A.lazyload, #ISlJBChv6ezDDPUV4EgWpJ6vZwPxoW3A.lazyloading { background-image: none; }
#lnnqhHdzzRhWlkCwSbvD2K0GwVaxyrEg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #fecd4d, #8dcee0);background-image: -moz-linear-gradient(top, #fecd4d, #8dcee0);background-image: -ms-linear-gradient(top, #fecd4d, #8dcee0);background-image: -o-linear-gradient(top, #fecd4d, #8dcee0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fecd4d', endColorstr='#8dcee0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fecd4d', endColorstr='#8dcee0' );";background-image: linear-gradient(to bottom, #fecd4d, #8dcee0);background-size:auto !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; }#lnnqhHdzzRhWlkCwSbvD2K0GwVaxyrEg > .row .container { background-color: transparent; background-image: none; }#lnnqhHdzzRhWlkCwSbvD2K0GwVaxyrEg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lnnqhHdzzRhWlkCwSbvD2K0GwVaxyrEg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lnnqhHdzzRhWlkCwSbvD2K0GwVaxyrEg > .row .container > .video-iframe-container { display: none; }#lnnqhHdzzRhWlkCwSbvD2K0GwVaxyrEg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lnnqhHdzzRhWlkCwSbvD2K0GwVaxyrEg > .row > .video-iframe-container { display: none; }#lnnqhHdzzRhWlkCwSbvD2K0GwVaxyrEg > .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); }#lnnqhHdzzRhWlkCwSbvD2K0GwVaxyrEg > .row .container { border-width: 0; border-radius: 0; }#lnnqhHdzzRhWlkCwSbvD2K0GwVaxyrEg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lnnqhHdzzRhWlkCwSbvD2K0GwVaxyrEg > .row .container { font-size:0.875rem;font-family:arial;height:46.625rem;width:75rem;position:relative;display:block; }#MFvvUBLvQvWBvZRXwr4ir8Bsra9NqdGp { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26rem;width:25.4375rem;top:3.125rem;left:24.625rem;overflow:hidden;display:block; }
#dT2Z708VQaxcfzHPTZ2rfXskrNvEwxg9 { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f7b6e878-7965-46e4-8422-c5b792e173fd/Emmanuela_Nkemneme_new.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(0,0,0,0.5) ;height:22.9375rem;width:22.9375rem;top:7rem;left:22.9375rem;display:block; }#dT2Z708VQaxcfzHPTZ2rfXskrNvEwxg9.adaptive-delivery-prevent-bg, #dT2Z708VQaxcfzHPTZ2rfXskrNvEwxg9.lazyload, #dT2Z708VQaxcfzHPTZ2rfXskrNvEwxg9.lazyloading { background-image: none; }
#TZ6yEaXaoMp8u0hWFgOCpbQUA7TWIiFe { color:#014f61;display:block;width:67.0625rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:32.875rem;left:2.96875rem;height:6.2988125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nm0cFRB19tmARbL1F388Fa7S98I4dvET { color:#014f61;display:block;width:25.0625rem;position:absolute;font-family:"dancing script";font-size:2.5rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:40.994140625rem;left:24.96875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#skXHlTO95qJD6en71BdB3ifn4V6xDxsf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8dcee0;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; }#skXHlTO95qJD6en71BdB3ifn4V6xDxsf > .row .container { background-color: transparent; background-image: none; }#skXHlTO95qJD6en71BdB3ifn4V6xDxsf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#skXHlTO95qJD6en71BdB3ifn4V6xDxsf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#skXHlTO95qJD6en71BdB3ifn4V6xDxsf > .row .container > .video-iframe-container { display: none; }#skXHlTO95qJD6en71BdB3ifn4V6xDxsf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#skXHlTO95qJD6en71BdB3ifn4V6xDxsf > .row > .video-iframe-container { display: none; }#skXHlTO95qJD6en71BdB3ifn4V6xDxsf > .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); }#skXHlTO95qJD6en71BdB3ifn4V6xDxsf > .row .container { border-width: 0; border-radius: 0; }#skXHlTO95qJD6en71BdB3ifn4V6xDxsf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#skXHlTO95qJD6en71BdB3ifn4V6xDxsf > .row .container { font-size:0.875rem;font-family:arial;height:43.3125rem;width:75rem;position:relative;display:block; }#JDlvNCDWUegKSVb7TkAD1wFsoBMKG7r2 { position:absolute;display:block;z-index:15000;background-color:rgba(70,70,70,0.75);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.4375rem rgba(0,0,0,0.19) ;height:39.5625rem;width:71.4375rem;top:1.8125rem;left:2.5625rem;display:block; }
#Qd4NeJU2aOFu7Gu3VwFKXrGFFUz03R4C { color:#ffe32e;display:block;width:30.5625rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:4.625rem;left:23rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TBh5RmB1ozUzWI8pM1SQd2FgyiT7wOnD { color:#f8feff;display:block;width:23.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:14.25rem;left:11.3125rem;height:4.72265625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DJI9T7Gun8AkZdsEWHP4vUXvzOoFXqXS { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:9.25rem;left:19.4375rem; }
#DAJz2aedPoGF0nPlFTV2QoTTM8gpxL7K { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:9.3125rem;left:15.0625rem; }
#O89rnfVEuUmiLDklUS0CLeZiZH3eBcCN { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:9.25rem;left:23.5rem; }
#OO3uqc4mlyRskks3MBrARQEQCiJPGaoT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:14.25rem;left:7.25rem; }
#itP1AgvqCPGno3gvWV4gqXTEt2erDNgX { color:#f8feff;display:block;width:28.3125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:20.8125rem;left:11.3125rem;height:6.296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#el3TnbhwIsVGUMqZxbNPItrDUFzdBNwm { color:#f8feff;display:block;width:23.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:28.875rem;left:10.9375rem;height:6.296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fsfHrFNbeCRIfzhkSXn12LuEwcf4iWBB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:20.8125rem;left:7.25rem; }
#meWIBh3BmMhgyyHb9VUbZkKa1Lfznuay { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:28.875rem;left:7.25rem; }
#lcbkuayVCJEZDupAy79SKJwEPtMvvcz2 { color:#f8feff;display:block;width:23.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15035;line-height:1.4;letter-spacing:0;top:31.25rem;left:44.625rem;height:4.72265625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zX1ufekyvRlTQDDxAU0cd9v5NCH9a7Tp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:31.25rem;left:40.6875rem; }
#nliUzAmqPuxGePcWbuKBB7uc8NufZ6GF { color:#f8feff;display:block;width:23.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15034;line-height:1.4;letter-spacing:0;top:22.5rem;left:44.625rem;height:6.296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TnXyTCy3vLZuSClnPJuJE9oHgOZdNvmp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:22.375rem;left:40.6875rem; }
#G0sl1zAkdxgzguTaPyQ1DdAzpwiTmkPv { color:#f8feff;display:block;width:23.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15033;line-height:1.4;letter-spacing:0;top:14.75rem;left:44.625rem;height:4.72265625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cWB6fUpfwa8litv4R0QLeJm2HdkwAa3V { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:14.25rem;left:40.6875rem; }
#idcPMLUkCIVnBmnvRICxkGV781ytJdKX { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;top:9.25rem;left:47.0625rem; }
#VUqDd4zwUQdyF2M5BSIaZlzsZyG9vyTc { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:9.1875rem;left:51.4375rem; }
#RD0Q6g4oN0RKpcVxKd7Elhll6gFLKmca { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;top:9.1875rem;left:55.5rem; }
#FRIDWVeZy7g5P7MvxTrv9ARDrZxp5hRT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #fecd4d, #8dcee0);background-image: -moz-linear-gradient(top, #fecd4d, #8dcee0);background-image: -ms-linear-gradient(top, #fecd4d, #8dcee0);background-image: -o-linear-gradient(top, #fecd4d, #8dcee0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fecd4d', endColorstr='#8dcee0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fecd4d', endColorstr='#8dcee0' );";background-image: linear-gradient(to bottom, #fecd4d, #8dcee0);background-size:auto !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; }#FRIDWVeZy7g5P7MvxTrv9ARDrZxp5hRT > .row .container { background-color: transparent; background-image: none; }#FRIDWVeZy7g5P7MvxTrv9ARDrZxp5hRT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRIDWVeZy7g5P7MvxTrv9ARDrZxp5hRT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRIDWVeZy7g5P7MvxTrv9ARDrZxp5hRT > .row .container > .video-iframe-container { display: none; }#FRIDWVeZy7g5P7MvxTrv9ARDrZxp5hRT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRIDWVeZy7g5P7MvxTrv9ARDrZxp5hRT > .row > .video-iframe-container { display: none; }#FRIDWVeZy7g5P7MvxTrv9ARDrZxp5hRT > .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); }#FRIDWVeZy7g5P7MvxTrv9ARDrZxp5hRT > .row .container { border-width: 0; border-radius: 0; }#FRIDWVeZy7g5P7MvxTrv9ARDrZxp5hRT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FRIDWVeZy7g5P7MvxTrv9ARDrZxp5hRT > .row .container { font-size:0.875rem;font-family:arial;height:104rem;width:75rem;position:relative;display:block; }#XSzXBS6lrmMsnQLyz1Vps30nbmlyBWKh { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26rem;width:25.4375rem;top:3.125rem;left:24.625rem;overflow:hidden;display:block; }
#QUUrCW4O9zKBio1EPx2HzB0s70lpz2XG { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b320e8a6-c93e-48c7-99c1-7d4b6242ba7d/Emmanuela_Nkemneme_bg.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(0,0,0,0.5) ;height:31.5625rem;width:22.9375rem;top:7rem;left:22.9375rem;display:block; }#QUUrCW4O9zKBio1EPx2HzB0s70lpz2XG.adaptive-delivery-prevent-bg, #QUUrCW4O9zKBio1EPx2HzB0s70lpz2XG.lazyload, #QUUrCW4O9zKBio1EPx2HzB0s70lpz2XG.lazyloading { background-image: none; }
#tZyL7RQe2fMksTgRgUsTwVyq6Eo3g2nq { color:#014f61;display:block;width:67.875rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:41.4375rem;left:3.5625rem;height:56.6894375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#og0WEJbwhdvxeb6yhLo3c1MN8V2ppInv { color:#014f61;display:block;width:25.0625rem;position:absolute;font-family:"dancing script";font-size:2.5rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:98.1259765625rem;left:21.875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aAAVP9ZofCKT5J6LXIQHkqCET8GLbKs6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,227,46,0.55);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; }#aAAVP9ZofCKT5J6LXIQHkqCET8GLbKs6 > .row .container { background-color: transparent; background-image: none; }#aAAVP9ZofCKT5J6LXIQHkqCET8GLbKs6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aAAVP9ZofCKT5J6LXIQHkqCET8GLbKs6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aAAVP9ZofCKT5J6LXIQHkqCET8GLbKs6 > .row .container > .video-iframe-container { display: none; }#aAAVP9ZofCKT5J6LXIQHkqCET8GLbKs6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aAAVP9ZofCKT5J6LXIQHkqCET8GLbKs6 > .row > .video-iframe-container { display: none; }#aAAVP9ZofCKT5J6LXIQHkqCET8GLbKs6 > .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); }#aAAVP9ZofCKT5J6LXIQHkqCET8GLbKs6 > .row .container { border-width: 0; border-radius: 0; }#aAAVP9ZofCKT5J6LXIQHkqCET8GLbKs6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aAAVP9ZofCKT5J6LXIQHkqCET8GLbKs6 > .row .container { font-size:0.875rem;font-family:arial;height:32.5625rem;width:75rem;position:relative;display:block; }#w5RNehrZdgD6kH6tftVyJMBQ6OirfBvN { position:absolute;display:block;z-index:15000;background-color:rgba(70,70,70,0.77);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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.75rem;width:36.5625rem;top:7.8125rem;left:19.25rem;display:block; }
#hu8DlSJSFSc9H5SLsDkV8XqfKAuehtno { position:absolute;display:block;z-index:15018;background-color:#46dee3;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:14.5625rem;left:35rem;display:block; }
#JVzbJD8EnJ1Ui9yzXoxPZwqwCnUJukBf { color:#ffe32e;display:block;width:27.25rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:10.375rem;left:23.875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RbtrDRSCvpHTtCwR9JJwsdLiSnkC9J0a { background-color:#014f61;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:16.875rem;left:29.625rem;display:block; }
#urHFHFaZJWvPMR4AZrewo7W0PERK4FXy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XM7TQQeqNx00A6DBOgPcT5UI1f54XG1Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffe32e;background-image:url("https://images.assets-landingi.com/uc/1fdbe6cd-d285-4a0a-8040-b68223633a6a/yellowflowers.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#XM7TQQeqNx00A6DBOgPcT5UI1f54XG1Z.adaptive-delivery-prevent-bg, #XM7TQQeqNx00A6DBOgPcT5UI1f54XG1Z.lazyload, #XM7TQQeqNx00A6DBOgPcT5UI1f54XG1Z.lazyloading { background-image: none; }#XM7TQQeqNx00A6DBOgPcT5UI1f54XG1Z > .row .container { background-color: transparent; background-image: none; }#XM7TQQeqNx00A6DBOgPcT5UI1f54XG1Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XM7TQQeqNx00A6DBOgPcT5UI1f54XG1Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XM7TQQeqNx00A6DBOgPcT5UI1f54XG1Z > .row .container > .video-iframe-container { display: none; }#XM7TQQeqNx00A6DBOgPcT5UI1f54XG1Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XM7TQQeqNx00A6DBOgPcT5UI1f54XG1Z > .row > .video-iframe-container { display: none; }#XM7TQQeqNx00A6DBOgPcT5UI1f54XG1Z > .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); }#XM7TQQeqNx00A6DBOgPcT5UI1f54XG1Z > .row .container { border-width: 0; border-radius: 0; }#XM7TQQeqNx00A6DBOgPcT5UI1f54XG1Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XM7TQQeqNx00A6DBOgPcT5UI1f54XG1Z > .row .container { font-size:0.875rem;font-family:arial;height:39.25rem;width:75rem;position:relative;display:block; }#WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu .widget-form-header { font-size:0.75rem; }
#WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#909090;width:22.875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;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; }
#WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.875rem;box-sizing:border-box;height:3.4375rem;color:#000000;font-size:1.125rem;overflow:hidden;font-family:roboto;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; }
#WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu .widget-input-text {padding-top: 0; padding-bottom: 0;}#WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.875rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:1.125rem;overflow:hidden;font-family:roboto;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; }
#WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.875rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu .widget-input-select {padding-top: 0; padding-bottom: 0;}#WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#014f61;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.5rem;font-weight:bold;color:#ffe32e;width:22.875rem;height:3.75rem;font-family:roboto;overflow:hidden;text-align:center;text-align-last:center;box-shadow: none; }
#WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu [class*="-text"]:-moz-placeholder { color:#7e7e7e;font-family:roboto;font-size:1.125rem;text-align:center;text-align-last:center; }
#WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu [class*="-text"]::-moz-placeholder { color:#7e7e7e;font-family:roboto;font-size:1.125rem;text-align:center;text-align-last:center; }
#WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu [class*="-text"]:-ms-input-placeholder { color:#7e7e7e;font-family:roboto;font-size:1.125rem;text-align:center;text-align-last:center; }
#WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu [class*="-text"]::-webkit-input-placeholder { color:#7e7e7e;font-family:roboto;font-size:1.125rem;text-align:center;text-align-last:center; }
#WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu .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:roboto;line-height:1.3;font-size:0.75rem;font-weight:400;color:#000000;vertical-align:top;width:21.625rem;overflow:hidden;font-style:normal;float:none; }
#WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu .widget-container { padding-top:0.4375rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu .widget-container:first-of-type{padding-top:0;}#WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu .widget-container:last-of-type{padding-bottom:0;}#WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.875rem;height:auto;border-top:0.5625rem solid #ffe32e;border-left:0.5625rem solid #ffe32e;border-right:0.5625rem solid #ffe32e;border-bottom:0.5625rem solid #ffe32e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;left:24.25rem;top:15.125rem;z-index:15021;position:absolute;font-size:0.75rem; }
#WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.875rem;display:block;vertical-align:top; }
#WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;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; }
#WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu {display:block;}#WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.875rem;height:auto;border-top:0.5625rem solid #ffe32e;border-left:0.5625rem solid #ffe32e;border-right:0.5625rem solid #ffe32e;border-bottom:0.5625rem solid #ffe32e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;left:24.25rem;top:15.125rem;z-index:15021;position:absolute;font-size:0.75rem; }
#WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu #txSO3wb4W2yQqzFHaQd12Th2KyMbbC8R { position:relative; }
#WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu #DpTXFEmUUMbagkcmRa4QrLM2aSEK8th5 { position:relative;display:none; }
#WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu #y4zNPOp7f2O7hFgQHkPehNU6EBCJ4VTC { position:relative; }
#WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu #EkTFpGuidgV8TSXEZCVokgQ1M3GpGprT { position:relative; }
#WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu #P8BufuJRiGTvzUnkhJGBerS9pvuADSJk { position:relative;display:none; }
#WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu #DzuQo1pE74iGVfrCoVbakoby3L6kEFzH { position:relative; }
#WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu #bmWN5db9QwF32zyXXxRIt1H3r7MCX2bZ { position:relative; }
#WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu #bq4d5l0Kghm5AmOhWimxJUBEQrN9mrNW { position:relative;z-index:2; }
#WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu #RGTWTXRy32TpZGBf1AA9mIENblx5mBvG { position:relative; }
#WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu #tdoZtmyPz8BzPG0ZT6IciJEp6wM8B7ce { position:relative; }
#WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu #fSNT0hOdUngsC0icenLZix2H1qDfbCtG { position:relative; }
#NUTnSQ9F3b9N074zBr1roACtUPaiNRhM { color:#ffe32e;display:block;width:45.4375rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:2.0625rem;left:14.78125rem;height:8.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WhBSgwCihTBCbCEiU7hDRy7Do3yIRpIs { position:absolute;display:block;z-index:15001;background-color:rgba(70,70,70,0.75);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.4375rem rgba(0,0,0,0.19) ;height:11rem;width:46.125rem;top:70.9375rem;left:14.0625rem;display:none; }
#cNZkPqDTcJXcLNEX7BOFWXRCxDJTG9AT { box-sizing:content-box;height:12.5rem;width:44.375rem;position:absolute;display:block;z-index:15000;background-color:rgba(1,79,97,0.55);background-image:none;top:1.25rem;left:15.90625rem;display:block; }
#vmGR9WQifO15x9R9sTnrQTU1dPewgIZi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8dcee0;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; }#vmGR9WQifO15x9R9sTnrQTU1dPewgIZi > .row .container { background-color: transparent; background-image: none; }#vmGR9WQifO15x9R9sTnrQTU1dPewgIZi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmGR9WQifO15x9R9sTnrQTU1dPewgIZi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmGR9WQifO15x9R9sTnrQTU1dPewgIZi > .row .container > .video-iframe-container { display: none; }#vmGR9WQifO15x9R9sTnrQTU1dPewgIZi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmGR9WQifO15x9R9sTnrQTU1dPewgIZi > .row > .video-iframe-container { display: none; }#vmGR9WQifO15x9R9sTnrQTU1dPewgIZi > .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); }#vmGR9WQifO15x9R9sTnrQTU1dPewgIZi > .row .container { border-width: 0; border-radius: 0; }#vmGR9WQifO15x9R9sTnrQTU1dPewgIZi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vmGR9WQifO15x9R9sTnrQTU1dPewgIZi > .row .container { font-size:0.875rem;font-family:arial;height:50.375rem;width:75rem;position:relative;display:block; }#cT5b9nI1HKbZgRZGh3tFmxEpCmfRnlge { position:absolute;display:block;z-index:15000;background-color:rgba(1,79,97,0.68);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.4375rem rgba(0,0,0,0.19) ;height:46.375rem;width:39.6875rem;top:2rem;left:17.6875rem;display:block; }
#qmTDbxFdZnVNs1B2SaZWUMATZ7LKIevX { color:#ffe32e;display:block;width:30.5625rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.6875rem;left:21.1875rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JQT3QaiFpi0ycRSz8FLaNM77medsAt6C { color:#f8feff;display:block;width:23.1875rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:33.4375rem;left:24.0625rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oVa6T7B8KVhOSaqbEEoExhJEXcgpcXnt { background-color:#ffe32e;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#014f61;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:41.4375rem;left:29.625rem;display:block; }
#HNqOD2D0cKGDNVeQSLBOanwTe9enlWNz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z1heFJBAOSWdbKUGJBxwLEdXHie0g3KF { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:9.125rem;left:36.4375rem; }
#WDknUDlGiAvWNMP36d8pZrKxrrb6FE0J { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:9.1875rem;left:32.0625rem; }
#XvKKDn9A3WgqpNbZv8lBtJhyqMfRQPfc { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:9.125rem;left:40.5rem; }
#c0XCT9yMKnr7ny8KG6k7EzXBcSTbRzph { color:#f8feff;display:block;width:26.9375rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:14.25rem;left:24.0625rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Vga4Zz0ToypNiVBIVbDbmJ8PZCKyLomm { color:#f8feff;display:block;width:23.1875rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:20.25rem;left:24.0625rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ahat4bubRcti8AelVqz2ebIpcdJqP1o4 { color:#f8feff;display:block;width:23.1875rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:26.6875rem;left:24.0625rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CgVPHZtMwOBgAZAvDvMm3pF2Jh2s3pV9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#014f61;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; }#CgVPHZtMwOBgAZAvDvMm3pF2Jh2s3pV9 > .row .container { background-color: transparent; background-image: none; }#CgVPHZtMwOBgAZAvDvMm3pF2Jh2s3pV9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CgVPHZtMwOBgAZAvDvMm3pF2Jh2s3pV9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CgVPHZtMwOBgAZAvDvMm3pF2Jh2s3pV9 > .row .container > .video-iframe-container { display: none; }#CgVPHZtMwOBgAZAvDvMm3pF2Jh2s3pV9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CgVPHZtMwOBgAZAvDvMm3pF2Jh2s3pV9 > .row > .video-iframe-container { display: none; }#CgVPHZtMwOBgAZAvDvMm3pF2Jh2s3pV9 > .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); }#CgVPHZtMwOBgAZAvDvMm3pF2Jh2s3pV9 > .row .container { border-width: 0; border-radius: 0; }#CgVPHZtMwOBgAZAvDvMm3pF2Jh2s3pV9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CgVPHZtMwOBgAZAvDvMm3pF2Jh2s3pV9 > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:block; }#QrfFy1Cb6ULqibbXfetT3VNh8gU0Szly { color:#ffffff;display:block;width:25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:2.13671875rem;left:0rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q21deTo1RaHPoEaERCOCsP8xWWqTbMS4 { z-index:15002;top:2.2797317504883rem;left:25.000003814698rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#fdfdfd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:2.31228125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#XZrt0JFUWW9TsiIKymyLS2Mubh9V8fK7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ebhL58bBA43b8LVq1hxcgvSEuI45Hs2J { color:#ffffff;display:block;width:20rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:2.13720703125rem;left:52.5rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AsutZTcPHybP90xdD3sDqQoiyOJgZKyg { width:47.75rem;height:34.5625rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Swf3dZcnSTDNk1liWz1SXFs65Hm8EvFT { width:25.0625rem;height:13rem;top:9.5rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtPl4nVw25XWQRTqBwwVOlKOuxWRZmuf { width:5rem;height:0.125rem;top:24.75rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzfHkTdizBJOM2Dc2oaMsDUAhGJU36og { width:0.0625rem;height:34.5625rem;top:7.5rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp .widget-regular-label { display:block; }
#uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp .widget-checkbox-label { width:13.75rem; }
#uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp  { width:15rem;height:auto; }
#uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp {display:block;}#uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp { width:15rem;height:auto; }
 }@media only screen and (max-width: 763px) { #uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp #KeFBF4wGONT9UwP6X0p5FGyaOPJ0Bbmm {  }
 }@media only screen and (max-width: 763px) { #uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp #W3Wq7gFrE02T1TFR7Lv5GruD1AE74BMz { display:block; }
 }@media only screen and (max-width: 763px) { #uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp #hFAHHR9tQ7rWwcPnL2iPodvuoTht4er8 {  }
 }@media only screen and (max-width: 763px) { #uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp #Jl8uy8N4JepigV8dsNqT9R9dSxtkTFaB {  }
 }@media only screen and (max-width: 763px) { #uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp #kyFBgOCmss9Xoc5KynTn1WyokX55Coy8 { display:block; }
 }@media only screen and (max-width: 763px) { #uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp #OisiGIe8lZ2DfFIsxrLPLG7WbnuCy5hG {  }
 }@media only screen and (max-width: 763px) { #uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp #ELIziUfDf14iIKToRVKyLNE8r3su4pGQ {  }
 }@media only screen and (max-width: 763px) { #uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp #ugCQO23WOubdyxMxt5HkIJi5Sq7pherU { z-index:2; }
 }@media only screen and (max-width: 763px) { #uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp #Eso2kWK8TwQhPgekUFxunHaEGFBGNWHl {  }
 }@media only screen and (max-width: 763px) { #uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp #Oi0ldx3ooST1T0bSWKVS0JfQZ0pX9XRW {  }
 }@media only screen and (max-width: 763px) { #uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp #VH06hv7cTNd9uqq4PUQONB7MEQt4TvFT {  }
 }@media only screen and (max-width: 763px) { #L1QUH4yH9o7hL4ZvBNRDWDLP8O9AcT05 { width:20.6875rem;height:7rem;top:12.5rem;left:27.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jp4cPtChvi4Vg3qfCASDESBvi5MJCeiJ { top:9.5rem;left:38.5625rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZulkCmCkowXq10kBTmrThsTTbVezQLVQ { top:9.5625rem;left:34.9375rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSr9OTeXZIac9U3xqLb83sWXTIIOb7sX { top:9.5625rem;left:42.3125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SC4tgrrQXIPdoFOByW9dnAhyP5KGf9qp { width:22.125rem;height:11rem;top:27.3125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kezb3pAezAfgi5vFFQUKWpzi08B6n0UM { display:block; }#kezb3pAezAfgi5vFFQUKWpzi08B6n0UM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XhNPOfWikN9oJlspmWSm06tubd2Sat6u { top:7.0625rem;left:0rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhABM3WmlEslvPWBEbkOvSl99aGIa0nm { width:21.1875rem;height:2.5625rem;top:2.5625rem;left:10.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hvz4fOanqeaf58Tq2kEoUMA6RzDn928S { display:block; }#Hvz4fOanqeaf58Tq2kEoUMA6RzDn928S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XRIlXfZOqP3HL34b3V7CgMOXs3gxV7X2 { width:47.75rem;height:2.5625rem;top:3.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUK6zh31GXpbmifd39ST4bLF90uZFpxl { width:5rem;height:0.125rem;top:7rem;left:21.375003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #vn0a1qyAXpTvdCAp8eq3tnStazl7I1hZ { display:block; }#vn0a1qyAXpTvdCAp8eq3tnStazl7I1hZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LRbzRBMt69aUAOi7QTB1L9mdgptuGhah { width:19rem;height:31.75rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPxLlOefMnAoq5qHTKyew7nulq0PVlvU { width:12.5rem;height:12.5rem;top:4.6875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vg1Hn0wCgrBO0h3hoN5aPoSzlDDuCyDz { width:18.8125rem;height:1.4375rem;top:27.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RL1o9HI0xlz1be4SOACqSoCx2rAC0TrO { width:16.3125rem;height:4.375rem;top:19.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWaLlScxAmUbKhBZ2nBdRyNBLVZGWsKz { width:23.625rem;height:34.75rem;top:1rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtNdfxdWrZ8sJhd7lxAP1il1Dtcky0rk { width:21.375rem;height:8.75rem;top:20.125rem;left:10.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqsWO4xKVZxBlpsFwM3J9DveIicKbzQg { width:18.8125rem;height:1.4375rem;top:31.3125rem;left:12.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0X7y7e61tyDuDZyzoJn3NDt3NuTiSgt { width:12.5rem;height:12.5rem;top:4.6875rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyorbbUHxuKo3b4ZUnOsDCBPBKwJc1K6 { width:19rem;height:31.75rem;top:1rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGxriTlDNzozRiqUWRwrQGEZ5Mage577 { width:18rem;height:4.375rem;top:19.5rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7rncRunTr0u0wlcgLgNrS6QZlWHdGL5 { width:18.875rem;height:1.4375rem;top:27.125rem;left:28.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISlJBChv6ezDDPUV4EgWpJ6vZwPxoW3A { width:12.5rem;height:12.5rem;top:4.6875rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnnqhHdzzRhWlkCwSbvD2K0GwVaxyrEg { display:block; }#lnnqhHdzzRhWlkCwSbvD2K0GwVaxyrEg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MFvvUBLvQvWBvZRXwr4ir8Bsra9NqdGp { top:3.125rem;left:11rem;width:25.4375rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT2Z708VQaxcfzHPTZ2rfXskrNvEwxg9 { top:7rem;left:9.3125rem;width:22.9375rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ6yEaXaoMp8u0hWFgOCpbQUA7TWIiFe { width:47.75rem;height:6.25rem;top:32.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nm0cFRB19tmARbL1F388Fa7S98I4dvET { width:25.0625rem;height:3.25rem;top:40.9375rem;left:11.34375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #skXHlTO95qJD6en71BdB3ifn4V6xDxsf { display:block; }#skXHlTO95qJD6en71BdB3ifn4V6xDxsf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JDlvNCDWUegKSVb7TkAD1wFsoBMKG7r2 { width:47.75rem;height:39.5625rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qd4NeJU2aOFu7Gu3VwFKXrGFFUz03R4C { width:30.5625rem;height:2.5625rem;top:4.625rem;left:9.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBh5RmB1ozUzWI8pM1SQd2FgyiT7wOnD { width:23.1875rem;height:4.6875rem;top:14.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJI9T7Gun8AkZdsEWHP4vUXvzOoFXqXS { width:2.5rem;height:2.5rem;top:9.25rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAJz2aedPoGF0nPlFTV2QoTTM8gpxL7K { width:2.5rem;height:2.5rem;top:9.3125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O89rnfVEuUmiLDklUS0CLeZiZH3eBcCN { width:2.5rem;height:2.5rem;top:9.25rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OO3uqc4mlyRskks3MBrARQEQCiJPGaoT { top:14.25rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #itP1AgvqCPGno3gvWV4gqXTEt2erDNgX { width:28.3125rem;height:6.25rem;top:20.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #el3TnbhwIsVGUMqZxbNPItrDUFzdBNwm { width:23.1875rem;height:6.25rem;top:28.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsfHrFNbeCRIfzhkSXn12LuEwcf4iWBB { top:20.8125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #meWIBh3BmMhgyyHb9VUbZkKa1Lfznuay { top:28.875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcbkuayVCJEZDupAy79SKJwEPtMvvcz2 { width:23.1875rem;height:4.6875rem;top:31.25rem;left:24.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zX1ufekyvRlTQDDxAU0cd9v5NCH9a7Tp { top:31.25rem;left:27.0625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nliUzAmqPuxGePcWbuKBB7uc8NufZ6GF { width:23.1875rem;height:6.25rem;top:22.5rem;left:24.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnXyTCy3vLZuSClnPJuJE9oHgOZdNvmp { top:22.375rem;left:27.0625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0sl1zAkdxgzguTaPyQ1DdAzpwiTmkPv { width:23.1875rem;height:4.6875rem;top:14.75rem;left:24.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWB6fUpfwa8litv4R0QLeJm2HdkwAa3V { top:14.25rem;left:27.0625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #idcPMLUkCIVnBmnvRICxkGV781ytJdKX { width:2.5rem;height:2.5rem;top:9.25rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUqDd4zwUQdyF2M5BSIaZlzsZyG9vyTc { width:2.5rem;height:2.5rem;top:9.1875rem;left:37.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RD0Q6g4oN0RKpcVxKd7Elhll6gFLKmca { width:2.5rem;height:2.5rem;top:9.1875rem;left:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRIDWVeZy7g5P7MvxTrv9ARDrZxp5hRT { display:block; }#FRIDWVeZy7g5P7MvxTrv9ARDrZxp5hRT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XSzXBS6lrmMsnQLyz1Vps30nbmlyBWKh { top:3.125rem;left:11rem;width:25.4375rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUUrCW4O9zKBio1EPx2HzB0s70lpz2XG { top:7rem;left:9.3125rem;width:22.9375rem;height:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZyL7RQe2fMksTgRgUsTwVyq6Eo3g2nq { width:47.75rem;height:56.6875rem;top:41.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #og0WEJbwhdvxeb6yhLo3c1MN8V2ppInv { width:25.0625rem;height:3.25rem;top:98.125rem;left:8.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAAVP9ZofCKT5J6LXIQHkqCET8GLbKs6 { display:block; }#aAAVP9ZofCKT5J6LXIQHkqCET8GLbKs6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w5RNehrZdgD6kH6tftVyJMBQ6OirfBvN { width:36.5625rem;height:15.75rem;top:7.8125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hu8DlSJSFSc9H5SLsDkV8XqfKAuehtno { width:5rem;height:0.125rem;top:14.5625rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVzbJD8EnJ1Ui9yzXoxPZwqwCnUJukBf { width:27.25rem;height:2.5625rem;top:10.375rem;left:10.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbtrDRSCvpHTtCwR9JJwsdLiSnkC9J0a { width:15.75rem;height:3.4375rem;top:16.875rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #urHFHFaZJWvPMR4AZrewo7W0PERK4FXy { display:block; }
 }@media only screen and (max-width: 763px) { #XM7TQQeqNx00A6DBOgPcT5UI1f54XG1Z { display:block; }#XM7TQQeqNx00A6DBOgPcT5UI1f54XG1Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu .widget-regular-label { display:block; }
#WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu .widget-checkbox-label { width:13.75rem; }
#WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu  { width:15rem;height:auto; }
#WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu {display:block;}#WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu { width:15rem;height:auto; }
 }@media only screen and (max-width: 763px) { #WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu #txSO3wb4W2yQqzFHaQd12Th2KyMbbC8R {  }
 }@media only screen and (max-width: 763px) { #WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu #DpTXFEmUUMbagkcmRa4QrLM2aSEK8th5 { display:block; }
 }@media only screen and (max-width: 763px) { #WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu #y4zNPOp7f2O7hFgQHkPehNU6EBCJ4VTC {  }
 }@media only screen and (max-width: 763px) { #WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu #EkTFpGuidgV8TSXEZCVokgQ1M3GpGprT {  }
 }@media only screen and (max-width: 763px) { #WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu #P8BufuJRiGTvzUnkhJGBerS9pvuADSJk { display:block; }
 }@media only screen and (max-width: 763px) { #WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu #DzuQo1pE74iGVfrCoVbakoby3L6kEFzH {  }
 }@media only screen and (max-width: 763px) { #WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu #bmWN5db9QwF32zyXXxRIt1H3r7MCX2bZ {  }
 }@media only screen and (max-width: 763px) { #WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu #bq4d5l0Kghm5AmOhWimxJUBEQrN9mrNW { z-index:2; }
 }@media only screen and (max-width: 763px) { #WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu #RGTWTXRy32TpZGBf1AA9mIENblx5mBvG {  }
 }@media only screen and (max-width: 763px) { #WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu #tdoZtmyPz8BzPG0ZT6IciJEp6wM8B7ce {  }
 }@media only screen and (max-width: 763px) { #WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu #fSNT0hOdUngsC0icenLZix2H1qDfbCtG {  }
 }@media only screen and (max-width: 763px) { #NUTnSQ9F3b9N074zBr1roACtUPaiNRhM { width:45.4375rem;height:8.75rem;top:2.0625rem;left:1.15625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhBSgwCihTBCbCEiU7hDRy7Do3yIRpIs { width:46.125rem;height:11rem;top:70.9375rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cNZkPqDTcJXcLNEX7BOFWXRCxDJTG9AT { top:1.25rem;left:2.28125rem;width:44.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmGR9WQifO15x9R9sTnrQTU1dPewgIZi { display:block; }#vmGR9WQifO15x9R9sTnrQTU1dPewgIZi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cT5b9nI1HKbZgRZGh3tFmxEpCmfRnlge { width:39.6875rem;height:46.375rem;top:2rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmTDbxFdZnVNs1B2SaZWUMATZ7LKIevX { width:30.5625rem;height:5.1875rem;top:2.6875rem;left:7.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQT3QaiFpi0ycRSz8FLaNM77medsAt6C { width:23.1875rem;height:3.875rem;top:33.4375rem;left:10.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVa6T7B8KVhOSaqbEEoExhJEXcgpcXnt { width:15.75rem;height:3.4375rem;top:41.4375rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNqOD2D0cKGDNVeQSLBOanwTe9enlWNz { display:block; }
 }@media only screen and (max-width: 763px) { #Z1heFJBAOSWdbKUGJBxwLEdXHie0g3KF { width:2.5rem;height:2.5rem;top:9.125rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDknUDlGiAvWNMP36d8pZrKxrrb6FE0J { width:2.5rem;height:2.5rem;top:9.1875rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvKKDn9A3WgqpNbZv8lBtJhyqMfRQPfc { width:2.5rem;height:2.5rem;top:9.125rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0XCT9yMKnr7ny8KG6k7EzXBcSTbRzph { width:26.9375rem;height:3.875rem;top:14.25rem;left:10.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vga4Zz0ToypNiVBIVbDbmJ8PZCKyLomm { width:23.1875rem;height:3.875rem;top:20.25rem;left:10.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ahat4bubRcti8AelVqz2ebIpcdJqP1o4 { width:23.1875rem;height:3.875rem;top:26.6875rem;left:10.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgVPHZtMwOBgAZAvDvMm3pF2Jh2s3pV9 { display:block; }#CgVPHZtMwOBgAZAvDvMm3pF2Jh2s3pV9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QrfFy1Cb6ULqibbXfetT3VNh8gU0Szly { top:2.125rem;left:0rem;width:25rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q21deTo1RaHPoEaERCOCsP8xWWqTbMS4 { top:2.25rem;left:6.75rem;width:25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZrt0JFUWW9TsiIKymyLS2Mubh9V8fK7 { display:block; }
 }@media only screen and (max-width: 763px) { #ebhL58bBA43b8LVq1hxcgvSEuI45Hs2J { top:2.125rem;left:26.875rem;width:20.75rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1b5c93c9-cf9d-4d8b-bb70-fff7df2a9366/digitalbiz01_mobile.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AsutZTcPHybP90xdD3sDqQoiyOJgZKyg { width:20rem;height:47.25rem;top:2.3740234375rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Swf3dZcnSTDNk1liWz1SXFs65Hm8EvFT { width:17.0625rem;height:8.7734375rem;top:4.1671009063721rem;left:1.4680989384651rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtPl4nVw25XWQRTqBwwVOlKOuxWRZmuf { width:5rem;height:0.125rem;top:13.9990234375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzfHkTdizBJOM2Dc2oaMsDUAhGJU36og { width:0.0625rem;height:31.6875rem;top:58.6875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;background-color:#ffffff;background-image:none;height:2.5rem;display:block;vertical-align:top; }
#uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp .widget-input-text {padding-top: 0; padding-bottom: 0;}#uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;background-color:#ffffff;background-image:none;display:block;vertical-align:top; }
#uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp .widget-input-select {padding-top: 0; padding-bottom: 0;}#uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.125rem;overflow:hidden;height:3rem; }
#uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp [class*="-text"]:-moz-placeholder { font-size:1rem; }
#uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp [class*="-text"]::-moz-placeholder { font-size:1rem; }
#uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp [class*="-text"]:-ms-input-placeholder { font-size:1rem; }
#uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp [class*="-text"]::-webkit-input-placeholder { font-size:1rem; }
#uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto; }
#uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp .widget-container:first-of-type{padding-top:0;}#uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp .widget-container:last-of-type{padding-bottom:0;}#uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp  { width:17.5rem;height:auto;top:34.1611328125rem;left:0rem;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;background-color:transparent;background-image:none; }
#uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp {display:block;}#uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp { width:17.5rem;height:auto;top:34.1611328125rem;left:0rem;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;background-color:transparent;background-image:none; }
 }@media only screen and (max-width: 763px) { #uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp #KeFBF4wGONT9UwP6X0p5FGyaOPJ0Bbmm {  }
 }@media only screen and (max-width: 763px) { #uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp #W3Wq7gFrE02T1TFR7Lv5GruD1AE74BMz { display:none; }
 }@media only screen and (max-width: 763px) { #uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp #hFAHHR9tQ7rWwcPnL2iPodvuoTht4er8 {  }
 }@media only screen and (max-width: 763px) { #uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp #Jl8uy8N4JepigV8dsNqT9R9dSxtkTFaB {  }
 }@media only screen and (max-width: 763px) { #uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp #kyFBgOCmss9Xoc5KynTn1WyokX55Coy8 { display:none; }
 }@media only screen and (max-width: 763px) { #uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp #OisiGIe8lZ2DfFIsxrLPLG7WbnuCy5hG {  }
 }@media only screen and (max-width: 763px) { #uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp #ELIziUfDf14iIKToRVKyLNE8r3su4pGQ {  }
 }@media only screen and (max-width: 763px) { #uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp #ugCQO23WOubdyxMxt5HkIJi5Sq7pherU { z-index:2; }
 }@media only screen and (max-width: 763px) { #uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp #Eso2kWK8TwQhPgekUFxunHaEGFBGNWHl {  }
 }@media only screen and (max-width: 763px) { #uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp #Oi0ldx3ooST1T0bSWKVS0JfQZ0pX9XRW {  }
 }@media only screen and (max-width: 763px) { #uTEhp6h9rz1n1kHxFJ8aELXyDnZ7Glxp #VH06hv7cTNd9uqq4PUQONB7MEQt4TvFT {  }
 }@media only screen and (max-width: 763px) { #L1QUH4yH9o7hL4ZvBNRDWDLP8O9AcT05 { width:17.5rem;height:5.19921875rem;top:27.6865234375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Jp4cPtChvi4Vg3qfCASDESBvi5MJCeiJ { display:flex;width:1.25rem;height:1.25rem;top:24.625rem;left:6.25rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #ZulkCmCkowXq10kBTmrThsTTbVezQLVQ { display:flex;width:1.25rem;height:1.25rem;top:24.625rem;left:9.375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #OSr9OTeXZIac9U3xqLb83sWXTIIOb7sX { display:flex;width:1.25rem;height:1.25rem;top:24.625rem;left:12.5rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #SC4tgrrQXIPdoFOByW9dnAhyP5KGf9qp { width:18.8125rem;height:8.7715rem;top:14.8115234375rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kezb3pAezAfgi5vFFQUKWpzi08B6n0UM { display:block; }#kezb3pAezAfgi5vFFQUKWpzi08B6n0UM > .row .container { width:20rem;height:16.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XhNPOfWikN9oJlspmWSm06tubd2Sat6u { height:11.25rem;width:20rem;top:1.6123046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhABM3WmlEslvPWBEbkOvSl99aGIa0nm { width:20rem;height:2.2749rem;top:2.0498046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hvz4fOanqeaf58Tq2kEoUMA6RzDn928S { display:block; }#Hvz4fOanqeaf58Tq2kEoUMA6RzDn928S > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XRIlXfZOqP3HL34b3V7CgMOXs3gxV7X2 { width:20rem;height:2.2749rem;top:2.0498046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUK6zh31GXpbmifd39ST4bLF90uZFpxl { width:5rem;height:0.125rem;top:5.125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vn0a1qyAXpTvdCAp8eq3tnStazl7I1hZ { display:block; }#vn0a1qyAXpTvdCAp8eq3tnStazl7I1hZ > .row .container { width:20rem;height:63.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LRbzRBMt69aUAOi7QTB1L9mdgptuGhah { width:19rem;height:18.5rem;top:0.625rem;left:0.5rem;background-color:transparent;background-image: -webkit-linear-gradient(179deg, #8dcee0, #ffe32e);background-image: -moz-linear-gradient(179deg, #8dcee0, #ffe32e);background-image: -ms-linear-gradient(179deg, #8dcee0, #ffe32e);background-image: -o-linear-gradient(179deg, #8dcee0, #ffe32e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dcee0', endColorstr='#ffe32e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dcee0', endColorstr='#ffe32e' );";background-image: linear-gradient(179deg, #8dcee0, #ffe32e);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #WPxLlOefMnAoq5qHTKyew7nulq0PVlvU { width:7.5rem;height:7.5rem;top:2.5625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vg1Hn0wCgrBO0h3hoN5aPoSzlDDuCyDz { width:18.875rem;height:1.2999125rem;top:16.13671875rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RL1o9HI0xlz1be4SOACqSoCx2rAC0TrO { width:16.625rem;height:3.8997375rem;top:11.1875rem;left:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zWaLlScxAmUbKhBZ2nBdRyNBLVZGWsKz { width:19rem;height:22.625rem;top:19.875rem;left:0.5rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #8dcee0, #ffe32e);background-image: -moz-linear-gradient(top, #8dcee0, #ffe32e);background-image: -ms-linear-gradient(top, #8dcee0, #ffe32e);background-image: -o-linear-gradient(top, #8dcee0, #ffe32e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dcee0', endColorstr='#ffe32e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dcee0', endColorstr='#ffe32e' );";background-image: linear-gradient(to bottom, #8dcee0, #ffe32e);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TtNdfxdWrZ8sJhd7lxAP1il1Dtcky0rk { width:17.75rem;height:7.7988125rem;top:30.7607421875rem;left:1.125rem;text-align:center;text-align-last:center;color:#014f61;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqsWO4xKVZxBlpsFwM3J9DveIicKbzQg { width:18.8745rem;height:1.29980625rem;top:39.43408203125rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #N0X7y7e61tyDuDZyzoJn3NDt3NuTiSgt { width:7.5rem;height:7.5rem;top:22.0625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyorbbUHxuKo3b4ZUnOsDCBPBKwJc1K6 { width:19rem;height:18.5rem;top:43.3125rem;left:0.5rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #8dcee0, #ffe32e);background-image: -moz-linear-gradient(top, #8dcee0, #ffe32e);background-image: -ms-linear-gradient(top, #8dcee0, #ffe32e);background-image: -o-linear-gradient(top, #8dcee0, #ffe32e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dcee0', endColorstr='#ffe32e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dcee0', endColorstr='#ffe32e' );";background-image: linear-gradient(to bottom, #8dcee0, #ffe32e);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #SGxriTlDNzozRiqUWRwrQGEZ5Mage577 { width:16.625rem;height:3.8994125rem;top:53.5rem;left:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S7rncRunTr0u0wlcgLgNrS6QZlWHdGL5 { width:18.875rem;height:1.29980625rem;top:58.5625rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISlJBChv6ezDDPUV4EgWpJ6vZwPxoW3A { width:7.5rem;height:7.5rem;top:44.8125rem;left:6.25rem;background-color:#13a6fb;background-image:url("https://images.assets-landingi.com/WiUSk6DG/2021_8_24_10.11.32.943.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ISlJBChv6ezDDPUV4EgWpJ6vZwPxoW3A.adaptive-delivery-prevent-bg, #ISlJBChv6ezDDPUV4EgWpJ6vZwPxoW3A.lazyload, #ISlJBChv6ezDDPUV4EgWpJ6vZwPxoW3A.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #lnnqhHdzzRhWlkCwSbvD2K0GwVaxyrEg { display:block; }#lnnqhHdzzRhWlkCwSbvD2K0GwVaxyrEg > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MFvvUBLvQvWBvZRXwr4ir8Bsra9NqdGp { width:17.625rem;height:18rem;top:2.5625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT2Z708VQaxcfzHPTZ2rfXskrNvEwxg9 { width:15.25rem;height:15.25rem;top:6.125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ6yEaXaoMp8u0hWFgOCpbQUA7TWIiFe { width:18.9375rem;height:14.3965rem;top:23.419277191162rem;left:0.53125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nm0cFRB19tmARbL1F388Fa7S98I4dvET { width:20rem;height:1.625rem;top:39.3115234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #skXHlTO95qJD6en71BdB3ifn4V6xDxsf { background-color:#8dcee0;background-image:none;display:block; }#skXHlTO95qJD6en71BdB3ifn4V6xDxsf > .row .container { background-color: transparent; background-image: none; }#skXHlTO95qJD6en71BdB3ifn4V6xDxsf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#skXHlTO95qJD6en71BdB3ifn4V6xDxsf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#skXHlTO95qJD6en71BdB3ifn4V6xDxsf > .row .container > .video-iframe-container { display: none; }#skXHlTO95qJD6en71BdB3ifn4V6xDxsf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#skXHlTO95qJD6en71BdB3ifn4V6xDxsf > .row > .video-iframe-container { display: none; }#skXHlTO95qJD6en71BdB3ifn4V6xDxsf > .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); }#skXHlTO95qJD6en71BdB3ifn4V6xDxsf > .row .container { width:20rem;height:69rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JDlvNCDWUegKSVb7TkAD1wFsoBMKG7r2 { width:20rem;height:65.25rem;top:1.75rem;left:0rem;background-color:rgba(70,70,70,0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Qd4NeJU2aOFu7Gu3VwFKXrGFFUz03R4C { width:18.25rem;height:1.94921875rem;top:3.625rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBh5RmB1ozUzWI8pM1SQd2FgyiT7wOnD { width:15.3125rem;height:5.25rem;top:10.9375rem;left:3.875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJI9T7Gun8AkZdsEWHP4vUXvzOoFXqXS { width:1.875rem;height:1.875rem;top:7.0625rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAJz2aedPoGF0nPlFTV2QoTTM8gpxL7K { width:1.875rem;height:1.875rem;top:7.0625rem;left:6.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O89rnfVEuUmiLDklUS0CLeZiZH3eBcCN { width:1.875rem;height:1.875rem;top:7.0625rem;left:11.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OO3uqc4mlyRskks3MBrARQEQCiJPGaoT { display:flex;width:3.125rem;height:3.125rem;top:10.9375rem;left:0rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #itP1AgvqCPGno3gvWV4gqXTEt2erDNgX { width:14.375rem;height:7.875rem;top:17.4375rem;left:3.875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #el3TnbhwIsVGUMqZxbNPItrDUFzdBNwm { width:12.1875rem;height:9.1875rem;top:26.4375rem;left:3.90625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsfHrFNbeCRIfzhkSXn12LuEwcf4iWBB { display:flex;width:3.125rem;height:3.125rem;top:17.4375rem;left:0rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #meWIBh3BmMhgyyHb9VUbZkKa1Lfznuay { display:flex;width:3.125rem;height:3.125rem;top:26.4375rem;left:0rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #lcbkuayVCJEZDupAy79SKJwEPtMvvcz2 { width:12.1875rem;height:7.875rem;top:56rem;left:3.9375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zX1ufekyvRlTQDDxAU0cd9v5NCH9a7Tp { display:flex;width:3.125rem;height:3.125rem;top:56rem;left:0rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #nliUzAmqPuxGePcWbuKBB7uc8NufZ6GF { width:12.1875rem;height:9.1875rem;top:45.0625rem;left:3.9375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnXyTCy3vLZuSClnPJuJE9oHgOZdNvmp { display:flex;width:3.125rem;height:3.125rem;top:45.0625rem;left:0rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #G0sl1zAkdxgzguTaPyQ1DdAzpwiTmkPv { width:12.1875rem;height:6.5625rem;top:37rem;left:3.9375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWB6fUpfwa8litv4R0QLeJm2HdkwAa3V { display:flex;width:3.125rem;height:3.125rem;top:37rem;left:0rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #idcPMLUkCIVnBmnvRICxkGV781ytJdKX { width:2.5rem;height:2.5rem;top:37.625rem;left:8.75rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VUqDd4zwUQdyF2M5BSIaZlzsZyG9vyTc { width:2.5rem;height:2.5rem;top:41.375rem;left:8.75rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RD0Q6g4oN0RKpcVxKd7Elhll6gFLKmca { width:2.5rem;height:2.5rem;top:45.125rem;left:8.75rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FRIDWVeZy7g5P7MvxTrv9ARDrZxp5hRT { display:block; }#FRIDWVeZy7g5P7MvxTrv9ARDrZxp5hRT > .row .container { width:20rem;height:130.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XSzXBS6lrmMsnQLyz1Vps30nbmlyBWKh { width:17.625rem;height:18rem;top:2.5625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUUrCW4O9zKBio1EPx2HzB0s70lpz2XG { width:15.25rem;height:20.1875rem;top:6.125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZyL7RQe2fMksTgRgUsTwVyq6Eo3g2nq { width:18.9375rem;height:97.5761875rem;top:28.8125rem;left:0.53125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #og0WEJbwhdvxeb6yhLo3c1MN8V2ppInv { width:20rem;height:2.1933625rem;top:126.388671875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAAVP9ZofCKT5J6LXIQHkqCET8GLbKs6 { background-color:rgba(255,227,46,0.55);background-image:none;display:block; }#aAAVP9ZofCKT5J6LXIQHkqCET8GLbKs6 > .row .container { background-color: transparent; background-image: none; }#aAAVP9ZofCKT5J6LXIQHkqCET8GLbKs6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aAAVP9ZofCKT5J6LXIQHkqCET8GLbKs6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aAAVP9ZofCKT5J6LXIQHkqCET8GLbKs6 > .row .container > .video-iframe-container { display: none; }#aAAVP9ZofCKT5J6LXIQHkqCET8GLbKs6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aAAVP9ZofCKT5J6LXIQHkqCET8GLbKs6 > .row > .video-iframe-container { display: none; }#aAAVP9ZofCKT5J6LXIQHkqCET8GLbKs6 > .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); }#aAAVP9ZofCKT5J6LXIQHkqCET8GLbKs6 > .row .container { width:20rem;height:17.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w5RNehrZdgD6kH6tftVyJMBQ6OirfBvN { width:20rem;height:14.125rem;top:1.625rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hu8DlSJSFSc9H5SLsDkV8XqfKAuehtno { width:5rem;height:0.125rem;top:7.9375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVzbJD8EnJ1Ui9yzXoxPZwqwCnUJukBf { width:20rem;height:1.94921875rem;top:4.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbtrDRSCvpHTtCwR9JJwsdLiSnkC9J0a { width:13.5625rem;height:2.875rem;top:9.9375rem;left:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #urHFHFaZJWvPMR4AZrewo7W0PERK4FXy { display:block; }
 }@media only screen and (max-width: 763px) { #XM7TQQeqNx00A6DBOgPcT5UI1f54XG1Z { display:block; }#XM7TQQeqNx00A6DBOgPcT5UI1f54XG1Z > .row .container { width:20rem;height:36.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;background-color:#ffffff;background-image:none;height:2.5rem;display:block;vertical-align:top; }
#WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu .widget-input-text {padding-top: 0; padding-bottom: 0;}#WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;background-color:#ffffff;background-image:none;display:block;vertical-align:top; }
#WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu .widget-input-select {padding-top: 0; padding-bottom: 0;}#WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.125rem;overflow:hidden;height:3rem; }
#WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu [class*="-text"]:-moz-placeholder { font-size:1rem; }
#WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu [class*="-text"]::-moz-placeholder { font-size:1rem; }
#WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu [class*="-text"]:-ms-input-placeholder { font-size:1rem; }
#WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu [class*="-text"]::-webkit-input-placeholder { font-size:1rem; }
#WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto; }
#WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu .widget-container:first-of-type{padding-top:0;}#WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu .widget-container:last-of-type{padding-bottom:0;}#WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu  { width:17.5rem;height:auto;top:19.9375rem;left:0rem;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;background-color:transparent;background-image:none; }
#WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu {display:block;}#WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu { width:17.5rem;height:auto;top:19.9375rem;left:0rem;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;background-color:transparent;background-image:none; }
 }@media only screen and (max-width: 763px) { #WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu #txSO3wb4W2yQqzFHaQd12Th2KyMbbC8R {  }
 }@media only screen and (max-width: 763px) { #WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu #DpTXFEmUUMbagkcmRa4QrLM2aSEK8th5 { display:none; }
 }@media only screen and (max-width: 763px) { #WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu #y4zNPOp7f2O7hFgQHkPehNU6EBCJ4VTC {  }
 }@media only screen and (max-width: 763px) { #WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu #EkTFpGuidgV8TSXEZCVokgQ1M3GpGprT {  }
 }@media only screen and (max-width: 763px) { #WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu #P8BufuJRiGTvzUnkhJGBerS9pvuADSJk { display:none; }
 }@media only screen and (max-width: 763px) { #WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu #DzuQo1pE74iGVfrCoVbakoby3L6kEFzH {  }
 }@media only screen and (max-width: 763px) { #WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu #bmWN5db9QwF32zyXXxRIt1H3r7MCX2bZ {  }
 }@media only screen and (max-width: 763px) { #WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu #bq4d5l0Kghm5AmOhWimxJUBEQrN9mrNW { z-index:2; }
 }@media only screen and (max-width: 763px) { #WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu #RGTWTXRy32TpZGBf1AA9mIENblx5mBvG {  }
 }@media only screen and (max-width: 763px) { #WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu #tdoZtmyPz8BzPG0ZT6IciJEp6wM8B7ce {  }
 }@media only screen and (max-width: 763px) { #WKDGrHiDy6dTKHgEvHmxKEJIt0tZJSUu #fSNT0hOdUngsC0icenLZix2H1qDfbCtG {  }
 }@media only screen and (max-width: 763px) { #NUTnSQ9F3b9N074zBr1roACtUPaiNRhM { width:20rem;height:17.5rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhBSgwCihTBCbCEiU7hDRy7Do3yIRpIs { width:20rem;height:20.125rem;top:0.625rem;left:0rem;background-color:rgba(70,70,70,0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #cNZkPqDTcJXcLNEX7BOFWXRCxDJTG9AT { width:20rem;height:12.5rem;top:35.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vmGR9WQifO15x9R9sTnrQTU1dPewgIZi { background-color:#8dcee0;background-image:none;display:block; }#vmGR9WQifO15x9R9sTnrQTU1dPewgIZi > .row .container { background-color: transparent; background-image: none; }#vmGR9WQifO15x9R9sTnrQTU1dPewgIZi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmGR9WQifO15x9R9sTnrQTU1dPewgIZi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmGR9WQifO15x9R9sTnrQTU1dPewgIZi > .row .container > .video-iframe-container { display: none; }#vmGR9WQifO15x9R9sTnrQTU1dPewgIZi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmGR9WQifO15x9R9sTnrQTU1dPewgIZi > .row > .video-iframe-container { display: none; }#vmGR9WQifO15x9R9sTnrQTU1dPewgIZi > .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); }#vmGR9WQifO15x9R9sTnrQTU1dPewgIZi > .row .container { width:20rem;height:41.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cT5b9nI1HKbZgRZGh3tFmxEpCmfRnlge { width:20rem;height:36.8125rem;top:2.1875rem;left:0rem;background-color:rgba(70,70,70,0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #qmTDbxFdZnVNs1B2SaZWUMATZ7LKIevX { width:16.375rem;height:3.8984375rem;top:4.3125rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQT3QaiFpi0ycRSz8FLaNM77medsAt6C { width:15.3125rem;height:2.4375rem;top:28.625rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVa6T7B8KVhOSaqbEEoExhJEXcgpcXnt { width:13.5625rem;height:2.875rem;top:33.8125rem;left:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNqOD2D0cKGDNVeQSLBOanwTe9enlWNz { display:block; }
 }@media only screen and (max-width: 763px) { #Z1heFJBAOSWdbKUGJBxwLEdXHie0g3KF { width:1.875rem;height:1.875rem;top:10.25rem;left:9rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDknUDlGiAvWNMP36d8pZrKxrrb6FE0J { width:1.875rem;height:1.875rem;top:10.25rem;left:6.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvKKDn9A3WgqpNbZv8lBtJhyqMfRQPfc { width:1.875rem;height:1.875rem;top:10.25rem;left:11.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0XCT9yMKnr7ny8KG6k7EzXBcSTbRzph { width:14.375rem;height:2.4375rem;top:13.8125rem;left:2.8125rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vga4Zz0ToypNiVBIVbDbmJ8PZCKyLomm { width:12.1875rem;height:2.4375rem;top:18.625rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ahat4bubRcti8AelVqz2ebIpcdJqP1o4 { width:12.1875rem;height:3.65625rem;top:23.1875rem;left:2.8125rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgVPHZtMwOBgAZAvDvMm3pF2Jh2s3pV9 { background-color:#014f61;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; }#CgVPHZtMwOBgAZAvDvMm3pF2Jh2s3pV9 > .row .container { background-color: transparent; background-image: none; }#CgVPHZtMwOBgAZAvDvMm3pF2Jh2s3pV9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CgVPHZtMwOBgAZAvDvMm3pF2Jh2s3pV9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CgVPHZtMwOBgAZAvDvMm3pF2Jh2s3pV9 > .row .container > .video-iframe-container { display: none; }#CgVPHZtMwOBgAZAvDvMm3pF2Jh2s3pV9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CgVPHZtMwOBgAZAvDvMm3pF2Jh2s3pV9 > .row > .video-iframe-container { display: none; }#CgVPHZtMwOBgAZAvDvMm3pF2Jh2s3pV9 > .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); }#CgVPHZtMwOBgAZAvDvMm3pF2Jh2s3pV9 > .row .container { border-width: 0; border-radius: 0; }#CgVPHZtMwOBgAZAvDvMm3pF2Jh2s3pV9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CgVPHZtMwOBgAZAvDvMm3pF2Jh2s3pV9 > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QrfFy1Cb6ULqibbXfetT3VNh8gU0Szly { width:20rem;height:2.2743rem;top:1.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q21deTo1RaHPoEaERCOCsP8xWWqTbMS4 { top:6.5732421875rem;left:0rem;width:20rem;height:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZrt0JFUWW9TsiIKymyLS2Mubh9V8fK7 { display:block; }
 }@media only screen and (max-width: 763px) { #ebhL58bBA43b8LVq1hxcgvSEuI45Hs2J { width:18.375rem;height:2.2744125rem;top:4.1748046875rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }