.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;
}
html,
body {
  font-size: 16px;
}
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;
}
@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:url("https://images.assets-landingi.com/7LsSwWhBRaQ/unsplash/mike-newbry-7LsSwWhBRaQ-photo-1633990308758-b26aada5804e.jpg");background-position:top center !important;background-repeat:no-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; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.88); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.88); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#IODquRgtLq4UaRotCRFxeSDIKxsRPEGC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#IODquRgtLq4UaRotCRFxeSDIKxsRPEGC > .row .container { background-color: transparent; background-image: none; }#IODquRgtLq4UaRotCRFxeSDIKxsRPEGC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IODquRgtLq4UaRotCRFxeSDIKxsRPEGC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IODquRgtLq4UaRotCRFxeSDIKxsRPEGC > .row .container > .video-iframe-container { display: none; }#IODquRgtLq4UaRotCRFxeSDIKxsRPEGC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IODquRgtLq4UaRotCRFxeSDIKxsRPEGC > .row > .video-iframe-container { display: none; }#IODquRgtLq4UaRotCRFxeSDIKxsRPEGC > .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); }#IODquRgtLq4UaRotCRFxeSDIKxsRPEGC > .row .container { border-width: 0; border-radius: 0; }#IODquRgtLq4UaRotCRFxeSDIKxsRPEGC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IODquRgtLq4UaRotCRFxeSDIKxsRPEGC > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:block; }#MD4J6zJ4irwDc6xURTzvobQmO4UuL0WL { position:absolute;display:block;z-index:15031;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.3125rem;width:9rem;top:1.25rem;left:1.3125rem;overflow:hidden;display:block; }
#HcuhV2AcZrpTHyRFrzvyLpTSb3uEDFQW { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.49794375rem;width:2.49794375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:2.0625rem;left:61.25rem; }
#rFmOAtxS92IcNlGZFcBTyRIuMyQJpL1J { color:#ffffff;display:block;width:8.8125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.0625rem;left:64.3125rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uEpIudoUIpHR7GuBH2c1LQgw6KgxrwnT { background-color:rgba(0,0,0,0);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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:1.125rem;text-decoration:none;z-index:15044;text-align:left;text-align-last:left;top:3.625rem;left:64.3125rem;display:block; }
#FOkJorcSPp9UWMOcSPXVUfMmzpvCz0oo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xnzol4eSFvMJtkvlaTrJfuzLrM9KiMqg { background-color:rgba(0,0,0,0);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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:3.4375rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:1.75rem;left:13.6875rem;display:block; }
#UEscnt6ny476SeEy1pRotd2UAJVRRSo2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ETxzTgiZtUA5UuZEWx7o5fH0bhhNdcTr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#fIsKudPlDmqWaIG9qumE99rdTaCrPEor { background-color:rgba(0,0,0,0);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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.4375rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:1.75rem;left:20.9375rem;display:block; }
#AEowForRRaWScCPfGAZDpuuKzemM2qGZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WJu6suCPCBQeyEwcJhaTmHkngunBTDOM { background-color:rgba(0,0,0,0);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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.4375rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:1.75rem;left:32.8125rem;display:block; }
#GHq4AxVWT2megiZ59FlF49EOrtG7m5yN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uLKHZM36PZKsvfpMifpD8S8Cyusee9ni { background-color:rgba(0,0,0,0);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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.4375rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:1.75rem;left:40.875rem;display:block; }
#sfIGzzPHL3o6HmstdXVq8dPoZN46T1pN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/536bcc97-40e4-4784-b86b-3fc40291f93c/IMG_1499.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR.adaptive-delivery-prevent-bg, #PTGBxaE9HNQP36ohICxIlK99wX9RzfcR.lazyload, #PTGBxaE9HNQP36ohICxIlK99wX9RzfcR.lazyloading { background-image: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { background-color: transparent; background-image: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container > .video-iframe-container { display: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row > .video-iframe-container { display: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .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); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { border-width: 0; border-radius: 0; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR::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; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { width:75rem;height:43.1875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#zML3dzBHQRrygQS0zUePSysyTg0HPAJJ { color:#ffffff;display:block;width:37.375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;text-shadow:0.1875rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:24.683160305023rem;left:1.9368495941162rem;height:11.25rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#I2OUfQEZCDc2byGazzJzB8I9TxJUTdvr { color:#ffffff;display:block;width:34.874125rem;position:absolute;font-family:exo;font-size:3.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.375rem 0.125rem 0.1875rem rgba(0,0,0,0.5);top:10.380858898163rem;left:1.9368495941162rem;height:13.40625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IghuuxJRaz00Xv03KOrArnhZV8v96ydJ { background-color:#ff0011;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6868125rem;height:3.125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:33.4375rem;left:1.875rem;display:none; }
#w9XfC09qNQETOET3GxiUoIrDV1q4hwIo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UqKJH9iZwDbWJk96PZp4MNZU1W9PVgeN { z-index:15003;top:15.496963024139rem;left:39.309900283814rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #1b67e8, #6209c3);background-image: -moz-linear-gradient(45deg, #1b67e8, #6209c3);background-image: -ms-linear-gradient(45deg, #1b67e8, #6209c3);background-image: -o-linear-gradient(45deg, #1b67e8, #6209c3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b67e8', endColorstr='#6209c3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b67e8', endColorstr='#6209c3' );";background-image: linear-gradient(45deg, #1b67e8, #6209c3);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-shadow: 0rem 0.9375rem 0.9375rem rgba(98,9,195,0.2) ;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:raleway;font-size:1.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.0625rem;height:10.1855625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#NHIfMAW8XPu2TN6Pgbke6OHnSurdxQuV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GFV1O2rAKTmtsZx0dXKGP97I1tNadDE3 { color:#ffffff;display:block;width:14.249125rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:8.8400607109069rem;left:1.9368495941162rem;height:1.54385625rem;display:block; }
#PN64vQUi9rGJ3q6iT9F8Fba7Q9pEaL2z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#PN64vQUi9rGJ3q6iT9F8Fba7Q9pEaL2z > .row .container { background-color: transparent; background-image: none; }#PN64vQUi9rGJ3q6iT9F8Fba7Q9pEaL2z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PN64vQUi9rGJ3q6iT9F8Fba7Q9pEaL2z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PN64vQUi9rGJ3q6iT9F8Fba7Q9pEaL2z > .row .container > .video-iframe-container { display: none; }#PN64vQUi9rGJ3q6iT9F8Fba7Q9pEaL2z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PN64vQUi9rGJ3q6iT9F8Fba7Q9pEaL2z > .row > .video-iframe-container { display: none; }#PN64vQUi9rGJ3q6iT9F8Fba7Q9pEaL2z > .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); }#PN64vQUi9rGJ3q6iT9F8Fba7Q9pEaL2z > .row .container { border-width: 0; border-radius: 0; }#PN64vQUi9rGJ3q6iT9F8Fba7Q9pEaL2z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PN64vQUi9rGJ3q6iT9F8Fba7Q9pEaL2z > .row .container { font-size:0.875rem;font-family:arial;height:24.875rem;width:75rem;position:relative;display:block; }#vHffaU9GI76vbhRttiBP7M78dpxxpFOA { position:absolute;display:block;z-index:15045;height:21.75rem;width:75rem;top:1.125rem;left:0rem;display:block; }
#Gg9koiRTHspmnQtquLQfbmDiJIwrQlxQ { 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; }#Gg9koiRTHspmnQtquLQfbmDiJIwrQlxQ > .row .container { background-color: transparent; background-image: none; }#Gg9koiRTHspmnQtquLQfbmDiJIwrQlxQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gg9koiRTHspmnQtquLQfbmDiJIwrQlxQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gg9koiRTHspmnQtquLQfbmDiJIwrQlxQ > .row .container > .video-iframe-container { display: none; }#Gg9koiRTHspmnQtquLQfbmDiJIwrQlxQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gg9koiRTHspmnQtquLQfbmDiJIwrQlxQ > .row > .video-iframe-container { display: none; }#Gg9koiRTHspmnQtquLQfbmDiJIwrQlxQ > .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); }#Gg9koiRTHspmnQtquLQfbmDiJIwrQlxQ > .row .container { border-width: 0; border-radius: 0; }#Gg9koiRTHspmnQtquLQfbmDiJIwrQlxQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gg9koiRTHspmnQtquLQfbmDiJIwrQlxQ > .row .container { font-size:0.875rem;font-family:arial;height:52.4375rem;width:75rem;position:relative;display:block; }#Sezo6UwWTVWR0IvLJ6RJFx32MwteUVTi { color:#192437;display:block;width:20.7498125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:14.525825977326rem;left:6.9997844696044rem;height:1.54385625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#J8yn01teDgEwLpNpFofhpoPNVPbdbRuN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:16.068794727326rem;left:3.2497844696045rem; }
#DpJLJdcW0laUnT0f1MnmqOXsILrQeGDh { position:absolute;display:block;z-index:15025;border-top:0.1875rem solid #283891;border-left:0.1875rem solid #283891;border-right:0.1875rem solid #283891;border-bottom:0.1875rem solid #283891;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 0.25rem #ffffff ;height:40.8745625rem;width:22.7495625rem;top:5.6412787437439rem;left:46.435548782349rem;overflow:hidden;display:block; }
#JORhcSiT4nKUi5oi6qgiargXyfbOzXyQ { color:#000000;display:block;width:40.4373125rem;position:absolute;font-family:exo;font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.9960956573486rem;left:3.2497844696045rem;height:6.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#U8H7vxnr2ofRDN5mNWyNDrgt0DD3ViRa { color:#000000;display:block;width:33.186875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:16.068794727326rem;left:6.9997844696044rem;height:4.19824375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Z4sJTfLmL773xPpxZVO15oUGQw1D8pwK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;top:24.167753696442rem;left:3.2497844696045rem; }
#ZDc3OgiAnPmP3SmqoJbtsipC6liwAO25 { color:#192437;display:block;width:20.7498125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:22.624784946442rem;left:6.9997844696044rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w6sQOyZbRvqJgM0kPDTlq1J2NQ3btRHI { color:#000000;display:block;width:33.311625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:24.167753696442rem;left:6.9997844696044rem;height:4.19824375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cCLlQXMU1xd6ddrrlU9ULGe6dAs6gTiX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;top:43.375rem;left:3.25rem; }
#CNTFqDooKJqmDuGmcQX4ZOTx1uJVfxKB { color:#192437;display:block;width:20.75rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:41.8125rem;left:7rem;height:1.54385625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#v3gWlU4aT7TgmPO7SpqLXh8HCKcVLFRR { color:#000000;display:block;width:33.499375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:43.374571800232rem;left:6.9997844696044rem;height:4.19824375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uHsN3cfI4s2Brf7kizUbQNk2Wsy6oH4I { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;top:32.125rem;left:3.25rem; }
#CXqJWcszgqEE6GeXqNqH0PxBIHuP4y0s { color:#192437;display:block;width:20.75rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:30.5625rem;left:7rem;height:1.54385625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ux8fnbwuC4oLqNWXTTatOb89TQ8hGUIx { color:#000000;display:block;width:33.936625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:32.125rem;left:7rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bUVT529aD5aEw8QQTNbAgG9TNvWTOhPT { color:#283891;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:3.5047745704651rem;left:3.2497844696045rem;height:1.7871125rem;display:block; }
#oQLUZIJF6rP52UqKfVZTeeVrLWT9gNsR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:37.954649925232rem;left:3.6317272186279rem; }
#PTUzPOdxtwrTHFeSWs4TUsL7Ues7aigR { color:#192437;display:block;width:20.7498125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:36.875rem;left:7.1875rem;height:1.54385625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e6uFBs6FqxxcxIrdLWIGM0ZVaT8JCmyb { color:#000000;display:block;width:33.9355625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:38.375rem;left:7.1875rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cCqNXXcP6k9PB7aHGpuWxfxqKq6nJkUw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#cCqNXXcP6k9PB7aHGpuWxfxqKq6nJkUw > .row .container { background-color: transparent; background-image: none; }#cCqNXXcP6k9PB7aHGpuWxfxqKq6nJkUw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cCqNXXcP6k9PB7aHGpuWxfxqKq6nJkUw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cCqNXXcP6k9PB7aHGpuWxfxqKq6nJkUw > .row .container > .video-iframe-container { display: none; }#cCqNXXcP6k9PB7aHGpuWxfxqKq6nJkUw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cCqNXXcP6k9PB7aHGpuWxfxqKq6nJkUw > .row > .video-iframe-container { display: none; }#cCqNXXcP6k9PB7aHGpuWxfxqKq6nJkUw > .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); }#cCqNXXcP6k9PB7aHGpuWxfxqKq6nJkUw > .row .container { border-width: 0; border-radius: 0; }#cCqNXXcP6k9PB7aHGpuWxfxqKq6nJkUw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cCqNXXcP6k9PB7aHGpuWxfxqKq6nJkUw > .row .container { font-size:0.875rem;font-family:arial;height:85.625rem;width:75rem;position:relative;display:block; }#bxyofNKzpyTw1vd4Px7fz1eyQ0k3Xlyr { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:22.125rem;left:3.1875rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sy7mknLMuPpAALSCPmkt6eFsr6zkomT8 { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:24.5rem;left:3.1875rem;height:15.3935625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cxyb5ND3ZnphQmtzveQT294DqCspTF6T { position:absolute;display:block;z-index:14999;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem #f2f2f2 ;height:33.125rem;width:20rem;top:9rem;left:2.5625rem;display:block; }
#NIEkp4efptp0cSm8N87OFsqwSJKOCM86 { position:absolute;display:block;z-index:15000;background-color:#fdfdfd;background-image:url("https://images.assets-landingi.com/uc/67ba9242-535a-4e5d-b075-7d50d5abe343/DavidEngine.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.05) ;height:11.9371875rem;width:20rem;top:9rem;left:2.5625rem;display:block; }#NIEkp4efptp0cSm8N87OFsqwSJKOCM86.adaptive-delivery-prevent-bg, #NIEkp4efptp0cSm8N87OFsqwSJKOCM86.lazyload, #NIEkp4efptp0cSm8N87OFsqwSJKOCM86.lazyloading { background-image: none; }
#HiR8H3dmsllIPZERTUKtQmPp2xOkK41d { color:#000000;display:block;width:43.25rem;position:absolute;font-family:exo;font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:3.1875rem;left:2.5625rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BnhrbpvPTiEMaGS1kiZcFDIggqtK34h0 { position:absolute;display:block;z-index:15000;background-color:#25aae1;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.31152375rem;width:19.999rem;top:41.875rem;left:2.5rem;display:block; }
#PJXe76QWFKdG1oE2mENhz52HgSF1UqHv { position:absolute;display:block;z-index:15004;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.0625rem;width:20rem;top:9rem;left:27.5625rem;display:block; }
#BnOW1xJLiCiiSbnr1L5ns9QDcOcUGdHe { position:absolute;display:block;z-index:15005;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/uc/748055ab-5be1-4ca7-8805-24766f3fbe47/BlackCabOff.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.05) ;height:11.9375rem;width:20rem;top:9rem;left:27.5625rem;display:block; }#BnOW1xJLiCiiSbnr1L5ns9QDcOcUGdHe.adaptive-delivery-prevent-bg, #BnOW1xJLiCiiSbnr1L5ns9QDcOcUGdHe.lazyload, #BnOW1xJLiCiiSbnr1L5ns9QDcOcUGdHe.lazyloading { background-image: none; }
#HJLT6VckkcP4C9MoT0nLxNcZ7iRaTKc2 { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:22.125rem;left:28rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dnz3Ps7cTOCqw2oR3RFtEgvyAfN83P9A { color:#000000;display:block;width:18.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:24.625rem;left:28.375rem;height:13.994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ck4R6mJQ5GQwt2R8pwnWnAiW9L7W6uvQ { position:absolute;display:block;z-index:15005;background-color:#25aae1;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.31152375rem;width:19.9980625rem;top:41.8125rem;left:27.5625rem;display:block; }
#vngluTK9ooKu7KD2UWHvQN9TgzdT3bWn { position:absolute;display:block;z-index:15009;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.3125rem;width:20rem;top:9rem;left:52.5625rem;display:block; }
#m2utmJs3yhSd1W12T7KGignxNw96FHPV { position:absolute;display:block;z-index:15010;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/uc/4809d664-370f-476e-a94f-54dfe046fdc5/IMG_57903.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.05) ;height:11.9375rem;width:20rem;top:9rem;left:52.5625rem;display:block; }#m2utmJs3yhSd1W12T7KGignxNw96FHPV.adaptive-delivery-prevent-bg, #m2utmJs3yhSd1W12T7KGignxNw96FHPV.lazyload, #m2utmJs3yhSd1W12T7KGignxNw96FHPV.lazyloading { background-image: none; }
#lBrhC6wd88pLcosqgZJxnJUQruAvdess { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:21.375rem;left:53.4375rem;height:1.46218125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ET8rJg0RoUbwwJpg6w4mBwkwtSG9TuWK { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:24.5rem;left:53.1875rem;height:13.994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M6uXosQB5TTPllg4A3qXFmg1PpclKJae { position:absolute;display:block;z-index:15010;background-color:#25aae1;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.31152375rem;width:19.9980625rem;top:41.875rem;left:52.5625rem;display:block; }
#EhdxmRLHahGHbNA0m8ESpEflw1h7y9t5 { position:absolute;display:block;z-index:15014;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.6875rem;width:20rem;top:45.3125rem;left:27.8125rem;display:block; }
#d7nxLuN6XAz4gH2oz0TADhlH7XM8zly0 { position:absolute;display:block;z-index:15015;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/uc/8a1b6602-3ca1-466b-a74f-e374c3fc158e/chains.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.05) ;height:11.9371875rem;width:19.9998125rem;top:45.3125rem;left:27.8125rem;display:block; }#d7nxLuN6XAz4gH2oz0TADhlH7XM8zly0.adaptive-delivery-prevent-bg, #d7nxLuN6XAz4gH2oz0TADhlH7XM8zly0.lazyload, #d7nxLuN6XAz4gH2oz0TADhlH7XM8zly0.lazyloading { background-image: none; }
#I5zZRWiH0MIpBtc14u7a7tBBP2QmJNoV { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:58.4375rem;left:28.5rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C7DVFNzVdQKm8f9kLzTwnTdPcKEJIc78 { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:60.9375rem;left:28.5rem;height:13.994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zcmh82blliqZciczszr4kGACUokvCJm5 { position:absolute;display:block;z-index:15009;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.5rem;width:20rem;top:45.467668533325rem;left:52.500003814698rem;display:block; }
#zLbvILQgWH6SwfpdgTkU1ZyAoHwiFGZU { position:absolute;display:block;z-index:15010;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/uc/900e9f9e-4990-4603-b411-a10ceda127b8/heads.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.05) ;height:11.936875rem;width:20rem;top:45.312502861023rem;left:52.500003814698rem;display:block; }#zLbvILQgWH6SwfpdgTkU1ZyAoHwiFGZU.adaptive-delivery-prevent-bg, #zLbvILQgWH6SwfpdgTkU1ZyAoHwiFGZU.lazyload, #zLbvILQgWH6SwfpdgTkU1ZyAoHwiFGZU.lazyloading { background-image: none; }
#ClhCFkBwovh3bZJAO6Fa2lKaQuqhtBO0 { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:58.1875rem;left:53.4375rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#goLsrd4Aq9xUVktxgMwXeCsfpSvGSfKu { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:60.625rem;left:53.4375rem;height:15.3935625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dgrIWZPqSfnz0UOZBi0lAybv5WyCIKfl { position:absolute;display:block;z-index:15014;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.9375rem;width:20rem;top:45.843101501465rem;left:2.5000019073486rem;display:block; }
#zBXxmyvW7auZcTgIAocRcwSTMyGFxmQT { position:absolute;display:block;z-index:15015;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/uc/34b2d40c-21dd-4528-91d3-4bffeaed8de4/diff.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.05) ;height:11.936875rem;width:20rem;top:45.312509536743rem;left:2.5000019073486rem;display:block; }#zBXxmyvW7auZcTgIAocRcwSTMyGFxmQT.adaptive-delivery-prevent-bg, #zBXxmyvW7auZcTgIAocRcwSTMyGFxmQT.lazyload, #zBXxmyvW7auZcTgIAocRcwSTMyGFxmQT.lazyloading { background-image: none; }
#qpGdOlN5CdWb4qORNl5V37LJsFkl9Ak6 { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:58.437503814698rem;left:3.1250019073486rem;height:2.9243625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JkHla366VQ6GDyabRN66JZ2JN2KSRAPM { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:62.5625rem;left:2.875rem;height:18.192375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NcesmzF39R5xBAMp3T0R5nu0ZWqmguHu { position:absolute;display:block;z-index:15010;background-color:#ffc52e;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.311815rem;width:19.999rem;top:77.9375rem;left:52.5rem;display:none; }
#T6il4EOmzKWO1250lCAMu0758F3SldAJ { position:absolute;display:block;z-index:15010;background-color:#ffc52e;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.311815rem;width:19.999rem;top:77.9375rem;left:2.5rem;display:none; }
#ozOtcduzIvoBfxUQIKWW6cpwOdvQtSdC { position:absolute;display:block;z-index:15005;background-color:#ffc52e;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.311815rem;width:19.999rem;top:77.9375rem;left:27.5rem;display:none; }
#A1riayNET65MKpP9cXyykQEdIiUT2Gpy { position:absolute;display:block;z-index:15010;background-color:#25aae1;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.31033rem;width:19.9978125rem;top:83.758686065675rem;left:52.500003814698rem;display:block; }
#d3mgmTHkXXPTOyVLIICMTuLOlLV5kmDR { position:absolute;display:block;z-index:15015;background-color:#25aae1;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.310546875rem;width:19.9980625rem;top:83.751953125rem;left:28rem;display:block; }
#uJSqIww0xXnLcV9Kgki5qtRugQbeRhSf { position:absolute;display:block;z-index:15015;background-color:#25aae1;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.31033rem;width:19.99675rem;top:83.758686065675rem;left:2.5010852813721rem;display:block; }
#A0ssKWnXHsopnrcvyQ2ipE7Dd88Te2ga { position:relative;display:block; }#A0ssKWnXHsopnrcvyQ2ipE7Dd88Te2ga { background-color: transparent; background-image: none; }#A0ssKWnXHsopnrcvyQ2ipE7Dd88Te2ga::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0ssKWnXHsopnrcvyQ2ipE7Dd88Te2ga > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0ssKWnXHsopnrcvyQ2ipE7Dd88Te2ga > .row .container > .video-iframe-container { display: none; }#A0ssKWnXHsopnrcvyQ2ipE7Dd88Te2ga > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0ssKWnXHsopnrcvyQ2ipE7Dd88Te2ga > .row > .video-iframe-container { display: none; }#A0ssKWnXHsopnrcvyQ2ipE7Dd88Te2ga > .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); }#A0ssKWnXHsopnrcvyQ2ipE7Dd88Te2ga { border-width: 0; border-radius: 0; }#A0ssKWnXHsopnrcvyQ2ipE7Dd88Te2ga > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#A0ssKWnXHsopnrcvyQ2ipE7Dd88Te2ga > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:30rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OGMTcAGgbhtxHKcrw87FgXAtzsGF6zsm { color:#000000;display:block;width:43.25rem;position:absolute;font-family:exo;font-size:2.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:1.165798664093rem;left:15.875rem;height:3.25rem;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; }
#Rs4b2LtdeMK846QL6oUvXqghCnnhMr8n { color:#000000;display:block;width:24.625rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:5.6553816795349rem;left:0rem;height:16.8203125rem;font-style:normal;display:block; }#Rs4b2LtdeMK846QL6oUvXqghCnnhMr8n li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Rs4b2LtdeMK846QL6oUvXqghCnnhMr8n li:before{  }
#clt17NZL8EmnGHTdzBQ5T5FymMGBPAQf { color:#000000;display:block;width:24.625rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:5.6553816795349rem;left:25.1875rem;height:16.8203125rem;font-style:normal;display:block; }#clt17NZL8EmnGHTdzBQ5T5FymMGBPAQf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#clt17NZL8EmnGHTdzBQ5T5FymMGBPAQf li:before{  }
#TGbAD2yDfHSK9WlKccTuD5A0hfPRJdfP { color:#000000;display:block;width:24.625rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:5.654513835907rem;left:50.375rem;height:10.5908125rem;font-style:normal;display:block; }#TGbAD2yDfHSK9WlKccTuD5A0hfPRJdfP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TGbAD2yDfHSK9WlKccTuD5A0hfPRJdfP li:before{  }
#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .row .container { background-color: transparent; background-image: none; }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .row .container > .video-iframe-container { display: none; }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .row > .video-iframe-container { display: none; }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .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); }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .row .container { border-width: 0; border-radius: 0; }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .row .container { font-size:0.875rem;font-family:arial;height:42.1875rem;width:75rem;position:relative;display:block; }#pBow0ayZKspGUlzJKSIEgplxNKg5gOG3 { position:absolute;display:block;z-index:15023;background-color:#25aae1;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:7.3125rem;width:20.3125rem;top:31.125rem;left:17.25rem;display:block; }
#lRCKQ20tEUX33z8vu6VdiqqZev7b9ml6 { position:absolute;display:block;z-index:15024;background-color:rgba(40,56,145,0.99);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:8.5625rem;width:20.3125rem;top:29.5rem;left:16.6875rem;display:block; }
#DhA0TdB2lCGJS646eofQUxauhKhi605s { color:#ffffff;display:block;width:16.809875rem;position:absolute;font-family:raleway;font-size:1.8125rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:30.25rem;left:18.4375rem;height:7.066375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wbE4JTVBX7x6Bz2dNyfmgiuAkQgptTvt { color:#000000;display:block;width:31.43675rem;position:absolute;font-family:exo;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:6.1875rem;left:41.4375rem;height:6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZqzqXaTiTwSpPygHWZhbcuERTNHfp19I { color:#000000;display:block;width:33.0625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:13.375rem;left:41.4375rem;height:11.15625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#v2nVfZ0CCU9xpDSbgJgwpbMs63MbEOBk { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:23.4375rem;top:5.46875rem;left:7.0312519073488rem;overflow:hidden;display:block; }
#FRODlm8QN2Kn5xPUEtvcTV9waee1fnE3 { color:#283891;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:3.3550357818604rem;left:41.436632156372rem;height:2.03125rem;display:block; }
#oWVGzZO4cyX0TPbs7KVvmbcW88yvsuv1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/5Y8NrzPya-w/unsplash/nina-mercado-5Y8NrzPya-w-photo-1599256631012-9c2b32bfa8bc.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; }#oWVGzZO4cyX0TPbs7KVvmbcW88yvsuv1.adaptive-delivery-prevent-bg, #oWVGzZO4cyX0TPbs7KVvmbcW88yvsuv1.lazyload, #oWVGzZO4cyX0TPbs7KVvmbcW88yvsuv1.lazyloading { background-image: none; }#oWVGzZO4cyX0TPbs7KVvmbcW88yvsuv1 > .row .container { background-color: transparent; background-image: none; }#oWVGzZO4cyX0TPbs7KVvmbcW88yvsuv1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.58); }#oWVGzZO4cyX0TPbs7KVvmbcW88yvsuv1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oWVGzZO4cyX0TPbs7KVvmbcW88yvsuv1 > .row .container > .video-iframe-container { display: none; }#oWVGzZO4cyX0TPbs7KVvmbcW88yvsuv1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.58); }#oWVGzZO4cyX0TPbs7KVvmbcW88yvsuv1 > .row > .video-iframe-container { display: none; }#oWVGzZO4cyX0TPbs7KVvmbcW88yvsuv1 > .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); }#oWVGzZO4cyX0TPbs7KVvmbcW88yvsuv1 > .row .container { border-width: 0; border-radius: 0; }#oWVGzZO4cyX0TPbs7KVvmbcW88yvsuv1::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; }#oWVGzZO4cyX0TPbs7KVvmbcW88yvsuv1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oWVGzZO4cyX0TPbs7KVvmbcW88yvsuv1 > .row .container { font-size:0.875rem;font-family:arial;height:38.8125rem;width:75rem;position:relative;display:block; }#r81LTfafHViTADOlzVdBlgUGkvaDdZSi { position:absolute;display:block;z-index:14994;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: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:6.75rem;width:16.5625rem;top:33.6875rem;left:2.1875rem;display:block; }
#v59SXWqcQW8IlkC8wRfbTdTMpkMdzKKW { color:#050b26;display:block;width:9.2499375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:35.625rem;left:6.25rem;height:2.9243625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DsPQVUDAAlF3dxyIDaWPkN6JSTSVhUfm { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;top:35.6875rem;left:3.125rem; }
#GKmA8nr8W18WQKc4VbJlEPk8Nu5NGQs2 { position:absolute;display:block;z-index:14992;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: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:6.75rem;width:18.75rem;top:33.6875rem;left:18.75rem;display:block; }
#gdSyLmlQBOGQ6lULdJCe0efvqEG79xgI { color:#050b26;display:block;width:10.25rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:34.875rem;left:25.375rem;height:4.38654375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fWvrmNnqVTIWp3dwUcdkqnOnnAE42c3a { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.81233125rem;width:2.81233125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;top:35.625rem;left:22.0625rem; }
#R6An3fEbLsQIQh0uVtfTMdb4zGUwIWhz { position:absolute;display:block;z-index:14990;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: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:6.75rem;width:18.75rem;top:33.6875rem;left:37.5rem;display:block; }
#yklKTKXhoHpnG720EugvMigB6X3fxKrL { color:#050b26;display:block;width:9.3125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:35.625rem;left:43.9375rem;height:2.9243625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uKN2hKgIu0rsgQOIvB32kgiwnHoMDRGy { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.81233125rem;width:2.81233125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;top:35.6875rem;left:41rem; }
#FvMxmUMHS3GUscNQz8v3Uy9MN7lqWlgA { position:absolute;display:block;z-index:14988;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: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:6.75rem;width:16.5625rem;top:33.6875rem;left:56.25rem;display:block; }
#bRy5vpSqy5K2TDpGVR6r6nIfi5OGF2gu { color:#050b26;display:block;width:9.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:35.625rem;left:62.875rem;height:2.9243625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vutTf3kcxEXoSqz2VTEiKgPworTalx1O { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.81233125rem;width:2.81233125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;top:35.625rem;left:59.5625rem; }
#zp2fKk7X3SzcBJfpuUwzqzo9KOqU8Mht { color:#ffffff;display:block;width:55.1864375rem;position:absolute;font-family:raleway;font-size:2.875rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:9.7043681144713rem;left:9.9050064086912rem;height:14.94925rem;text-align:center;text-align-last:center;display:block; }
#TnhrGSEocR4TEnHbrA37n17bTWLSrChc { 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; }#TnhrGSEocR4TEnHbrA37n17bTWLSrChc > .row .container { background-color: transparent; background-image: none; }#TnhrGSEocR4TEnHbrA37n17bTWLSrChc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnhrGSEocR4TEnHbrA37n17bTWLSrChc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnhrGSEocR4TEnHbrA37n17bTWLSrChc > .row .container > .video-iframe-container { display: none; }#TnhrGSEocR4TEnHbrA37n17bTWLSrChc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnhrGSEocR4TEnHbrA37n17bTWLSrChc > .row > .video-iframe-container { display: none; }#TnhrGSEocR4TEnHbrA37n17bTWLSrChc > .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); }#TnhrGSEocR4TEnHbrA37n17bTWLSrChc > .row .container { border-width: 0; border-radius: 0; }#TnhrGSEocR4TEnHbrA37n17bTWLSrChc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TnhrGSEocR4TEnHbrA37n17bTWLSrChc > .row .container { font-size:0.875rem;font-family:arial;height:29.875rem;width:75rem;position:relative;display:block; }#BdAAtOSSHe72bQT6Hy0N3ichUoSZJesB { color:#000000;display:block;width:33.6860625rem;position:absolute;font-family:exo;font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.4296870231628rem;left:39.40606880188rem;height:2.2745rem;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; }
#EoOVxiT0E4yn4hbQmgDTyScf3TosUlfp { color:#000000;display:block;width:34.6209375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:7.6464838981631rem;left:38.939096450806rem;height:14.8730625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RAXaSGnJ09gL8wu873cdkSQ6gRTKUBga { color:#ffffff;display:block;width:28.4375rem;position:absolute;font-family:raleway;font-size:2.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:17.625rem;left:4.6875rem;height:6.17404375rem;font-style:normal;display:block; }
#krSUyus9R8C07H5FtIxZLTzyWHAAKaHQ { 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:20.937rem;width:31.686875rem;top:4.1875rem;left:3.4375rem;overflow:hidden;display:block; }
#AQorlPKiN8Xipq3u28k2TgZSwpkFtmXC { box-sizing:content-box;height:20.9995rem;width:31.8119375rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/502df981-a0d1-45ae-8e6e-ce2421ac8bea/472669041_18484954522045013_2436555109477600622_n.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.1875rem;left:3.4375rem;display:block; }#AQorlPKiN8Xipq3u28k2TgZSwpkFtmXC.adaptive-delivery-prevent-bg, #AQorlPKiN8Xipq3u28k2TgZSwpkFtmXC.lazyload, #AQorlPKiN8Xipq3u28k2TgZSwpkFtmXC.lazyloading { background-image: none; }
#AQorlPKiN8Xipq3u28k2TgZSwpkFtmXC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.35); }#qQMJvF4MaDH03zSwrXKrV3pB3mGHRcXy { position:absolute;display:block;z-index:15010;background-color:#25aae1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.123698125rem;width:16.25rem;top:1.4876289367676rem;left:2.4783000946045rem;display:block; }
#FFpqIcpxVHqRQPUB6ZegnAqKlpGNszUg { position:absolute;display:block;z-index:15011;background-color:#25aae1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:18.375rem;top:1.4865455627441rem;left:18.942060470581rem;display:block; }
#a3cIyhNMH4P6URM4gKOuKJqocpT9OlOc { position:absolute;display:block;z-index:15013;background-color:#25aae1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.123401875rem;width:16.25rem;top:1.4852623939514rem;left:56.567823410034rem;display:block; }
#Ua8mgsuPrgJ6nZ1k8uUergIALQtkOK9Z { position:absolute;display:block;z-index:15012;background-color:#25aae1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12429rem;width:18.3744375rem;top:1.4861507415771rem;left:37.499998092651rem;display:block; }
#ETF9uVISlFzDWXa8UDkE1fulvpcWbDFi { color:#283891;display:block;width:22.3739375rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:24.003925323486rem;left:38.939096450806rem;height:1.70605625rem;font-style:normal;display:block; }
#LpSqkXpcAlWhpFVvnSXbO2WNT4pT9G9O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/dh3zAdGGOIY/unsplash/matt-artz-dh3zAdGGOIY-photo-1503792453751-9dffb431aa63.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; }#LpSqkXpcAlWhpFVvnSXbO2WNT4pT9G9O.adaptive-delivery-prevent-bg, #LpSqkXpcAlWhpFVvnSXbO2WNT4pT9G9O.lazyload, #LpSqkXpcAlWhpFVvnSXbO2WNT4pT9G9O.lazyloading { background-image: none; }#LpSqkXpcAlWhpFVvnSXbO2WNT4pT9G9O > .row .container { background-color: transparent; background-image: none; }#LpSqkXpcAlWhpFVvnSXbO2WNT4pT9G9O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#LpSqkXpcAlWhpFVvnSXbO2WNT4pT9G9O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpSqkXpcAlWhpFVvnSXbO2WNT4pT9G9O > .row .container > .video-iframe-container { display: none; }#LpSqkXpcAlWhpFVvnSXbO2WNT4pT9G9O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#LpSqkXpcAlWhpFVvnSXbO2WNT4pT9G9O > .row > .video-iframe-container { display: none; }#LpSqkXpcAlWhpFVvnSXbO2WNT4pT9G9O > .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); }#LpSqkXpcAlWhpFVvnSXbO2WNT4pT9G9O > .row .container { border-width: 0; border-radius: 0; }#LpSqkXpcAlWhpFVvnSXbO2WNT4pT9G9O::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; }#LpSqkXpcAlWhpFVvnSXbO2WNT4pT9G9O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LpSqkXpcAlWhpFVvnSXbO2WNT4pT9G9O > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:75rem;position:relative;display:block; }#D0AThB2CyG14cfyBPTCarsX29DMlwTd5 { color:#ffffff;display:block;width:47.3123125rem;position:absolute;font-family:raleway;font-size:2.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.9233951568604rem;left:13.843318939209rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AaormNvk1khDhlM9W4KIZTEe2RtmFHRz { 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; }#AaormNvk1khDhlM9W4KIZTEe2RtmFHRz > .row .container { background-color: transparent; background-image: none; }#AaormNvk1khDhlM9W4KIZTEe2RtmFHRz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AaormNvk1khDhlM9W4KIZTEe2RtmFHRz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AaormNvk1khDhlM9W4KIZTEe2RtmFHRz > .row .container > .video-iframe-container { display: none; }#AaormNvk1khDhlM9W4KIZTEe2RtmFHRz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AaormNvk1khDhlM9W4KIZTEe2RtmFHRz > .row > .video-iframe-container { display: none; }#AaormNvk1khDhlM9W4KIZTEe2RtmFHRz > .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); }#AaormNvk1khDhlM9W4KIZTEe2RtmFHRz > .row .container { border-width: 0; border-radius: 0; }#AaormNvk1khDhlM9W4KIZTEe2RtmFHRz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AaormNvk1khDhlM9W4KIZTEe2RtmFHRz > .row .container { font-size:0.875rem;font-family:arial;height:27.5625rem;width:75rem;position:relative;display:block; }#s9u3H7Z55E9mJnJv9a0ClRfLsFUT43BE { color:#000000;display:block;width:55rem;position:absolute;font-family:raleway;font-size:2.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.6865234375rem;left:10rem;height:3.81875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pTVd9TlOB5fmPE6uFxuLC1zBSn2PsKnS { color:#000000;display:block;width:53.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:10.02734375rem;left:10.9375rem;height:6.296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rRkklwcHvQlc5PMbSoXDT5uzvzTpUeFu { color:#000000;display:block;width:53.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:19.40234375rem;left:10.9375rem;height:1.57486875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PLIZK4CL6mdD0td6ZtLmQKmhiEwckRx1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#PLIZK4CL6mdD0td6ZtLmQKmhiEwckRx1 > .row .container { background-color: transparent; background-image: none; }#PLIZK4CL6mdD0td6ZtLmQKmhiEwckRx1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PLIZK4CL6mdD0td6ZtLmQKmhiEwckRx1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PLIZK4CL6mdD0td6ZtLmQKmhiEwckRx1 > .row .container > .video-iframe-container { display: none; }#PLIZK4CL6mdD0td6ZtLmQKmhiEwckRx1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PLIZK4CL6mdD0td6ZtLmQKmhiEwckRx1 > .row > .video-iframe-container { display: none; }#PLIZK4CL6mdD0td6ZtLmQKmhiEwckRx1 > .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); }#PLIZK4CL6mdD0td6ZtLmQKmhiEwckRx1 > .row .container { border-width: 0; border-radius: 0; }#PLIZK4CL6mdD0td6ZtLmQKmhiEwckRx1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PLIZK4CL6mdD0td6ZtLmQKmhiEwckRx1 > .row .container { font-size:0.875rem;font-family:arial;height:25.875rem;width:75rem;position:relative;display:block; }#zHDLMZc6SLhJniJbLpudns0OxXXKXDsI { color:#ffffff;display:block;width:11.0616875rem;position:absolute;font-family:exo;font-size:1.8125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:4.5625rem;left:6.375rem;height:2.35618125rem;font-style:normal;display:block; }
#gXJnvQ4MfeW3cwZUUUl6xF1bHWyh0tAm { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.4988rem;width:2.4988rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:11.625rem;left:6.375rem; }
#mdTgcZfT1vha4rRThOwlDhk7oUToKGIi { color:#ffffff;display:block;width:12.0605625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:12.3125rem;left:9.4375rem;height:1.13725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X1D6v4gqPvKhadki407DbsVULekiqkXT { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.4970875rem;width:2.4970875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:15.0625rem;left:6.375rem; }
#BCikUPTGoT4rOMgWb6DA7hpobCl10Xdc { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:15.125rem;left:9.4375rem;height:2.2734375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QoKLB31Edy8g3ackbbn1TDmKam9QlW3F { color:#ffffff;display:block;width:15.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:9.25rem;left:9.4375rem;height:1.13725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sMcQwp7NsoqAnqzkuwmCiFVSUF1cqQ0g { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.49965625rem;width:2.49965625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:8.5625rem;left:6.375rem; }
#V2qPtr0Qgus0chK6t4nX3eGTnquGDGKP { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:19.5625rem;left:6.875rem; }
#S6EsASNe6PhIfsVZwo8wnO01TQwK255C { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:19.5625rem;left:9.4375rem; }
#rUQNzzP3wxIeuLfXI7kTw6EuzpFBEoBq { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:19.5625rem;left:11.9375rem; }
#xexWxHiGcT7c9WzpBdp8oUNLQgKmr7Th { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:19.5625rem;left:14.5625rem; }
#Z3G8TfLJDnHGdtRLS13Enzx1TupJZyCl { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:19.5625rem;left:17.4375rem; }
#yL4Uv4VHhzI3cb5Z5PZJ55qxdN3lae2d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#yL4Uv4VHhzI3cb5Z5PZJ55qxdN3lae2d > .row .container { background-color: transparent; background-image: none; }#yL4Uv4VHhzI3cb5Z5PZJ55qxdN3lae2d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yL4Uv4VHhzI3cb5Z5PZJ55qxdN3lae2d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yL4Uv4VHhzI3cb5Z5PZJ55qxdN3lae2d > .row .container > .video-iframe-container { display: none; }#yL4Uv4VHhzI3cb5Z5PZJ55qxdN3lae2d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yL4Uv4VHhzI3cb5Z5PZJ55qxdN3lae2d > .row > .video-iframe-container { display: none; }#yL4Uv4VHhzI3cb5Z5PZJ55qxdN3lae2d > .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); }#yL4Uv4VHhzI3cb5Z5PZJ55qxdN3lae2d > .row .container { border-width: 0; border-radius: 0; }#yL4Uv4VHhzI3cb5Z5PZJ55qxdN3lae2d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yL4Uv4VHhzI3cb5Z5PZJ55qxdN3lae2d > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#nm0uAdFfoaeJzTrTQC4uceKr8Uun1TQh { color:#ffffff;display:block;width:30.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.0998325347901rem;left:22.28125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#y6tTmTD12qLerlGh7doe5rkTRfbnVcWF { position:relative;display:none; }#y6tTmTD12qLerlGh7doe5rkTRfbnVcWF { border-width: 0; border-radius: 0; }#y6tTmTD12qLerlGh7doe5rkTRfbnVcWF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#y6tTmTD12qLerlGh7doe5rkTRfbnVcWF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#pIEKlpOMUOAbUCXUPNxbPNBIxcFU0EgT { background-color:#5d92ff;background-image:none;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"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:15000;text-align:center;text-align-last:center;display:none; }
#do5zlAowQ7unBgi9xR3S5uJUqlGT7pI5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T2KP3EhZiyaAdApidXwkN0IRxa1Fdni2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IODquRgtLq4UaRotCRFxeSDIKxsRPEGC { display:block; }#IODquRgtLq4UaRotCRFxeSDIKxsRPEGC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MD4J6zJ4irwDc6xURTzvobQmO4UuL0WL { top:1.25rem;left:0rem;width:9rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcuhV2AcZrpTHyRFrzvyLpTSb3uEDFQW { top:2.0625rem;left:45.3125rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFmOAtxS92IcNlGZFcBTyRIuMyQJpL1J { width:34.5rem;height:1.9375rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEpIudoUIpHR7GuBH2c1LQgw6KgxrwnT { width:8.75rem;height:1.125rem;top:3.625rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOkJorcSPp9UWMOcSPXVUfMmzpvCz0oo { display:block; }
 }@media only screen and (max-width: 763px) { #Xnzol4eSFvMJtkvlaTrJfuzLrM9KiMqg { width:6.875rem;height:3.4375rem;top:1.75rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEscnt6ny476SeEy1pRotd2UAJVRRSo2 { display:block; }
 }@media only screen and (max-width: 763px) { #ETxzTgiZtUA5UuZEWx7o5fH0bhhNdcTr { display:none; }
 }@media only screen and (max-width: 763px) { #fIsKudPlDmqWaIG9qumE99rdTaCrPEor { width:11.25rem;height:3.4375rem;top:1.75rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEowForRRaWScCPfGAZDpuuKzemM2qGZ { display:block; }
 }@media only screen and (max-width: 763px) { #WJu6suCPCBQeyEwcJhaTmHkngunBTDOM { width:7.5rem;height:3.4375rem;top:1.75rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHq4AxVWT2megiZ59FlF49EOrtG7m5yN { display:block; }
 }@media only screen and (max-width: 763px) { #uLKHZM36PZKsvfpMifpD8S8Cyusee9ni { width:7.5rem;height:3.4375rem;top:1.75rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfIGzzPHL3o6HmstdXVq8dPoZN46T1pN { display:block; }
 }@media only screen and (max-width: 763px) { #PTGBxaE9HNQP36ohICxIlK99wX9RzfcR { display:block; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zML3dzBHQRrygQS0zUePSysyTg0HPAJJ { width:34.5rem;height:1.9375rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2OUfQEZCDc2byGazzJzB8I9TxJUTdvr { width:32.125rem;height:8.375rem;top:7.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IghuuxJRaz00Xv03KOrArnhZV8v96ydJ { width:9.625rem;height:3.125rem;top:33.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9XfC09qNQETOET3GxiUoIrDV1q4hwIo { display:block; }
 }@media only screen and (max-width: 763px) { #UqKJH9iZwDbWJk96PZp4MNZU1W9PVgeN { top:15.4375rem;left:18.6875rem;width:29.0625rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHIfMAW8XPu2TN6Pgbke6OHnSurdxQuV { display:block; }
 }@media only screen and (max-width: 763px) { #GFV1O2rAKTmtsZx0dXKGP97I1tNadDE3 { top:8.8125rem;left:0rem;width:14.1875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PN64vQUi9rGJ3q6iT9F8Fba7Q9pEaL2z { display:block; }#PN64vQUi9rGJ3q6iT9F8Fba7Q9pEaL2z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vHffaU9GI76vbhRttiBP7M78dpxxpFOA { top:1.125rem;left:0rem;width:47.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gg9koiRTHspmnQtquLQfbmDiJIwrQlxQ { display:block; }#Gg9koiRTHspmnQtquLQfbmDiJIwrQlxQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sezo6UwWTVWR0IvLJ6RJFx32MwteUVTi { top:14.5rem;left:0rem;width:20.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8yn01teDgEwLpNpFofhpoPNVPbdbRuN { top:16.0625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpJLJdcW0laUnT0f1MnmqOXsILrQeGDh { top:5.625rem;left:24.6875rem;width:22.6875rem;height:40.763053650757rem;display:block; }
 }@media only screen and (max-width: 763px) { #JORhcSiT4nKUi5oi6qgiargXyfbOzXyQ { width:32.125rem;height:8.375rem;top:7.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8H7vxnr2ofRDN5mNWyNDrgt0DD3ViRa { width:34.5rem;height:1.9375rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4sJTfLmL773xPpxZVO15oUGQw1D8pwK { top:24.125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDc3OgiAnPmP3SmqoJbtsipC6liwAO25 { top:22.5625rem;left:0rem;width:20.6875rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6sQOyZbRvqJgM0kPDTlq1J2NQ3btRHI { width:34.5rem;height:1.9375rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCLlQXMU1xd6ddrrlU9ULGe6dAs6gTiX { top:43.375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNTFqDooKJqmDuGmcQX4ZOTx1uJVfxKB { top:41.8125rem;left:0rem;width:20.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3gWlU4aT7TgmPO7SpqLXh8HCKcVLFRR { width:34.5rem;height:1.9375rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHsN3cfI4s2Brf7kizUbQNk2Wsy6oH4I { top:32.125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXqJWcszgqEE6GeXqNqH0PxBIHuP4y0s { top:30.5625rem;left:0rem;width:20.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ux8fnbwuC4oLqNWXTTatOb89TQ8hGUIx { width:34.5rem;height:1.9375rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUVT529aD5aEw8QQTNbAgG9TNvWTOhPT { top:3.5rem;left:0rem;width:12.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQLUZIJF6rP52UqKfVZTeeVrLWT9gNsR { top:37.9375rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTUzPOdxtwrTHFeSWs4TUsL7Ues7aigR { top:36.875rem;left:0rem;width:20.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6uFBs6FqxxcxIrdLWIGM0ZVaT8JCmyb { width:34.5rem;height:1.9375rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCqNXXcP6k9PB7aHGpuWxfxqKq6nJkUw { display:block; }#cCqNXXcP6k9PB7aHGpuWxfxqKq6nJkUw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bxyofNKzpyTw1vd4Px7fz1eyQ0k3Xlyr { width:18.75rem;height:1.4375rem;top:22.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sy7mknLMuPpAALSCPmkt6eFsr6zkomT8 { width:18.75rem;height:16.75rem;top:24.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cxyb5ND3ZnphQmtzveQT294DqCspTF6T { top:9rem;left:0rem;width:20rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIEkp4efptp0cSm8N87OFsqwSJKOCM86 { top:9rem;left:0rem;width:20rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiR8H3dmsllIPZERTUKtQmPp2xOkK41d { width:32.125rem;height:8.375rem;top:7.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnhrbpvPTiEMaGS1kiZcFDIggqtK34h0 { top:41.875rem;left:0rem;width:19.9375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJXe76QWFKdG1oE2mENhz52HgSF1UqHv { top:9rem;left:11.75rem;width:20rem;height:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnOW1xJLiCiiSbnr1L5ns9QDcOcUGdHe { top:9rem;left:11.75rem;width:20rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJLT6VckkcP4C9MoT0nLxNcZ7iRaTKc2 { width:19.0625rem;height:1.4375rem;top:22.125rem;left:12.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dnz3Ps7cTOCqw2oR3RFtEgvyAfN83P9A { width:18.375rem;height:16.75rem;top:24.625rem;left:13.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ck4R6mJQ5GQwt2R8pwnWnAiW9L7W6uvQ { top:41.8125rem;left:11.8125rem;width:19.9375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vngluTK9ooKu7KD2UWHvQN9TgzdT3bWn { top:9rem;left:27.625rem;width:20rem;height:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2utmJs3yhSd1W12T7KGignxNw96FHPV { top:9rem;left:27.625rem;width:20rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBrhC6wd88pLcosqgZJxnJUQruAvdess { width:18.1875rem;height:2.875rem;top:21.375rem;left:29.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET8rJg0RoUbwwJpg6w4mBwkwtSG9TuWK { width:18.75rem;height:15.375rem;top:24.4375rem;left:28.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6uXosQB5TTPllg4A3qXFmg1PpclKJae { top:41.875rem;left:27.6875rem;width:19.9375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhdxmRLHahGHbNA0m8ESpEflw1h7y9t5 { top:45.3125rem;left:11.75rem;width:20rem;height:38.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7nxLuN6XAz4gH2oz0TADhlH7XM8zly0 { top:45.3125rem;left:11.8125rem;width:19.9375rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5zZRWiH0MIpBtc14u7a7tBBP2QmJNoV { width:18.75rem;height:1.4375rem;top:58.4375rem;left:13rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7DVFNzVdQKm8f9kLzTwnTdPcKEJIc78 { width:18.75rem;height:16.75rem;top:60.9375rem;left:13rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcmh82blliqZciczszr4kGACUokvCJm5 { top:45.4375rem;left:27.625rem;width:20rem;height:38.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLbvILQgWH6SwfpdgTkU1ZyAoHwiFGZU { top:45.3125rem;left:27.625rem;width:20rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClhCFkBwovh3bZJAO6Fa2lKaQuqhtBO0 { width:18.75rem;height:1.4375rem;top:58.125rem;left:28.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #goLsrd4Aq9xUVktxgMwXeCsfpSvGSfKu { width:18.75rem;height:18.125rem;top:60.625rem;left:28.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgrIWZPqSfnz0UOZBi0lAybv5WyCIKfl { top:45.8125rem;left:0rem;width:20rem;height:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBXxmyvW7auZcTgIAocRcwSTMyGFxmQT { top:45.3125rem;left:0rem;width:20rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpGdOlN5CdWb4qORNl5V37LJsFkl9Ak6 { width:18.75rem;height:2.875rem;top:58.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkHla366VQ6GDyabRN66JZ2JN2KSRAPM { width:18.75rem;height:20.9375rem;top:62.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcesmzF39R5xBAMp3T0R5nu0ZWqmguHu { top:77.9375rem;left:27.6875rem;width:19.9375rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #T6il4EOmzKWO1250lCAMu0758F3SldAJ { top:77.9375rem;left:0rem;width:19.9375rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ozOtcduzIvoBfxUQIKWW6cpwOdvQtSdC { top:77.9375rem;left:11.8125rem;width:19.9375rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #A1riayNET65MKpP9cXyykQEdIiUT2Gpy { top:83.75rem;left:27.6875rem;width:19.9375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3mgmTHkXXPTOyVLIICMTuLOlLV5kmDR { top:83.75rem;left:11.8125rem;width:19.9375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJSqIww0xXnLcV9Kgki5qtRugQbeRhSf { top:83.75rem;left:0rem;width:19.9375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0ssKWnXHsopnrcvyQ2ipE7Dd88Te2ga { display:block; }#A0ssKWnXHsopnrcvyQ2ipE7Dd88Te2ga > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OGMTcAGgbhtxHKcrw87FgXAtzsGF6zsm { width:32.125rem;height:8.375rem;top:7.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rs4b2LtdeMK846QL6oUvXqghCnnhMr8n { top:5.625rem;left:0rem;width:24.625rem;height:18.6875rem;font-size:1.4375rem;display:block; }#Rs4b2LtdeMK846QL6oUvXqghCnnhMr8n li:before{  }
 }@media only screen and (max-width: 763px) { #clt17NZL8EmnGHTdzBQ5T5FymMGBPAQf { top:5.625rem;left:11.5625rem;width:24.625rem;height:18.6875rem;font-size:1.4375rem;display:block; }#clt17NZL8EmnGHTdzBQ5T5FymMGBPAQf li:before{  }
 }@media only screen and (max-width: 763px) { #TGbAD2yDfHSK9WlKccTuD5A0hfPRJdfP { top:5.625rem;left:23.125rem;width:24.625rem;height:12.4375rem;font-size:1.4375rem;display:block; }#TGbAD2yDfHSK9WlKccTuD5A0hfPRJdfP li:before{  }
 }@media only screen and (max-width: 763px) { #Bq94ltTxw78XaEut62NybTZ0KL5pTnsA { display:block; }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pBow0ayZKspGUlzJKSIEgplxNKg5gOG3 { top:31.125rem;left:3.5625rem;width:20.3125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRCKQ20tEUX33z8vu6VdiqqZev7b9ml6 { top:29.5rem;left:3.5625rem;width:20.3125rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhA0TdB2lCGJS646eofQUxauhKhi605s { top:30.25rem;left:7.125rem;width:16.75rem;height:7.0625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbE4JTVBX7x6Bz2dNyfmgiuAkQgptTvt { width:32.125rem;height:8.375rem;top:7.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqzqXaTiTwSpPygHWZhbcuERTNHfp19I { width:34.5rem;height:1.9375rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2nVfZ0CCU9xpDSbgJgwpbMs63MbEOBk { top:5.4375rem;left:0.21875190734863rem;width:23.4375rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRODlm8QN2Kn5xPUEtvcTV9waee1fnE3 { top:3.3125rem;left:23.875rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWVGzZO4cyX0TPbs7KVvmbcW88yvsuv1 { display:block; }#oWVGzZO4cyX0TPbs7KVvmbcW88yvsuv1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r81LTfafHViTADOlzVdBlgUGkvaDdZSi { width:16.5625rem;height:6.6875rem;top:33.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v59SXWqcQW8IlkC8wRfbTdTMpkMdzKKW { width:9.1875rem;height:2.875rem;top:35.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsPQVUDAAlF3dxyIDaWPkN6JSTSVhUfm { width:2.8125rem;height:2.8125rem;top:35.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKmA8nr8W18WQKc4VbJlEPk8Nu5NGQs2 { width:18.75rem;height:6.6875rem;top:33.6875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdSyLmlQBOGQ6lULdJCe0efvqEG79xgI { width:10.1875rem;height:4.375rem;top:34.875rem;left:11.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWvrmNnqVTIWp3dwUcdkqnOnnAE42c3a { width:2.75rem;height:2.75rem;top:35.625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6An3fEbLsQIQh0uVtfTMdb4zGUwIWhz { width:18.75rem;height:6.6875rem;top:33.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yklKTKXhoHpnG720EugvMigB6X3fxKrL { width:9.25rem;height:2.875rem;top:35.625rem;left:30.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKN2hKgIu0rsgQOIvB32kgiwnHoMDRGy { width:2.75rem;height:2.75rem;top:35.6875rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvMxmUMHS3GUscNQz8v3Uy9MN7lqWlgA { width:16.5625rem;height:6.6875rem;top:33.6875rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRy5vpSqy5K2TDpGVR6r6nIfi5OGF2gu { width:9.375rem;height:2.875rem;top:35.625rem;left:38.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vutTf3kcxEXoSqz2VTEiKgPworTalx1O { width:2.75rem;height:2.75rem;top:35.625rem;left:45rem;display:block; }
 }@media only screen and (max-width: 763px) { #zp2fKk7X3SzcBJfpuUwzqzo9KOqU8Mht { top:9.6875rem;left:0rem;width:47.75rem;height:14.9375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnhrGSEocR4TEnHbrA37n17bTWLSrChc { display:block; }#TnhrGSEocR4TEnHbrA37n17bTWLSrChc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BdAAtOSSHe72bQT6Hy0N3ichUoSZJesB { width:33.625rem;height:2.25rem;top:5.375rem;left:14.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoOVxiT0E4yn4hbQmgDTyScf3TosUlfp { width:23.875rem;height:3.875rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAXaSGnJ09gL8wu873cdkSQ6gRTKUBga { width:28.4375rem;height:6.125rem;top:17.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #krSUyus9R8C07H5FtIxZLTzyWHAAKaHQ { top:4.1875rem;left:0rem;width:31.625rem;height:20.896693334596rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQorlPKiN8Xipq3u28k2TgZSwpkFtmXC { top:4.1875rem;left:0rem;width:31.75rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQMJvF4MaDH03zSwrXKrV3pB3mGHRcXy { width:16.25rem;height:0.0625rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFpqIcpxVHqRQPUB6ZegnAqKlpGNszUg { width:18.375rem;height:0.125rem;top:1.4375rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3cIyhNMH4P6URM4gKOuKJqocpT9OlOc { width:16.25rem;height:0.0625rem;top:1.4375rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ua8mgsuPrgJ6nZ1k8uUergIALQtkOK9Z { width:18.3125rem;height:0.0625rem;top:1.4375rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETF9uVISlFzDWXa8UDkE1fulvpcWbDFi { width:32.125rem;height:8.375rem;top:7.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpSqkXpcAlWhpFVvnSXbO2WNT4pT9G9O { display:block; }#LpSqkXpcAlWhpFVvnSXbO2WNT4pT9G9O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D0AThB2CyG14cfyBPTCarsX29DMlwTd5 { width:47.25rem;height:;top:5.875rem;left:0.21831893920899rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaormNvk1khDhlM9W4KIZTEe2RtmFHRz { display:block; }#AaormNvk1khDhlM9W4KIZTEe2RtmFHRz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s9u3H7Z55E9mJnJv9a0ClRfLsFUT43BE { width:47.75rem;height:;top:4.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTVd9TlOB5fmPE6uFxuLC1zBSn2PsKnS { width:34.5rem;height:1.9375rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRkklwcHvQlc5PMbSoXDT5uzvzTpUeFu { width:34.5rem;height:1.9375rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLIZK4CL6mdD0td6ZtLmQKmhiEwckRx1 { display:block; }#PLIZK4CL6mdD0td6ZtLmQKmhiEwckRx1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zHDLMZc6SLhJniJbLpudns0OxXXKXDsI { width:32.125rem;height:8.375rem;top:7.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXJnvQ4MfeW3cwZUUUl6xF1bHWyh0tAm { top:11.625rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdTgcZfT1vha4rRThOwlDhk7oUToKGIi { width:34.5rem;height:1.9375rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1D6v4gqPvKhadki407DbsVULekiqkXT { top:15.0625rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCikUPTGoT4rOMgWb6DA7hpobCl10Xdc { width:34.5rem;height:1.9375rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoKLB31Edy8g3ackbbn1TDmKam9QlW3F { width:34.5rem;height:1.9375rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMcQwp7NsoqAnqzkuwmCiFVSUF1cqQ0g { top:8.5625rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2qPtr0Qgus0chK6t4nX3eGTnquGDGKP { top:19.5625rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6EsASNe6PhIfsVZwo8wnO01TQwK255C { top:19.5625rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUQNzzP3wxIeuLfXI7kTw6EuzpFBEoBq { top:19.5625rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xexWxHiGcT7c9WzpBdp8oUNLQgKmr7Th { top:19.5625rem;left:0.9375rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3G8TfLJDnHGdtRLS13Enzx1TupJZyCl { top:19.5625rem;left:3.8125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yL4Uv4VHhzI3cb5Z5PZJ55qxdN3lae2d { display:block; }#yL4Uv4VHhzI3cb5Z5PZJ55qxdN3lae2d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nm0uAdFfoaeJzTrTQC4uceKr8Uun1TQh { top:1.0625rem;left:8.65625rem;width:30.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6tTmTD12qLerlGh7doe5rkTRfbnVcWF { display:none; }#y6tTmTD12qLerlGh7doe5rkTRfbnVcWF > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pIEKlpOMUOAbUCXUPNxbPNBIxcFU0EgT { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #do5zlAowQ7unBgi9xR3S5uJUqlGT7pI5 { display:block; }
 }@media only screen and (max-width: 763px) { #T2KP3EhZiyaAdApidXwkN0IRxa1Fdni2 { display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IODquRgtLq4UaRotCRFxeSDIKxsRPEGC { display:block; }#IODquRgtLq4UaRotCRFxeSDIKxsRPEGC > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MD4J6zJ4irwDc6xURTzvobQmO4UuL0WL { width:19.125rem;height:9.125rem;top:0.65625rem;left:0.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HcuhV2AcZrpTHyRFrzvyLpTSb3uEDFQW { display:flex;width:1.875rem;height:1.875rem;top:4.7734375rem;left:4.6180556416511rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rFmOAtxS92IcNlGZFcBTyRIuMyQJpL1J { width:7.624875rem;height:0;top:4.6875rem;left:6.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uEpIudoUIpHR7GuBH2c1LQgw6KgxrwnT { width:8.75rem;height:2.625rem;top:4.3984375rem;left:7.9375002980231rem;font-size:1.25rem;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #FOkJorcSPp9UWMOcSPXVUfMmzpvCz0oo { display:block; }
 }@media only screen and (max-width: 763px) { #Xnzol4eSFvMJtkvlaTrJfuzLrM9KiMqg { width:6.8125rem;height:3.4375rem;top:21.390625rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UEscnt6ny476SeEy1pRotd2UAJVRRSo2 { display:block; }
 }@media only screen and (max-width: 763px) { #ETxzTgiZtUA5UuZEWx7o5fH0bhhNdcTr { display:flex;top:0.8993055820465rem;left:16.312499761581rem;width:3.125rem;height:3.125rem;z-index:15049;display:none; }
 }@media only screen and (max-width: 763px) { #fIsKudPlDmqWaIG9qumE99rdTaCrPEor { width:11.25rem;height:3.4375rem;top:1.75rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AEowForRRaWScCPfGAZDpuuKzemM2qGZ { display:block; }
 }@media only screen and (max-width: 763px) { #WJu6suCPCBQeyEwcJhaTmHkngunBTDOM { width:7.5rem;height:3.4375rem;top:1.75rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #GHq4AxVWT2megiZ59FlF49EOrtG7m5yN { display:block; }
 }@media only screen and (max-width: 763px) { #uLKHZM36PZKsvfpMifpD8S8Cyusee9ni { width:7.5rem;height:3.4375rem;top:1.75rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #sfIGzzPHL3o6HmstdXVq8dPoZN46T1pN { display:block; }
 }@media only screen and (max-width: 763px) { #PTGBxaE9HNQP36ohICxIlK99wX9RzfcR { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/536bcc97-40e4-4784-b86b-3fc40291f93c/IMG_1499.JPG");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR.adaptive-delivery-prevent-bg, #PTGBxaE9HNQP36ohICxIlK99wX9RzfcR.lazyload, #PTGBxaE9HNQP36ohICxIlK99wX9RzfcR.lazyloading { background-image: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { background-color: transparent; background-image: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.46); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container > .video-iframe-container { display: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.46); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row > .video-iframe-container { display: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .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); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zML3dzBHQRrygQS0zUePSysyTg0HPAJJ { width:19.99675rem;height:19.6821875rem;top:17.464192867279rem;left:0rem;text-align:left;text-align-last:left;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #I2OUfQEZCDc2byGazzJzB8I9TxJUTdvr { width:19.936rem;height:12.674rem;top:4.1796875rem;left:0rem;text-align:left;text-align-last:left;font-size:2.4375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IghuuxJRaz00Xv03KOrArnhZV8v96ydJ { width:9.62425rem;height:3.125rem;top:21.099746704101rem;left:5.1869174838066rem;display:none; }
 }@media only screen and (max-width: 763px) { #w9XfC09qNQETOET3GxiUoIrDV1q4hwIo { display:block; }
 }@media only screen and (max-width: 763px) { #UqKJH9iZwDbWJk96PZp4MNZU1W9PVgeN { top:37.992623329162rem;left:1.1252171397209rem;width:17.7485rem;height:3.93555rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHIfMAW8XPu2TN6Pgbke6OHnSurdxQuV { display:block; }
 }@media only screen and (max-width: 763px) { #GFV1O2rAKTmtsZx0dXKGP97I1tNadDE3 { width:14.1873125rem;height:1.54385625rem;top:2.6378030776977rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PN64vQUi9rGJ3q6iT9F8Fba7Q9pEaL2z { display:block; }#PN64vQUi9rGJ3q6iT9F8Fba7Q9pEaL2z > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vHffaU9GI76vbhRttiBP7M78dpxxpFOA { width:20rem;height:29.4375rem;top:1.1100273132324rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gg9koiRTHspmnQtquLQfbmDiJIwrQlxQ { display:block; }#Gg9koiRTHspmnQtquLQfbmDiJIwrQlxQ > .row .container { width:20rem;height:117.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sezo6UwWTVWR0IvLJ6RJFx32MwteUVTi { width:19.9989375rem;height:1.54385625rem;top:17.025825500488rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J8yn01teDgEwLpNpFofhpoPNVPbdbRuN { width:3.125rem;height:3.125rem;top:13.970270156861rem;left:8.4375002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpJLJdcW0laUnT0f1MnmqOXsILrQeGDh { width:19.375rem;height:34.6245625rem;top:78.779299259187rem;left:0.17252606153488rem;display:block; }
 }@media only screen and (max-width: 763px) { #JORhcSiT4nKUi5oi6qgiargXyfbOzXyQ { width:18.186875rem;height:6.8235rem;top:4.6929378509521rem;left:0.90603309869769rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8H7vxnr2ofRDN5mNWyNDrgt0DD3ViRa { width:19.99675rem;height:7.872875rem;top:19.124347686767rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4sJTfLmL773xPpxZVO15oUGQw1D8pwK { width:3.125rem;height:3.125rem;top:27.5rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDc3OgiAnPmP3SmqoJbtsipC6liwAO25 { width:19.9989375rem;height:1.54385625rem;top:30.5rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w6sQOyZbRvqJgM0kPDTlq1J2NQ3btRHI { width:19.9989375rem;height:7.872875rem;top:32.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCLlQXMU1xd6ddrrlU9ULGe6dAs6gTiX { width:3.125rem;height:3.125rem;top:41.1875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNTFqDooKJqmDuGmcQX4ZOTx1uJVfxKB { width:19.9989375rem;height:1.54385625rem;top:44.75rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v3gWlU4aT7TgmPO7SpqLXh8HCKcVLFRR { width:19.9989375rem;height:7.872875rem;top:46.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHsN3cfI4s2Brf7kizUbQNk2Wsy6oH4I { width:3.125rem;height:3.125rem;top:64.6875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXqJWcszgqEE6GeXqNqH0PxBIHuP4y0s { width:19.9989375rem;height:1.54385625rem;top:68.375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ux8fnbwuC4oLqNWXTTatOb89TQ8hGUIx { width:19.9989375rem;height:4.87215625rem;top:69.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUVT529aD5aEw8QQTNbAgG9TNvWTOhPT { width:12.5rem;height:1.7871125rem;top:1.9683170318604rem;left:4.2654083371163rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQLUZIJF6rP52UqKfVZTeeVrLWT9gNsR { display:flex;width:3.4375rem;height:3.4375rem;top:55.208334922791rem;left:8.2812502980231rem; }
 }@media only screen and (max-width: 763px) { #PTUzPOdxtwrTHFeSWs4TUsL7Ues7aigR { width:20rem;height:1.54385625rem;top:58.645833969116rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e6uFBs6FqxxcxIrdLWIGM0ZVaT8JCmyb { width:20rem;height:3.65411875rem;top:60.188814163208rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCqNXXcP6k9PB7aHGpuWxfxqKq6nJkUw { display:block; }#cCqNXXcP6k9PB7aHGpuWxfxqKq6nJkUw > .row .container { width:20rem;height:233.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bxyofNKzpyTw1vd4Px7fz1eyQ0k3Xlyr { width:18.75rem;height:3.57421875rem;top:22.273222208023rem;left:0.62500005960463rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sy7mknLMuPpAALSCPmkt6eFsr6zkomT8 { width:15.3114375rem;height:18.196rem;top:25.686859130859rem;left:2.3437500596046rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cxyb5ND3ZnphQmtzveQT294DqCspTF6T { width:20rem;height:38.9375rem;top:6.2738718986513rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #NIEkp4efptp0cSm8N87OFsqwSJKOCM86 { width:20rem;height:14.874125rem;top:6.2738725rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiR8H3dmsllIPZERTUKtQmPp2xOkK41d { width:19.99825rem;height:2.2745rem;top:1.9371433258057rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnhrbpvPTiEMaGS1kiZcFDIggqtK34h0 { width:19.9989375rem;height:0.24956625rem;top:45.029300928116rem;left:0rem;background-color:#25aae1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #PJXe76QWFKdG1oE2mENhz52HgSF1UqHv { width:20rem;height:36.8125rem;top:91.5rem;left:0.0625rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #BnOW1xJLiCiiSbnr1L5ns9QDcOcUGdHe { width:19.936rem;height:11.8739375rem;top:91.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJLT6VckkcP4C9MoT0nLxNcZ7iRaTKc2 { width:18.247625rem;height:3.41086875rem;top:103.92687225342rem;left:0.87565106153488rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dnz3Ps7cTOCqw2oR3RFtEgvyAfN83P9A { width:15.3125rem;height:19.6005rem;top:107.86024856567rem;left:2.3437500596046rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ck4R6mJQ5GQwt2R8pwnWnAiW9L7W6uvQ { width:19.936rem;height:0.247395625rem;top:128.19987487793rem;left:0rem;background-color:#25aae1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #vngluTK9ooKu7KD2UWHvQN9TgzdT3bWn { width:20rem;height:32.0625rem;top:163.5625rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #m2utmJs3yhSd1W12T7KGignxNw96FHPV { width:19.936rem;height:11.875rem;top:163.56227111816rem;left:0rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/10f3229c-9537-489d-83f6-2b31dd136fcb/IMG_5790.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#m2utmJs3yhSd1W12T7KGignxNw96FHPV.adaptive-delivery-prevent-bg, #m2utmJs3yhSd1W12T7KGignxNw96FHPV.lazyload, #m2utmJs3yhSd1W12T7KGignxNw96FHPV.lazyloading { background-image: none; }
#m2utmJs3yhSd1W12T7KGignxNw96FHPV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #lBrhC6wd88pLcosqgZJxnJUQruAvdess { width:18.75rem;height:3.41086875rem;top:175.9375rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET8rJg0RoUbwwJpg6w4mBwkwtSG9TuWK { width:17.874375rem;height:16.8004375rem;top:179.0625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6uXosQB5TTPllg4A3qXFmg1PpclKJae { width:19.936rem;height:0.247395625rem;top:195.4448928833rem;left:0rem;background-color:#25aae1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #EhdxmRLHahGHbNA0m8ESpEflw1h7y9t5 { width:19.9375rem;height:32.9375rem;top:129.625rem;left:0.1875rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #d7nxLuN6XAz4gH2oz0TADhlH7XM8zly0 { width:19.936rem;height:11.8739375rem;top:129.625rem;left:0.1875rem;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/uc/8a1b6602-3ca1-466b-a74f-e374c3fc158e/chains.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#d7nxLuN6XAz4gH2oz0TADhlH7XM8zly0.adaptive-delivery-prevent-bg, #d7nxLuN6XAz4gH2oz0TADhlH7XM8zly0.lazyload, #d7nxLuN6XAz4gH2oz0TADhlH7XM8zly0.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #I5zZRWiH0MIpBtc14u7a7tBBP2QmJNoV { width:18.75rem;height:1.8684875rem;top:142.75rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7DVFNzVdQKm8f9kLzTwnTdPcKEJIc78 { width:18.3745625rem;height:16.8004375rem;top:145.25rem;left:0.875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcmh82blliqZciczszr4kGACUokvCJm5 { width:19.9375rem;height:35.875rem;top:196.75rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #zLbvILQgWH6SwfpdgTkU1ZyAoHwiFGZU { width:19.936rem;height:11.8739375rem;top:196.75rem;left:0rem;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/uc/900e9f9e-4990-4603-b411-a10ceda127b8/heads.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#zLbvILQgWH6SwfpdgTkU1ZyAoHwiFGZU.adaptive-delivery-prevent-bg, #zLbvILQgWH6SwfpdgTkU1ZyAoHwiFGZU.lazyload, #zLbvILQgWH6SwfpdgTkU1ZyAoHwiFGZU.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ClhCFkBwovh3bZJAO6Fa2lKaQuqhtBO0 { width:18.75rem;height:2.03125rem;top:209.625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #goLsrd4Aq9xUVktxgMwXeCsfpSvGSfKu { width:17.249375rem;height:19.6005rem;top:211.75rem;left:1.375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgrIWZPqSfnz0UOZBi0lAybv5WyCIKfl { width:19.9375rem;height:43.6875rem;top:46.4375rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #zBXxmyvW7auZcTgIAocRcwSTMyGFxmQT { width:19.936rem;height:11.8739375rem;top:46.4375rem;left:0rem;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/uc/34b2d40c-21dd-4528-91d3-4bffeaed8de4/diff.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#zBXxmyvW7auZcTgIAocRcwSTMyGFxmQT.adaptive-delivery-prevent-bg, #zBXxmyvW7auZcTgIAocRcwSTMyGFxmQT.lazyload, #zBXxmyvW7auZcTgIAocRcwSTMyGFxmQT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qpGdOlN5CdWb4qORNl5V37LJsFkl9Ak6 { width:18.75rem;height:3.7358rem;top:59rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkHla366VQ6GDyabRN66JZ2JN2KSRAPM { width:15.3125rem;height:26.6006875rem;top:63.118480682375rem;left:2.3437500596046rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcesmzF39R5xBAMp3T0R5nu0ZWqmguHu { width:19.936rem;height:0.247395625rem;top:232.5rem;left:0rem;background-color:#25aae1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #T6il4EOmzKWO1250lCAMu0758F3SldAJ { width:19.936rem;height:0.247395625rem;top:89.945749282837rem;left:0rem;background-color:#25aae1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #ozOtcduzIvoBfxUQIKWW6cpwOdvQtSdC { width:19.936rem;height:0.247395625rem;top:162.31120491028rem;left:0rem;background-color:#25aae1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #A1riayNET65MKpP9cXyykQEdIiUT2Gpy { width:19.9373125rem;height:0.249280625rem;top:257.55553019287rem;left:0rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #d3mgmTHkXXPTOyVLIICMTuLOlLV5kmDR { width:19.9375rem;height:0.25rem;top:2.75rem;left:0rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #uJSqIww0xXnLcV9Kgki5qtRugQbeRhSf { width:19.9373125rem;height:0.249280625rem;top:92.262416872556rem;left:0.0010833740234375rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #A0ssKWnXHsopnrcvyQ2ipE7Dd88Te2ga { display:block; }#A0ssKWnXHsopnrcvyQ2ipE7Dd88Te2ga > .row .container { width:20rem;height:63.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OGMTcAGgbhtxHKcrw87FgXAtzsGF6zsm { width:20rem;height:2.2747375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rs4b2LtdeMK846QL6oUvXqghCnnhMr8n { width:20rem;height:18.6860625rem;top:4.77430625rem;left:0rem;font-size:1.4375rem;display:block; }#Rs4b2LtdeMK846QL6oUvXqghCnnhMr8n li:before{  }
 }@media only screen and (max-width: 763px) { #clt17NZL8EmnGHTdzBQ5T5FymMGBPAQf { width:20rem;height:18.6860625rem;top:24.71180625rem;left:0rem;font-size:1.4375rem;display:block; }#clt17NZL8EmnGHTdzBQ5T5FymMGBPAQf li:before{  }
 }@media only screen and (max-width: 763px) { #TGbAD2yDfHSK9WlKccTuD5A0hfPRJdfP { width:20rem;height:14.3253125rem;top:44.64930625rem;left:0rem;font-size:1.4375rem;display:block; }#TGbAD2yDfHSK9WlKccTuD5A0hfPRJdfP li:before{  }
 }@media only screen and (max-width: 763px) { #Bq94ltTxw78XaEut62NybTZ0KL5pTnsA { background-color:#f2f2f2;background-image:none;display:block; }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .row .container { background-color: transparent; background-image: none; }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .row .container > .video-iframe-container { display: none; }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .row > .video-iframe-container { display: none; }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .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); }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .row .container { width:20rem;height:57.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pBow0ayZKspGUlzJKSIEgplxNKg5gOG3 { width:12.7495625rem;height:3.87478125rem;top:33.5625rem;left:7.3125rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #lRCKQ20tEUX33z8vu6VdiqqZev7b9ml6 { width:13.061rem;height:4.12435rem;top:31.625rem;left:5.25rem;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #DhA0TdB2lCGJS646eofQUxauhKhi605s { width:11.936875rem;height:2.9243625rem;top:34.0625rem;left:7.75rem;font-size:1.125rem;z-index:15053;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wbE4JTVBX7x6Bz2dNyfmgiuAkQgptTvt { width:19.99825rem;height:4.19921875rem;top:3.7446737289429rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqzqXaTiTwSpPygHWZhbcuERTNHfp19I { width:19.99825rem;height:16.875rem;top:37.945666313171rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2nVfZ0CCU9xpDSbgJgwpbMs63MbEOBk { width:20rem;height:26.624625rem;top:9.1166658401487rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRODlm8QN2Kn5xPUEtvcTV9waee1fnE3 { width:12.5rem;height:2.03125rem;top:0.89133548736575rem;left:6.2482241392136rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWVGzZO4cyX0TPbs7KVvmbcW88yvsuv1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/shQuPtpXfoM/unsplash/nina-mercado-shQuPtpXfoM-photo-1599256630844-f94b62ffabfb.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#oWVGzZO4cyX0TPbs7KVvmbcW88yvsuv1.adaptive-delivery-prevent-bg, #oWVGzZO4cyX0TPbs7KVvmbcW88yvsuv1.lazyload, #oWVGzZO4cyX0TPbs7KVvmbcW88yvsuv1.lazyloading { background-image: none; }#oWVGzZO4cyX0TPbs7KVvmbcW88yvsuv1 > .row .container { background-color: transparent; background-image: none; }#oWVGzZO4cyX0TPbs7KVvmbcW88yvsuv1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#oWVGzZO4cyX0TPbs7KVvmbcW88yvsuv1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oWVGzZO4cyX0TPbs7KVvmbcW88yvsuv1 > .row .container > .video-iframe-container { display: none; }#oWVGzZO4cyX0TPbs7KVvmbcW88yvsuv1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#oWVGzZO4cyX0TPbs7KVvmbcW88yvsuv1 > .row > .video-iframe-container { display: none; }#oWVGzZO4cyX0TPbs7KVvmbcW88yvsuv1 > .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); }#oWVGzZO4cyX0TPbs7KVvmbcW88yvsuv1 > .row .container { width:20rem;height:58.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r81LTfafHViTADOlzVdBlgUGkvaDdZSi { width:14.0625rem;height:5.87479375rem;top:1.3125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #v59SXWqcQW8IlkC8wRfbTdTMpkMdzKKW { width:8.5625rem;height:2.59765625rem;top:2.9375rem;left:6.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DsPQVUDAAlF3dxyIDaWPkN6JSTSVhUfm { width:2.49965625rem;height:2.49965625rem;top:3rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKmA8nr8W18WQKc4VbJlEPk8Nu5NGQs2 { width:14.0625rem;height:6.5625rem;top:8.5rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdSyLmlQBOGQ6lULdJCe0efvqEG79xgI { width:7.75rem;height:5.1953125rem;top:9.5rem;left:7.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fWvrmNnqVTIWp3dwUcdkqnOnnAE42c3a { width:2.49965625rem;height:2.49965625rem;top:10.4375rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6An3fEbLsQIQh0uVtfTMdb4zGUwIWhz { width:14.0625rem;height:5.875rem;top:15.9375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yklKTKXhoHpnG720EugvMigB6X3fxKrL { width:9.75rem;height:2.59765rem;top:17.875rem;left:6.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uKN2hKgIu0rsgQOIvB32kgiwnHoMDRGy { width:2.49965625rem;height:2.49965625rem;top:17.9375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvMxmUMHS3GUscNQz8v3Uy9MN7lqWlgA { width:14.0625rem;height:5.875rem;top:23.375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRy5vpSqy5K2TDpGVR6r6nIfi5OGF2gu { width:8.0625rem;height:2.59765625rem;top:25.3125rem;left:6.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vutTf3kcxEXoSqz2VTEiKgPworTalx1O { width:2.49965625rem;height:2.49965625rem;top:25.3125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zp2fKk7X3SzcBJfpuUwzqzo9KOqU8Mht { width:20rem;height:18.196rem;top:30.498919433594rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnhrGSEocR4TEnHbrA37n17bTWLSrChc { display:block; }#TnhrGSEocR4TEnHbrA37n17bTWLSrChc > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BdAAtOSSHe72bQT6Hy0N3ichUoSZJesB { width:20rem;height:2.03125rem;top:16.061889648438rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoOVxiT0E4yn4hbQmgDTyScf3TosUlfp { width:19.99825rem;height:20.8274375rem;top:18.093039035797rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAXaSGnJ09gL8wu873cdkSQ6gRTKUBga { width:17.9375rem;height:2.43608125rem;top:10.763603210449rem;left:1.2489719986916rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #krSUyus9R8C07H5FtIxZLTzyWHAAKaHQ { width:20rem;height:13.215300132551rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQorlPKiN8Xipq3u28k2TgZSwpkFtmXC { width:20rem;height:13.3125rem;top:1.2498302459717rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQMJvF4MaDH03zSwrXKrV3pB3mGHRcXy { width:16.25rem;height:0.0625rem;top:39.875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFpqIcpxVHqRQPUB6ZegnAqKlpGNszUg { width:18.375rem;height:0.0625rem;top:41.186950683594rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3cIyhNMH4P6URM4gKOuKJqocpT9OlOc { width:16.25rem;height:0.0625rem;top:43.875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ua8mgsuPrgJ6nZ1k8uUergIALQtkOK9Z { width:18.3125rem;height:0.0625rem;top:42.5625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETF9uVISlFzDWXa8UDkE1fulvpcWbDFi { width:20rem;height:1.46218125rem;top:45.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpSqkXpcAlWhpFVvnSXbO2WNT4pT9G9O { background-color:transparent;background-image:url("https://images.assets-landingi.com/V37iTrYZz2E/unsplash/tim-mossholder-V37iTrYZz2E-photo-1487754180451-c456f719a1fc.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#LpSqkXpcAlWhpFVvnSXbO2WNT4pT9G9O.adaptive-delivery-prevent-bg, #LpSqkXpcAlWhpFVvnSXbO2WNT4pT9G9O.lazyload, #LpSqkXpcAlWhpFVvnSXbO2WNT4pT9G9O.lazyloading { background-image: none; }#LpSqkXpcAlWhpFVvnSXbO2WNT4pT9G9O > .row .container { background-color: transparent; background-image: none; }#LpSqkXpcAlWhpFVvnSXbO2WNT4pT9G9O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#LpSqkXpcAlWhpFVvnSXbO2WNT4pT9G9O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpSqkXpcAlWhpFVvnSXbO2WNT4pT9G9O > .row .container > .video-iframe-container { display: none; }#LpSqkXpcAlWhpFVvnSXbO2WNT4pT9G9O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#LpSqkXpcAlWhpFVvnSXbO2WNT4pT9G9O > .row > .video-iframe-container { display: none; }#LpSqkXpcAlWhpFVvnSXbO2WNT4pT9G9O > .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); }#LpSqkXpcAlWhpFVvnSXbO2WNT4pT9G9O > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D0AThB2CyG14cfyBPTCarsX29DMlwTd5 { width:19.186875rem;height:15.9215rem;top:3.1875rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaormNvk1khDhlM9W4KIZTEe2RtmFHRz { background-color:#ffffff;background-image:none;display:block; }#AaormNvk1khDhlM9W4KIZTEe2RtmFHRz > .row .container { background-color: transparent; background-image: none; }#AaormNvk1khDhlM9W4KIZTEe2RtmFHRz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AaormNvk1khDhlM9W4KIZTEe2RtmFHRz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AaormNvk1khDhlM9W4KIZTEe2RtmFHRz > .row .container > .video-iframe-container { display: none; }#AaormNvk1khDhlM9W4KIZTEe2RtmFHRz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AaormNvk1khDhlM9W4KIZTEe2RtmFHRz > .row > .video-iframe-container { display: none; }#AaormNvk1khDhlM9W4KIZTEe2RtmFHRz > .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); }#AaormNvk1khDhlM9W4KIZTEe2RtmFHRz > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s9u3H7Z55E9mJnJv9a0ClRfLsFUT43BE { width:19.186875rem;height:4.54948125rem;top:2.8125rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.75rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #pTVd9TlOB5fmPE6uFxuLC1zBSn2PsKnS { width:20rem;height:11.02625rem;top:8.546875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #rRkklwcHvQlc5PMbSoXDT5uzvzTpUeFu { width:20rem;height:3.675425rem;top:21.431451797486rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #PLIZK4CL6mdD0td6ZtLmQKmhiEwckRx1 { display:block; }#PLIZK4CL6mdD0td6ZtLmQKmhiEwckRx1 > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zHDLMZc6SLhJniJbLpudns0OxXXKXDsI { width:10.9991875rem;height:2.35625rem;top:1.25rem;left:4.5rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXJnvQ4MfeW3cwZUUUl6xF1bHWyh0tAm { display:flex;width:2.4375rem;height:2.4375rem;top:10.25rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #mdTgcZfT1vha4rRThOwlDhk7oUToKGIi { width:11.99975rem;height:1.13725rem;top:13.9375rem;left:4rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1D6v4gqPvKhadki407DbsVULekiqkXT { display:flex;width:2.437125rem;height:2.437125rem;top:16.436231613159rem;left:8.7796394228937rem; }
 }@media only screen and (max-width: 763px) { #BCikUPTGoT4rOMgWb6DA7hpobCl10Xdc { width:10.9991875rem;height:3.41175625rem;top:20rem;left:4.5rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoKLB31Edy8g3ackbbn1TDmKam9QlW3F { width:11.99975rem;height:1.13725rem;top:7.875rem;left:4rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMcQwp7NsoqAnqzkuwmCiFVSUF1cqQ0g { display:flex;width:2.4375rem;height:2.4375rem;top:4.1875rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #V2qPtr0Qgus0chK6t4nX3eGTnquGDGKP { display:flex;width:1.74924375rem;height:1.74924375rem;top:24.4375rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #S6EsASNe6PhIfsVZwo8wnO01TQwK255C { display:flex;width:1.74913125rem;height:1.74913125rem;top:24.4375rem;left:12.9375rem; }
 }@media only screen and (max-width: 763px) { #rUQNzzP3wxIeuLfXI7kTw6EuzpFBEoBq { display:flex;width:1.74924375rem;height:1.74924375rem;top:24.4375rem;left:16.8125rem; }
 }@media only screen and (max-width: 763px) { #xexWxHiGcT7c9WzpBdp8oUNLQgKmr7Th { display:flex;width:1.75rem;height:1.75rem;top:24.4375rem;left:5.25rem; }
 }@media only screen and (max-width: 763px) { #Z3G8TfLJDnHGdtRLS13Enzx1TupJZyCl { display:flex;width:1.75rem;height:1.75rem;top:24.4375rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #yL4Uv4VHhzI3cb5Z5PZJ55qxdN3lae2d { display:block; }#yL4Uv4VHhzI3cb5Z5PZJ55qxdN3lae2d > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nm0uAdFfoaeJzTrTQC4uceKr8Uun1TQh { width:20rem;height:2.59765625rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y6tTmTD12qLerlGh7doe5rkTRfbnVcWF { background-color:#283891;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#y6tTmTD12qLerlGh7doe5rkTRfbnVcWF > .row .container { background-color: transparent; background-image: none; }#y6tTmTD12qLerlGh7doe5rkTRfbnVcWF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6tTmTD12qLerlGh7doe5rkTRfbnVcWF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6tTmTD12qLerlGh7doe5rkTRfbnVcWF > .row .container > .video-iframe-container { display: none; }#y6tTmTD12qLerlGh7doe5rkTRfbnVcWF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6tTmTD12qLerlGh7doe5rkTRfbnVcWF > .row > .video-iframe-container { display: none; }#y6tTmTD12qLerlGh7doe5rkTRfbnVcWF > .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); }#y6tTmTD12qLerlGh7doe5rkTRfbnVcWF > .row .container { border-width: 0; border-radius: 0; }#y6tTmTD12qLerlGh7doe5rkTRfbnVcWF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y6tTmTD12qLerlGh7doe5rkTRfbnVcWF > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pIEKlpOMUOAbUCXUPNxbPNBIxcFU0EgT { top:1.1875rem;left:1.25rem;width:17.5rem;height:3.4375rem;z-index:15023;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #do5zlAowQ7unBgi9xR3S5uJUqlGT7pI5 { display:block; }
 }@media only screen and (max-width: 763px) { #T2KP3EhZiyaAdApidXwkN0IRxa1Fdni2 { display:flex;top:1.84375rem;left:2.5617188215256rem;width:2rem;height:2rem;z-index:15024; }
 }