.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;
}
.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;
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/MOO6k3RaiwE/unsplash/omar-flores-MOO6k3RaiwE-photo-1566443280617-35db331c54fb.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(2,15,23,0.35); }#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(2,15,23,0.35); }#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh > .row > .video-iframe-container { display: none; }#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh > .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); }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs { position:relative;display:block; }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs { background-color: transparent; background-image: none; }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .row .container > .video-iframe-container { display: none; }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .row > .video-iframe-container { display: none; }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .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); }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs { border-width: 0; border-radius: 0; }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(19,18,18,0.7);background-image:none;font-size:0.875rem;font-family:arial;height:51.1875rem;width:60rem;position:relative;display:block; }#gISaFIvOK4VlotavBZEunktslRx2Do8S { color:#89d4e3;display:block;width:32rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:1.7489346265793rem;left:11.873226165771rem;height:4.7123625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#pa7bIWt0Xn3AdbE39Gv11eqSXzpqEZx2 { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.625rem;border-top-right-radius:3.625rem;border-bottom-left-radius:3.625rem;border-bottom-right-radius:3.625rem;height:2.9375rem;width:9.8125rem;top:1.7489346265793rem;left:2.9367904663086rem;overflow:hidden;display:block; }
#osAxEKb2wawVNzLCsgtlbTc8R3xmir1T { box-sizing:content-box;color:#65cad7;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:9.5rem;left:18.3125rem;display:block; }
#p1N80XkM0HxOSIpzcJBoaaU3qDCHCH8D { color:#8dc63f;display:block;width:9.75rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:11.375rem;left:23.0625rem;height:1.54385625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lkBH9OkCOfL8ImNsII6LirIWlVOrCwNk { box-sizing:content-box;color:#65cad7;font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:14.875rem;left:18.375rem;display:block; }
#GH1oVoaqqBa9e67zdiXTdvfHZwzZRGek { color:#8dc63f;display:block;width:9.5625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:12.9375rem;left:23.1875rem;height:1.13725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lvnJbsnkRi3KLBIyuuRysLSG8BkrTo9V { color:#8dc63f;display:block;width:27.0625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:17.375rem;left:23.125rem;height:2.7627875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FPB7TAgsydQatIKpngqNDCPkElx5VmVV { color:#000000;display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:27.62428855896rem;left:23.125rem;height:1.46218125rem;text-align:left;text-align-last:left;display:block; }
#Ov27dqUWL7q28CdNCLoKC4HUOTbMt41f { box-sizing:content-box;color:#65cad7;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:21.1875rem;left:18.625rem;display:block; }
#TEJegnU1gVlInJ4cFgTsEeWZl5si2eTg { color:#8dc63f;display:block;width:17.62075rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:21.625rem;left:23.125rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Pm9zyvKu4XvyNN3U14MHtO2BD0daooUX { color:#ffffff;display:block;width:29.3125rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:normal;z-index:100006;line-height:1.5;letter-spacing:0;top:34rem;left:15.875rem;height:5.34535rem;text-align:center;text-align-last:center;display:block; }
#sswhcGPAhIpZdLDcIMlpLlymmRcOfITG { color:#ffffff;display:block;width:28.4375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:45.625rem;left:16.375rem;height:3.37358125rem;text-align:center;text-align-last:center;display:block; }
#xr5SMRETFnxSPcrUUXiTiaWMkOO50rtF { box-sizing:content-box;color:#89d4e3;font-size:2.125rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:27.3125rem;left:18.5625rem;display:block; }
#PyxMKystFtSNCEunaeFievoxCvpfiHu1 { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:7.1875rem;width:28.9375rem;top:25.5625rem;left:14.8125rem;display:block; }
#Sx1T5skDdCByil6KbiA9iHTogKFk8I03 { color:#f8f8f8;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:9.1875rem;left:23.125rem;height:;display:block; }
#qvRFBwTEJT7dFQpJUDuVBAtvXQqaxtAV { color:#f8f8f8;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:14.9375rem;left:23.125rem;height:;display:block; }
#Jv1IkxFhws0wepIwEeTZvzzHT203hu3P { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:29.062498092651rem;left:23.125rem;height:1.13725rem;text-align:left;text-align-last:left;display:block; }
#DQturpxbHVn3pH0nmKGNpfAhEWxpsitH { background-color:#8dc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:41rem;left:20.5625rem;display:block; }
#rxlu95sPxEcu331y6SgEUDJJ99aaN3iP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WwFqeKKMisRbAW6I4r3iEoH42yfiLtdW { position:relative;display:block; }#WwFqeKKMisRbAW6I4r3iEoH42yfiLtdW { background-color: transparent; background-image: none; }#WwFqeKKMisRbAW6I4r3iEoH42yfiLtdW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WwFqeKKMisRbAW6I4r3iEoH42yfiLtdW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WwFqeKKMisRbAW6I4r3iEoH42yfiLtdW > .row .container > .video-iframe-container { display: none; }#WwFqeKKMisRbAW6I4r3iEoH42yfiLtdW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WwFqeKKMisRbAW6I4r3iEoH42yfiLtdW > .row > .video-iframe-container { display: none; }#WwFqeKKMisRbAW6I4r3iEoH42yfiLtdW > .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); }#WwFqeKKMisRbAW6I4r3iEoH42yfiLtdW { border-width: 0; border-radius: 0; }#WwFqeKKMisRbAW6I4r3iEoH42yfiLtdW > .row .container { border-top:0.3125rem solid #1e0a47;border-left:0.3125rem solid #1e0a47;border-right:0.3125rem solid #1e0a47;border-bottom:0;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:"open sans";height:7.6875rem;width:60rem;position:relative;display:block; }#WwFqeKKMisRbAW6I4r3iEoH42yfiLtdW > .row .container.adaptive-delivery-prevent-bg, #WwFqeKKMisRbAW6I4r3iEoH42yfiLtdW > .row .container.lazyload, #WwFqeKKMisRbAW6I4r3iEoH42yfiLtdW > .row .container.lazyloading { background-image: none; }#mTTv5Fe7kTLK2DBCUVmP9KcnVCDwBkvN { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:3.3124952316284rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t4u0eKS9dFOu4SUkNdanmufogykIH56F { position:absolute;display:block;z-index:100003;background-color:#46b1cc;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;height:0.124511875rem;width:1.875rem;top:7.24853515625rem;left:29.0625rem;display:block; }
#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv { position:relative;display:block; }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv { background-color: transparent; background-image: none; }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row .container > .video-iframe-container { display: none; }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row > .video-iframe-container { display: none; }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .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); }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv { border-width: 0; border-radius: 0; }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row .container { border-top:0;border-left:0.3125rem solid #1e0a47;border-right:0.3125rem solid #1e0a47;border-bottom:0.3125rem solid #1e0a47;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:"open sans";height:42.6875rem;width:60rem;position:relative;display:block; }#tUdxNVcXyT7KpMrGJmRMvyOr00OHkE2w { position:absolute;display:block;z-index:100000;background-color:#ffffff;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(0,0,0,0.5) ;height:19.125rem;width:24.6875rem;top:0.5625rem;left:2.8125rem;display:block; }
#bfHWoqqV5NKk3i5ECxPTxTdrv2PqC35Q { color:#383838;display:block;width:27.372396469116rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:100002;line-height:1.8;letter-spacing:0;top:1.0625rem;left:30.2734375rem;height:16.1878375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rCllga7OaW9OusoKQ7bzoD261xKMayVC { color:#000000;display:block;width:20.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:3.2604179382324rem;left:6.625rem;height:14.28709375rem;font-style:italic;display:block; }
#UO1PHHiwi1uqVQe7VfZHAEr2LfaLGD2F { box-sizing:content-box;color:rgba(72,81,90,0.92);font-size:1.3125rem;font-weight:400;line-height:1;height:1.9361978769302rem;width:1.9361978769302rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:3.2395858764649rem;left:4.0625rem;display:block; }
#r5aaWMC7JWIvBsBXfX0vpWhN7UD4snQs { box-sizing:content-box;color:rgba(72,81,90,0.92);font-size:1.3125rem;font-weight:400;line-height:1;height:1.9361978769302rem;width:1.9361978769302rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:6.8749980926512rem;left:4.0625rem;display:block; }
#Or4y5gm5O25VO5gVwVfU88bZ7709zhbW { box-sizing:content-box;color:rgba(72,81,90,0.92);font-size:1.3125rem;font-weight:400;line-height:1;height:1.9348958730698rem;width:1.9348958730698rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:10.455732345581rem;left:4.0625rem;display:block; }
#pwJpv8T0U2R7a1Z3z41xFzEJgAOKC6m6 { box-sizing:content-box;color:rgba(72,81,90,0.92);font-size:1.3125rem;font-weight:400;line-height:1;height:1.9348958730698rem;width:1.9348958730698rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:13.498701095581rem;left:4.0625rem;display:block; }
#dqb2EmueGOe73t0q0O5TMzTA9U1IBsL5 { color:#383838;display:block;width:54.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:100003;line-height:1.8;letter-spacing:0;top:24.311718940735rem;left:2.8125rem;height:1.79865rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dz7pecFdVlr57PFFwpc4VkbTbVWRfFLT { color:#383838;display:block;width:21.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:100004;line-height:2.3;letter-spacing:0;top:26.386719942093rem;left:8.8125rem;height:13.7908375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZbWGwvhS9vcaVMzZC6z80g7HfOT7OiCf { box-sizing:content-box;color:rgba(72,81,90,0.92);font-size:1.3125rem;font-weight:400;line-height:1;height:1.93671875rem;width:1.93671875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:26.386719226837rem;left:5.9984378814697rem;display:block; }
#IZ7iE2i73DeuDMb55VkB9yWilUgPRvVb { box-sizing:content-box;color:rgba(72,81,90,0.92);font-size:1.3125rem;font-weight:400;line-height:1;height:1.9361978769302rem;width:1.9361978769302rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:31.1875rem;left:5.9986991882324rem;display:block; }
#HBCnb7limViw1q5fmumIKkcVuxuw94Fc { box-sizing:content-box;color:rgba(72,81,90,0.92);font-size:1.3125rem;font-weight:400;line-height:1;height:1.9348958730698rem;width:1.9348958730698rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:38.03515625rem;left:5.9986991882324rem;display:block; }
#Gr3ntc7lEFKd4CbtVbdhfArsy2FOTcSA { box-sizing:content-box;color:rgba(72,81,90,0.92);font-size:1.3125rem;font-weight:400;line-height:1;height:1.9348958730698rem;width:1.9348958730698rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:35.6875rem;left:5.9986991882324rem;display:block; }
#pFqfaZet15pWxTTExXx8rTzseOf7f8vQ { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;height:14.25rem;width:21.375rem;top:24.725784301757rem;left:31.64999961853rem;overflow:hidden;display:block; }
#TNHbUeFyrBAOZbT8H4rKMPavPyiAIzX8 { position:relative;display:block; }#TNHbUeFyrBAOZbT8H4rKMPavPyiAIzX8 { background-color: transparent; background-image: none; }#TNHbUeFyrBAOZbT8H4rKMPavPyiAIzX8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNHbUeFyrBAOZbT8H4rKMPavPyiAIzX8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNHbUeFyrBAOZbT8H4rKMPavPyiAIzX8 > .row .container > .video-iframe-container { display: none; }#TNHbUeFyrBAOZbT8H4rKMPavPyiAIzX8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNHbUeFyrBAOZbT8H4rKMPavPyiAIzX8 > .row > .video-iframe-container { display: none; }#TNHbUeFyrBAOZbT8H4rKMPavPyiAIzX8 > .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); }#TNHbUeFyrBAOZbT8H4rKMPavPyiAIzX8 { border-width: 0; border-radius: 0; }#TNHbUeFyrBAOZbT8H4rKMPavPyiAIzX8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:10.9375rem;width:60rem;position:relative;display:block; }#SLhSAR9sQJfpThS3kgMQHFTUBlHernVL { background-color:#8dc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.93608125rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:3.5005340576172rem;left:21.875rem;display:block; }
#RJf25b7UQT6qDVr3QMAE0bwic94lO8Vr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#F9VhMN4QzSFFxJCiw4uaGVMbUcOrwxUn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.62);background-image:none;position:relative;display:block; }#F9VhMN4QzSFFxJCiw4uaGVMbUcOrwxUn > .row .container { background-color: transparent; background-image: none; }#F9VhMN4QzSFFxJCiw4uaGVMbUcOrwxUn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F9VhMN4QzSFFxJCiw4uaGVMbUcOrwxUn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F9VhMN4QzSFFxJCiw4uaGVMbUcOrwxUn > .row .container > .video-iframe-container { display: none; }#F9VhMN4QzSFFxJCiw4uaGVMbUcOrwxUn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F9VhMN4QzSFFxJCiw4uaGVMbUcOrwxUn > .row > .video-iframe-container { display: none; }#F9VhMN4QzSFFxJCiw4uaGVMbUcOrwxUn > .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); }#F9VhMN4QzSFFxJCiw4uaGVMbUcOrwxUn > .row .container { border-width: 0; border-radius: 0; }#F9VhMN4QzSFFxJCiw4uaGVMbUcOrwxUn > .row .container { font-size:0.875rem;font-family:"open sans";height:35.9375rem;width:60rem;position:relative;display:block; }#pfVyAr0uJKKIwbdTGdqUZJ3EGHNGiAMa { color:#ffffff;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:2.7494673728943rem;left:0rem;height:2.43696875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zQOfARKOhoxGItv519mV6iibmghpxDts { position:absolute;display:block;z-index:100003;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;height:0.125rem;width:1.875rem;top:6.8125rem;left:29.0625rem;display:block; }
#ZlLTbiDyJZ8zvHF0KZAIvoEtHEH7GOAp { position:absolute;display:block;z-index:100010;background-color:#ebebeb;background-image:url("https://images.assets-landingi.com/B9cv0KsY/Ne_vtelen_terv_42.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:10.3125rem;width:10.37475rem;top:9.25rem;left:11.625rem;display:block; }#ZlLTbiDyJZ8zvHF0KZAIvoEtHEH7GOAp.adaptive-delivery-prevent-bg, #ZlLTbiDyJZ8zvHF0KZAIvoEtHEH7GOAp.lazyload, #ZlLTbiDyJZ8zvHF0KZAIvoEtHEH7GOAp.lazyloading { background-image: none; }
#HlKLqXC8ckhgBeLrsHz9L7aadepE67od { color:#ffffff;display:block;width:14.6228125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:21.25rem;left:9.5rem;height:1.62464375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NVSh25v6cDpsibw7fZH9FNAiAIOOleBS { color:#000000;display:block;width:19.1858125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:23.8125rem;left:7.1875rem;height:2.436075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ic5ca7NLxCM01wQfEGkgdk1aB477gPIy { position:absolute;display:block;z-index:100011;background-color:#ebebeb;background-image:url("https://images.assets-landingi.com/uc/92a0cc0f-c255-4d44-9b4f-2364681e2173/KEKp.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:10.3125rem;width:10.373698234558rem;top:9.25rem;left:39.75rem;display:block; }#Ic5ca7NLxCM01wQfEGkgdk1aB477gPIy.adaptive-delivery-prevent-bg, #Ic5ca7NLxCM01wQfEGkgdk1aB477gPIy.lazyload, #Ic5ca7NLxCM01wQfEGkgdk1aB477gPIy.lazyloading { background-image: none; }
#pLkuIyHDV5JgfO5Okozt5ElCi9mDI82L { color:#ffffff;display:block;width:14.622395515442rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:21.5625rem;left:37.6875rem;height:1.62464375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JFXydQlrtGogaVBvoBT2b92WBB6aWbXZ { color:#000000;display:block;width:19.1846875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:23.808589935302rem;left:35.406600952149rem;height:2.436075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qLEplZsszp6UsS8q05nyP69ZKMnCPfhe { border-top:0.3125rem solid #1e0a47;border-left:0.3125rem solid #1e0a47;border-right:0.3125rem solid #1e0a47;border-bottom:0.3125rem solid #1e0a47;background-color:#ffffff;background-image:none;position:relative;display:block; }#qLEplZsszp6UsS8q05nyP69ZKMnCPfhe > .row .container { background-color: transparent; background-image: none; }#qLEplZsszp6UsS8q05nyP69ZKMnCPfhe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qLEplZsszp6UsS8q05nyP69ZKMnCPfhe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qLEplZsszp6UsS8q05nyP69ZKMnCPfhe > .row .container > .video-iframe-container { display: none; }#qLEplZsszp6UsS8q05nyP69ZKMnCPfhe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qLEplZsszp6UsS8q05nyP69ZKMnCPfhe > .row > .video-iframe-container { display: none; }#qLEplZsszp6UsS8q05nyP69ZKMnCPfhe > .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); }#qLEplZsszp6UsS8q05nyP69ZKMnCPfhe > .row .container { border-width: 0; border-radius: 0; }#qLEplZsszp6UsS8q05nyP69ZKMnCPfhe > .row .container { font-size:0.875rem;font-family:"open sans";height:44rem;width:60rem;position:relative;display:block; }#sH5hTUfIHC2zPBCib53IbOxdRvXw8qSg { color:#1178b5;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:3.0000114440918rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BmeboRRDSWmOoA6hZ3ccTnbTSUF4sM8q { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:15.0625rem;left:33.875rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#g5bALEASB8qq3IW547LhJdhuAJBpTTZG { color:#000000;display:block;width:22.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:8.8955993652344rem;left:33.061965942382rem;height:14.6218125rem;display:block; }
#JJXqSoRbfA5BIKLr3f7oUBiGRVopW64L { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.4375rem;width:27.4375rem;top:7.4583435058594rem;left:1.3125rem;overflow:hidden;display:block; }
#dUeZthvZQVBiHericARD1TcfbKUasMdb { background-color:#8dc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.93608125rem;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:26.685026168823rem;left:34.186790466309rem;display:block; }
#HMtBTSyTi0X6SmTlUdLrE7HvPrk9vOsp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kz5RKIPI4nrXFst6lGLmQR00e5bsDSgK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100030;top:8.8958435058594rem;left:30.5rem; }
#COivCGq86kFBE7xkRLOzkPEe5Fv2WXSz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100031;top:13.623942613602rem;left:30.498931884766rem; }
#Jt04FriUTDmx7Glb9OvmQ2KMCedep273 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100032;top:19.499289751053rem;left:30.498931884766rem; }
#AuTdQsC45yALxPOACTOfa05HhlzZowu1 { color:#000000;display:block;width:24.3119375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:100029;line-height:1.3;letter-spacing:0;top:31.893655776977rem;left:30.499824523926rem;height:1.055575rem;text-align:center;text-align-last:center;display:block; }
#mqQJRRbD0kihvn8tshX14Q1di5cCLXNM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/bePMPzub/K%C3%A9perny%C5%91fot%C3%B3_2018-03-02_-_11.10.28.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#mqQJRRbD0kihvn8tshX14Q1di5cCLXNM.adaptive-delivery-prevent-bg, #mqQJRRbD0kihvn8tshX14Q1di5cCLXNM.lazyload, #mqQJRRbD0kihvn8tshX14Q1di5cCLXNM.lazyloading { background-image: none; }#mqQJRRbD0kihvn8tshX14Q1di5cCLXNM > .row .container { background-color: transparent; background-image: none; }#mqQJRRbD0kihvn8tshX14Q1di5cCLXNM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqQJRRbD0kihvn8tshX14Q1di5cCLXNM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqQJRRbD0kihvn8tshX14Q1di5cCLXNM > .row .container > .video-iframe-container { display: none; }#mqQJRRbD0kihvn8tshX14Q1di5cCLXNM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqQJRRbD0kihvn8tshX14Q1di5cCLXNM > .row > .video-iframe-container { display: none; }#mqQJRRbD0kihvn8tshX14Q1di5cCLXNM > .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); }#mqQJRRbD0kihvn8tshX14Q1di5cCLXNM > .row .container { border-width: 0; border-radius: 0; }#mqQJRRbD0kihvn8tshX14Q1di5cCLXNM > .row .container { font-size:0.875rem;font-family:"open sans";height:19.0625rem;width:60rem;position:relative;display:block; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.79);background-image:none;position:relative;display:block; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container { background-color: transparent; background-image: none; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container > .video-iframe-container { display: none; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row > .video-iframe-container { display: none; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .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); }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container { border-width: 0; border-radius: 0; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container { font-size:0.875rem;font-family:"open sans";height:31.1875rem;width:60rem;position:relative;display:block; }#z87DPESxhoBtOZnMlAgfm02cL4s8bST8 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:19.3125rem;left:25.84375rem;height:0;display:block; }
#piJQHmxHcaldO1Zim9p5GISLhW3ou6dd { background-color:#8dc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.93676875rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:19.3115234375rem;left:20.811767578125rem;display:block; }
#D1fpwwnFT17yd4DQPBe7LTCVZ6N5K1d7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#P4EmauHiW57aexT9EnTRw4tgpmPeoqUD { color:#ffffff;display:block;width:34.43725rem;position:absolute;font-family:roboto;font-size:4rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:9.90966796875rem;left:12.779541015625rem;height:5.19975rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs { display:block; }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs { background-color: transparent; background-image: none; }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .row .container > .video-iframe-container { display: none; }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .row > .video-iframe-container { display: none; }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .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); }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .row .container { width:47.75rem;height:47.6875rem;background-color:rgba(11,9,10,0.48);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 959px) { #gISaFIvOK4VlotavBZEunktslRx2Do8S { width:21.49609375rem;height:6rem;top:4.1640677452088rem;left:13.126302719116rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #pa7bIWt0Xn3AdbE39Gv11eqSXzpqEZx2 { width:8.9375rem;height:2.875rem;top:0.56015676259994rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #osAxEKb2wawVNzLCsgtlbTc8R3xmir1T { width:2.625rem;height:2.625rem;top:12.927088737487rem;left:16.1875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #p1N80XkM0HxOSIpzcJBoaaU3qDCHCH8D { width:16.5625rem;height:1.3333333730698rem;top:13.5625rem;left:23.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #lkBH9OkCOfL8ImNsII6LirIWlVOrCwNk { width:2.4375rem;height:2.4375rem;top:16.364589691162rem;left:16.3125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #GH1oVoaqqBa9e67zdiXTdvfHZwzZRGek { width:12.375rem;height:1.1666666269302rem;top:14.8125rem;left:23.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #lvnJbsnkRi3KLBIyuuRysLSG8BkrTo9V { width:19.8125rem;height:2.3333332538605rem;top:18.3125rem;left:23.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #FPB7TAgsydQatIKpngqNDCPkElx5VmVV { width:19.435375rem;height:1.1666666269302rem;top:26.8125rem;left:16.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 959px) { #Ov27dqUWL7q28CdNCLoKC4HUOTbMt41f { width:2.625rem;height:2.5625rem;top:20.54167175293rem;left:16.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #TEJegnU1gVlInJ4cFgTsEeWZl5si2eTg { width:16.5625rem;height:1.1666666269302rem;top:21.8125rem;left:23.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Pm9zyvKu4XvyNN3U14MHtO2BD0daooUX { width:23.625rem;height:4rem;top:32.691411972046rem;left:12.03125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #sswhcGPAhIpZdLDcIMlpLlymmRcOfITG { width:24.4375rem;height:2.6666667461395rem;top:44.462245941162rem;left:11.65625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #xr5SMRETFnxSPcrUUXiTiaWMkOO50rtF { width:2.625rem;height:2.5625rem;top:26.8125rem;left:12.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #PyxMKystFtSNCEunaeFievoxCvpfiHu1 { width:22.5rem;height:5.75rem;top:25.25rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Sx1T5skDdCByil6KbiA9iHTogKFk8I03 { width:12.5rem;height:1.3333333730698rem;top:12.125rem;left:23.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #qvRFBwTEJT7dFQpJUDuVBAtvXQqaxtAV { width:12.5rem;height:1.3333333730698rem;top:16.875rem;left:23.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #Jv1IkxFhws0wepIwEeTZvzzHT203hu3P { width:18rem;height:1.0833333730698rem;top:28.25rem;left:16.1875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 959px) { #DQturpxbHVn3pH0nmKGNpfAhEWxpsitH { width:17.5rem;height:3.4375rem;top:39.145839691162rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #rxlu95sPxEcu331y6SgEUDJJ99aaN3iP { display:block; }
 }@media only screen and (max-width: 959px) { #WwFqeKKMisRbAW6I4r3iEoH42yfiLtdW { display:block; }#WwFqeKKMisRbAW6I4r3iEoH42yfiLtdW > .row .container { width:47.75rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #mTTv5Fe7kTLK2DBCUVmP9KcnVCDwBkvN { width:47.75rem;height:2.4166667461395rem;top:2.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #t4u0eKS9dFOu4SUkNdanmufogykIH56F { width:1.875rem;height:0.12421875rem;top:5.6218748092651rem;left:22.93750038743rem;display:block; }
 }@media only screen and (max-width: 959px) { #g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv { display:block; }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row .container { width:47.75rem;height:40.5rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #tUdxNVcXyT7KpMrGJmRMvyOr00OHkE2w { width:23.375rem;height:20rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #bfHWoqqV5NKk3i5ECxPTxTdrv2PqC35Q { width:22.622625rem;height:18.999999403954rem;top:1.3867177963257rem;left:24.374218374491rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 959px) { #rCllga7OaW9OusoKQ7bzoD261xKMayVC { width:19.809896469116rem;height:13.75rem;top:1.8125rem;left:3.7096357345581rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #UO1PHHiwi1uqVQe7VfZHAEr2LfaLGD2F { width:1.875rem;height:1.875rem;top:1.8125rem;left:1.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #r5aaWMC7JWIvBsBXfX0vpWhN7UD4snQs { width:1.875rem;height:1.875rem;top:5.625rem;left:1.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Or4y5gm5O25VO5gVwVfU88bZ7709zhbW { width:1.875rem;height:1.875rem;top:8.9375rem;left:1.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #pwJpv8T0U2R7a1Z3z41xFzEJgAOKC6m6 { width:1.875rem;height:1.875rem;top:11.9375rem;left:1.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #dqb2EmueGOe73t0q0O5TMzTA9U1IBsL5 { width:39.0625rem;height:1.9166666269302rem;top:23.750000476837rem;left:2.8750001490116rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #dz7pecFdVlr57PFFwpc4VkbTbVWRfFLT { width:40.875rem;height:7.3333334922787rem;top:27.156251430511rem;left:5.2499999105931rem;font-size:1.0625rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 959px) { #ZbWGwvhS9vcaVMzZC6z80g7HfOT7OiCf { width:1.875rem;height:1.875rem;top:32.59375rem;left:3rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #IZ7iE2i73DeuDMb55VkB9yWilUgPRvVb { width:1.875rem;height:1.875rem;top:30.69792175293rem;left:3rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #HBCnb7limViw1q5fmumIKkcVuxuw94Fc { width:1.875rem;height:1.875rem;top:27.125rem;left:2.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Gr3ntc7lEFKd4CbtVbdhfArsy2FOTcSA { width:1.875rem;height:1.875rem;top:28.802085876465rem;left:3rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #pFqfaZet15pWxTTExXx8rTzseOf7f8vQ { width:21.375rem;height:14.25rem;top:24.6875rem;left:25.52499961853rem;display:none; }
 }@media only screen and (max-width: 959px) { #TNHbUeFyrBAOZbT8H4rKMPavPyiAIzX8 { display:block; }#TNHbUeFyrBAOZbT8H4rKMPavPyiAIzX8 > .row .container { width:47.75rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #SLhSAR9sQJfpThS3kgMQHFTUBlHernVL { width:16.25rem;height:3.8736979961395rem;top:2.8737030029297rem;left:15.75rem;color:#f8f8f8;display:block; }
 }@media only screen and (max-width: 959px) { #RJf25b7UQT6qDVr3QMAE0bwic94lO8Vr { display:block; }
 }@media only screen and (max-width: 959px) { #F9VhMN4QzSFFxJCiw4uaGVMbUcOrwxUn { display:block; }#F9VhMN4QzSFFxJCiw4uaGVMbUcOrwxUn > .row .container { width:47.75rem;height:50.8125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #pfVyAr0uJKKIwbdTGdqUZJ3EGHNGiAMa { width:47.75rem;height:2.4166667461395rem;top:2.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #zQOfARKOhoxGItv519mV6iibmghpxDts { width:1.875rem;height:0.125rem;top:7.3747863769531rem;left:22.937283992768rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZlLTbiDyJZ8zvHF0KZAIvoEtHEH7GOAp { width:11.25rem;height:11.25rem;top:8.9375rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #HlKLqXC8ckhgBeLrsHz9L7aadepE67od { width:14.56175rem;height:1.5rem;top:21.5625rem;left:16.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #NVSh25v6cDpsibw7fZH9FNAiAIOOleBS { width:19.12475rem;height:2.6666667461395rem;top:23.8125rem;left:14.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #Ic5ca7NLxCM01wQfEGkgdk1aB477gPIy { width:11.25rem;height:11.25rem;top:30.3125rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #pLkuIyHDV5JgfO5Okozt5ElCi9mDI82L { width:14.56175rem;height:1.5rem;top:42.5rem;left:16.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #JFXydQlrtGogaVBvoBT2b92WBB6aWbXZ { width:19.1241875rem;height:2.6666667461395rem;top:44.4375rem;left:14.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #qLEplZsszp6UsS8q05nyP69ZKMnCPfhe { display:block; }#qLEplZsszp6UsS8q05nyP69ZKMnCPfhe > .row .container { width:47.75rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #sH5hTUfIHC2zPBCib53IbOxdRvXw8qSg { width:47.75rem;height:2.4166667461395rem;top:1.9359428286553rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #BmeboRRDSWmOoA6hZ3ccTnbTSUF4sM8q { width:7.875rem;height:1.38125rem;top:15.0625rem;left:27.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 959px) { #g5bALEASB8qq3IW547LhJdhuAJBpTTZG { width:17.8125rem;height:27.500000715256rem;top:7.3645935058594rem;left:29.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #JJXqSoRbfA5BIKLr3f7oUBiGRVopW64L { width:27.4375rem;height:27.4375rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #dUeZthvZQVBiHericARD1TcfbKUasMdb { width:16.25rem;height:3.8736979961395rem;top:37.93620300293rem;left:15.75rem;color:#f8f8f8;display:block; }
 }@media only screen and (max-width: 959px) { #HMtBTSyTi0X6SmTlUdLrE7HvPrk9vOsp { display:block; }
 }@media only screen and (max-width: 959px) { #kz5RKIPI4nrXFst6lGLmQR00e5bsDSgK { width:1.3125rem;height:1.3125rem;top:7.3958435058594rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #COivCGq86kFBE7xkRLOzkPEe5Fv2WXSz { width:1.3125rem;height:1.3125rem;top:15.25rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #Jt04FriUTDmx7Glb9OvmQ2KMCedep273 { width:1.3125rem;height:1.3125rem;top:26.25rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #AuTdQsC45yALxPOACTOfa05HhlzZowu1 { width:17.8125rem;height:27.500000715256rem;top:7.3645935058594rem;left:29.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #mqQJRRbD0kihvn8tshX14Q1di5cCLXNM { display:block; }#mqQJRRbD0kihvn8tshX14Q1di5cCLXNM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv { background-color:rgba(70,177,204,0.2);background-image:none;display:block; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container { background-color: transparent; background-image: none; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container > .video-iframe-container { display: none; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row > .video-iframe-container { display: none; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .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); }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container { width:47.75rem;height:21.3125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #z87DPESxhoBtOZnMlAgfm02cL4s8bST8 { width:12.5rem;height:;top:19.3125rem;left:19.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #piJQHmxHcaldO1Zim9p5GISLhW3ou6dd { width:16.25rem;height:3.8745125rem;top:11.873779296875rem;left:15.748291015625rem;color:#f8f8f8;display:block; }
 }@media only screen and (max-width: 959px) { #D1fpwwnFT17yd4DQPBe7LTCVZ6N5K1d7 { display:block; }
 }@media only screen and (max-width: 959px) { #P4EmauHiW57aexT9EnTRw4tgpmPeoqUD { width:34.375rem;height:5.1666665077209rem;top:4.6240234375rem;left:6.685791015625rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs { display:block; }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs { background-color: transparent; background-image: none; }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .row .container > .video-iframe-container { display: none; }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .row > .video-iframe-container { display: none; }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .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); }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .row .container { width:20rem;height:47.5rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/NZ0HxSy55hY/unsplash/mudassir-ali-NZ0HxSy55hY-photo-1563518839049-f44a5e423f12.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .row .container.adaptive-delivery-prevent-bg, #q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .row .container.lazyload, #q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #gISaFIvOK4VlotavBZEunktslRx2Do8S { width:15.3125rem;height:2.59765rem;top:4.3103694915771rem;left:2.3437499403954rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pa7bIWt0Xn3AdbE39Gv11eqSXzpqEZx2 { width:6.875rem;height:2.1875rem;top:0.99786937236787rem;left:6.5312501788137rem;display:block; }
 }@media only screen and (max-width: 763px) { #osAxEKb2wawVNzLCsgtlbTc8R3xmir1T { width:2.9375rem;height:2.875rem;top:8.875rem;left:1.3125rem;font-size:2rem;color:#f8f8f8;display:block; }
 }@media only screen and (max-width: 763px) { #p1N80XkM0HxOSIpzcJBoaaU3qDCHCH8D { width:14.3125rem;height:1.2180375rem;top:10.5625rem;left:4.5625rem;text-align:left;text-align-last:left;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lkBH9OkCOfL8ImNsII6LirIWlVOrCwNk { width:3.0625rem;height:2.9375rem;top:14.4375rem;left:1.125rem;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GH1oVoaqqBa9e67zdiXTdvfHZwzZRGek { width:14.25rem;height:1.13725rem;top:11.6875rem;left:4.6875rem;text-align:left;text-align-last:left;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #lvnJbsnkRi3KLBIyuuRysLSG8BkrTo9V { width:13.1875rem;height:2.11115rem;top:15.875rem;left:4.6875rem;text-align:left;text-align-last:left;font-size:0.8125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #FPB7TAgsydQatIKpngqNDCPkElx5VmVV { width:19.435375rem;height:1.38139375rem;top:27.125rem;left:0.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ov27dqUWL7q28CdNCLoKC4HUOTbMt41f { width:2.75rem;height:2.6875rem;top:20.375rem;left:1.375rem;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TEJegnU1gVlInJ4cFgTsEeWZl5si2eTg { width:14.25rem;height:1.2180375rem;top:21.125rem;left:4.6875rem;text-align:left;text-align-last:left;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Pm9zyvKu4XvyNN3U14MHtO2BD0daooUX { width:19.4375rem;height:3.166725rem;top:33.895832061767rem;left:0.28125rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #sswhcGPAhIpZdLDcIMlpLlymmRcOfITG { width:19.5625rem;height:2.2745rem;top:42.6875rem;left:0.21875rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #xr5SMRETFnxSPcrUUXiTiaWMkOO50rtF { width:3.0625rem;height:3.0625rem;top:25.0625rem;left:0.375rem;font-size:2.125rem;color:#89d4e3;display:block; }
 }@media only screen and (max-width: 763px) { #PyxMKystFtSNCEunaeFievoxCvpfiHu1 { width:19.625rem;height:6.75rem;top:25.0625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sx1T5skDdCByil6KbiA9iHTogKFk8I03 { width:14.25rem;height:1.38139375rem;top:9.0625rem;left:4.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvRFBwTEJT7dFQpJUDuVBAtvXQqaxtAV { width:14.3125rem;height:1.38139375rem;top:14.4375rem;left:4.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jv1IkxFhws0wepIwEeTZvzzHT203hu3P { width:20rem;height:1.055575rem;top:29.375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DQturpxbHVn3pH0nmKGNpfAhEWxpsitH { width:17.5rem;height:3.4375rem;top:38.364585876465rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxlu95sPxEcu331y6SgEUDJJ99aaN3iP { display:block; }
 }@media only screen and (max-width: 763px) { #WwFqeKKMisRbAW6I4r3iEoH42yfiLtdW { display:block; }#WwFqeKKMisRbAW6I4r3iEoH42yfiLtdW > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTTv5Fe7kTLK2DBCUVmP9KcnVCDwBkvN { width:18.75rem;height:4.0625rem;top:0.90625rem;left:0.62500008940694rem;text-align:center;text-align-last:center;font-size:1.5625rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #t4u0eKS9dFOu4SUkNdanmufogykIH56F { width:1.875rem;height:0.123579375rem;top:6.0319614410401rem;left:9.0625006854531rem;display:block; }
 }@media only screen and (max-width: 763px) { #g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv { display:block; }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tUdxNVcXyT7KpMrGJmRMvyOr00OHkE2w { width:19.875rem;height:18.625rem;top:1rem;left:2.9802322387695E-8rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfHWoqqV5NKk3i5ECxPTxTdrv2PqC35Q { width:19.2498125rem;height:19.49309375rem;top:20.680931091309rem;left:0.3737570643425rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCllga7OaW9OusoKQ7bzoD261xKMayVC { width:17.8125rem;height:14.616475rem;top:2.9375rem;left:1.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UO1PHHiwi1uqVQe7VfZHAEr2LfaLGD2F { width:2.68676875rem;height:2.68676875rem;top:10.020751953125rem;left:9.874267578125rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #r5aaWMC7JWIvBsBXfX0vpWhN7UD4snQs { width:1.875rem;height:1.875rem;top:6.8125rem;left:9.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Or4y5gm5O25VO5gVwVfU88bZ7709zhbW { width:1.875rem;height:1.875rem;top:10.4375rem;left:9.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pwJpv8T0U2R7a1Z3z41xFzEJgAOKC6m6 { width:1.875rem;height:1.875rem;top:13.4375rem;left:9.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dqb2EmueGOe73t0q0O5TMzTA9U1IBsL5 { width:19.4375rem;height:1.79865rem;top:38.935544967651rem;left:0.4375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dz7pecFdVlr57PFFwpc4VkbTbVWRfFLT { width:18.125rem;height:10.415475rem;top:41.927093505859rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbWGwvhS9vcaVMzZC6z80g7HfOT7OiCf { width:1.375rem;height:1.375rem;top:41.927093505859rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZ7iE2i73DeuDMb55VkB9yWilUgPRvVb { width:1.5625rem;height:1.625rem;top:49.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBCnb7limViw1q5fmumIKkcVuxuw94Fc { width:1.4375rem;height:1.4375rem;top:44.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gr3ntc7lEFKd4CbtVbdhfArsy2FOTcSA { width:1.5625rem;height:1.625rem;top:47.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFqfaZet15pWxTTExXx8rTzseOf7f8vQ { width:17.0625rem;height:11.375rem;top:43.870316505432rem;left:2.9802322387695E-8rem;display:none; }
 }@media only screen and (max-width: 763px) { #TNHbUeFyrBAOZbT8H4rKMPavPyiAIzX8 { display:block; }#TNHbUeFyrBAOZbT8H4rKMPavPyiAIzX8 > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SLhSAR9sQJfpThS3kgMQHFTUBlHernVL { width:16.25rem;height:3.875rem;top:1.25rem;left:1.875rem;background-color:#8dc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJf25b7UQT6qDVr3QMAE0bwic94lO8Vr { display:block; }
 }@media only screen and (max-width: 763px) { #F9VhMN4QzSFFxJCiw4uaGVMbUcOrwxUn { background-color:#89d4e3;background-image:none;display:block; }#F9VhMN4QzSFFxJCiw4uaGVMbUcOrwxUn > .row .container { background-color: transparent; background-image: none; }#F9VhMN4QzSFFxJCiw4uaGVMbUcOrwxUn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F9VhMN4QzSFFxJCiw4uaGVMbUcOrwxUn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F9VhMN4QzSFFxJCiw4uaGVMbUcOrwxUn > .row .container > .video-iframe-container { display: none; }#F9VhMN4QzSFFxJCiw4uaGVMbUcOrwxUn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F9VhMN4QzSFFxJCiw4uaGVMbUcOrwxUn > .row > .video-iframe-container { display: none; }#F9VhMN4QzSFFxJCiw4uaGVMbUcOrwxUn > .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); }#F9VhMN4QzSFFxJCiw4uaGVMbUcOrwxUn > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pfVyAr0uJKKIwbdTGdqUZJ3EGHNGiAMa { width:18.75rem;height:2.43696875rem;top:1.99951171875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zQOfARKOhoxGItv519mV6iibmghpxDts { width:1.875rem;height:0.125rem;top:6.1875rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlLTbiDyJZ8zvHF0KZAIvoEtHEH7GOAp { width:8.75rem;height:8.75rem;top:7.8125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlKLqXC8ckhgBeLrsHz9L7aadepE67od { width:14.624rem;height:1.54385625rem;top:18.0625rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVSh25v6cDpsibw7fZH9FNAiAIOOleBS { width:19.187rem;height:2.7627875rem;top:20.0625rem;left:0.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ic5ca7NLxCM01wQfEGkgdk1aB477gPIy { width:10.3125rem;height:10.3125rem;top:24.1375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLkuIyHDV5JgfO5Okozt5ElCi9mDI82L { width:14.5625rem;height:1.54385625rem;top:35.7rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFXydQlrtGogaVBvoBT2b92WBB6aWbXZ { width:19.125rem;height:2.7627875rem;top:38.49375rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLEplZsszp6UsS8q05nyP69ZKMnCPfhe { display:block; }#qLEplZsszp6UsS8q05nyP69ZKMnCPfhe > .row .container { width:20rem;height:57.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sH5hTUfIHC2zPBCib53IbOxdRvXw8qSg { width:18.75rem;height:4.8739375rem;top:2.8116111755371rem;left:0.62411218881607rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BmeboRRDSWmOoA6hZ3ccTnbTSUF4sM8q { width:7.875rem;height:1.3rem;top:13.5rem;left:4rem;font-size:1rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #g5bALEASB8qq3IW547LhJdhuAJBpTTZG { width:18.125rem;height:14.28710625rem;top:8.625rem;left:1.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JJXqSoRbfA5BIKLr3f7oUBiGRVopW64L { width:20rem;height:20rem;top:24.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUeZthvZQVBiHericARD1TcfbKUasMdb { width:16.25rem;height:3.8742875rem;top:46.4375rem;left:1.875rem;background-color:#8dc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMtBTSyTi0X6SmTlUdLrE7HvPrk9vOsp { display:block; }
 }@media only screen and (max-width: 763px) { #kz5RKIPI4nrXFst6lGLmQR00e5bsDSgK { width:1.31214375rem;height:1.31214375rem;top:8.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #COivCGq86kFBE7xkRLOzkPEe5Fv2WXSz { width:1.31214375rem;height:1.31214375rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jt04FriUTDmx7Glb9OvmQ2KMCedep273 { width:1.31214375rem;height:1.31214375rem;top:19.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuTdQsC45yALxPOACTOfa05HhlzZowu1 { width:20rem;height:1.055575rem;top:51.875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mqQJRRbD0kihvn8tshX14Q1di5cCLXNM { display:none; }#mqQJRRbD0kihvn8tshX14Q1di5cCLXNM > .row .container { width:20rem;height:9.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv { background-color:#1e0a47;background-image:none;display:block; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container { background-color: transparent; background-image: none; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container > .video-iframe-container { display: none; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row > .video-iframe-container { display: none; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .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); }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z87DPESxhoBtOZnMlAgfm02cL4s8bST8 { width:12.5rem;height:0;top:15.936767578125rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #piJQHmxHcaldO1Zim9p5GISLhW3ou6dd { width:16.25rem;height:3.875rem;top:10.811767578125rem;left:1.875rem;background-color:#8dc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1fpwwnFT17yd4DQPBe7LTCVZ6N5K1d7 { display:block; }
 }@media only screen and (max-width: 763px) { #P4EmauHiW57aexT9EnTRw4tgpmPeoqUD { width:20rem;height:2.59943125rem;top:5.560302734375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }