.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:transparent;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); }#r6ezI1WM11To7pZIm67c3xZg5DBWamZu { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/43621b54-93a4-422b-a27a-b3d21b06aa98/1533634003phpU487Ny.png");background-position:center !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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#r6ezI1WM11To7pZIm67c3xZg5DBWamZu.adaptive-delivery-prevent-bg, #r6ezI1WM11To7pZIm67c3xZg5DBWamZu.lazyload, #r6ezI1WM11To7pZIm67c3xZg5DBWamZu.lazyloading { background-image: none; }#r6ezI1WM11To7pZIm67c3xZg5DBWamZu > .row .container { background-color: transparent; background-image: none; }#r6ezI1WM11To7pZIm67c3xZg5DBWamZu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(25,25,33,0.59); }#r6ezI1WM11To7pZIm67c3xZg5DBWamZu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r6ezI1WM11To7pZIm67c3xZg5DBWamZu > .row .container > .video-iframe-container { display: none; }#r6ezI1WM11To7pZIm67c3xZg5DBWamZu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(25,25,33,0.59); }#r6ezI1WM11To7pZIm67c3xZg5DBWamZu > .row > .video-iframe-container { display: none; }#r6ezI1WM11To7pZIm67c3xZg5DBWamZu > .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); }#r6ezI1WM11To7pZIm67c3xZg5DBWamZu > .row .container { border-width: 0; border-radius: 0; }#r6ezI1WM11To7pZIm67c3xZg5DBWamZu::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r6ezI1WM11To7pZIm67c3xZg5DBWamZu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r6ezI1WM11To7pZIm67c3xZg5DBWamZu > .row .container { font-size:0.875rem;font-family:arial;height:66.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#DVfhgVl5svsX45PKv01dgpIG8lC6zK6s { 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:6.9375rem;width:25.875rem;top:3.4375rem;left:3.25rem;overflow:hidden;display:block; }
#Tq1TSXKWDJrKdzXHdDZJLRkFxzQzbEvF { position:absolute;display:block;z-index:15005;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:2.9375rem;width:2.9375rem;top:31.875rem;left:3.25rem;overflow:hidden;display:block; }
#EBxiRMSs7IpAhXs3SWBOpcA4FbxWywwr { color:#ffffff;display:block;width:28.875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:31.59375rem;left:7.5625rem;height:3.5rem;font-style:normal;display:block; }
#GsM0Sed8AoObwKFiLarSEBgTbbqtT8cL { color:#ffffff;display:block;width:34.875rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:41.6611328125rem;left:3.25rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UUD3CgkNAtWEUIQCNKhkQ82qTBmDqrIm { color:#ffffff;display:block;width:30.3748125rem;position:absolute;font-family:poppins;font-size:2.3125rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:17.720563411713rem;left:3.2496840953827rem;height:5.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tnZXI8rsyoIKuEpzhJCEQoswsefAQmvD { color:#ffffff;display:block;width:34.5625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:13.78515625rem;left:3.25rem;height:1.9375rem;font-style:normal;display:block; }
#q7gvgOKPur3KBGQIz8P7aWSQ87HGzsAT { position:absolute;display:block;z-index:15005;background-color:#059ff5;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:38.75rem;width:25.625rem;top:12.625rem;left:45.9052734375rem;display:block; }
#Apa7EVGDQtBOB6t0wdpKGwmD4hNsAigp { color:#ffffff;display:block;width:20.375rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:17.0947265625rem;left:48.5302734375rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FPD9lRT0CspTufMU0hx5EPJygZfAVXg1 { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:19.5322265625rem;left:50.1240234375rem;height:1.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ycShIg3kDpDW0F3QFGOi8lnUFH5POsUS .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ycShIg3kDpDW0F3QFGOi8lnUFH5POsUS .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;color:#011423;padding-top:0.485625rem;padding-right:0.4375rem;padding-bottom:0.485625rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.611875rem;position:relative;font-family:"open sans";font-size:1.94375rem;font-weight:700;line-height:41.79px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ycShIg3kDpDW0F3QFGOi8lnUFH5POsUS .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.30375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.031875rem;position:relative;font-family:"open sans";font-size:0.729375rem;font-weight:700;line-height:16.51px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ycShIg3kDpDW0F3QFGOi8lnUFH5POsUS { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#0e2e6f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:4.91875rem;padding-top:0.606875rem;padding-right:0.625rem;padding-bottom:0.606875rem;padding-left:0.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:9.52978515625rem;left:48.53125rem;z-index:15016; }
#ycShIg3kDpDW0F3QFGOi8lnUFH5POsUS #EFIEqXJrymEwzkcNzEBxmTQ321b9FOFi { display:flex;position:relative;top:0rem;left:0rem; }
#ycShIg3kDpDW0F3QFGOi8lnUFH5POsUS #FXtvx0w9dT57e9HAG6GTARfBaR9caMWz { width:auto; }
#ycShIg3kDpDW0F3QFGOi8lnUFH5POsUS #P0qOrxk7nLo2iR6hfT2X0G6mZn4kbSG0 {  }
#ycShIg3kDpDW0F3QFGOi8lnUFH5POsUS #TTy3TrprTcrmF7sVN4BaNfknFILT4mJU { display:flex;position:relative;top:0rem;left:0rem; }
#ycShIg3kDpDW0F3QFGOi8lnUFH5POsUS #B0mdTmGwKLBIZpCCL9xfXF5E1cgvZ3sy {  }
#ycShIg3kDpDW0F3QFGOi8lnUFH5POsUS #GinATzT8KE7IBV1xkZIIZoPJRSuas0u2 {  }
#ycShIg3kDpDW0F3QFGOi8lnUFH5POsUS #rzUNThF2Gv3h04Z6ExuMFkLbeZ3k5rcz { display:flex;position:relative;top:0rem;left:0rem; }
#ycShIg3kDpDW0F3QFGOi8lnUFH5POsUS #rVowX8XILcnhqr2vSXT0B9LxslQ5Gm42 {  }
#ycShIg3kDpDW0F3QFGOi8lnUFH5POsUS #icV8iBdqaVoTVvckhWfzoKM1hBo3bQ7i {  }
#ycShIg3kDpDW0F3QFGOi8lnUFH5POsUS #k9T1on1KcDd2C3MVTp54ukvUpOlUAK4w { display:flex;position:relative;top:0rem;left:0rem; }
#ycShIg3kDpDW0F3QFGOi8lnUFH5POsUS #ItRQgKqSKmyNQsT12NMVMJ8xZAhQT8gs {  }
#ycShIg3kDpDW0F3QFGOi8lnUFH5POsUS #GPTSUMMuH5eExUQaTmZzEPk3EIZhdMmk {  }
#CCKKF5RT1znoCQnWVd5cvUfIu2tt9lIq { color:#059ff5;display:block;width:35.5625rem;position:absolute;font-family:roboto;font-size:1.9375rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:61.3505859375rem;left:19.71875rem;height:4.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ES3d71viO67UaN7sq5wMk1TMp5VhHy4f { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.2) ;height:17.75rem;width:69.4375rem;top:60.623046875rem;left:2.78125rem;display:block; }
#RX1ZHKlGMg1C4q3BqJzvCPyQiXf8XVfI { position:absolute;display:block;z-index:15005;background-color:#059ff5;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:44.5625rem;width:27.3125rem;top:12.6875rem;left:45.000001430511rem;display:none; }
#UbvA5r6ao5mLek9rUxPvVV1HO61ILdMC { color:#059ff5;display:block;width:22.1875rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:23.123813152313rem;left:3.2496840953827rem;height:5.75rem;font-style:normal;display:block; }
#EgbO3Q68kdwKy741NOX4VgEU4tLhAnGG { position:absolute;display:block;z-index:14998;background-color:#059ff5;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:4.75rem;width:34.4375rem;top:30.96875rem;left:2.78125rem;display:block; }
#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y .widget-form-header {  }
#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#000000;width:19.8125rem;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;line-height:1; }
#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y .widget-input-text { 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:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;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:19.8125rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y .widget-input-text {padding-top: 0; padding-bottom: 0;}#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y .widget-textarea { 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:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;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:19.8125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y .widget-input-select { 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:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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:19.8125rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:poppins;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y .widget-input-select {padding-top: 0; padding-bottom: 0;}#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y .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; }
#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#38569d;background-image:none;border-top:0;border-right:0;border-bottom:0.3125rem solid #000164;border-left: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:0.9375rem;font-weight:bold;color:#f2f9ff;width:19.8125rem;height:4.0625rem;font-family:"open sans";overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(255,255,255,0.5) ; }
#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y [class*="-text"]:-moz-placeholder { color:#161616;font-family:poppins;font-size:0.875rem; }
#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y [class*="-text"]::-moz-placeholder { color:#161616;font-family:poppins;font-size:0.875rem; }
#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:poppins;font-size:0.875rem; }
#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:poppins;font-size:0.875rem; }
#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#ffffff;vertical-align:top;width:18.5625rem;overflow:hidden;font-style:normal; }
#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y .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; }
#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y .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; }
#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y .widget-container:first-of-type{padding-top:0;}#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y .widget-container:last-of-type{padding-bottom:0;}#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.8125rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:47.5615234375rem;top:20.349609375rem;z-index:15010;position:absolute;box-shadow: none; }
#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.8125rem;display:block;vertical-align:top; }
#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y {display:block;}#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.8125rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:47.5615234375rem;top:20.349609375rem;z-index:15010;position:absolute;box-shadow: none; }
#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y #h1x6VC0Hqfi7hUxxmRZaET6ANiwOWzb3 { position:relative;z-index:1; }
#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y #rKxkOZTzVWGUdfmTETgC7nTsZMhQoXP4 { position:relative;display:block; }
#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y #vmvfuEhUyTgUdvggzCnEReITlmeC7xrW { position:relative; }
#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y #QPGiPAOpTCCVAkAE5bqs1tPStvcLUXew { position:relative; }
#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y #oycwbeca4b6EDKDpt0Ua0I4tIxLpRZCT { position:relative;display:block; }
#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y #vi5oHHxQwmFwFgTkZxfPEyrtV6r1WGar { position:relative; }
#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y #m3tmEmy5obRQWG5McQtau2KM3lCWiaJ9 { position:relative;z-index:1; }
#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y #gZTvg2aQuCyJmHPT5pV7dQSo9fP6GcSs { position:relative;display:block; }
#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y #e6Q5AvVqgyzPsgDzqHTgEQCQfzgktB35 { position:relative; }
#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y #m6oQMCBToOggJIKEoHypWw4aIavpKZlb { position:relative;z-index:1; }
#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y #XVvAv75BwvHVVwuqTT89cPJ8HWrN3eo7 { position:relative;display:block; }
#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y #svbbewHysNBLxSgT4TqTZK5JdKJwfOlx { position:relative; }
#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y #EGsLpJfbt20KHZ4JscJXwm3yQ8bbuLsm { position:relative;z-index:1; }
#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y #bTly83lhaGzkxP89GKmbiqvhw3PlASUC { position:relative;display:block; }
#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y #ETWpKRrSa2kGW00FCPwLUzDQwxKOmnBJ { position:relative; }
#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y #JKGsMiT3c46NZIQTTL0dXxV3kJ3hxeOZ { position:relative; }
#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y #AacNFaaMkH1h1Wpt8hqWXlgSkJXBsgZm { position:relative;display:block; }
#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y #hBsk9GduzKuQnJJvLNoEDERTN7VmiH0D { position:relative; }
#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y #hb2OKgSeM4iUFw0aug3R53Tk52TCDLxi { position:relative; }
#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y #r8RRUQ38XVrlw2ECrNW3WlCQixZBhbZP { position:relative;z-index:2; }
#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y #U6DNCM5p96wVqfRiVi7sFMhazZnozsU1 { position:relative; }
#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y #Z0O6qT1WCfUGIHpOmnGxCsIAxVaX8efB { position:relative;z-index:1; }
#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y #EhaC82I3NgRpcWPV6ZWiyMUiiIeM3yLU { position:relative; }
#TODPdIF0fLDfN5mEp83cNriQo2uNfCIC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TODPdIF0fLDfN5mEp83cNriQo2uNfCIC > .row .container { background-color: transparent; background-image: none; }#TODPdIF0fLDfN5mEp83cNriQo2uNfCIC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TODPdIF0fLDfN5mEp83cNriQo2uNfCIC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TODPdIF0fLDfN5mEp83cNriQo2uNfCIC > .row .container > .video-iframe-container { display: none; }#TODPdIF0fLDfN5mEp83cNriQo2uNfCIC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TODPdIF0fLDfN5mEp83cNriQo2uNfCIC > .row > .video-iframe-container { display: none; }#TODPdIF0fLDfN5mEp83cNriQo2uNfCIC > .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); }#TODPdIF0fLDfN5mEp83cNriQo2uNfCIC > .row .container { border-width: 0; border-radius: 0; }#TODPdIF0fLDfN5mEp83cNriQo2uNfCIC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TODPdIF0fLDfN5mEp83cNriQo2uNfCIC > .row .container { font-size:0.875rem;font-family:arial;height:14.8125rem;width:75rem;position:relative;display:block; }#onO5D1QWv5P29QLh059U8nwxI5Ckzu81 { 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:3.75rem;width:3.75rem;top:7rem;left:5.5625rem;overflow:hidden;display:block; }
#d2hJ0Uf4NDiCeEMonPXtKFVUO60dBbKz { color:#0040b4;display:block;width:11.0625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.625rem;left:10.1875rem;height:2.4375rem;font-style:normal;display:block; }
#Om4y8fbL8HHfLrSiOrrJuadTB4ZuUzLs { color:#011423;display:block;width:14.3125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.375rem;left:10.1875rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eIfbBbdLdbwt70txFOwKSOVWnmgkL1Ui { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:6.3154296875rem;left:29.1875rem;overflow:hidden;display:block; }
#ClxS1HaL9c0dWlTW9zQngNT1OSrIOND5 { color:#0040b4;display:block;width:11.0625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.625rem;left:34.1875rem;height:2.4375rem;font-style:normal;display:block; }
#gh3X1bH9HPPaXegUeFQP8SypNNPKThVw { color:#011423;display:block;width:13.8115rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.5rem;left:34.1875rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ro7RtWw7NsM6NRh8nfrUakKvtXCJWL76 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:7rem;left:48.875rem;overflow:hidden;display:block; }
#Jp6AoJxSrc2V9eo2UL5fZlyoOC6NxN5P { color:#0040b4;display:block;width:8.375rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.625rem;left:53.8125rem;height:2.4375rem;font-style:normal;display:block; }
#mfSb9Iytr5DA2HOF8QmnWsBT8q5nHttV { color:#011423;display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.046875rem;left:53.81201171875rem;height:3.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bD9CT0lgTPRAp5DSCCQeT3ZmZucuDTD1 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#ndJBLkwrZA2le33HFfZ1c8LmSJlzilP5 { color:#011423;display:block;width:16.0625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:8.875rem;left:34.1875rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FxCZMedEfXbCExnKHPWnfAcApeWN5zuS { border-top:0.625rem solid #059ff5;border-left:0.625rem solid #059ff5;border-right:0.625rem solid #059ff5;border-bottom:0.625rem solid #059ff5;background-color:transparent;background-image:url("https://images.assets-landingi.com/CEG38VeR/image_20170207_27176_1box99x.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FxCZMedEfXbCExnKHPWnfAcApeWN5zuS.adaptive-delivery-prevent-bg, #FxCZMedEfXbCExnKHPWnfAcApeWN5zuS.lazyload, #FxCZMedEfXbCExnKHPWnfAcApeWN5zuS.lazyloading { background-image: none; }#FxCZMedEfXbCExnKHPWnfAcApeWN5zuS > .row .container { background-color: transparent; background-image: none; }#FxCZMedEfXbCExnKHPWnfAcApeWN5zuS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.45); }#FxCZMedEfXbCExnKHPWnfAcApeWN5zuS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FxCZMedEfXbCExnKHPWnfAcApeWN5zuS > .row .container > .video-iframe-container { display: none; }#FxCZMedEfXbCExnKHPWnfAcApeWN5zuS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.45); }#FxCZMedEfXbCExnKHPWnfAcApeWN5zuS > .row > .video-iframe-container { display: none; }#FxCZMedEfXbCExnKHPWnfAcApeWN5zuS > .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); }#FxCZMedEfXbCExnKHPWnfAcApeWN5zuS > .row .container { border-width: 0; border-radius: 0; }#FxCZMedEfXbCExnKHPWnfAcApeWN5zuS::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FxCZMedEfXbCExnKHPWnfAcApeWN5zuS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FxCZMedEfXbCExnKHPWnfAcApeWN5zuS > .row .container { font-size:0.875rem;font-family:arial;height:34rem;width:75rem;position:relative;display:block; }#u6WAn3TpZAnNxhJ0bXetuNyf4PIIEm1m { color:#ffffff;display:block;width:26.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:13.0625rem;left:43.8125rem;height:8.75rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#Ev7PCG518oy1DLP8RHciQB3N7gfFO380 { box-sizing:content-box;color:#ffffff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:12.5rem;left:41.1875rem;display:block; }
#p3R4ySsUJhGiwc6iy1GOaQ0zZ6lIPdIF { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:15.12425rem;width:22.62425rem;top:9.4373912811281rem;left:10.625rem;display:block; }
#UUtwyaGf55PTBAWdDswkzRecE7GKdBif { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.6870625rem;width:28.75rem;top:5.1551647186279rem;left:7.5rem;overflow:hidden;display:block; }
#SODOfQIx0R2cdAdUI05pHyZUTJAWZ0W8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#059ff5;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; }#SODOfQIx0R2cdAdUI05pHyZUTJAWZ0W8 > .row .container { background-color: transparent; background-image: none; }#SODOfQIx0R2cdAdUI05pHyZUTJAWZ0W8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SODOfQIx0R2cdAdUI05pHyZUTJAWZ0W8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SODOfQIx0R2cdAdUI05pHyZUTJAWZ0W8 > .row .container > .video-iframe-container { display: none; }#SODOfQIx0R2cdAdUI05pHyZUTJAWZ0W8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SODOfQIx0R2cdAdUI05pHyZUTJAWZ0W8 > .row > .video-iframe-container { display: none; }#SODOfQIx0R2cdAdUI05pHyZUTJAWZ0W8 > .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); }#SODOfQIx0R2cdAdUI05pHyZUTJAWZ0W8 > .row .container { border-width: 0; border-radius: 0; }#SODOfQIx0R2cdAdUI05pHyZUTJAWZ0W8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SODOfQIx0R2cdAdUI05pHyZUTJAWZ0W8 > .row .container { font-size:0.875rem;font-family:arial;height:13.5rem;width:75rem;position:relative;display:block; }#rZTNZyFtTTTFKW4Z5ZLHHMWN7ZbqLqF9 { color:#ffffff;display:block;width:31.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.6875rem;left:21.625rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#yeIfKgHfRKImopdGsOVthIPNr8w0T83t { box-sizing:content-box;color:#ffffff;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:1.375rem;left:34.375rem;display:block; }
#Exvf3ozd4icZaiwhcWxg1hyte5GAkltq { box-sizing:content-box;color:#ffffff;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:1.375rem;left:30.75rem;display:block; }
#bswPNEDri242In7FztGnUbVlmpz0148T { box-sizing:content-box;color:#ffffff;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:1.375rem;left:38.125rem;display:block; }
#KV08r27RpwswNA8wH7AAhq7VPoCT8yb6 { position:absolute;display:block;z-index:15008;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:2.125rem;width:1.8125rem;top:1.6875rem;left:42.4375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #r6ezI1WM11To7pZIm67c3xZg5DBWamZu { display:block; }#r6ezI1WM11To7pZIm67c3xZg5DBWamZu > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DVfhgVl5svsX45PKv01dgpIG8lC6zK6s { width:25.875rem;height:6.9375rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq1TSXKWDJrKdzXHdDZJLRkFxzQzbEvF { width:2.9375rem;height:2.9375rem;top:31.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBxiRMSs7IpAhXs3SWBOpcA4FbxWywwr { width:28.875rem;height:3.5rem;top:31.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsM0Sed8AoObwKFiLarSEBgTbbqtT8cL { width:34.875rem;height:4.5rem;top:41.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUD3CgkNAtWEUIQCNKhkQ82qTBmDqrIm { width:30.3125rem;height:5.5rem;top:17.6875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnZXI8rsyoIKuEpzhJCEQoswsefAQmvD { width:34.5625rem;height:1.9375rem;top:13.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7gvgOKPur3KBGQIz8P7aWSQ87HGzsAT { width:25.625rem;height:38.75rem;top:12.625rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Apa7EVGDQtBOB6t0wdpKGwmD4hNsAigp { width:20.375rem;height:2.0625rem;top:17.0625rem;left:27.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPD9lRT0CspTufMU0hx5EPJygZfAVXg1 { width:17.1875rem;height:1.375rem;top:19.5rem;left:30.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycShIg3kDpDW0F3QFGOi8lnUFH5POsUS .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ycShIg3kDpDW0F3QFGOi8lnUFH5POsUS .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#ycShIg3kDpDW0F3QFGOi8lnUFH5POsUS .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#ycShIg3kDpDW0F3QFGOi8lnUFH5POsUS { display:flex;width:18rem;height:5.0625rem;top:10.125rem;left:12.0625rem; }
 }@media only screen and (max-width: 763px) { #ycShIg3kDpDW0F3QFGOi8lnUFH5POsUS #EFIEqXJrymEwzkcNzEBxmTQ321b9FOFi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ycShIg3kDpDW0F3QFGOi8lnUFH5POsUS #FXtvx0w9dT57e9HAG6GTARfBaR9caMWz {  }
 }@media only screen and (max-width: 763px) { #ycShIg3kDpDW0F3QFGOi8lnUFH5POsUS #P0qOrxk7nLo2iR6hfT2X0G6mZn4kbSG0 {  }
 }@media only screen and (max-width: 763px) { #ycShIg3kDpDW0F3QFGOi8lnUFH5POsUS #TTy3TrprTcrmF7sVN4BaNfknFILT4mJU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ycShIg3kDpDW0F3QFGOi8lnUFH5POsUS #B0mdTmGwKLBIZpCCL9xfXF5E1cgvZ3sy {  }
 }@media only screen and (max-width: 763px) { #ycShIg3kDpDW0F3QFGOi8lnUFH5POsUS #GinATzT8KE7IBV1xkZIIZoPJRSuas0u2 {  }
 }@media only screen and (max-width: 763px) { #ycShIg3kDpDW0F3QFGOi8lnUFH5POsUS #rzUNThF2Gv3h04Z6ExuMFkLbeZ3k5rcz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ycShIg3kDpDW0F3QFGOi8lnUFH5POsUS #rVowX8XILcnhqr2vSXT0B9LxslQ5Gm42 {  }
 }@media only screen and (max-width: 763px) { #ycShIg3kDpDW0F3QFGOi8lnUFH5POsUS #icV8iBdqaVoTVvckhWfzoKM1hBo3bQ7i {  }
 }@media only screen and (max-width: 763px) { #ycShIg3kDpDW0F3QFGOi8lnUFH5POsUS #k9T1on1KcDd2C3MVTp54ukvUpOlUAK4w { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ycShIg3kDpDW0F3QFGOi8lnUFH5POsUS #ItRQgKqSKmyNQsT12NMVMJ8xZAhQT8gs {  }
 }@media only screen and (max-width: 763px) { #ycShIg3kDpDW0F3QFGOi8lnUFH5POsUS #GPTSUMMuH5eExUQaTmZzEPk3EIZhdMmk {  }
 }@media only screen and (max-width: 763px) { #CCKKF5RT1znoCQnWVd5cvUfIu2tt9lIq { width:35.5625rem;height:4.625rem;top:61.3125rem;left:6.09375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ES3d71viO67UaN7sq5wMk1TMp5VhHy4f { width:47.75rem;height:17.75rem;top:60.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RX1ZHKlGMg1C4q3BqJzvCPyQiXf8XVfI { width:27.3125rem;height:44.5625rem;top:12.6875rem;left:20.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UbvA5r6ao5mLek9rUxPvVV1HO61ILdMC { top:23.0625rem;left:0rem;width:22.1875rem;height:5.75rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgbO3Q68kdwKy741NOX4VgEU4tLhAnGG { width:34.4375rem;height:4.75rem;top:30.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y .widget-regular-label { width:19.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y .widget-input-text { width:19.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y .widget-input-text {padding-top: 0; padding-bottom: 0;}#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y .widget-textarea { width:19.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y .widget-input-select { width:19.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y .widget-input-select {padding-top: 0; padding-bottom: 0;}#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y .widget-input-button { width:19.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y .widget-checkbox-label { width:18.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y  { width:19.8125rem;height:27.3125rem;top:20.3125rem;left:25.4375rem; }
#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y .radio-container { width:19.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y {display:block;}#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y { width:19.8125rem;height:27.3125rem;top:20.3125rem;left:25.4375rem; }
 }@media only screen and (max-width: 763px) { #WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y #h1x6VC0Hqfi7hUxxmRZaET6ANiwOWzb3 { z-index:1; }
 }@media only screen and (max-width: 763px) { #WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y #rKxkOZTzVWGUdfmTETgC7nTsZMhQoXP4 { display:block; }
 }@media only screen and (max-width: 763px) { #WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y #vmvfuEhUyTgUdvggzCnEReITlmeC7xrW {  }
 }@media only screen and (max-width: 763px) { #WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y #QPGiPAOpTCCVAkAE5bqs1tPStvcLUXew {  }
 }@media only screen and (max-width: 763px) { #WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y #oycwbeca4b6EDKDpt0Ua0I4tIxLpRZCT {  }
 }@media only screen and (max-width: 763px) { #WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y #vi5oHHxQwmFwFgTkZxfPEyrtV6r1WGar {  }
 }@media only screen and (max-width: 763px) { #WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y #m3tmEmy5obRQWG5McQtau2KM3lCWiaJ9 { z-index:1; }
 }@media only screen and (max-width: 763px) { #WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y #gZTvg2aQuCyJmHPT5pV7dQSo9fP6GcSs { display:block; }
 }@media only screen and (max-width: 763px) { #WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y #e6Q5AvVqgyzPsgDzqHTgEQCQfzgktB35 {  }
 }@media only screen and (max-width: 763px) { #WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y #m6oQMCBToOggJIKEoHypWw4aIavpKZlb { z-index:1; }
 }@media only screen and (max-width: 763px) { #WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y #XVvAv75BwvHVVwuqTT89cPJ8HWrN3eo7 { display:block; }
 }@media only screen and (max-width: 763px) { #WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y #svbbewHysNBLxSgT4TqTZK5JdKJwfOlx {  }
 }@media only screen and (max-width: 763px) { #WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y #EGsLpJfbt20KHZ4JscJXwm3yQ8bbuLsm { z-index:1; }
 }@media only screen and (max-width: 763px) { #WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y #bTly83lhaGzkxP89GKmbiqvhw3PlASUC { display:block; }
 }@media only screen and (max-width: 763px) { #WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y #ETWpKRrSa2kGW00FCPwLUzDQwxKOmnBJ {  }
 }@media only screen and (max-width: 763px) { #WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y #JKGsMiT3c46NZIQTTL0dXxV3kJ3hxeOZ {  }
 }@media only screen and (max-width: 763px) { #WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y #AacNFaaMkH1h1Wpt8hqWXlgSkJXBsgZm { display:block; }
 }@media only screen and (max-width: 763px) { #WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y #hBsk9GduzKuQnJJvLNoEDERTN7VmiH0D {  }
 }@media only screen and (max-width: 763px) { #WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y #hb2OKgSeM4iUFw0aug3R53Tk52TCDLxi {  }
 }@media only screen and (max-width: 763px) { #WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y #r8RRUQ38XVrlw2ECrNW3WlCQixZBhbZP { z-index:2; }
 }@media only screen and (max-width: 763px) { #WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y #U6DNCM5p96wVqfRiVi7sFMhazZnozsU1 {  }
 }@media only screen and (max-width: 763px) { #WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y #Z0O6qT1WCfUGIHpOmnGxCsIAxVaX8efB { z-index:1; }
 }@media only screen and (max-width: 763px) { #WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y #EhaC82I3NgRpcWPV6ZWiyMUiiIeM3yLU {  }
 }@media only screen and (max-width: 763px) { #TODPdIF0fLDfN5mEp83cNriQo2uNfCIC { display:block; }#TODPdIF0fLDfN5mEp83cNriQo2uNfCIC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #onO5D1QWv5P29QLh059U8nwxI5Ckzu81 { width:3.75rem;height:3.75rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2hJ0Uf4NDiCeEMonPXtKFVUO60dBbKz { width:11.0625rem;height:2.4375rem;top:4.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Om4y8fbL8HHfLrSiOrrJuadTB4ZuUzLs { width:14.3125rem;height:2.75rem;top:7.375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIfbBbdLdbwt70txFOwKSOVWnmgkL1Ui { width:3.75rem;height:3.75rem;top:6.3125rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClxS1HaL9c0dWlTW9zQngNT1OSrIOND5 { width:11.0625rem;height:2.4375rem;top:4.625rem;left:20.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gh3X1bH9HPPaXegUeFQP8SypNNPKThVw { width:13.75rem;height:1.375rem;top:7.5rem;left:20.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ro7RtWw7NsM6NRh8nfrUakKvtXCJWL76 { width:3.75rem;height:3.75rem;top:7rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jp6AoJxSrc2V9eo2UL5fZlyoOC6NxN5P { width:8.375rem;height:2.4375rem;top:4.625rem;left:39.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfSb9Iytr5DA2HOF8QmnWsBT8q5nHttV { width:16.25rem;height:3.5625rem;top:7rem;left:31.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bD9CT0lgTPRAp5DSCCQeT3ZmZucuDTD1 { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ndJBLkwrZA2le33HFfZ1c8LmSJlzilP5 { width:16.0625rem;height:1.375rem;top:8.875rem;left:20.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxCZMedEfXbCExnKHPWnfAcApeWN5zuS { display:block; }#FxCZMedEfXbCExnKHPWnfAcApeWN5zuS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u6WAn3TpZAnNxhJ0bXetuNyf4PIIEm1m { width:26.9375rem;height:8.9375rem;top:13.0625rem;left:20.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ev7PCG518oy1DLP8RHciQB3N7gfFO380 { width:2.125rem;height:2.125rem;top:12.5rem;left:27.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3R4ySsUJhGiwc6iy1GOaQ0zZ6lIPdIF { width:22.5625rem;height:15.082784325886rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUtwyaGf55PTBAWdDswkzRecE7GKdBif { width:28.75rem;height:23.686875rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SODOfQIx0R2cdAdUI05pHyZUTJAWZ0W8 { display:block; }#SODOfQIx0R2cdAdUI05pHyZUTJAWZ0W8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rZTNZyFtTTTFKW4Z5ZLHHMWN7ZbqLqF9 { top:4.6875rem;left:8rem;width:31.75rem;height:7.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeIfKgHfRKImopdGsOVthIPNr8w0T83t { top:1.375rem;left:20.75rem;width:2.5rem;height:2.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Exvf3ozd4icZaiwhcWxg1hyte5GAkltq { top:1.375rem;left:17.125rem;width:2.5rem;height:2.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bswPNEDri242In7FztGnUbVlmpz0148T { top:1.375rem;left:24.5rem;width:2.5rem;height:2.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KV08r27RpwswNA8wH7AAhq7VPoCT8yb6 { top:1.6875rem;left:28.8125rem;width:1.8125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #r6ezI1WM11To7pZIm67c3xZg5DBWamZu { background-color:transparent;background-image:url("https://images.assets-landingi.com/ZX6ByHF5/bannerhol.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#r6ezI1WM11To7pZIm67c3xZg5DBWamZu.adaptive-delivery-prevent-bg, #r6ezI1WM11To7pZIm67c3xZg5DBWamZu.lazyload, #r6ezI1WM11To7pZIm67c3xZg5DBWamZu.lazyloading { background-image: none; }#r6ezI1WM11To7pZIm67c3xZg5DBWamZu > .row .container { background-color: transparent; background-image: none; }#r6ezI1WM11To7pZIm67c3xZg5DBWamZu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(18,62,134,0.59); }#r6ezI1WM11To7pZIm67c3xZg5DBWamZu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r6ezI1WM11To7pZIm67c3xZg5DBWamZu > .row .container > .video-iframe-container { display: none; }#r6ezI1WM11To7pZIm67c3xZg5DBWamZu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(18,62,134,0.59); }#r6ezI1WM11To7pZIm67c3xZg5DBWamZu > .row > .video-iframe-container { display: none; }#r6ezI1WM11To7pZIm67c3xZg5DBWamZu > .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); }#r6ezI1WM11To7pZIm67c3xZg5DBWamZu > .row .container { width:20rem;height:133.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DVfhgVl5svsX45PKv01dgpIG8lC6zK6s { width:18.68725rem;height:5.43718125rem;top:1.8746052980423rem;left:0.6553819179535rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq1TSXKWDJrKdzXHdDZJLRkFxzQzbEvF { width:3.125rem;height:3.125rem;top:83.4306640625rem;left:0.6552734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBxiRMSs7IpAhXs3SWBOpcA4FbxWywwr { width:15.185546875rem;height:3rem;top:83.4931640625rem;left:4.21875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsM0Sed8AoObwKFiLarSEBgTbbqtT8cL { width:18.875rem;height:2.375rem;top:32.92578125rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUD3CgkNAtWEUIQCNKhkQ82qTBmDqrIm { width:20rem;height:6.1875rem;top:9.8729476928713rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;font-weight:700;font-style:normal;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #tnZXI8rsyoIKuEpzhJCEQoswsefAQmvD { width:20rem;height:3rem;top:23.186157226562rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7gvgOKPur3KBGQIz8P7aWSQ87HGzsAT { width:20rem;height:39.25rem;top:41.5009765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Apa7EVGDQtBOB6t0wdpKGwmD4hNsAigp { width:18.4995rem;height:4.125rem;top:46.0625rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPD9lRT0CspTufMU0hx5EPJygZfAVXg1 { width:17.1875rem;height:1.25rem;top:50.1875rem;left:1.40625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycShIg3kDpDW0F3QFGOi8lnUFH5POsUS .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ycShIg3kDpDW0F3QFGOi8lnUFH5POsUS .widget-text.counter-number { padding-top:0.3875rem;padding-right:0.336875rem;padding-bottom:0.3875rem;padding-left:0.336875rem;width:2.02125rem;min-width:2.02125rem;height:2.084375rem;font-size:1.55125rem;line-height:33.35px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ycShIg3kDpDW0F3QFGOi8lnUFH5POsUS .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2425rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.695625rem;height:0.82375rem;font-size:0.581875rem;line-height:13.18px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ycShIg3kDpDW0F3QFGOi8lnUFH5POsUS { display:flex;width:14.8125rem;height:3.925625rem;top:37.560546875rem;left:2.11181640625rem;padding-top:0.470625rem;padding-right:0.48125rem;padding-bottom:0.470625rem;padding-left:0.48125rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #ycShIg3kDpDW0F3QFGOi8lnUFH5POsUS #EFIEqXJrymEwzkcNzEBxmTQ321b9FOFi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ycShIg3kDpDW0F3QFGOi8lnUFH5POsUS #FXtvx0w9dT57e9HAG6GTARfBaR9caMWz {  }
 }@media only screen and (max-width: 763px) { #ycShIg3kDpDW0F3QFGOi8lnUFH5POsUS #P0qOrxk7nLo2iR6hfT2X0G6mZn4kbSG0 {  }
 }@media only screen and (max-width: 763px) { #ycShIg3kDpDW0F3QFGOi8lnUFH5POsUS #TTy3TrprTcrmF7sVN4BaNfknFILT4mJU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ycShIg3kDpDW0F3QFGOi8lnUFH5POsUS #B0mdTmGwKLBIZpCCL9xfXF5E1cgvZ3sy {  }
 }@media only screen and (max-width: 763px) { #ycShIg3kDpDW0F3QFGOi8lnUFH5POsUS #GinATzT8KE7IBV1xkZIIZoPJRSuas0u2 {  }
 }@media only screen and (max-width: 763px) { #ycShIg3kDpDW0F3QFGOi8lnUFH5POsUS #rzUNThF2Gv3h04Z6ExuMFkLbeZ3k5rcz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ycShIg3kDpDW0F3QFGOi8lnUFH5POsUS #rVowX8XILcnhqr2vSXT0B9LxslQ5Gm42 {  }
 }@media only screen and (max-width: 763px) { #ycShIg3kDpDW0F3QFGOi8lnUFH5POsUS #icV8iBdqaVoTVvckhWfzoKM1hBo3bQ7i {  }
 }@media only screen and (max-width: 763px) { #ycShIg3kDpDW0F3QFGOi8lnUFH5POsUS #k9T1on1KcDd2C3MVTp54ukvUpOlUAK4w { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ycShIg3kDpDW0F3QFGOi8lnUFH5POsUS #ItRQgKqSKmyNQsT12NMVMJ8xZAhQT8gs {  }
 }@media only screen and (max-width: 763px) { #ycShIg3kDpDW0F3QFGOi8lnUFH5POsUS #GPTSUMMuH5eExUQaTmZzEPk3EIZhdMmk {  }
 }@media only screen and (max-width: 763px) { #CCKKF5RT1znoCQnWVd5cvUfIu2tt9lIq { width:17.310546875rem;height:4.6875rem;top:88.4375rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ES3d71viO67UaN7sq5wMk1TMp5VhHy4f { width:20rem;height:13.75rem;top:34.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RX1ZHKlGMg1C4q3BqJzvCPyQiXf8XVfI { width:20rem;height:5.8115234375rem;top:87.875rem;left:0rem;z-index:15006;background-color:#059ff5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbvA5r6ao5mLek9rUxPvVV1HO61ILdMC { width:20rem;height:4.625rem;top:17.322828292847rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;color:#059ff5;display:block; }
 }@media only screen and (max-width: 763px) { #EgbO3Q68kdwKy741NOX4VgEU4tLhAnGG { width:17.3125rem;height:3rem;top:27.98046875rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y .widget-form-header {  }
#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#000000;width:17.5rem;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;line-height:1; }
#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y .widget-input-text { 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:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;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:17.5rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:quicksand;vertical-align:top; }
#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y .widget-input-text {padding-top: 0; padding-bottom: 0;}#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y .widget-textarea { 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:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;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:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:quicksand;vertical-align:top; }
#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y .widget-input-select { 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:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;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:17.5rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:quicksand;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y .widget-input-select {padding-top: 0; padding-bottom: 0;}#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y .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; }
#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #059ff5, #000000);background-image: -moz-linear-gradient(180deg, #059ff5, #000000);background-image: -ms-linear-gradient(180deg, #059ff5, #000000);background-image: -o-linear-gradient(180deg, #059ff5, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#059ff5', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#059ff5', endColorstr='#000000' );";background-image: linear-gradient(180deg, #059ff5, #000000);background-size:initial !important;border-top:0;border-right:0;border-bottom:0.3125rem solid #000164;border-left: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:0.9375rem;font-weight:bold;color:#f2f9ff;width:17.5rem;height:4.0625rem;font-family:montserrat;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.875rem #059ff5 ; }
#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y [class*="-text"]:-moz-placeholder { color:#161616;font-family:quicksand;font-size:0.875rem; }
#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y [class*="-text"]::-moz-placeholder { color:#161616;font-family:quicksand;font-size:0.875rem; }
#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:quicksand;font-size:0.875rem; }
#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:quicksand;font-size:0.875rem; }
#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#ffffff;vertical-align:top;width:16.3125rem;overflow:hidden;font-style:normal; }
#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y .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; }
#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y .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:quicksand;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y .widget-container:first-of-type{padding-top:0;}#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y .widget-container:last-of-type{padding-bottom:0;}#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0rem;top:50.1875rem;z-index:15020; }
#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y .widget-info-text { display:block;height:auto;font-family:quicksand;font-size:0.75rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y {display:block;}#WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0rem;top:50.1875rem;z-index:15020; }
 }@media only screen and (max-width: 763px) { #WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y #h1x6VC0Hqfi7hUxxmRZaET6ANiwOWzb3 { z-index:1; }
 }@media only screen and (max-width: 763px) { #WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y #rKxkOZTzVWGUdfmTETgC7nTsZMhQoXP4 { display:block; }
 }@media only screen and (max-width: 763px) { #WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y #vmvfuEhUyTgUdvggzCnEReITlmeC7xrW {  }
 }@media only screen and (max-width: 763px) { #WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y #QPGiPAOpTCCVAkAE5bqs1tPStvcLUXew {  }
 }@media only screen and (max-width: 763px) { #WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y #oycwbeca4b6EDKDpt0Ua0I4tIxLpRZCT {  }
 }@media only screen and (max-width: 763px) { #WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y #vi5oHHxQwmFwFgTkZxfPEyrtV6r1WGar {  }
 }@media only screen and (max-width: 763px) { #WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y #m3tmEmy5obRQWG5McQtau2KM3lCWiaJ9 { z-index:1; }
 }@media only screen and (max-width: 763px) { #WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y #gZTvg2aQuCyJmHPT5pV7dQSo9fP6GcSs { display:block; }
 }@media only screen and (max-width: 763px) { #WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y #e6Q5AvVqgyzPsgDzqHTgEQCQfzgktB35 {  }
 }@media only screen and (max-width: 763px) { #WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y #m6oQMCBToOggJIKEoHypWw4aIavpKZlb { z-index:1; }
 }@media only screen and (max-width: 763px) { #WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y #XVvAv75BwvHVVwuqTT89cPJ8HWrN3eo7 { display:block; }
 }@media only screen and (max-width: 763px) { #WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y #svbbewHysNBLxSgT4TqTZK5JdKJwfOlx {  }
 }@media only screen and (max-width: 763px) { #WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y #EGsLpJfbt20KHZ4JscJXwm3yQ8bbuLsm { z-index:1; }
 }@media only screen and (max-width: 763px) { #WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y #bTly83lhaGzkxP89GKmbiqvhw3PlASUC { display:block; }
 }@media only screen and (max-width: 763px) { #WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y #ETWpKRrSa2kGW00FCPwLUzDQwxKOmnBJ {  }
 }@media only screen and (max-width: 763px) { #WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y #JKGsMiT3c46NZIQTTL0dXxV3kJ3hxeOZ {  }
 }@media only screen and (max-width: 763px) { #WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y #AacNFaaMkH1h1Wpt8hqWXlgSkJXBsgZm { display:block; }
 }@media only screen and (max-width: 763px) { #WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y #hBsk9GduzKuQnJJvLNoEDERTN7VmiH0D {  }
 }@media only screen and (max-width: 763px) { #WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y #hb2OKgSeM4iUFw0aug3R53Tk52TCDLxi {  }
 }@media only screen and (max-width: 763px) { #WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y #r8RRUQ38XVrlw2ECrNW3WlCQixZBhbZP { z-index:2; }
 }@media only screen and (max-width: 763px) { #WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y #U6DNCM5p96wVqfRiVi7sFMhazZnozsU1 {  }
 }@media only screen and (max-width: 763px) { #WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y #Z0O6qT1WCfUGIHpOmnGxCsIAxVaX8efB { z-index:1; }
 }@media only screen and (max-width: 763px) { #WtiN9z73JEDFhS6G1TfRe5iM2sH9g11y #EhaC82I3NgRpcWPV6ZWiyMUiiIeM3yLU {  }
 }@media only screen and (max-width: 763px) { #TODPdIF0fLDfN5mEp83cNriQo2uNfCIC { background-color:#ffffff;background-image:none;display:block; }#TODPdIF0fLDfN5mEp83cNriQo2uNfCIC > .row .container { background-color: transparent; background-image: none; }#TODPdIF0fLDfN5mEp83cNriQo2uNfCIC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TODPdIF0fLDfN5mEp83cNriQo2uNfCIC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TODPdIF0fLDfN5mEp83cNriQo2uNfCIC > .row .container > .video-iframe-container { display: none; }#TODPdIF0fLDfN5mEp83cNriQo2uNfCIC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TODPdIF0fLDfN5mEp83cNriQo2uNfCIC > .row > .video-iframe-container { display: none; }#TODPdIF0fLDfN5mEp83cNriQo2uNfCIC > .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); }#TODPdIF0fLDfN5mEp83cNriQo2uNfCIC > .row .container { width:20rem;height:65rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #onO5D1QWv5P29QLh059U8nwxI5Ckzu81 { width:3.75rem;height:3.75rem;top:1.875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2hJ0Uf4NDiCeEMonPXtKFVUO60dBbKz { width:17.5rem;height:1.625rem;top:7rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Om4y8fbL8HHfLrSiOrrJuadTB4ZuUzLs { width:17.5rem;height:3.375rem;top:9.5rem;left:1.25rem;text-align:center;text-align-last:center;color:#011423;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIfbBbdLdbwt70txFOwKSOVWnmgkL1Ui { width:3.75rem;height:3.75rem;top:15rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClxS1HaL9c0dWlTW9zQngNT1OSrIOND5 { width:17.5rem;height:1.625rem;top:19.375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gh3X1bH9HPPaXegUeFQP8SypNNPKThVw { width:17.5rem;height:1.8125rem;top:21.8125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ro7RtWw7NsM6NRh8nfrUakKvtXCJWL76 { width:3.75rem;height:3.75rem;top:29.49951171875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jp6AoJxSrc2V9eo2UL5fZlyoOC6NxN5P { width:17.5rem;height:1.625rem;top:34.0625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfSb9Iytr5DA2HOF8QmnWsBT8q5nHttV { width:17.5rem;height:6.5rem;top:36.5625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bD9CT0lgTPRAp5DSCCQeT3ZmZucuDTD1 { top:0rem;left:0rem;width:20rem;height:40.3125rem;z-index:14999;background-color:#ffffff;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #ndJBLkwrZA2le33HFfZ1c8LmSJlzilP5 { width:16.0625rem;height:3.25rem;top:23.5185546875rem;left:1.96875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxCZMedEfXbCExnKHPWnfAcApeWN5zuS { display:block; }#FxCZMedEfXbCExnKHPWnfAcApeWN5zuS > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u6WAn3TpZAnNxhJ0bXetuNyf4PIIEm1m { width:17.8125rem;height:12.25rem;top:3.1873474121094rem;left:1.0929608345032rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ev7PCG518oy1DLP8RHciQB3N7gfFO380 { width:2.1245125rem;height:2.1245125rem;top:3.1875rem;left:0.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3R4ySsUJhGiwc6iy1GOaQ0zZ6lIPdIF { height:12.249875rem;width:18.3745625rem;top:22rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUtwyaGf55PTBAWdDswkzRecE7GKdBif { width:20rem;height:16.477875rem;top:19.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SODOfQIx0R2cdAdUI05pHyZUTJAWZ0W8 { display:block; }#SODOfQIx0R2cdAdUI05pHyZUTJAWZ0W8 > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rZTNZyFtTTTFKW4Z5ZLHHMWN7ZbqLqF9 { width:20rem;height:6.75rem;top:5.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeIfKgHfRKImopdGsOVthIPNr8w0T83t { width:2.5rem;height:2.6875rem;top:1.375rem;left:3rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Exvf3ozd4icZaiwhcWxg1hyte5GAkltq { width:2.5rem;height:2.6875rem;top:1.375rem;left:7rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bswPNEDri242In7FztGnUbVlmpz0148T { width:2.5rem;height:2.6875rem;top:1.375rem;left:11.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KV08r27RpwswNA8wH7AAhq7VPoCT8yb6 { width:1.8125rem;height:2.125rem;top:1.6875rem;left:15.1875rem;display:block; }
 }