.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puHCFHyzbBJpKEcPoM9Dx0ZMMRL9xbvX { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/97157f7b-9215-4515-bbeb-ffcb51362e6f/Untitled1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#puHCFHyzbBJpKEcPoM9Dx0ZMMRL9xbvX.adaptive-delivery-prevent-bg, #puHCFHyzbBJpKEcPoM9Dx0ZMMRL9xbvX.lazyload, #puHCFHyzbBJpKEcPoM9Dx0ZMMRL9xbvX.lazyloading { background-image: none; }#puHCFHyzbBJpKEcPoM9Dx0ZMMRL9xbvX > .row .container { background-color: transparent; background-image: none; }#puHCFHyzbBJpKEcPoM9Dx0ZMMRL9xbvX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puHCFHyzbBJpKEcPoM9Dx0ZMMRL9xbvX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puHCFHyzbBJpKEcPoM9Dx0ZMMRL9xbvX > .row .container > .video-iframe-container { display: none; }#puHCFHyzbBJpKEcPoM9Dx0ZMMRL9xbvX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puHCFHyzbBJpKEcPoM9Dx0ZMMRL9xbvX > .row > .video-iframe-container { display: none; }#puHCFHyzbBJpKEcPoM9Dx0ZMMRL9xbvX > .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); }#puHCFHyzbBJpKEcPoM9Dx0ZMMRL9xbvX > .row .container { border-width: 0; border-radius: 0; }#puHCFHyzbBJpKEcPoM9Dx0ZMMRL9xbvX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#puHCFHyzbBJpKEcPoM9Dx0ZMMRL9xbvX > .row .container { width:960px;height:641px;font-size:14px;font-family:arial;position:relative;display:block; }#dTkbv1HFLIXcJ3UyZOxHHZqZyQDD7lQF { background-color:#2a6f06;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:9px;border-top-right-radius:9px;border-bottom-left-radius:9px;border-bottom-right-radius:9px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"neo sans arabic";font-size:19px;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:250px;height:40px;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:132.5px;left:355px;display:block; }
#P07iQfiei82ktpB0vtg5IJZ4tXdwTQhQ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#pxrLb2bNCrn1dSXVwRRIN8EmUrgx0RZw { background-color:#257b00;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:0;border-top-right-radius:20px;border-bottom-left-radius:0;border-bottom-right-radius:0;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"neo sans arabic";font-size:19px;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:158px;height:40px;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:598.75px;left:0px;display:block; }
#pDKEA2H287Fa0fBnfO7TGTyIa41JFChg { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 .widget-form-header {  }
#PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:14px;font-weight:bold;color:#ffffff;width:300px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:300px;box-sizing:border-box;height:41px;color:#161616;font-size:13px;overflow:hidden;font-family:ubuntu;box-shadow: 0 0 0 rgba(0,0,0,0.5) ;vertical-align:top; }
#PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:300px;box-sizing:border-box;height:70px;color:#161616;font-size:13px;overflow:hidden;font-family:ubuntu;box-shadow: 0 0 0 rgba(0,0,0,0.5) ;vertical-align:top; }
#PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:300px;box-sizing:border-box;height:40px;color:#161616;font-family:"br font n-day";font-size:13px;overflow:hidden;box-shadow: 0 0 0 rgba(0,0,0,0.5) ;text-align:center;text-align-last:center;vertical-align:top;font-weight:700;font-style:normal; }
#PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#2a6f06;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:22px;font-weight:bold;color:#f2f9ff;width:300px;height:55px;font-family:cairo;overflow:hidden;text-shadow:1px 1px 1px #000000; }
#PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 [class*="-text"]:-moz-placeholder { color:#000000;font-family:"br font n-day";font-size:13px;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 [class*="-text"]::-moz-placeholder { color:#000000;font-family:"br font n-day";font-size:13px;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:"br font n-day";font-size:13px;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:"br font n-day";font-size:13px;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 .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:ubuntu;font-size:12px;font-weight:400;color:#161616;vertical-align:top;width:281px;overflow:hidden;font-style:normal;float:none; }
#PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:ubuntu;font-size:12px;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 .widget-container { padding-top:3px;padding-right:0;padding-bottom:3px;padding-left:0;width:100%;font-size:0;height:auto; }
#PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 .widget-container:first-of-type{padding-top:0;}#PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 .widget-container:last-of-type{padding-bottom:0;}#PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8  { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:300px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:561px;top:208px;z-index:15041;position:absolute; }
#PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:300px;display:block;vertical-align:top; }
#PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 .widget-info-text { font-size:12px; }
#PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 {display:block;}#PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:300px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:561px;top:208px;z-index:15041;position:absolute; }
#PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 #Ay5i9XhXvMgpaMCzPV5evoJhluVWxd51 { position:relative; }
#PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 #fK3Gw2xgT6QGDZoxni8uCZXcAZHiAAyk { position:relative;display:none; }
#PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 #AdGS41bAdPBmnVKwHTW0qhbcqVahMmXr { position:relative; }
#PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 #Mc5rIKGzto7CFdhfN3owXpEKbTn1TcKv { position:relative; }
#PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 #y3aou6F8zV2gPqTCkNatu0qWWtODCINw { position:relative;display:none; }
#PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 #GOlukD5XghBAIc6tlzK2ycOvoJTfBcZl { position:relative; }
#PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 #Z3eATW3BZHsmwBJZce2p5q0978Jw3V5S { position:relative; }
#PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 #yHFwEdDWZLXP7Ido2ViBVzkr7xIDQwO1 { position:relative;display:none; }
#PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 #Z9nb6oUyxwmlGIAn6pGxm38kdg5L86vw { position:relative; }
#PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 #Lg1DQ4l28FIdOZxNzVJe1ssJ7ThxrgJM { position:relative; }
#PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 #GOG5hZliqBGASiQ12F8VlCVMfPs7owf9 { position:relative;display:none; }
#PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 #agdWpdzbwVuVbHVAZSnTfGEC7E9cyis8 { position:relative; }
#PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 #N5STw1iTZhBzrekfq46erg6PsdeRWpFu { position:relative; }
#PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 #b4dTaqbL0sSwrZTpJ1GMT3k8nPzaTPs0 { position:relative;display:none; }
#PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 #fZZizoWPT5iqDRZn7QbTgkmCO7elfmvt { position:relative; }
#JisCAt2EXTFsm8WGZQWP4pMh1N7DWayz { position:relative;display:block; }
#PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 #ZxMvBgnS0fbkLFymzAxTdJiKXzB5QtJP { position:relative; }
#PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 #pnkTAHSLubNwLizOlpgPeyAXe3ALited { position:relative; }
#wh5QbLnKqbIpR5FTKrvJ0dPpDttdU6OD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f6fb;background-image:url("https://images.assets-landingi.com/uc/df31bba9-61cd-45d2-85a2-ed0a2505b154/Untitled11.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#wh5QbLnKqbIpR5FTKrvJ0dPpDttdU6OD.adaptive-delivery-prevent-bg, #wh5QbLnKqbIpR5FTKrvJ0dPpDttdU6OD.lazyload, #wh5QbLnKqbIpR5FTKrvJ0dPpDttdU6OD.lazyloading { background-image: none; }#wh5QbLnKqbIpR5FTKrvJ0dPpDttdU6OD > .row .container { background-color: transparent; background-image: none; }#wh5QbLnKqbIpR5FTKrvJ0dPpDttdU6OD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wh5QbLnKqbIpR5FTKrvJ0dPpDttdU6OD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wh5QbLnKqbIpR5FTKrvJ0dPpDttdU6OD > .row .container > .video-iframe-container { display: none; }#wh5QbLnKqbIpR5FTKrvJ0dPpDttdU6OD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wh5QbLnKqbIpR5FTKrvJ0dPpDttdU6OD > .row > .video-iframe-container { display: none; }#wh5QbLnKqbIpR5FTKrvJ0dPpDttdU6OD > .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); }#wh5QbLnKqbIpR5FTKrvJ0dPpDttdU6OD > .row .container { border-width: 0; border-radius: 0; }#wh5QbLnKqbIpR5FTKrvJ0dPpDttdU6OD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wh5QbLnKqbIpR5FTKrvJ0dPpDttdU6OD > .row .container { font-size:14px;font-family:arial;height:477px;width:960px;position:relative;display:block; }#wQZ3iDQ4BnfxN7J2xTBsq4RnhUh91GBJ { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;background-color:#840131;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:387px;width:200px;position:absolute;display:block;z-index:15010;top:12px;left:747.984375px;box-shadow: 0 4px 0 rgba(0,5,78,0.58) ;display:none; }
#IoX6sKcaDCTTuLXll30a92vu6lI4LWBi { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;background-color:#840131;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:350px;width:200px;position:absolute;display:block;z-index:15009;top:446px;left:25px;box-shadow: 0 4px 0 rgba(0,5,78,0.58) ;display:none; }
#bhd6NmPNNkbtq6eiWqumCeCTtTnz4hXT { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;background-color:#840131;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:349.992px;width:199.992px;position:absolute;display:block;z-index:15008;top:14px;left:379.4765625px;box-shadow: 0 4px 0 rgba(0,5,78,0.58) ;display:none; }
#oNfqPxpSeAAkcio04aXVdCH1guLtN0Z6 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;background-color:#840131;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:350px;width:200px;position:absolute;display:block;z-index:15007;top:12px;left:25px;box-shadow: 0 4px 0 rgba(0,5,78,0.58) ;display:none; }
#KHi5Q46dZvuyTOxyUqTracMTdQKhcpOh { color:#ffffff;display:block;width:147.938px;position:absolute;font-family:cairo;font-size:17px;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:263px;left:522.984375px;height:25.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v3atU3GVNDpfuimQwEateUqOi7XmBTy9 { background-color:#257b00;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:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:24px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:120px;height:50px;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:313px;left:389px;display:block; }
#OiLA56M0XIGZLUrDcsgVnEcizGnrk16o { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#giAai7rrt09TurudMLx8x4NNbpD7Mlpp { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:120px;width:120px;position:absolute;display:block;z-index:15025;top:103px;left:668px;display:block; }
#ZTuNT5G8humH4ryCXwAxP6JiEzF5GWp4 { color:#ffffff;display:block;width:132.969px;position:absolute;font-family:"br font n-day";font-size:27px;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:127px;left:663px;height:35.0938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yLpJso04Os7TLTcVImFqckw4x4TcyQiZ { color:#0e193d;display:block;width:157.969px;position:absolute;font-family:"br font n-day";font-size:16px;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:238px;left:649px;height:72px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JS2UCmIN49R826CbafbBNLrPTTBpkRpD { background-color:#257b00;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:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:24px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:120px;height:50px;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:314px;left:668px;display:block; }
#H6MvuhvxyhSirGRQXKBSRxNKAv2oTBeI { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#p7gdpDpKyV9MHGtsxbHy0P2ZU3JdgVyO { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;background-color:transparent;background-image: -webkit-linear-gradient(top, #4eb81c, #e4f2e7);background-image: -moz-linear-gradient(top, #4eb81c, #e4f2e7);background-image: -ms-linear-gradient(top, #4eb81c, #e4f2e7);background-image: -o-linear-gradient(top, #4eb81c, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4eb81c', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4eb81c', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #4eb81c, #e4f2e7);background-size:auto !important;height:300px;width:199.984px;position:absolute;display:block;z-index:15011;top:88px;left:627px;box-shadow: 0 4px 0 #68452f ;display:block; }
#NuRVKQGgUEbANaIgOy6ZiOuyTHruL8VD { color:#000000;display:block;width:189.961px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:15093;line-height:1.3;letter-spacing:0;top:1167.984375px;left:558px;height:0;text-align:center;text-align-last:center;display:none; }
#BxTAZgTK6AQ4GWfHghtyowTG1CH3Xh2R { color:#000000;display:block;width:189.961px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:15094;line-height:1.3;letter-spacing:0;top:1167.984375px;left:234px;height:0;text-align:center;text-align-last:center;display:none; }
#W4R5htmeQBDtViUQb68LEXRT2gVToJcz { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;background-color:#840131;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:387px;width:199.969px;position:absolute;display:block;z-index:15005;top:22.546875px;left:748.5px;box-shadow: 0 4px 0 rgba(0,5,78,0.58) ;display:none; }
#nHckypHe8qM3gsp3aRD1U427Ni5IPRuV { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;background-color:transparent;background-image: -webkit-linear-gradient(top, #4eb81c, #e4f2e7);background-image: -moz-linear-gradient(top, #4eb81c, #e4f2e7);background-image: -ms-linear-gradient(top, #4eb81c, #e4f2e7);background-image: -o-linear-gradient(top, #4eb81c, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4eb81c', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4eb81c', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #4eb81c, #e4f2e7);background-size:auto !important;height:300px;width:199.969px;position:absolute;display:block;z-index:15004;top:88px;left:350px;box-shadow: 0 4px 0 rgba(0,5,78,0.58) ;display:block; }
#SVaGpPGKGGzZF5t17JDRROyi8HfQAcOt { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;background-color:#840131;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:387px;width:199.969px;position:absolute;display:block;z-index:15013;top:423.984375px;left:747.46875px;box-shadow: 0 4px 0 rgba(0,5,78,0.58) ;display:none; }
#exP4ZJyCmSp6d6ezZButmELJp8oFJ2bO { color:#ffffff;display:block;width:145.996px;position:absolute;font-family:cairo;font-size:30px;font-weight:700;z-index:15080;line-height:1.3;letter-spacing:0;top:479.08203125px;left:774.98046875px;height:38.75px;text-align:center;text-align-last:center;font-style:normal;display:none; }
#wJDL3P1OTQw4txZMgydB2TTmeR9GEyqd { background-color:#0d1225;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:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:24px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:120px;height:51px;text-decoration:none;z-index:15090;text-align:center;text-align-last:center;top:696px;left:787.96875px;display:none; }
#qH9TRAmOWkmqCPHdGA6nlZWc4RE0S5V6 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#mrJNlGgRLzeqd0J7XpoUfsIa7SdgQcTf { color:#ffffff;display:block;width:170px;position:absolute;font-family:cairo;font-size:21px;font-weight:400;z-index:15060;line-height:1.5;letter-spacing:0;top:577.109375px;left:762.98828125px;height:93.75px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#luupcEHNywHhibFAQCCd8r9JcrqVfuKA { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;background-color:#68452f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:387px;width:199.969px;position:absolute;display:block;z-index:15004;top:10px;left:724px;box-shadow: 0 4px 0 rgba(0,5,78,0.58) ;display:none; }
#dOVfAnviIy6KBGmqxbmuhfCpfbmDXlOs { color:#b20129;display:block;width:664px;position:absolute;font-family:cairo;font-size:27px;font-weight:700;z-index:15097;line-height:1.8;letter-spacing:0;top:15px;left:120px;height:48.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cCUUum9qsq5dTaxUwkzysLbLWAxKOIAN { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;background-color:transparent;background-image: -webkit-linear-gradient(top, #4eb81c, #e4f2e7);background-image: -moz-linear-gradient(top, #4eb81c, #e4f2e7);background-image: -ms-linear-gradient(top, #4eb81c, #e4f2e7);background-image: -o-linear-gradient(top, #4eb81c, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4eb81c', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4eb81c', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #4eb81c, #e4f2e7);background-size:auto !important;height:300px;width:199.961px;position:absolute;display:block;z-index:15005;top:88px;left:73px;box-shadow: 0 4px 0 rgba(0,5,78,0.58) ;display:block; }
#TuPSzDLKrL9nZUqDs6wJEdRcbf1SUHnv { background-color:#257b00;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:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:24px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:120px;height:50px;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:313px;left:113px;display:block; }
#z63MF2ZV7ssUx53mKULiUnQikloJoK8H { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#rhpPAhvWF88OpkTuGDwtDc81XWIur6cT { background-color:#0d1225;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:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:24px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:120px;height:50px;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:365.99609375px;left:771.9921875px;display:none; }
#TMTRW0vHH4BoFlsN2cigdIXuSJgNXNTr { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#XG873HLQ7Tvw5APM2MMKDuR3HLb3B0ua { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:120px;width:120px;position:absolute;display:block;z-index:15027;top:101px;left:389px;display:block; }
#cfnPO3CvsykThCCFxTx5TNtEexbD0B4d { color:#0e193d;display:block;width:132.969px;position:absolute;font-family:"br font n-day";font-size:27px;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:126px;left:382px;height:35.0938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dZ7MGHA5lFtMwlBw9DAmrvKwtqnfVCFI { color:#e7f4fa;display:block;width:157.969px;position:absolute;font-family:"br font n-day";font-size:16px;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:241px;left:371px;height:72px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lgyeRPMp2y3ZitiePIcZFUKhJ5nylMgP { color:#ffffff;display:block;width:132.969px;position:absolute;font-family:"br font n-day";font-size:18px;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:157px;left:662px;height:46.7812px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Xuz9iUv2ZSblFrhAH4rSJaLC3alXEI3R { color:#ffffff;display:block;width:132.969px;position:absolute;font-family:"br font n-day";font-size:18px;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:159px;left:382px;height:46.7812px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CrqHVFa4qdryfCQnOclRnELvu16TRZgi { color:#ffffff;display:block;width:132.969px;position:absolute;font-family:"br font n-day";font-size:27px;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:124px;left:107px;height:35.0938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HgcQxylHZeWIbSEXsu2z5pTNLtvlJcgp { color:#ffffff;display:block;width:132.969px;position:absolute;font-family:"br font n-day";font-size:18px;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:160px;left:107px;height:46.7812px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aWE520JrEcmqCHSm5HuawycL85mDe7un { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:120px;width:120px;position:absolute;display:block;z-index:15034;top:105px;left:114px;display:block; }
#dv1Uoe7lPIMemBc7ToGiVAdZB8SuGkxS { color:#e7f4fa;display:block;width:157.969px;position:absolute;font-family:"br font n-day";font-size:15px;font-weight:700;z-index:15102;line-height:1.5;letter-spacing:0;top:244px;left:94px;height:22.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PVbCFX7qVuczfGNvLoCrX4TT3CSfg0FW { position:relative;display:block; }#PVbCFX7qVuczfGNvLoCrX4TT3CSfg0FW { background-color: transparent; background-image: none; }#PVbCFX7qVuczfGNvLoCrX4TT3CSfg0FW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVbCFX7qVuczfGNvLoCrX4TT3CSfg0FW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVbCFX7qVuczfGNvLoCrX4TT3CSfg0FW > .row .container > .video-iframe-container { display: none; }#PVbCFX7qVuczfGNvLoCrX4TT3CSfg0FW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVbCFX7qVuczfGNvLoCrX4TT3CSfg0FW > .row > .video-iframe-container { display: none; }#PVbCFX7qVuczfGNvLoCrX4TT3CSfg0FW > .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); }#PVbCFX7qVuczfGNvLoCrX4TT3CSfg0FW { border-width: 0; border-radius: 0; }#PVbCFX7qVuczfGNvLoCrX4TT3CSfg0FW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PVbCFX7qVuczfGNvLoCrX4TT3CSfg0FW > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f6fb;background-image:url("https://images.assets-landingi.com/uc/df31bba9-61cd-45d2-85a2-ed0a2505b154/Untitled11.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:14px;font-family:arial;height:254px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#PVbCFX7qVuczfGNvLoCrX4TT3CSfg0FW > .row .container.adaptive-delivery-prevent-bg, #PVbCFX7qVuczfGNvLoCrX4TT3CSfg0FW > .row .container.lazyload, #PVbCFX7qVuczfGNvLoCrX4TT3CSfg0FW > .row .container.lazyloading { background-image: none; }#Au4B2XG1IQ1S4wOzVLGOr6sT8lNJDnzm { color:#3f4827;display:block;width:338px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:223.15625px;left:276.484375px;height:20.7969px;display:block; }
#wu78nMXfZHywQ8MHr5ediM3QJXR42n7c { color:#33be50;display:block;width:363px;position:absolute;font-family:cairo;font-size:27px;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:24px;left:287.5px;height:70.1875px;text-align:center;text-align-last:center;display:block; }
#Vs6QQu9R6CRLNt203nVZ1xVJXcqwBKyv { background-color:#257b00;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:200px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:200px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:27px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:262px;height:80px;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:87px;left:410.5px;display:block; }
#Uf1Vg25dAT1C7HIuDD52l85qdou8UasW { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#nolRpxnCBUPQ5FDo1XeQRnmrId8nc3tK { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:202px;width:202px;top:33px;left:181px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #puHCFHyzbBJpKEcPoM9Dx0ZMMRL9xbvX { display:block; }#puHCFHyzbBJpKEcPoM9Dx0ZMMRL9xbvX > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTkbv1HFLIXcJ3UyZOxHHZqZyQDD7lQF { width:250px;height:40px;top:132px;left:257px;display:block; }
 }@media only screen and (max-width: 763px) { #P07iQfiei82ktpB0vtg5IJZ4tXdwTQhQ { display:block; }
 }@media only screen and (max-width: 763px) { #pxrLb2bNCrn1dSXVwRRIN8EmUrgx0RZw { width:158px;height:40px;top:598px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #pDKEA2H287Fa0fBnfO7TGTyIa41JFChg { display:block; }
 }@media only screen and (max-width: 763px) { #PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 .widget-regular-label { width:200px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 .widget-input-text { width:200px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 .widget-textarea { width:200px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 .widget-input-select { width:200px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 .widget-input-button { width:200px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 .widget-checkbox-label { width:181px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8  { width:220px;height:auto;top:317px;left:0px; }
#PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 .radio-container { width:200px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 {display:block;}#PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 { width:220px;height:auto;top:317px;left:0px; }
 }@media only screen and (max-width: 763px) { #PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 #Ay5i9XhXvMgpaMCzPV5evoJhluVWxd51 {  }
 }@media only screen and (max-width: 763px) { #PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 #fK3Gw2xgT6QGDZoxni8uCZXcAZHiAAyk { display:none; }
 }@media only screen and (max-width: 763px) { #PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 #AdGS41bAdPBmnVKwHTW0qhbcqVahMmXr {  }
 }@media only screen and (max-width: 763px) { #PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 #Mc5rIKGzto7CFdhfN3owXpEKbTn1TcKv {  }
 }@media only screen and (max-width: 763px) { #PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 #y3aou6F8zV2gPqTCkNatu0qWWtODCINw { display:none; }
 }@media only screen and (max-width: 763px) { #PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 #GOlukD5XghBAIc6tlzK2ycOvoJTfBcZl {  }
 }@media only screen and (max-width: 763px) { #PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 #Z3eATW3BZHsmwBJZce2p5q0978Jw3V5S {  }
 }@media only screen and (max-width: 763px) { #PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 #yHFwEdDWZLXP7Ido2ViBVzkr7xIDQwO1 { display:none; }
 }@media only screen and (max-width: 763px) { #PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 #Z9nb6oUyxwmlGIAn6pGxm38kdg5L86vw {  }
 }@media only screen and (max-width: 763px) { #PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 #Lg1DQ4l28FIdOZxNzVJe1ssJ7ThxrgJM {  }
 }@media only screen and (max-width: 763px) { #PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 #GOG5hZliqBGASiQ12F8VlCVMfPs7owf9 { display:none; }
 }@media only screen and (max-width: 763px) { #PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 #agdWpdzbwVuVbHVAZSnTfGEC7E9cyis8 {  }
 }@media only screen and (max-width: 763px) { #PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 #N5STw1iTZhBzrekfq46erg6PsdeRWpFu {  }
 }@media only screen and (max-width: 763px) { #PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 #b4dTaqbL0sSwrZTpJ1GMT3k8nPzaTPs0 { display:none; }
 }@media only screen and (max-width: 763px) { #PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 #fZZizoWPT5iqDRZn7QbTgkmCO7elfmvt {  }
 }@media only screen and (max-width: 763px) { #JisCAt2EXTFsm8WGZQWP4pMh1N7DWayz { display:block; }
 }@media only screen and (max-width: 763px) { #PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 #ZxMvBgnS0fbkLFymzAxTdJiKXzB5QtJP {  }
 }@media only screen and (max-width: 763px) { #PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 #pnkTAHSLubNwLizOlpgPeyAXe3ALited {  }
 }@media only screen and (max-width: 763px) { #wh5QbLnKqbIpR5FTKrvJ0dPpDttdU6OD { display:block; }#wh5QbLnKqbIpR5FTKrvJ0dPpDttdU6OD > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wQZ3iDQ4BnfxN7J2xTBsq4RnhUh91GBJ { width:200px;height:387px;top:12px;left:564px;display:block; }
 }@media only screen and (max-width: 763px) { #IoX6sKcaDCTTuLXll30a92vu6lI4LWBi { width:199px;height:349px;top:446px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #bhd6NmPNNkbtq6eiWqumCeCTtTnz4hXT { width:199px;height:349px;top:14px;left:281px;display:block; }
 }@media only screen and (max-width: 763px) { #oNfqPxpSeAAkcio04aXVdCH1guLtN0Z6 { width:199px;height:349px;top:12px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #KHi5Q46dZvuyTOxyUqTracMTdQKhcpOh { width:147px;height:25px;top:263px;left:424.984375px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #v3atU3GVNDpfuimQwEateUqOi7XmBTy9 { width:120px;height:50px;top:313px;left:291px;display:block; }
 }@media only screen and (max-width: 763px) { #OiLA56M0XIGZLUrDcsgVnEcizGnrk16o { display:block; }
 }@media only screen and (max-width: 763px) { #giAai7rrt09TurudMLx8x4NNbpD7Mlpp { width:120px;height:120px;top:103px;left:570px;display:block; }
 }@media only screen and (max-width: 763px) { #ZTuNT5G8humH4ryCXwAxP6JiEzF5GWp4 { top:127px;left:565px;width:132px;height:35px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #yLpJso04Os7TLTcVImFqckw4x4TcyQiZ { width:157px;height:72px;top:238px;left:551px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #JS2UCmIN49R826CbafbBNLrPTTBpkRpD { width:120px;height:50px;top:314px;left:570px;display:block; }
 }@media only screen and (max-width: 763px) { #H6MvuhvxyhSirGRQXKBSRxNKAv2oTBeI { display:block; }
 }@media only screen and (max-width: 763px) { #p7gdpDpKyV9MHGtsxbHy0P2ZU3JdgVyO { width:199px;height:300px;top:88px;left:529px;display:block; }
 }@media only screen and (max-width: 763px) { #NuRVKQGgUEbANaIgOy6ZiOuyTHruL8VD { top:1167px;left:460px;width:189px;height:39px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #BxTAZgTK6AQ4GWfHghtyowTG1CH3Xh2R { top:1167px;left:136px;width:189px;height:39px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #W4R5htmeQBDtViUQb68LEXRT2gVToJcz { width:199px;height:387px;top:22px;left:565px;display:block; }
 }@media only screen and (max-width: 763px) { #nHckypHe8qM3gsp3aRD1U427Ni5IPRuV { width:199px;height:300px;top:88px;left:252px;display:block; }
 }@media only screen and (max-width: 763px) { #SVaGpPGKGGzZF5t17JDRROyi8HfQAcOt { width:199px;height:387px;top:423px;left:565px;display:none; }
 }@media only screen and (max-width: 763px) { #exP4ZJyCmSp6d6ezZButmELJp8oFJ2bO { top:479px;left:619px;width:145px;height:38px;font-size:30px;display:none; }
 }@media only screen and (max-width: 763px) { #wJDL3P1OTQw4txZMgydB2TTmeR9GEyqd { width:120px;height:51px;top:696px;left:644px;display:none; }
 }@media only screen and (max-width: 763px) { #qH9TRAmOWkmqCPHdGA6nlZWc4RE0S5V6 { display:block; }
 }@media only screen and (max-width: 763px) { #mrJNlGgRLzeqd0J7XpoUfsIa7SdgQcTf { width:167px;height:31px;top:2023px;left:0px;font-size:21px;display:none; }
 }@media only screen and (max-width: 763px) { #luupcEHNywHhibFAQCCd8r9JcrqVfuKA { width:199px;height:387px;top:10px;left:565px;display:none; }
 }@media only screen and (max-width: 763px) { #dOVfAnviIy6KBGmqxbmuhfCpfbmDXlOs { top:15px;left:22px;width:664px;height:97px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #cCUUum9qsq5dTaxUwkzysLbLWAxKOIAN { width:199px;height:300px;top:88px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TuPSzDLKrL9nZUqDs6wJEdRcbf1SUHnv { width:120px;height:50px;top:313px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #z63MF2ZV7ssUx53mKULiUnQikloJoK8H { display:block; }
 }@media only screen and (max-width: 763px) { #rhpPAhvWF88OpkTuGDwtDc81XWIur6cT { width:120px;height:50px;top:365px;left:644px;display:none; }
 }@media only screen and (max-width: 763px) { #TMTRW0vHH4BoFlsN2cigdIXuSJgNXNTr { display:block; }
 }@media only screen and (max-width: 763px) { #XG873HLQ7Tvw5APM2MMKDuR3HLb3B0ua { width:120px;height:120px;top:101px;left:291px;display:block; }
 }@media only screen and (max-width: 763px) { #cfnPO3CvsykThCCFxTx5TNtEexbD0B4d { top:126px;left:284px;width:132px;height:35px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #dZ7MGHA5lFtMwlBw9DAmrvKwtqnfVCFI { width:157px;height:72px;top:241px;left:273px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #lgyeRPMp2y3ZitiePIcZFUKhJ5nylMgP { top:157px;left:564px;width:132px;height:46px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Xuz9iUv2ZSblFrhAH4rSJaLC3alXEI3R { top:159px;left:284px;width:132px;height:46px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #CrqHVFa4qdryfCQnOclRnELvu16TRZgi { top:124px;left:9px;width:132px;height:35px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #HgcQxylHZeWIbSEXsu2z5pTNLtvlJcgp { top:160px;left:9px;width:132px;height:46px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #aWE520JrEcmqCHSm5HuawycL85mDe7un { width:120px;height:120px;top:105px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #dv1Uoe7lPIMemBc7ToGiVAdZB8SuGkxS { width:157px;height:22px;top:244px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #PVbCFX7qVuczfGNvLoCrX4TT3CSfg0FW { display:block; }#PVbCFX7qVuczfGNvLoCrX4TT3CSfg0FW > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Au4B2XG1IQ1S4wOzVLGOr6sT8lNJDnzm { top:223px;left:178.484375px;width:338px;height:20px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #wu78nMXfZHywQ8MHr5ediM3QJXR42n7c { top:24px;left:189.5px;width:363px;height:35px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #Vs6QQu9R6CRLNt203nVZ1xVJXcqwBKyv { width:262px;height:80px;top:87px;left:312.5px;display:block; }
 }@media only screen and (max-width: 763px) { #Uf1Vg25dAT1C7HIuDD52l85qdou8UasW { display:block; }
 }@media only screen and (max-width: 763px) { #nolRpxnCBUPQ5FDo1XeQRnmrId8nc3tK { top:33px;left:83px;width:202px;height:202px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #puHCFHyzbBJpKEcPoM9Dx0ZMMRL9xbvX { background-color:#fdfeff;background-image:url("https://images.assets-landingi.com/uc/04622ed0-ca87-4ab8-b50a-87137f39633b/Untitled2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#puHCFHyzbBJpKEcPoM9Dx0ZMMRL9xbvX.adaptive-delivery-prevent-bg, #puHCFHyzbBJpKEcPoM9Dx0ZMMRL9xbvX.lazyload, #puHCFHyzbBJpKEcPoM9Dx0ZMMRL9xbvX.lazyloading { background-image: none; }#puHCFHyzbBJpKEcPoM9Dx0ZMMRL9xbvX > .row .container { background-color: transparent; background-image: none; }#puHCFHyzbBJpKEcPoM9Dx0ZMMRL9xbvX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puHCFHyzbBJpKEcPoM9Dx0ZMMRL9xbvX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puHCFHyzbBJpKEcPoM9Dx0ZMMRL9xbvX > .row .container > .video-iframe-container { display: none; }#puHCFHyzbBJpKEcPoM9Dx0ZMMRL9xbvX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puHCFHyzbBJpKEcPoM9Dx0ZMMRL9xbvX > .row > .video-iframe-container { display: none; }#puHCFHyzbBJpKEcPoM9Dx0ZMMRL9xbvX > .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); }#puHCFHyzbBJpKEcPoM9Dx0ZMMRL9xbvX > .row .container { border-width: 0; border-radius: 0; }#puHCFHyzbBJpKEcPoM9Dx0ZMMRL9xbvX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#puHCFHyzbBJpKEcPoM9Dx0ZMMRL9xbvX > .row .container { width:320px;height:731px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTkbv1HFLIXcJ3UyZOxHHZqZyQDD7lQF { width:140px;height:40px;top:122px;left:82px;background-color:#2a6f06;background-image:none;border-top-left-radius:9px;border-top-right-radius:22px;border-bottom-left-radius:22px;border-bottom-right-radius:9px;display:block; }
 }@media only screen and (max-width: 763px) { #P07iQfiei82ktpB0vtg5IJZ4tXdwTQhQ { display:block; }
 }@media only screen and (max-width: 763px) { #pxrLb2bNCrn1dSXVwRRIN8EmUrgx0RZw { width:119px;height:29px;top:700px;left:198.94736842105px;background-color:#065120;background-image:none;border-top-left-radius:33px;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;display:block; }
 }@media only screen and (max-width: 763px) { #pDKEA2H287Fa0fBnfO7TGTyIa41JFChg { display:block; }
 }@media only screen and (max-width: 763px) { #PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;text-align:left;text-align-last:left;vertical-align:top; }
#PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top;height:36px; }
#PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 .widget-input-checkbox { width:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;vertical-align:top; }
#PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 .widget-checkbox-label { width:264px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;float:none; }
#PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 .widget-radio-label { float:none; }
#PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 .widget-container:first-of-type{padding-top:0;}#PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 .widget-container:last-of-type{padding-bottom:0;}#PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8  { width:280px;height:auto;top:147.875px;left:0px; }
#PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 {display:block;}#PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 { width:280px;height:auto;top:147.875px;left:0px; }
 }@media only screen and (max-width: 763px) { #PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 #Ay5i9XhXvMgpaMCzPV5evoJhluVWxd51 {  }
 }@media only screen and (max-width: 763px) { #PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 #fK3Gw2xgT6QGDZoxni8uCZXcAZHiAAyk { display:none; }
 }@media only screen and (max-width: 763px) { #PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 #AdGS41bAdPBmnVKwHTW0qhbcqVahMmXr {  }
 }@media only screen and (max-width: 763px) { #PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 #Mc5rIKGzto7CFdhfN3owXpEKbTn1TcKv {  }
 }@media only screen and (max-width: 763px) { #PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 #y3aou6F8zV2gPqTCkNatu0qWWtODCINw { display:none; }
 }@media only screen and (max-width: 763px) { #PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 #GOlukD5XghBAIc6tlzK2ycOvoJTfBcZl {  }
 }@media only screen and (max-width: 763px) { #PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 #Z3eATW3BZHsmwBJZce2p5q0978Jw3V5S {  }
 }@media only screen and (max-width: 763px) { #PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 #yHFwEdDWZLXP7Ido2ViBVzkr7xIDQwO1 { display:none; }
 }@media only screen and (max-width: 763px) { #PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 #Z9nb6oUyxwmlGIAn6pGxm38kdg5L86vw {  }
 }@media only screen and (max-width: 763px) { #PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 #Lg1DQ4l28FIdOZxNzVJe1ssJ7ThxrgJM {  }
 }@media only screen and (max-width: 763px) { #PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 #GOG5hZliqBGASiQ12F8VlCVMfPs7owf9 { display:none; }
 }@media only screen and (max-width: 763px) { #PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 #agdWpdzbwVuVbHVAZSnTfGEC7E9cyis8 {  }
 }@media only screen and (max-width: 763px) { #PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 #N5STw1iTZhBzrekfq46erg6PsdeRWpFu {  }
 }@media only screen and (max-width: 763px) { #PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 #b4dTaqbL0sSwrZTpJ1GMT3k8nPzaTPs0 { display:none; }
 }@media only screen and (max-width: 763px) { #PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 #fZZizoWPT5iqDRZn7QbTgkmCO7elfmvt {  }
 }@media only screen and (max-width: 763px) { #JisCAt2EXTFsm8WGZQWP4pMh1N7DWayz { display:block; }
 }@media only screen and (max-width: 763px) { #PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 #ZxMvBgnS0fbkLFymzAxTdJiKXzB5QtJP {  }
 }@media only screen and (max-width: 763px) { #PiNuChUnI8bryQ1OpUqFD6NDcaDS47f8 #pnkTAHSLubNwLizOlpgPeyAXe3ALited {  }
 }@media only screen and (max-width: 763px) { #wh5QbLnKqbIpR5FTKrvJ0dPpDttdU6OD { background-color:rgba(30,82,132,0.96);background-image:url("https://images.assets-landingi.com/uc/4d6fce9b-1abb-477c-b956-3dab794e9eff/Untitled21.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wh5QbLnKqbIpR5FTKrvJ0dPpDttdU6OD.adaptive-delivery-prevent-bg, #wh5QbLnKqbIpR5FTKrvJ0dPpDttdU6OD.lazyload, #wh5QbLnKqbIpR5FTKrvJ0dPpDttdU6OD.lazyloading { background-image: none; }#wh5QbLnKqbIpR5FTKrvJ0dPpDttdU6OD > .row .container { background-color: transparent; background-image: none; }#wh5QbLnKqbIpR5FTKrvJ0dPpDttdU6OD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wh5QbLnKqbIpR5FTKrvJ0dPpDttdU6OD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wh5QbLnKqbIpR5FTKrvJ0dPpDttdU6OD > .row .container > .video-iframe-container { display: none; }#wh5QbLnKqbIpR5FTKrvJ0dPpDttdU6OD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wh5QbLnKqbIpR5FTKrvJ0dPpDttdU6OD > .row > .video-iframe-container { display: none; }#wh5QbLnKqbIpR5FTKrvJ0dPpDttdU6OD > .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); }#wh5QbLnKqbIpR5FTKrvJ0dPpDttdU6OD > .row .container { border-width: 0; border-radius: 0; }#wh5QbLnKqbIpR5FTKrvJ0dPpDttdU6OD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wh5QbLnKqbIpR5FTKrvJ0dPpDttdU6OD > .row .container { width:320px;height:615px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wQZ3iDQ4BnfxN7J2xTBsq4RnhUh91GBJ { width:199.992px;height:349.992px;top:574.96875px;left:86.984375px;display:none; }
 }@media only screen and (max-width: 763px) { #IoX6sKcaDCTTuLXll30a92vu6lI4LWBi { width:199.992px;height:349.992px;top:854.96553125px;left:60.0234375px;display:none; }
 }@media only screen and (max-width: 763px) { #bhd6NmPNNkbtq6eiWqumCeCTtTnz4hXT { width:200px;height:350px;top:425px;left:60px;display:none; }
 }@media only screen and (max-width: 763px) { #oNfqPxpSeAAkcio04aXVdCH1guLtN0Z6 { width:199.969px;height:349.969px;top:32px;left:112.984375px;display:none; }
 }@media only screen and (max-width: 763px) { #KHi5Q46dZvuyTOxyUqTracMTdQKhcpOh { width:182.969px;height:0;top:1293.4896087646px;left:68.489586830139px;text-align:center;text-align-last:center;line-height:1.5;font-size:21px;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #v3atU3GVNDpfuimQwEateUqOi7XmBTy9 { width:120px;height:50px;top:313px;left:100px;display:none; }
 }@media only screen and (max-width: 763px) { #OiLA56M0XIGZLUrDcsgVnEcizGnrk16o { display:block; }
 }@media only screen and (max-width: 763px) { #giAai7rrt09TurudMLx8x4NNbpD7Mlpp { width:77px;height:77px;top:266px;left:123px;background-color:#f7ecde;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) { #ZTuNT5G8humH4ryCXwAxP6JiEzF5GWp4 { width:132.922px;height:23.3906px;top:274px;left:95px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #yLpJso04Os7TLTcVImFqckw4x4TcyQiZ { width:206.969px;height:39px;top:342px;left:56.5px;text-align:center;text-align-last:center;line-height:1.5;font-size:13px;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JS2UCmIN49R826CbafbBNLrPTTBpkRpD { width:100px;height:33px;top:380px;left:112px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #H6MvuhvxyhSirGRQXKBSRxNKAv2oTBeI { display:block; }
 }@media only screen and (max-width: 763px) { #p7gdpDpKyV9MHGtsxbHy0P2ZU3JdgVyO { width:176px;height:145px;top:424px;left:72px;background-color:transparent;background-image: -webkit-linear-gradient(top, #4eb81c, #e4f2e7);background-image: -moz-linear-gradient(top, #4eb81c, #e4f2e7);background-image: -ms-linear-gradient(top, #4eb81c, #e4f2e7);background-image: -o-linear-gradient(top, #4eb81c, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4eb81c', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4eb81c', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #4eb81c, #e4f2e7);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #NuRVKQGgUEbANaIgOy6ZiOuyTHruL8VD { width:189px;height:0;top:2988.822375px;left:131px;font-size:16px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #BxTAZgTK6AQ4GWfHghtyowTG1CH3Xh2R { width:189px;height:0;top:1133.9375px;left:65.484375px;font-size:16px;text-align:center;text-align-last:center;z-index:15095;display:none; }
 }@media only screen and (max-width: 763px) { #W4R5htmeQBDtViUQb68LEXRT2gVToJcz { width:199px;height:387px;top:585.515625px;left:87.5px;display:none; }
 }@media only screen and (max-width: 763px) { #nHckypHe8qM3gsp3aRD1U427Ni5IPRuV { width:186px;height:93px;top:2684.015625px;left:67px;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #SVaGpPGKGGzZF5t17JDRROyi8HfQAcOt { width:206px;height:328px;top:986.953125px;left:86.4609375px;z-index:15007;background-color:#68452f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #exP4ZJyCmSp6d6ezZButmELJp8oFJ2bO { width:158.962px;height:0;top:1042.05078125px;left:113.98046875px;text-align:center;text-align-last:center;font-size:30px;z-index:15085;display:none; }
 }@media only screen and (max-width: 763px) { #wJDL3P1OTQw4txZMgydB2TTmeR9GEyqd { width:100px;height:33px;top:555px;left:110px;z-index:15095;background-color:#257b00;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:20px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qH9TRAmOWkmqCPHdGA6nlZWc4RE0S5V6 { display:block; }
 }@media only screen and (max-width: 763px) { #mrJNlGgRLzeqd0J7XpoUfsIa7SdgQcTf { width:167.962px;height:0;top:1140.078125px;left:101.98828125px;text-align:center;text-align-last:center;line-height:1.5;font-size:21px;font-weight:700;font-style:normal;z-index:15061;display:none; }
 }@media only screen and (max-width: 763px) { #luupcEHNywHhibFAQCCd8r9JcrqVfuKA { width:176px;height:145px;top:257px;left:71px;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(top, #4eb81c, #e4f2e7);background-image: -moz-linear-gradient(top, #4eb81c, #e4f2e7);background-image: -ms-linear-gradient(top, #4eb81c, #e4f2e7);background-image: -o-linear-gradient(top, #4eb81c, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4eb81c', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4eb81c', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #4eb81c, #e4f2e7);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #dOVfAnviIy6KBGmqxbmuhfCpfbmDXlOs { width:320px;height:64.7812px;top:9px;left:0px;font-size:18px;color:#fef7da;display:block; }
 }@media only screen and (max-width: 763px) { #cCUUum9qsq5dTaxUwkzysLbLWAxKOIAN { width:176px;height:145px;top:85px;left:72px;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(top, #4eb81c, #e4f2e7);background-image: -moz-linear-gradient(top, #4eb81c, #e4f2e7);background-image: -ms-linear-gradient(top, #4eb81c, #e4f2e7);background-image: -o-linear-gradient(top, #4eb81c, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4eb81c', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4eb81c', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #4eb81c, #e4f2e7);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TuPSzDLKrL9nZUqDs6wJEdRcbf1SUHnv { width:120px;height:50px;top:425.984375px;left:160.9375px;display:none; }
 }@media only screen and (max-width: 763px) { #z63MF2ZV7ssUx53mKULiUnQikloJoK8H { display:block; }
 }@media only screen and (max-width: 763px) { #rhpPAhvWF88OpkTuGDwtDc81XWIur6cT { width:100px;height:33px;top:217px;left:116px;z-index:15045;background-color:#257b00;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #TMTRW0vHH4BoFlsN2cigdIXuSJgNXNTr { display:block; }
 }@media only screen and (max-width: 763px) { #XG873HLQ7Tvw5APM2MMKDuR3HLb3B0ua { width:77px;height:79px;top:426px;left:122.5px;background-color:#ffffff;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) { #cfnPO3CvsykThCCFxTx5TNtEexbD0B4d { width:132px;height:24.6875px;top:435px;left:96px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #dZ7MGHA5lFtMwlBw9DAmrvKwtqnfVCFI { width:173px;height:67.5px;top:503.5px;left:73.5px;text-align:center;text-align-last:center;line-height:1.5;font-size:15px;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lgyeRPMp2y3ZitiePIcZFUKhJ5nylMgP { width:132px;height:39px;top:295px;left:94px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Xuz9iUv2ZSblFrhAH4rSJaLC3alXEI3R { width:132px;height:39px;top:459.6875px;left:94px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #CrqHVFa4qdryfCQnOclRnELvu16TRZgi { width:100px;height:23.3906px;top:95px;left:112px;text-align:center;text-align-last:center;font-size:18px;color:#0e193d;display:block; }
 }@media only screen and (max-width: 763px) { #HgcQxylHZeWIbSEXsu2z5pTNLtvlJcgp { width:132px;height:39px;top:116px;left:95px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #aWE520JrEcmqCHSm5HuawycL85mDe7un { width:77px;height:79px;top:88px;left:122px;background-color:#ffffff;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) { #dv1Uoe7lPIMemBc7ToGiVAdZB8SuGkxS { width:157px;height:22.5px;top:171px;left:82px;text-align:center;text-align-last:center;line-height:1.5;font-size:15px;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PVbCFX7qVuczfGNvLoCrX4TT3CSfg0FW { background-color:rgba(255,255,255,0.98);background-image:url("https://images.assets-landingi.com/uc/4d6fce9b-1abb-477c-b956-3dab794e9eff/Untitled21.jpg");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;display:block; }#PVbCFX7qVuczfGNvLoCrX4TT3CSfg0FW.adaptive-delivery-prevent-bg, #PVbCFX7qVuczfGNvLoCrX4TT3CSfg0FW.lazyload, #PVbCFX7qVuczfGNvLoCrX4TT3CSfg0FW.lazyloading { background-image: none; }#PVbCFX7qVuczfGNvLoCrX4TT3CSfg0FW > .row .container { background-color: transparent; background-image: none; }#PVbCFX7qVuczfGNvLoCrX4TT3CSfg0FW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVbCFX7qVuczfGNvLoCrX4TT3CSfg0FW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVbCFX7qVuczfGNvLoCrX4TT3CSfg0FW > .row .container > .video-iframe-container { display: none; }#PVbCFX7qVuczfGNvLoCrX4TT3CSfg0FW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVbCFX7qVuczfGNvLoCrX4TT3CSfg0FW > .row > .video-iframe-container { display: none; }#PVbCFX7qVuczfGNvLoCrX4TT3CSfg0FW > .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); }#PVbCFX7qVuczfGNvLoCrX4TT3CSfg0FW > .row .container { width:320px;height:376px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Au4B2XG1IQ1S4wOzVLGOr6sT8lNJDnzm { width:298.984px;height:13px;top:360.5px;left:0px;text-align:center;text-align-last:center;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #wu78nMXfZHywQ8MHr5ediM3QJXR42n7c { width:320px;height:72.7812px;top:14px;left:0px;font-size:28px;color:#33be50;display:block; }
 }@media only screen and (max-width: 763px) { #Vs6QQu9R6CRLNt203nVZ1xVJXcqwBKyv { width:262px;height:80px;top:259.765625px;left:19px;display:block; }
 }@media only screen and (max-width: 763px) { #Uf1Vg25dAT1C7HIuDD52l85qdou8UasW { display:block; }
 }@media only screen and (max-width: 763px) { #nolRpxnCBUPQ5FDo1XeQRnmrId8nc3tK { width:202px;height:202px;top:63px;left:48.484375px;display:block; }
 }