.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#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); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1645c0f8-c279-41fb-bc31-bbed7634018a/backgroundlanadscape.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg.adaptive-delivery-prevent-bg, #f4IHiQGBzhnl0EklNh35rdhQQANWalqg.lazyload, #f4IHiQGBzhnl0EklNh35rdhQQANWalqg.lazyloading { background-image: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { background-color: transparent; background-image: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .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); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { border-width: 0; border-radius: 0; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { font-size:0.875rem;font-family:arial;height:43rem;width:60rem;position:relative;display:block; }#E3slrC2Tt7rteNRsAC8XwUR5vLsDCFb0 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:1.4046875238419rem;left:0.9375rem;overflow:hidden;display:block; }
#fSIxLVPaTqAm8HOrKlpF6MJmSDVwUy9E { color:#ffffff;display:block;width:25.5rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:19.535938262939rem;left:0.9375rem;height:10.075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q71lpkgDHUxVsPmrxpZzeVeDiT1vuHuk { background-color:#092f5f;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;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:18.3109375rem;height:3.9375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:31.921875rem;left:3.6570320129394rem;display:block; }
#qLmR2OL77nXca9Iz0AAvbgwcCZyVegM4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q7QZF129apWWM9V0bzTOIECT1UmHJLu6 { background-color:transparent;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:#092f5f;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.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8125rem;height:2.5625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.3914062976837rem;left:19.819532394409rem;display:block; }
#uHAJx4KWqHNy922ZiUdCypakVrFoR8SB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ohWXoOd6fLTLAFugs4g8Tpf2GoSDtxIu { background-color:transparent;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:#092f5f;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.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8734375rem;height:2.625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:2.3289062976837rem;left:39.989065170288rem;display:block; }
#snTEvMaETUelTDW0wMdyw153ymthsUMQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q0lznAkkKMkkIJPBmACrLuyC2s3FfTmh { background-color:transparent;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.187rem;height:2.625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:2.185546875rem;left:48.81298828125rem;display:block; }
#kZ486frr5gek8VRyGpaxKfimTzIuZoL9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rvRJpWwzFg8OsDlXnJEo07SZZnUWVsUJ { position:absolute;display:block;z-index:15011;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:18.3116875rem;width:32.625rem;top:18.660938262939rem;left:27.375001907349rem;overflow:hidden;display:block; }
#Qs7Qr8fz9tOM07admOfBCneJTHg5xD1T { background-color:transparent;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:8.56175rem;height:2.625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:2.37890625rem;left:30.832033157349rem;display:block; }
#F9pZsOoNywbOIvxLOrhCSWMRkdJWIfNh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LstxeAzrHftJxXygre5Kc3G5meOthKHz { background-color:transparent;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:8.56175rem;height:2.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:2.3289062976837rem;left:9.40625rem;display:block; }
#a7Lmi77TI8Oy8TTMRrVTA2Le0JSTOPkz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rG7OXHO4CUuLZrrvhMZDeW9WiTrl6eFh { display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.59765625rem;left:0rem;height:2.84375rem;color:#f1dc0c;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mT9XwAI4nIgTmonROGWWAuJkKIqhsnKT { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:5.75rem;font-weight:normal;z-index:15009;line-height:1;letter-spacing:0;top:10.328906059265rem;left:0rem;height:11.5rem;text-align:center;text-align-last:center;display:block; }
#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg { position:relative;display:block; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg { background-color: transparent; background-image: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container > .video-iframe-container { display: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row > .video-iframe-container { display: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .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); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg { border-width: 0; border-radius: 0; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .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; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .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:46.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ofg4OPIqrtlx3AEOvDoENySVNLvxsZWe { color:#092f5f;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.09375rem;left:0rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bk3TKh9EvZUxaalNyk3hZUX54pwTt2NU { color:#071638;display:block;width:56.124rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:10.62451171875rem;left:2.4990234375rem;height:5.7rem;display:block; }
#hhrnUkTHQ2ferokTswlTf3PKCFa4J6Da { color:#071638;display:block;width:26.4375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:18.625rem;left:0rem;height:2.4rem;font-style:normal;display:block; }
#Z5MGTx5pwMhryiTblTiSNu1PodwXNP2S { position:absolute;display:block;z-index:14999;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.75rem solid #998a43;border-left:0.75rem solid #998a43;border-right:0.75rem solid #998a43;border-bottom:0.75rem solid #998a43;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:17.6850625rem;width:17.6850625rem;top:22.33154296875rem;left:35.3115234375rem;display:block; }
#J6n8ebtEaw1sAzIOyL9gBmoQcV9tigzK { position:absolute;display:block;z-index:15004;background-color:#cae6ff;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:23.75rem;left:0rem;display:block; }
#VidWzG9AQ2pK0iqn5WzZ72xMlM9F77xZ { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:24.4375rem;left:2.5rem;overflow:hidden;display:block; }
#ZPwopsIWXQwU8cWNkIDKOJGlgOhl0lVq { color:#071638;display:block;width:18.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:24.58749961853rem;left:7rem;height:3.2rem;display:block; }
#yC36tQsy3BA3NahbdKyeyQ5lwNCwL7LS { color:#071638;display:block;width:19.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:31.825001478195rem;left:6.8000011444094rem;height:1.6rem;display:block; }
#d9pRXipT1w53Xs4I46cBEvCWfxVuAk7S { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:31rem;left:2.5rem;overflow:hidden;display:block; }
#uBE0k52sdNfsfBHDWRTKPczH04oRr9AQ { position:absolute;display:block;z-index:15007;background-color:#cae6ff;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:30.3125rem;left:0rem;display:block; }
#wJmQTnwZHx2RBnMW7gAym9tBrhOoKzmp { color:#071638;display:block;width:18.8745rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:38.38623046875rem;left:7.03125rem;height:1.6rem;display:block; }
#Ubkt280LFMVoWIXdye9sEZmT2aUJ1TwS { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:37.5625rem;left:2.5rem;overflow:hidden;display:block; }
#a2JwQBSTmzQhfQ0AkGchHp7SEN1nCLCH { position:absolute;display:block;z-index:15010;background-color:#cae6ff;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:36.875rem;left:0rem;display:block; }
#HfZgH0crZUb6g7fiZU98EofgMrd4hfGA { position:absolute;display:block;z-index:15002;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.75rem solid #998a43;border-left:0.75rem solid #998a43;border-right:0.75rem solid #998a43;border-bottom:0.75rem solid #998a43;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:14.0625rem;width:14.0625rem;top:54.3125rem;left:36.4375rem;display:none; }
#OTOHuNs7BnSUmeo73l1hnIFbkiScFtgT { position:absolute;display:block;z-index:15000;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.625rem solid #998a43;border-left:0.625rem solid #998a43;border-right:0.625rem solid #998a43;border-bottom:0.625rem solid #998a43;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:5.5625rem;width:5.5625rem;top:1.09375rem;left:0rem;display:block; }
#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH { position:relative;display:block; }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH { background-color: transparent; background-image: none; }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .row .container > .video-iframe-container { display: none; }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .row > .video-iframe-container { display: none; }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .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); }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH { border-width: 0; border-radius: 0; }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .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; }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .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:55.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#h1pDTK7pVRm44WVmfrJz39WK1LlwkRzV { color:#071638;display:block;width:52.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:1.9359359741211rem;left:2.6859378814698rem;height:7.2rem;font-style:normal;display:block; }
#bggWN64RRfHJ3wq6cvkPG01lumWs8luT { color:#d89209;display:block;width:45.8741875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:12.512500762939rem;left:1.3093757629394rem;height:5.7rem;text-align:center;text-align-last:center;display:block; }
#Wap0HmALC4N573BkNE7cd5J4NG7Abmm5 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5625rem;width:9.25rem;top:18.5rem;left:50.75rem;overflow:hidden;display:block; }
#DDQh1XUNhxkZmFuZ5DZsd8BSU4EriTU8 { position:absolute;display:block;z-index:15001;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.625rem solid #998a43;border-left:0.625rem solid #998a43;border-right:0.625rem solid #998a43;border-bottom:0.625rem solid #998a43;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:8.0625rem;width:8.0625rem;top:16.0625rem;left:46rem;display:block; }
#FRRKvb7qu3xiLdqpHQyXswiys1AMmunJ { color:#071638;display:block;width:53rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:22.454688072204rem;left:0rem;height:2.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NFwJIpAJ9717VDIqCH1JMzsT80e7CupW { color:#071638;display:block;width:39rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:27.18593788147rem;left:9.90468788147rem;height:24.7rem;display:block; }
#MxlqRVFeaTu0Rtnp9dkZG9ezxU5Ep57K { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.249025rem;width:3.249025rem;top:28.43701171875rem;left:3.8115234375rem;overflow:hidden;display:block; }
#tqZEEGJNsF6QOBUf0xTBwPxkpz3RAm2m { background-color:rgba(0,126,178,0.88);background-image:url("https://images.assets-landingi.com/uc/1645c0f8-c279-41fb-bc31-bbed7634018a/backgroundlanadscape.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tqZEEGJNsF6QOBUf0xTBwPxkpz3RAm2m.adaptive-delivery-prevent-bg, #tqZEEGJNsF6QOBUf0xTBwPxkpz3RAm2m.lazyload, #tqZEEGJNsF6QOBUf0xTBwPxkpz3RAm2m.lazyloading { background-image: none; }#tqZEEGJNsF6QOBUf0xTBwPxkpz3RAm2m > .row .container { background-color: transparent; background-image: none; }#tqZEEGJNsF6QOBUf0xTBwPxkpz3RAm2m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tqZEEGJNsF6QOBUf0xTBwPxkpz3RAm2m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tqZEEGJNsF6QOBUf0xTBwPxkpz3RAm2m > .row .container > .video-iframe-container { display: none; }#tqZEEGJNsF6QOBUf0xTBwPxkpz3RAm2m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tqZEEGJNsF6QOBUf0xTBwPxkpz3RAm2m > .row > .video-iframe-container { display: none; }#tqZEEGJNsF6QOBUf0xTBwPxkpz3RAm2m > .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); }#tqZEEGJNsF6QOBUf0xTBwPxkpz3RAm2m > .row .container { border-width: 0; border-radius: 0; }#tqZEEGJNsF6QOBUf0xTBwPxkpz3RAm2m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tqZEEGJNsF6QOBUf0xTBwPxkpz3RAm2m > .row .container { width:60rem;height:36.6875rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#zJvJ8QU36guP9e6gdoxhudEFh9cWxniG { display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.0203127861023rem;left:0rem;height:2.84375rem;color:#f1dc0c;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N8dMccDmeanltXRZ64sMfrBanNxlSpbc { display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:20.707813262939rem;left:0rem;height:8.04375rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hOBXWEFog8yt0vxr3w5w97p5T7qZ9lcz { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:5.625rem;font-weight:normal;z-index:15008;line-height:1;letter-spacing:0;top:7.714062690735rem;left:0rem;height:11.25rem;text-align:center;text-align-last:center;display:block; }
#mT5FODbTfB1iuQzI1q43WcCeMlCGPDIB { position:absolute;display:block;z-index:15019;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.875rem;width:4.75rem;top:0rem;left:28.59228515625rem;overflow:hidden;display:block; }
#UAvGAFBzOBmKNPNvVidq2OCvf28ssAOg { background-color:#092f5f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.875rem;height:3.875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:28.751563072204rem;left:16.598440170288rem;display:block; }
#dxMRFn7FSIwhbvva3tUqoxlyPdtbMXVT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZEpqJW2M3oBoKVFEsBHFceT9a1EM0qFr { background-color:rgba(0,126,178,0.88);background-image:url("https://images.assets-landingi.com/uc/1645c0f8-c279-41fb-bc31-bbed7634018a/backgroundlanadscape.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZEpqJW2M3oBoKVFEsBHFceT9a1EM0qFr.adaptive-delivery-prevent-bg, #ZEpqJW2M3oBoKVFEsBHFceT9a1EM0qFr.lazyload, #ZEpqJW2M3oBoKVFEsBHFceT9a1EM0qFr.lazyloading { background-image: none; }#ZEpqJW2M3oBoKVFEsBHFceT9a1EM0qFr > .row .container { background-color: transparent; background-image: none; }#ZEpqJW2M3oBoKVFEsBHFceT9a1EM0qFr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZEpqJW2M3oBoKVFEsBHFceT9a1EM0qFr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZEpqJW2M3oBoKVFEsBHFceT9a1EM0qFr > .row .container > .video-iframe-container { display: none; }#ZEpqJW2M3oBoKVFEsBHFceT9a1EM0qFr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZEpqJW2M3oBoKVFEsBHFceT9a1EM0qFr > .row > .video-iframe-container { display: none; }#ZEpqJW2M3oBoKVFEsBHFceT9a1EM0qFr > .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); }#ZEpqJW2M3oBoKVFEsBHFceT9a1EM0qFr > .row .container { border-width: 0; border-radius: 0; }#ZEpqJW2M3oBoKVFEsBHFceT9a1EM0qFr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZEpqJW2M3oBoKVFEsBHFceT9a1EM0qFr > .row .container { width:60rem;height:39.375rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#U6DTIT2KxLCu18BuX2oQrBnVf2IWNnRI { display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:20.332813262939rem;left:0rem;height:8.04375rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hpXuV3PAz7anweSIGQQGOA5TuTpHVHtb { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:5.625rem;font-weight:normal;z-index:15008;line-height:1;letter-spacing:0;top:7.964062690735rem;left:0rem;height:11.25rem;text-align:center;text-align-last:center;display:block; }
#r9uWKh5egakB5xQt3SRGrS7ZRuznC7sx { position:absolute;display:block;z-index:15019;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.875rem;width:4.75rem;top:0rem;left:26.84218788147rem;overflow:hidden;display:block; }
#wwdkU7kwViI8eTPaq2wmU9eGc8NvyXrR { background-color:#092f5f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.875rem;height:3.875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:29.938282012939rem;left:17.27968788147rem;display:block; }
#c4oCWdw1CK0TS7UxmsmlcgFQEtGiR90g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w9kZ1drAsM7JdgTUCf3hvxSnBneR8ksT { color:#000000;display:block;width:50rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:4.875rem;left:4.2171878814697rem;height:2.1125rem;text-align:center;text-align-last:center;display:block; }
#OvqIqtMI8o1mwe2JKU6BZGrZwCQ26QJb { 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; }#OvqIqtMI8o1mwe2JKU6BZGrZwCQ26QJb > .row .container { background-color: transparent; background-image: none; }#OvqIqtMI8o1mwe2JKU6BZGrZwCQ26QJb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OvqIqtMI8o1mwe2JKU6BZGrZwCQ26QJb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OvqIqtMI8o1mwe2JKU6BZGrZwCQ26QJb > .row .container > .video-iframe-container { display: none; }#OvqIqtMI8o1mwe2JKU6BZGrZwCQ26QJb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OvqIqtMI8o1mwe2JKU6BZGrZwCQ26QJb > .row > .video-iframe-container { display: none; }#OvqIqtMI8o1mwe2JKU6BZGrZwCQ26QJb > .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); }#OvqIqtMI8o1mwe2JKU6BZGrZwCQ26QJb > .row .container { border-width: 0; border-radius: 0; }#OvqIqtMI8o1mwe2JKU6BZGrZwCQ26QJb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OvqIqtMI8o1mwe2JKU6BZGrZwCQ26QJb > .row .container { font-size:0.875rem;font-family:arial;height:9.5rem;width:60rem;position:relative;display:block; }#c0ChtKXfWUP5NgpCIP15zHI5Bvc5o7pH { color:#32314e;display:block;width:60rem;position:absolute;font-family:"source sans pro";font-size:3.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.7484374046326rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#KfIF24b4uHDFfzCtpUpLQ1Hzuh2af7bR { color:#32314e;display:block;width:60rem;position:absolute;font-family:"source sans pro";font-size:1.5625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:6.6867184638975rem;left:0rem;height:2.0317375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lUmkt0REksIHQQ53kDUzFvJIZt0WTOGG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/08Qe71V3/06.jpg");background-position:top 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; }#lUmkt0REksIHQQ53kDUzFvJIZt0WTOGG.adaptive-delivery-prevent-bg, #lUmkt0REksIHQQ53kDUzFvJIZt0WTOGG.lazyload, #lUmkt0REksIHQQ53kDUzFvJIZt0WTOGG.lazyloading { background-image: none; }#lUmkt0REksIHQQ53kDUzFvJIZt0WTOGG > .row .container { background-color: transparent; background-image: none; }#lUmkt0REksIHQQ53kDUzFvJIZt0WTOGG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lUmkt0REksIHQQ53kDUzFvJIZt0WTOGG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lUmkt0REksIHQQ53kDUzFvJIZt0WTOGG > .row .container > .video-iframe-container { display: none; }#lUmkt0REksIHQQ53kDUzFvJIZt0WTOGG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lUmkt0REksIHQQ53kDUzFvJIZt0WTOGG > .row > .video-iframe-container { display: none; }#lUmkt0REksIHQQ53kDUzFvJIZt0WTOGG > .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); }#lUmkt0REksIHQQ53kDUzFvJIZt0WTOGG > .row .container { border-width: 0; border-radius: 0; }#lUmkt0REksIHQQ53kDUzFvJIZt0WTOGG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lUmkt0REksIHQQ53kDUzFvJIZt0WTOGG > .row .container { font-size:0.875rem;font-family:arial;height:19.9375rem;width:60rem;position:relative;display:block; }#BA6kkkPfeW8W5S9xsGnZuTCfP8dqeSd2 { color:#ffffff;display:block;width:9.875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:12.312499761581rem;left:4.5rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SAL5J1NbHQIPBaoUhMZ3UpDKZyxBJAAW { position:absolute;display:block;z-index:15008;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: none;height:0.0625rem;width:2.4375rem;top:11.368750333786rem;left:6.65625rem;display:block; }
#rogkNQpTLEJ8Vp3kDH1zl7zXIg67rUb8 { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:"source sans pro";font-size:2.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:8.5687501430513rem;left:1.9375rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KTA2czp6ixwhXoan6q5aU9rLRuDDgtsx { box-sizing:content-box;color:#d1ab6a;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:7.9375rem;left:0.9375rem;display:block; }
#Csh7nMHTTFyI5n57m4ZLN3LmMMcae2tX { color:#ffffff;display:block;width:9rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:12.1875rem;left:19.4375rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rvTxPCkZpTL0v2W82yd94lvEigb1RBAA { box-sizing:content-box;color:#d1ab6a;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:7.875rem;left:15.3125rem;display:block; }
#qy9WfvILwA4lT8R4mTpVEsWZZFAPxvpe { position:absolute;display:block;z-index:15012;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: none;height:0.0625rem;width:2.4375rem;top:11.5625rem;left:20.3125rem;display:block; }
#eegw5MID6x942NXHUwDEdf0My4Ewpbrm { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:"source sans pro";font-size:2.1875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:8.5687532424925rem;left:15.937501907349rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pKJCHbqewV6xW7k12emTxs7CFWdOGZsS { color:#ffffff;display:block;width:9rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:12.1875rem;left:34.75rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XOIAyWeXqBZsaEgWmhkcJEObtBb0v5gN { box-sizing:content-box;color:#d1ab6a;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:7.875rem;left:30.625rem;display:block; }
#xVszMTZfedPknOxEI9dEfcSHDWNP4R9h { position:absolute;display:block;z-index:15016;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: none;height:0.0625rem;width:2.4375rem;top:11.5625rem;left:35.625rem;display:block; }
#woXb3UR6WPXi33UponTbIZX0FIKeHN2T { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:"source sans pro";font-size:2.1875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:8.5687532424925rem;left:32.687501907349rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GNZkXxBJwFE8qJD0hwQPEybfTOycDfVA { color:#ffffff;display:block;width:9rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:12.1875rem;left:49.75rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CAzLZlv19cbqiMwdVWwToxOKDGBquhdD { box-sizing:content-box;color:#d1ab6a;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:7.875rem;left:45.625rem;display:block; }
#fbPRi2vTThTvcL2uzBRaGTSfihsqTV8B { position:absolute;display:block;z-index:15020;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: none;height:0.0625rem;width:2.4375rem;top:11.5625rem;left:50.625rem;display:block; }
#kDXdywraO25f1zozdQgrP4gelPPp9FId { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:"source sans pro";font-size:2.1875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:8.5687501430513rem;left:46.874998092651rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kufia9QtzkkDyQIe6cgJKfgZR83UwSiH { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/lXbJqk5B/bg2.jpg");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kufia9QtzkkDyQIe6cgJKfgZR83UwSiH.adaptive-delivery-prevent-bg, #kufia9QtzkkDyQIe6cgJKfgZR83UwSiH.lazyload, #kufia9QtzkkDyQIe6cgJKfgZR83UwSiH.lazyloading { background-image: none; }#kufia9QtzkkDyQIe6cgJKfgZR83UwSiH > .row .container { background-color: transparent; background-image: none; }#kufia9QtzkkDyQIe6cgJKfgZR83UwSiH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kufia9QtzkkDyQIe6cgJKfgZR83UwSiH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kufia9QtzkkDyQIe6cgJKfgZR83UwSiH > .row .container > .video-iframe-container { display: none; }#kufia9QtzkkDyQIe6cgJKfgZR83UwSiH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kufia9QtzkkDyQIe6cgJKfgZR83UwSiH > .row > .video-iframe-container { display: none; }#kufia9QtzkkDyQIe6cgJKfgZR83UwSiH > .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); }#kufia9QtzkkDyQIe6cgJKfgZR83UwSiH > .row .container { border-width: 0; border-radius: 0; }#kufia9QtzkkDyQIe6cgJKfgZR83UwSiH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kufia9QtzkkDyQIe6cgJKfgZR83UwSiH > .row .container { font-size:0.875rem;font-family:"open sans";height:13.125rem;width:60rem;position:relative;display:block; }#Bg182vTIddR1LN4UDu4Qxm7BTI6B5iX6 { display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15000;line-height:1.6;letter-spacing:0;top:3.125rem;left:1.0625rem;height:8rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ecMv4T2AkIzQwuqGpcTyFiLQsXSrZHAi { display:block;width:25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15001;line-height:1.6;letter-spacing:0;top:11rem;left:9rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gxUmyFbNiS2iDcOHOtznhhNZ11KTeTRR { display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:3.90625rem;left:32.5rem;height:6.4rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#Q7AdAkPPt6omXhlCt9hwO6XizZXkOkZq { display:block;width:13.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:10.9375rem;left:46.625rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VHlAJyDPD7MsDsizmdpfqCfhvkKvLAIx { 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; }#VHlAJyDPD7MsDsizmdpfqCfhvkKvLAIx > .row .container { background-color: transparent; background-image: none; }#VHlAJyDPD7MsDsizmdpfqCfhvkKvLAIx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHlAJyDPD7MsDsizmdpfqCfhvkKvLAIx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHlAJyDPD7MsDsizmdpfqCfhvkKvLAIx > .row .container > .video-iframe-container { display: none; }#VHlAJyDPD7MsDsizmdpfqCfhvkKvLAIx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHlAJyDPD7MsDsizmdpfqCfhvkKvLAIx > .row > .video-iframe-container { display: none; }#VHlAJyDPD7MsDsizmdpfqCfhvkKvLAIx > .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); }#VHlAJyDPD7MsDsizmdpfqCfhvkKvLAIx > .row .container { border-width: 0; border-radius: 0; }#VHlAJyDPD7MsDsizmdpfqCfhvkKvLAIx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VHlAJyDPD7MsDsizmdpfqCfhvkKvLAIx > .row .container { font-size:0.875rem;font-family:arial;height:23.9375rem;width:60rem;position:relative;display:block; }#nrAm9IwmaqfIgPkXVUOCx2t5Un1IwOKP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.375rem;width:52.3125rem;top:0.75rem;left:3.65625rem;overflow:hidden;display:block; }
#Acicu4Op7mXt6MztHuf7tqb3lGbbE7zI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/1eef9eRd/10.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; }#Acicu4Op7mXt6MztHuf7tqb3lGbbE7zI.adaptive-delivery-prevent-bg, #Acicu4Op7mXt6MztHuf7tqb3lGbbE7zI.lazyload, #Acicu4Op7mXt6MztHuf7tqb3lGbbE7zI.lazyloading { background-image: none; }#Acicu4Op7mXt6MztHuf7tqb3lGbbE7zI > .row .container { background-color: transparent; background-image: none; }#Acicu4Op7mXt6MztHuf7tqb3lGbbE7zI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Acicu4Op7mXt6MztHuf7tqb3lGbbE7zI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Acicu4Op7mXt6MztHuf7tqb3lGbbE7zI > .row .container > .video-iframe-container { display: none; }#Acicu4Op7mXt6MztHuf7tqb3lGbbE7zI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Acicu4Op7mXt6MztHuf7tqb3lGbbE7zI > .row > .video-iframe-container { display: none; }#Acicu4Op7mXt6MztHuf7tqb3lGbbE7zI > .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); }#Acicu4Op7mXt6MztHuf7tqb3lGbbE7zI > .row .container { border-width: 0; border-radius: 0; }#Acicu4Op7mXt6MztHuf7tqb3lGbbE7zI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Acicu4Op7mXt6MztHuf7tqb3lGbbE7zI > .row .container { font-size:0.875rem;font-family:arial;height:13.1875rem;width:60rem;position:relative;display:block; }#EyykoWGcTTwWQvb4lieu5sy7xekMIG52 { box-sizing:content-box;color:#d1ab6a;font-size:3.6875rem;font-weight:400;line-height:1;height:5.3125rem;width:5.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:0.5625rem;left:27.343751907349rem;display:block; }
#lRVR0XZUTMt2U40p6DptltVG4JS1cit6 { color:#32314e;display:block;width:60rem;position:absolute;font-family:"source sans pro";font-size:3.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:5.9375004768372rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#WwHgEMxHO06ma6MbotmWx6UokZDatetb { color:#32314e;display:block;width:60rem;position:absolute;font-family:"source sans pro";font-size:1.5625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:9.9874997138975rem;left:0rem;height:2.0317375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JMHtKKGZkNwgZooUhnG2XJmdmB69xPMR { background-color:rgba(0,126,178,0.88);background-image:url("https://images.assets-landingi.com/uc/1645c0f8-c279-41fb-bc31-bbed7634018a/backgroundlanadscape.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JMHtKKGZkNwgZooUhnG2XJmdmB69xPMR.adaptive-delivery-prevent-bg, #JMHtKKGZkNwgZooUhnG2XJmdmB69xPMR.lazyload, #JMHtKKGZkNwgZooUhnG2XJmdmB69xPMR.lazyloading { background-image: none; }#JMHtKKGZkNwgZooUhnG2XJmdmB69xPMR > .row .container { background-color: transparent; background-image: none; }#JMHtKKGZkNwgZooUhnG2XJmdmB69xPMR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMHtKKGZkNwgZooUhnG2XJmdmB69xPMR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMHtKKGZkNwgZooUhnG2XJmdmB69xPMR > .row .container > .video-iframe-container { display: none; }#JMHtKKGZkNwgZooUhnG2XJmdmB69xPMR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMHtKKGZkNwgZooUhnG2XJmdmB69xPMR > .row > .video-iframe-container { display: none; }#JMHtKKGZkNwgZooUhnG2XJmdmB69xPMR > .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); }#JMHtKKGZkNwgZooUhnG2XJmdmB69xPMR > .row .container { border-width: 0; border-radius: 0; }#JMHtKKGZkNwgZooUhnG2XJmdmB69xPMR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JMHtKKGZkNwgZooUhnG2XJmdmB69xPMR > .row .container { width:60rem;height:43.625rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#S2TArDI2TARMRCkuUW0urG2TZOXIhfem { display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.9031248092651rem;left:0rem;height:3.00625rem;color:#f1dc0c;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qZZsvyBh8cAerLuLrtKEw6Cw1aoOhm8x { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:4.8125rem;font-weight:normal;z-index:15008;line-height:1;letter-spacing:0;top:7.9140625rem;left:0rem;height:9.625rem;text-align:center;text-align-last:center;display:block; }
#tDly78FUXCHOTagZTEPzyBF3CpAp7Xsc { position:absolute;display:block;z-index:15019;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.875rem;width:4.75rem;top:0rem;left:28.59228515625rem;overflow:hidden;display:block; }
#Zcn29Ex7r0GJHbgIVP5aHBLwqxuWxKFn { background-color:#092f5f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:3.87421875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:29.42578125rem;left:19.687501907349rem;display:block; }
#NiKewwuF8BGi9ONwzQfE3GDRGfVyTGdX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pHGvvs7dEUyRZVvPHsWPXvo6IkpDLSn1 { color:#092f5f;display:block;width:49.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:33.300001144409rem;left:4.4125003814697rem;height:7.15rem;text-align:center;text-align-last:center;display:block; }
#q7Dm2TsFIcQZMI0UIPPqP7BRRFcccc2v { display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:19.449999809265rem;left:0rem;height:8.2875rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QhBDIfhTkNTnhxfrIwVPT6I3GaXd1XNp { 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; }#QhBDIfhTkNTnhxfrIwVPT6I3GaXd1XNp > .row .container { background-color: transparent; background-image: none; }#QhBDIfhTkNTnhxfrIwVPT6I3GaXd1XNp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QhBDIfhTkNTnhxfrIwVPT6I3GaXd1XNp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QhBDIfhTkNTnhxfrIwVPT6I3GaXd1XNp > .row .container > .video-iframe-container { display: none; }#QhBDIfhTkNTnhxfrIwVPT6I3GaXd1XNp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QhBDIfhTkNTnhxfrIwVPT6I3GaXd1XNp > .row > .video-iframe-container { display: none; }#QhBDIfhTkNTnhxfrIwVPT6I3GaXd1XNp > .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); }#QhBDIfhTkNTnhxfrIwVPT6I3GaXd1XNp > .row .container { border-width: 0; border-radius: 0; }#QhBDIfhTkNTnhxfrIwVPT6I3GaXd1XNp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QhBDIfhTkNTnhxfrIwVPT6I3GaXd1XNp > .row .container { font-size:0.875rem;font-family:arial;height:24.1875rem;width:60rem;position:relative;display:block; }#DzORBrXt6hfKJRCzeRt4RwRZ06nCtXdc { color:#6f6f6f;display:block;width:20rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:14.0625rem;left:20rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cD53Ub6Z5QoPJrTQRJQG99ILUTzXMmXo { color:#6f6f6f;display:block;width:20rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:14.0625rem;left:40rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TvVlQn8rTOpVteR134FPZCRU4pzPxE5F { color:#32314e;display:block;width:20rem;position:absolute;font-family:"source sans pro";font-size:1.5625rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:11.3125rem;left:20rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wRi0SKO1PHG2CrDKUsb59FOvOa8fEeX8 { color:#32314e;display:block;width:20rem;position:absolute;font-family:"source sans pro";font-size:1.5625rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:11.3125rem;left:40rem;height:2.0317375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Zdu2aZ8wzkpTOu63evcLhV5BFiNGTz7P { position:absolute;display:block;z-index:15016;background-color:#d1ab6a;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:8.75rem;width:8.75rem;top:1.75rem;left:25.625rem;display:block; }
#SQ7Qbas5dEMhrJHy9f7GEXppzAQUdyFy { position:absolute;display:block;z-index:15020;background-color:#0b2759;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:8.75rem;width:8.75rem;top:1.75rem;left:45.625rem;display:block; }
#k0v8HplMsTXVM7ZVI3kKCDbV31GK8ITP { color:#32314e;display:block;width:20rem;position:absolute;font-family:"source sans pro";font-size:1.5625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:11.3125rem;left:0rem;height:2.0317375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#riAr5UymM7qBW9RJxEhXOJdB8gyuPByz { color:#6f6f6f;display:block;width:20rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:14.0625rem;left:0rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FSrPtXK5IPuzbv6FG7T9ZD0l7EFGZqn1 { box-sizing:content-box;color:#ffffff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15028;top:4.1875rem;left:47.8125rem;display:block; }
#fLCKogHhRrZqXcp2D0RPrM4vuK6JViF4 { box-sizing:content-box;color:#ffffff;font-size:2.9375rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15024;top:4rem;left:27.875rem;display:block; }
#bhI3Ug3o0MCCCgOa7v4DQC6EXJfDrxN5 { position:absolute;display:block;z-index:15012;background-color:#0b2759;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:8.75rem;width:8.75rem;top:1.75rem;left:5.625rem;display:block; }
#P0OR6m65PKS2HFWXzWs6bDSTAzwIT93r { box-sizing:content-box;color:#ffffff;font-size:2.9375rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:4rem;left:7.875rem;display:block; }
#mRBhr2FMrNnhvtBBt8C3XigQ4AtFDloi { background-color:#0b2759;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:3.375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:16.924217224121rem;left:4.75rem;display:block; }
#fTeWa4v257NCFlIocvwmEUnvxT4okzWP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JkvNcMve2nDkwcAPEZxniheJtg4KLBia { background-color:#0b2759;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:3.375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:16.923439025879rem;left:24.750001907349rem;display:block; }
#ffM3JCSNdZRIfenzA6U8nFock43Tr0UD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eVh3qvA9HXdleMCGDQ3yC4KTPGBu1gkI { background-color:#0b2759;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:3.375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:16.923439025879rem;left:45.625001907349rem;display:block; }
#NBhQDLTFTzJEFdMV8TlOQ4tkxKhudhTt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E1647M7N51LwvdfMDRbAsXMTtd5e2zhc { position:relative;display:block; }#E1647M7N51LwvdfMDRbAsXMTtd5e2zhc { background-color: transparent; background-image: none; }#E1647M7N51LwvdfMDRbAsXMTtd5e2zhc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E1647M7N51LwvdfMDRbAsXMTtd5e2zhc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E1647M7N51LwvdfMDRbAsXMTtd5e2zhc > .row .container > .video-iframe-container { display: none; }#E1647M7N51LwvdfMDRbAsXMTtd5e2zhc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E1647M7N51LwvdfMDRbAsXMTtd5e2zhc > .row > .video-iframe-container { display: none; }#E1647M7N51LwvdfMDRbAsXMTtd5e2zhc > .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); }#E1647M7N51LwvdfMDRbAsXMTtd5e2zhc { border-width: 0; border-radius: 0; }#E1647M7N51LwvdfMDRbAsXMTtd5e2zhc > .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; }#E1647M7N51LwvdfMDRbAsXMTtd5e2zhc > .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:16.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HCVWOagGzU9KIFDEn0xQI85r8dLKF5qq { position:absolute;display:block;z-index:15023;height:12.4995rem;width:35.562rem;top:1.90283203125rem;left:12.59326171875rem;display:block; }
#lDtOOBA6aAodLV9cBfbZi0ixiBNBdXIB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/spggYkq7/piramida.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;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; }#lDtOOBA6aAodLV9cBfbZi0ixiBNBdXIB.adaptive-delivery-prevent-bg, #lDtOOBA6aAodLV9cBfbZi0ixiBNBdXIB.lazyload, #lDtOOBA6aAodLV9cBfbZi0ixiBNBdXIB.lazyloading { background-image: none; }#lDtOOBA6aAodLV9cBfbZi0ixiBNBdXIB > .row .container { background-color: transparent; background-image: none; }#lDtOOBA6aAodLV9cBfbZi0ixiBNBdXIB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lDtOOBA6aAodLV9cBfbZi0ixiBNBdXIB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lDtOOBA6aAodLV9cBfbZi0ixiBNBdXIB > .row .container > .video-iframe-container { display: none; }#lDtOOBA6aAodLV9cBfbZi0ixiBNBdXIB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lDtOOBA6aAodLV9cBfbZi0ixiBNBdXIB > .row > .video-iframe-container { display: none; }#lDtOOBA6aAodLV9cBfbZi0ixiBNBdXIB > .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); }#lDtOOBA6aAodLV9cBfbZi0ixiBNBdXIB > .row .container { border-width: 0; border-radius: 0; }#lDtOOBA6aAodLV9cBfbZi0ixiBNBdXIB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lDtOOBA6aAodLV9cBfbZi0ixiBNBdXIB > .row .container { font-size:0.875rem;font-family:arial;height:38.9375rem;width:60rem;position:relative;display:block; }#iizFBOGzds2TupqCm49QaUXg0MDOtTLN { color:#ffffff;display:block;width:29.4375rem;position:absolute;font-family:roboto;font-size:4.3125rem;font-weight:300;z-index:15000;line-height:1;letter-spacing:0;top:4.3740234375rem;left:0rem;height:12.9375rem;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; }
#HGkZbIQKlUC2SVwZiJcvtJt8rMVB0h9c { color:#ffffff;display:block;width:60rem;position:absolute;font-family:roboto;font-size:3.4375rem;font-weight:400;z-index:15001;line-height:1.8;letter-spacing:0;top:21.32373046875rem;left:0rem;height:6.1875rem;font-style:normal;display:block; }
#Us89bInOoSI5FvyMyDdVCeD5MnVr57Is { background-color:#00bbe3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1e1e27;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.124rem;height:3.436525rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:30.7734375rem;left:0rem;display:block; }
#eC34FC9BeaW5g0Ld4liS00vgWuTaIhEh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wHLaLOmMUg0KeH662D3UGnxannSZHDS1 { border-bottom:0;border-left:0;border-right:0;border-top: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; }#wHLaLOmMUg0KeH662D3UGnxannSZHDS1 > .row .container { background-color: transparent; background-image: none; }#wHLaLOmMUg0KeH662D3UGnxannSZHDS1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wHLaLOmMUg0KeH662D3UGnxannSZHDS1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wHLaLOmMUg0KeH662D3UGnxannSZHDS1 > .row .container > .video-iframe-container { display: none; }#wHLaLOmMUg0KeH662D3UGnxannSZHDS1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wHLaLOmMUg0KeH662D3UGnxannSZHDS1 > .row > .video-iframe-container { display: none; }#wHLaLOmMUg0KeH662D3UGnxannSZHDS1 > .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); }#wHLaLOmMUg0KeH662D3UGnxannSZHDS1 > .row .container { border-width: 0; border-radius: 0; }#wHLaLOmMUg0KeH662D3UGnxannSZHDS1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wHLaLOmMUg0KeH662D3UGnxannSZHDS1 > .row .container { font-size:0.875rem;font-family:"open sans";height:24.1875rem;width:60rem;position:relative;display:block; }#BvoGmuUWKKktviyEV9mfp4TpaNRmTkTg { display:block;width:29.5625rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.8125rem;left:30.4375rem;height:2.19375rem;font-style:normal;display:block; }
#oyPzqbeqx80WUpucWhx4kC830CIv1tFc { display:block;width:29.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:2.9375rem;left:30.4375rem;height:1.1375rem;font-style:normal;color:#3396fe;display:block; }
#ZAeJxup8TtRTwrnKFDBpRvkVmV28aBD8 { display:block;width:29.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.7;letter-spacing:0;top:4.6875rem;left:30.5625rem;height:17.85rem;color:#2b3c41;text-align:justify;text-align-last:initial;display:block; }
#NFIPgpknI1LMoNszll5phTkXNUymrAFl { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.3125rem;width:31.375rem;top:1.9375rem;left:-1.6875rem;display:block; }
#QvUqrK6Zx1eL4iAnN3yt7AIC6z1SzdnR { border-bottom:0;border-left:0;border-right:0;border-top: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; }#QvUqrK6Zx1eL4iAnN3yt7AIC6z1SzdnR > .row .container { background-color: transparent; background-image: none; }#QvUqrK6Zx1eL4iAnN3yt7AIC6z1SzdnR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvUqrK6Zx1eL4iAnN3yt7AIC6z1SzdnR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvUqrK6Zx1eL4iAnN3yt7AIC6z1SzdnR > .row .container > .video-iframe-container { display: none; }#QvUqrK6Zx1eL4iAnN3yt7AIC6z1SzdnR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvUqrK6Zx1eL4iAnN3yt7AIC6z1SzdnR > .row > .video-iframe-container { display: none; }#QvUqrK6Zx1eL4iAnN3yt7AIC6z1SzdnR > .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); }#QvUqrK6Zx1eL4iAnN3yt7AIC6z1SzdnR > .row .container { border-width: 0; border-radius: 0; }#QvUqrK6Zx1eL4iAnN3yt7AIC6z1SzdnR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QvUqrK6Zx1eL4iAnN3yt7AIC6z1SzdnR > .row .container { font-size:0.875rem;font-family:arial;height:17.3125rem;width:60rem;position:relative;display:block; }#TKRCvKZLefT5NzcDOe23TWCEtXaD43Ei { display:block;width:29.3745rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:7.29638671875rem;left:0rem;height:2.71875rem;color:#1421e1;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xW5u0z1NL6358AFGFd8x0KLTL5SET2nc { display:block;width:27.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:4.0312385559082rem;left:31.218751907349rem;height:9.375rem;color:#8c8d9c;font-style:normal;text-align:center;text-align-last:center;display:block; }
#THldPClGxLKnzxmqyZOLxNR9SRkw8qP1 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#c0c1cc;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; }#THldPClGxLKnzxmqyZOLxNR9SRkw8qP1 > .row .container { background-color: transparent; background-image: none; }#THldPClGxLKnzxmqyZOLxNR9SRkw8qP1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THldPClGxLKnzxmqyZOLxNR9SRkw8qP1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THldPClGxLKnzxmqyZOLxNR9SRkw8qP1 > .row .container > .video-iframe-container { display: none; }#THldPClGxLKnzxmqyZOLxNR9SRkw8qP1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THldPClGxLKnzxmqyZOLxNR9SRkw8qP1 > .row > .video-iframe-container { display: none; }#THldPClGxLKnzxmqyZOLxNR9SRkw8qP1 > .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); }#THldPClGxLKnzxmqyZOLxNR9SRkw8qP1 > .row .container { border-width: 0; border-radius: 0; }#THldPClGxLKnzxmqyZOLxNR9SRkw8qP1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#THldPClGxLKnzxmqyZOLxNR9SRkw8qP1 > .row .container { font-size:0.875rem;font-family:arial;height:3.25rem;width:60rem;position:relative;display:block; }#GO0ABB5SbEWJ4f7J6d9q4khSTgAduicc { box-sizing:content-box;color:#0b2c56;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;top:0.65625rem;left:17.911637931034rem;display:block; }
#DhlhQIJpupUTTf1mNRtiAdEBwwb22zGh { box-sizing:content-box;color:#c82c0c;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:0.65625rem;left:21.161637931034rem;display:block; }
#bMkwhsP5rvKDqNXJV9zTI0WypSiWVmCG { color:#070d5d;display:block;width:16.75rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:0.9375rem;left:0.625rem;height:1.40625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #f4IHiQGBzhnl0EklNh35rdhQQANWalqg { display:block; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E3slrC2Tt7rteNRsAC8XwUR5vLsDCFb0 { top:1.375rem;left:0rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSIxLVPaTqAm8HOrKlpF6MJmSDVwUy9E { top:19.5rem;left:0rem;width:25.5rem;height:10.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q71lpkgDHUxVsPmrxpZzeVeDiT1vuHuk { width:18.25rem;height:3.9375rem;top:31.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLmR2OL77nXca9Iz0AAvbgwcCZyVegM4 { display:block; }
 }@media only screen and (max-width: 763px) { #q7QZF129apWWM9V0bzTOIECT1UmHJLu6 { width:8.8125rem;height:2.5625rem;top:2.375rem;left:13.694532394409rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHAJx4KWqHNy922ZiUdCypakVrFoR8SB { display:block; }
 }@media only screen and (max-width: 763px) { #ohWXoOd6fLTLAFugs4g8Tpf2GoSDtxIu { width:8.8125rem;height:2.625rem;top:2.3125rem;left:33.864065170288rem;display:block; }
 }@media only screen and (max-width: 763px) { #snTEvMaETUelTDW0wMdyw153ymthsUMQ { display:block; }
 }@media only screen and (max-width: 763px) { #Q0lznAkkKMkkIJPBmACrLuyC2s3FfTmh { width:11.125rem;height:2.625rem;top:2.125rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ486frr5gek8VRyGpaxKfimTzIuZoL9 { display:block; }
 }@media only screen and (max-width: 763px) { #rvRJpWwzFg8OsDlXnJEo07SZZnUWVsUJ { width:32.625rem;height:18.3116875rem;top:18.625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qs7Qr8fz9tOM07admOfBCneJTHg5xD1T { width:8.5rem;height:2.625rem;top:2.375rem;left:24.707033157349rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9pZsOoNywbOIvxLOrhCSWMRkdJWIfNh { display:block; }
 }@media only screen and (max-width: 763px) { #LstxeAzrHftJxXygre5Kc3G5meOthKHz { width:8.5rem;height:2.625rem;top:2.3125rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7Lmi77TI8Oy8TTMRrVTA2Le0JSTOPkz { display:block; }
 }@media only screen and (max-width: 763px) { #rG7OXHO4CUuLZrrvhMZDeW9WiTrl6eFh { width:47.75rem;height:3.0625rem;top:3.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT9XwAI4nIgTmonROGWWAuJkKIqhsnKT { width:47.75rem;height:11.5rem;top:10.3125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg { display:block; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ofg4OPIqrtlx3AEOvDoENySVNLvxsZWe { top:1.0625rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bk3TKh9EvZUxaalNyk3hZUX54pwTt2NU { top:10.5625rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhrnUkTHQ2ferokTswlTf3PKCFa4J6Da { top:18.625rem;left:0rem;width:26.4375rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5MGTx5pwMhryiTblTiSNu1PodwXNP2S { top:22.3125rem;left:28.625rem;width:17.625rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6n8ebtEaw1sAzIOyL9gBmoQcV9tigzK { top:23.75rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VidWzG9AQ2pK0iqn5WzZ72xMlM9F77xZ { top:24.4375rem;left:0rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPwopsIWXQwU8cWNkIDKOJGlgOhl0lVq { top:24.5625rem;left:0.875rem;width:18.875rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yC36tQsy3BA3NahbdKyeyQ5lwNCwL7LS { top:31.8125rem;left:0.67500114440919rem;width:19.6875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9pRXipT1w53Xs4I46cBEvCWfxVuAk7S { top:31rem;left:0rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBE0k52sdNfsfBHDWRTKPczH04oRr9AQ { top:30.3125rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJmQTnwZHx2RBnMW7gAym9tBrhOoKzmp { top:38.375rem;left:0.90625rem;width:18.8125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ubkt280LFMVoWIXdye9sEZmT2aUJ1TwS { top:37.5625rem;left:0rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2JwQBSTmzQhfQ0AkGchHp7SEN1nCLCH { top:36.875rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfZgH0crZUb6g7fiZU98EofgMrd4hfGA { top:54.25rem;left:30.3125rem;width:14.0625rem;height:14.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OTOHuNs7BnSUmeo73l1hnIFbkiScFtgT { top:1.0625rem;left:0rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH { display:block; }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h1pDTK7pVRm44WVmfrJz39WK1LlwkRzV { top:1.875rem;left:0rem;width:47.75rem;height:7.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bggWN64RRfHJ3wq6cvkPG01lumWs8luT { top:12.5rem;left:0rem;width:45.8125rem;height:5.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wap0HmALC4N573BkNE7cd5J4NG7Abmm5 { top:18.5rem;left:38.5rem;width:9.25rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDQh1XUNhxkZmFuZ5DZsd8BSU4EriTU8 { top:16.0625rem;left:38.4375rem;width:8.0625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRRKvb7qu3xiLdqpHQyXswiys1AMmunJ { top:22.4375rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFwJIpAJ9717VDIqCH1JMzsT80e7CupW { top:27.125rem;left:3.7796878814698rem;width:39rem;height:24.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxlqRVFeaTu0Rtnp9dkZG9ezxU5Ep57K { top:28.375rem;left:0rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqZEEGJNsF6QOBUf0xTBwPxkpz3RAm2m { display:block; }#tqZEEGJNsF6QOBUf0xTBwPxkpz3RAm2m > .row .container { width:47.75rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zJvJ8QU36guP9e6gdoxhudEFh9cWxniG { width:47.75rem;height:3.0625rem;top:3.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8dMccDmeanltXRZ64sMfrBanNxlSpbc { width:47.75rem;height:1.75rem;top:7.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOBXWEFog8yt0vxr3w5w97p5T7qZ9lcz { width:47.75rem;height:11.25rem;top:7.6875rem;left:0rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT5FODbTfB1iuQzI1q43WcCeMlCGPDIB { width:4.75rem;height:4.875rem;top:0rem;left:22.46728515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAvGAFBzOBmKNPNvVidq2OCvf28ssAOg { width:23.875rem;height:3.875rem;top:28.75rem;left:10.473440170288rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxMRFn7FSIwhbvva3tUqoxlyPdtbMXVT { display:block; }
 }@media only screen and (max-width: 763px) { #ZEpqJW2M3oBoKVFEsBHFceT9a1EM0qFr { display:block; }#ZEpqJW2M3oBoKVFEsBHFceT9a1EM0qFr > .row .container { width:47.75rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U6DTIT2KxLCu18BuX2oQrBnVf2IWNnRI { width:47.75rem;height:1.75rem;top:7.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpXuV3PAz7anweSIGQQGOA5TuTpHVHtb { width:47.75rem;height:11.25rem;top:7.9375rem;left:0rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9uWKh5egakB5xQt3SRGrS7ZRuznC7sx { width:4.75rem;height:4.875rem;top:0rem;left:20.71718788147rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwdkU7kwViI8eTPaq2wmU9eGc8NvyXrR { width:23.875rem;height:3.875rem;top:29.9375rem;left:11.15468788147rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4oCWdw1CK0TS7UxmsmlcgFQEtGiR90g { display:block; }
 }@media only screen and (max-width: 763px) { #w9kZ1drAsM7JdgTUCf3hvxSnBneR8ksT { width:47.75rem;height:2.0625rem;top:4.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvqIqtMI8o1mwe2JKU6BZGrZwCQ26QJb { display:block; }#OvqIqtMI8o1mwe2JKU6BZGrZwCQ26QJb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c0ChtKXfWUP5NgpCIP15zHI5Bvc5o7pH { width:47.75rem;height:4rem;top:1.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfIF24b4uHDFfzCtpUpLQ1Hzuh2af7bR { width:47.75rem;height:2rem;top:6.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUmkt0REksIHQQ53kDUzFvJIZt0WTOGG { display:block; }#lUmkt0REksIHQQ53kDUzFvJIZt0WTOGG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BA6kkkPfeW8W5S9xsGnZuTCfP8dqeSd2 { width:9.875rem;height:1.4375rem;top:12.3125rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAL5J1NbHQIPBaoUhMZ3UpDKZyxBJAAW { width:2.4375rem;height:0.0625rem;top:11.3125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rogkNQpTLEJ8Vp3kDH1zl7zXIg67rUb8 { width:13.125rem;height:2.8125rem;top:8.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTA2czp6ixwhXoan6q5aU9rLRuDDgtsx { width:4.375rem;height:4.375rem;top:7.9375rem;left:0rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Csh7nMHTTFyI5n57m4ZLN3LmMMcae2tX { width:9rem;height:1.4375rem;top:12.1875rem;left:14.843751907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvTxPCkZpTL0v2W82yd94lvEigb1RBAA { width:4.375rem;height:4.375rem;top:7.875rem;left:11.9375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qy9WfvILwA4lT8R4mTpVEsWZZFAPxvpe { width:2.4375rem;height:0.0625rem;top:11.5625rem;left:15.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eegw5MID6x942NXHUwDEdf0My4Ewpbrm { width:13.125rem;height:2.8125rem;top:8.5625rem;left:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKJCHbqewV6xW7k12emTxs7CFWdOGZsS { width:9rem;height:1.4375rem;top:12.1875rem;left:26.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XOIAyWeXqBZsaEgWmhkcJEObtBb0v5gN { width:4.375rem;height:4.375rem;top:7.875rem;left:23.875rem;font-size:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xVszMTZfedPknOxEI9dEfcSHDWNP4R9h { width:2.4375rem;height:0.0625rem;top:11.5625rem;left:27.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #woXb3UR6WPXi33UponTbIZX0FIKeHN2T { width:13.125rem;height:2.75rem;top:8.5625rem;left:22.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #GNZkXxBJwFE8qJD0hwQPEybfTOycDfVA { width:9rem;height:2.875rem;top:12.1875rem;left:38.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #CAzLZlv19cbqiMwdVWwToxOKDGBquhdD { width:4.375rem;height:4.375rem;top:7.875rem;left:35.8125rem;font-size:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fbPRi2vTThTvcL2uzBRaGTSfihsqTV8B { width:2.4375rem;height:0.0625rem;top:11.5625rem;left:39.90625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kDXdywraO25f1zozdQgrP4gelPPp9FId { width:13.125rem;height:2.8125rem;top:8.5625rem;left:34.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kufia9QtzkkDyQIe6cgJKfgZR83UwSiH { display:block; }#kufia9QtzkkDyQIe6cgJKfgZR83UwSiH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bg182vTIddR1LN4UDu4Qxm7BTI6B5iX6 { width:22.5rem;height:7.8125rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecMv4T2AkIzQwuqGpcTyFiLQsXSrZHAi { width:22.5rem;height:1.375rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxUmyFbNiS2iDcOHOtznhhNZ11KTeTRR { width:22.5rem;height:7.8125rem;top:7.5625rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7AdAkPPt6omXhlCt9hwO6XizZXkOkZq { width:22.5rem;height:1.375rem;top:21.0625rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHlAJyDPD7MsDsizmdpfqCfhvkKvLAIx { display:block; }#VHlAJyDPD7MsDsizmdpfqCfhvkKvLAIx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nrAm9IwmaqfIgPkXVUOCx2t5Un1IwOKP { width:47.75rem;height:20.423536439665rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Acicu4Op7mXt6MztHuf7tqb3lGbbE7zI { display:block; }#Acicu4Op7mXt6MztHuf7tqb3lGbbE7zI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EyykoWGcTTwWQvb4lieu5sy7xekMIG52 { width:5.3125rem;height:5.3125rem;top:0.5625rem;left:21.218751907349rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRVR0XZUTMt2U40p6DptltVG4JS1cit6 { width:47.75rem;height:4rem;top:5.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwHgEMxHO06ma6MbotmWx6UokZDatetb { width:47.75rem;height:2rem;top:9.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMHtKKGZkNwgZooUhnG2XJmdmB69xPMR { display:block; }#JMHtKKGZkNwgZooUhnG2XJmdmB69xPMR > .row .container { width:47.75rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S2TArDI2TARMRCkuUW0urG2TZOXIhfem { width:47.75rem;height:3.0625rem;top:3.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZZsvyBh8cAerLuLrtKEw6Cw1aoOhm8x { width:47.75rem;height:9.625rem;top:7.875rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDly78FUXCHOTagZTEPzyBF3CpAp7Xsc { width:4.75rem;height:4.875rem;top:0rem;left:22.46728515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zcn29Ex7r0GJHbgIVP5aHBLwqxuWxKFn { width:20.625rem;height:3.8125rem;top:29.375rem;left:13.562501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiKewwuF8BGi9ONwzQfE3GDRGfVyTGdX { display:block; }
 }@media only screen and (max-width: 763px) { #pHGvvs7dEUyRZVvPHsWPXvo6IkpDLSn1 { width:47.75rem;height:7.125rem;top:33.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7Dm2TsFIcQZMI0UIPPqP7BRRFcccc2v { width:47.75rem;height:1.75rem;top:7.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhBDIfhTkNTnhxfrIwVPT6I3GaXd1XNp { display:block; }#QhBDIfhTkNTnhxfrIwVPT6I3GaXd1XNp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DzORBrXt6hfKJRCzeRt4RwRZ06nCtXdc { width:20rem;height:1.25rem;top:14.0625rem;left:11.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cD53Ub6Z5QoPJrTQRJQG99ILUTzXMmXo { width:20rem;height:1.25rem;top:14.0625rem;left:27.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TvVlQn8rTOpVteR134FPZCRU4pzPxE5F { width:20rem;height:2rem;top:11.3125rem;left:11.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wRi0SKO1PHG2CrDKUsb59FOvOa8fEeX8 { width:20rem;height:2rem;top:11.3125rem;left:27.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zdu2aZ8wzkpTOu63evcLhV5BFiNGTz7P { width:8.75rem;height:8.75rem;top:1.75rem;left:19.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SQ7Qbas5dEMhrJHy9f7GEXppzAQUdyFy { width:8.75rem;height:8.75rem;top:1.75rem;left:35.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #k0v8HplMsTXVM7ZVI3kKCDbV31GK8ITP { width:20rem;height:2rem;top:11.3125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #riAr5UymM7qBW9RJxEhXOJdB8gyuPByz { width:20rem;height:1.25rem;top:14.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FSrPtXK5IPuzbv6FG7T9ZD0l7EFGZqn1 { width:4.375rem;height:4.375rem;top:4.1875rem;left:37.5rem;font-size:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fLCKogHhRrZqXcp2D0RPrM4vuK6JViF4 { width:4.25rem;height:4.25rem;top:4rem;left:21.6875rem;font-size:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bhI3Ug3o0MCCCgOa7v4DQC6EXJfDrxN5 { width:8.75rem;height:8.75rem;top:1.75rem;left:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #P0OR6m65PKS2HFWXzWs6bDSTAzwIT93r { width:4.25rem;height:4.25rem;top:4rem;left:5.8125rem;font-size:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mRBhr2FMrNnhvtBBt8C3XigQ4AtFDloi { width:10.5rem;height:3.375rem;top:16.875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTeWa4v257NCFlIocvwmEUnvxT4okzWP { display:block; }
 }@media only screen and (max-width: 763px) { #JkvNcMve2nDkwcAPEZxniheJtg4KLBia { width:10.5rem;height:3.375rem;top:16.875rem;left:18.562501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffM3JCSNdZRIfenzA6U8nFock43Tr0UD { display:block; }
 }@media only screen and (max-width: 763px) { #eVh3qvA9HXdleMCGDQ3yC4KTPGBu1gkI { width:10.5rem;height:3.375rem;top:16.875rem;left:35.312501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBhQDLTFTzJEFdMV8TlOQ4tkxKhudhTt { display:block; }
 }@media only screen and (max-width: 763px) { #E1647M7N51LwvdfMDRbAsXMTtd5e2zhc { display:block; }#E1647M7N51LwvdfMDRbAsXMTtd5e2zhc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HCVWOagGzU9KIFDEn0xQI85r8dLKF5qq { width:35.5rem;height:12.4375rem;top:1.875rem;left:6.46826171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDtOOBA6aAodLV9cBfbZi0ixiBNBdXIB { display:block; }#lDtOOBA6aAodLV9cBfbZi0ixiBNBdXIB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iizFBOGzds2TupqCm49QaUXg0MDOtTLN { width:29.4375rem;height:12.9375rem;top:4.3125rem;left:0rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGkZbIQKlUC2SVwZiJcvtJt8rMVB0h9c { width:47.75rem;height:6.1875rem;top:21.3125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Us89bInOoSI5FvyMyDdVCeD5MnVr57Is { width:14.0625rem;height:3.375rem;top:30.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eC34FC9BeaW5g0Ld4liS00vgWuTaIhEh { display:block; }
 }@media only screen and (max-width: 763px) { #wHLaLOmMUg0KeH662D3UGnxannSZHDS1 { display:block; }#wHLaLOmMUg0KeH662D3UGnxannSZHDS1 > .row .container { width:47.75rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BvoGmuUWKKktviyEV9mfp4TpaNRmTkTg { width:23.875rem;height:2.5625rem;top:5.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyPzqbeqx80WUpucWhx4kC830CIv1tFc { width:23.875rem;height:1.125rem;top:8.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAeJxup8TtRTwrnKFDBpRvkVmV28aBD8 { width:23.875rem;height:7.1875rem;top:17rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFIPgpknI1LMoNszll5phTkXNUymrAFl { width:31.375rem;height:20.3125rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvUqrK6Zx1eL4iAnN3yt7AIC6z1SzdnR { display:block; }#QvUqrK6Zx1eL4iAnN3yt7AIC6z1SzdnR > .row .container { width:47.75rem;height:17.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TKRCvKZLefT5NzcDOe23TWCEtXaD43Ei { width:22.8125rem;height:4.4375rem;top:9.125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xW5u0z1NL6358AFGFd8x0KLTL5SET2nc { width:22.8125rem;height:4.4375rem;top:9.125rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #THldPClGxLKnzxmqyZOLxNR9SRkw8qP1 { display:block; }#THldPClGxLKnzxmqyZOLxNR9SRkw8qP1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GO0ABB5SbEWJ4f7J6d9q4khSTgAduicc { width:2.3125rem;height:2.1875rem;top:0.625rem;left:11.786637931034rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhlhQIJpupUTTf1mNRtiAdEBwwb22zGh { width:2.3125rem;height:2.1875rem;top:0.625rem;left:15.036637931034rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMkwhsP5rvKDqNXJV9zTI0WypSiWVmCG { width:16.6875rem;height:1.375rem;top:0.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #f4IHiQGBzhnl0EklNh35rdhQQANWalqg { background-color:#042048;background-image:url("https://images.assets-landingi.com/uc/1645c0f8-c279-41fb-bc31-bbed7634018a/backgroundlanadscape.png");background-position:center left !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; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg.adaptive-delivery-prevent-bg, #f4IHiQGBzhnl0EklNh35rdhQQANWalqg.lazyload, #f4IHiQGBzhnl0EklNh35rdhQQANWalqg.lazyloading { background-image: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { background-color: transparent; background-image: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .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); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { border-width: 0; border-radius: 0; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { width:20rem;height:44rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E3slrC2Tt7rteNRsAC8XwUR5vLsDCFb0 { width:5.875rem;height:5.875rem;top:1.4789062738419rem;left:1.9070313572884rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSIxLVPaTqAm8HOrKlpF6MJmSDVwUy9E { width:19.9984375rem;height:4.63125rem;top:18.183594942093rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q71lpkgDHUxVsPmrxpZzeVeDiT1vuHuk { width:16.1859375rem;height:3.6234375rem;top:37.685936927796rem;left:1.9070313572884rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #qLmR2OL77nXca9Iz0AAvbgwcCZyVegM4 { display:block; }
 }@media only screen and (max-width: 763px) { #q7QZF129apWWM9V0bzTOIECT1UmHJLu6 { width:8.4375rem;height:2.311525rem;top:1.21435546875rem;left:11.56201171875rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uHAJx4KWqHNy922ZiUdCypakVrFoR8SB { display:block; }
 }@media only screen and (max-width: 763px) { #ohWXoOd6fLTLAFugs4g8Tpf2GoSDtxIu { width:6.49925rem;height:1.81171875rem;top:5.5921874046326rem;left:13.187500536442rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #snTEvMaETUelTDW0wMdyw153ymthsUMQ { display:block; }
 }@media only screen and (max-width: 763px) { #Q0lznAkkKMkkIJPBmACrLuyC2s3FfTmh { width:8.499rem;height:1.8120125rem;top:3.68115234375rem;left:10.65087890625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ486frr5gek8VRyGpaxKfimTzIuZoL9 { display:block; }
 }@media only screen and (max-width: 763px) { #rvRJpWwzFg8OsDlXnJEo07SZZnUWVsUJ { width:20rem;height:11.225rem;top:24.682812929154rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qs7Qr8fz9tOM07admOfBCneJTHg5xD1T { width:8.5rem;height:2.625rem;top:8.219531059265rem;left:10.579687654972rem;font-size:0.875rem;color:#092f5f;display:block; }
 }@media only screen and (max-width: 763px) { #F9pZsOoNywbOIvxLOrhCSWMRkdJWIfNh { display:block; }
 }@media only screen and (max-width: 763px) { #LstxeAzrHftJxXygre5Kc3G5meOthKHz { width:8.5rem;height:2.625rem;top:8.219531059265rem;left:1.4070313572884rem;font-size:0.875rem;color:#092f5f;display:block; }
 }@media only screen and (max-width: 763px) { #a7Lmi77TI8Oy8TTMRrVTA2Le0JSTOPkz { display:block; }
 }@media only screen and (max-width: 763px) { #rG7OXHO4CUuLZrrvhMZDeW9WiTrl6eFh { width:20rem;height:1.95rem;top:12.309375047684rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT9XwAI4nIgTmonROGWWAuJkKIqhsnKT { width:20rem;height:5rem;top:14.671094179154rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container { background-color: transparent; background-image: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container > .video-iframe-container { display: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row > .video-iframe-container { display: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .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); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container { border-width: 0; border-radius: 0; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container { width:20rem;height:54.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ofg4OPIqrtlx3AEOvDoENySVNLvxsZWe { width:19.9995rem;height:4.55rem;top:1.24951171875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bk3TKh9EvZUxaalNyk3hZUX54pwTt2NU { width:20rem;height:11.2rem;top:7.0117177963256rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hhrnUkTHQ2ferokTswlTf3PKCFa4J6Da { width:19.9991875rem;height:4.8rem;top:18.2109375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z5MGTx5pwMhryiTblTiSNu1PodwXNP2S { width:18.5rem;height:25.625rem;top:44.775rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #J6n8ebtEaw1sAzIOyL9gBmoQcV9tigzK { width:4.374025rem;height:4.374025rem;top:22.3740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VidWzG9AQ2pK0iqn5WzZ72xMlM9F77xZ { width:3.249025rem;height:3.249025rem;top:22.9365234375rem;left:2.43603515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPwopsIWXQwU8cWNkIDKOJGlgOhl0lVq { width:13.9365rem;height:4.8rem;top:23.74951171875rem;left:6.06298828125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yC36tQsy3BA3NahbdKyeyQ5lwNCwL7LS { width:13.3110625rem;height:3.2rem;top:29.70556640625rem;left:6.6884765625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9pRXipT1w53Xs4I46cBEvCWfxVuAk7S { width:3.25rem;height:3.25rem;top:29.12434387207rem;left:2.4370661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBE0k52sdNfsfBHDWRTKPczH04oRr9AQ { width:4.375rem;height:4.375rem;top:28.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJmQTnwZHx2RBnMW7gAym9tBrhOoKzmp { width:8.4375rem;height:3.2rem;top:34.961719512939rem;left:7.9648442864419rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ubkt280LFMVoWIXdye9sEZmT2aUJ1TwS { width:3.25rem;height:3.25rem;top:34.936719894409rem;left:2.4351561665535rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2JwQBSTmzQhfQ0AkGchHp7SEN1nCLCH { width:4.375rem;height:4.375rem;top:34.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfZgH0crZUb6g7fiZU98EofgMrd4hfGA { width:8.6859375rem;height:9.12425rem;top:40.434375762939rem;left:4.9070311188698rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #OTOHuNs7BnSUmeo73l1hnIFbkiScFtgT { width:10.625rem;height:10.625rem;top:53.599075078964rem;left:3.9053620100021rem;display:none; }
 }@media only screen and (max-width: 763px) { #of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH { display:block; }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .row .container { width:20rem;height:104.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h1pDTK7pVRm44WVmfrJz39WK1LlwkRzV { width:20rem;height:13.3rem;top:0rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bggWN64RRfHJ3wq6cvkPG01lumWs8luT { width:20rem;height:8rem;top:15.550001144409rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wap0HmALC4N573BkNE7cd5J4NG7Abmm5 { width:10.1875rem;height:21.4375rem;top:26.1875rem;left:4.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDQh1XUNhxkZmFuZ5DZsd8BSU4EriTU8 { width:9.1875rem;height:9.1875rem;top:25.49853515625rem;left:8.4052734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRRKvb7qu3xiLdqpHQyXswiys1AMmunJ { width:20rem;height:4.8rem;top:50.0625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NFwJIpAJ9717VDIqCH1JMzsT80e7CupW { width:17.25rem;height:47.5rem;top:55.62451171875rem;left:1.3740234375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MxlqRVFeaTu0Rtnp9dkZG9ezxU5Ep57K { width:3.249025rem;height:3.249025rem;top:50.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqZEEGJNsF6QOBUf0xTBwPxkpz3RAm2m { display:block; }#tqZEEGJNsF6QOBUf0xTBwPxkpz3RAm2m > .row .container { width:20rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zJvJ8QU36guP9e6gdoxhudEFh9cWxniG { width:19.997625rem;height:1.95rem;top:2.1234376430511rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8dMccDmeanltXRZ64sMfrBanNxlSpbc { width:19.996875rem;height:12.675rem;top:18.862501144409rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hOBXWEFog8yt0vxr3w5w97p5T7qZ9lcz { width:19.996875rem;height:11.625rem;top:4.5859375rem;left:0rem;font-size:3.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mT5FODbTfB1iuQzI1q43WcCeMlCGPDIB { width:2.0625rem;height:2.1234375rem;top:0rem;left:8.9687505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAvGAFBzOBmKNPNvVidq2OCvf28ssAOg { width:19rem;height:3.8125rem;top:32.375rem;left:0.49921876192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxMRFn7FSIwhbvva3tUqoxlyPdtbMXVT { display:block; }
 }@media only screen and (max-width: 763px) { #ZEpqJW2M3oBoKVFEsBHFceT9a1EM0qFr { display:block; }#ZEpqJW2M3oBoKVFEsBHFceT9a1EM0qFr > .row .container { width:20rem;height:44.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U6DTIT2KxLCu18BuX2oQrBnVf2IWNnRI { width:19.996875rem;height:12.1875rem;top:19.88437461853rem;left:0.0023437142372131rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hpXuV3PAz7anweSIGQQGOA5TuTpHVHtb { width:19.996875rem;height:8.8125rem;top:8.034375190735rem;left:0rem;font-size:2.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r9uWKh5egakB5xQt3SRGrS7ZRuznC7sx { width:2.0625rem;height:2.1234375rem;top:0rem;left:8.9687505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwdkU7kwViI8eTPaq2wmU9eGc8NvyXrR { width:19rem;height:3.8125rem;top:35.25rem;left:0.49921876192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4oCWdw1CK0TS7UxmsmlcgFQEtGiR90g { display:block; }
 }@media only screen and (max-width: 763px) { #w9kZ1drAsM7JdgTUCf3hvxSnBneR8ksT { width:20rem;height:3.9rem;top:2.8718750476837rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvqIqtMI8o1mwe2JKU6BZGrZwCQ26QJb { display:block; }#OvqIqtMI8o1mwe2JKU6BZGrZwCQ26QJb > .row .container { width:20rem;height:8.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c0ChtKXfWUP5NgpCIP15zHI5Bvc5o7pH { width:20rem;height:2.275rem;top:1.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfIF24b4uHDFfzCtpUpLQ1Hzuh2af7bR { width:20rem;height:3.25rem;top:3.8992195129394rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lUmkt0REksIHQQ53kDUzFvJIZt0WTOGG { display:block; }#lUmkt0REksIHQQ53kDUzFvJIZt0WTOGG > .row .container { width:20rem;height:27.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BA6kkkPfeW8W5S9xsGnZuTCfP8dqeSd2 { width:9rem;height:1.3rem;top:11.5rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAL5J1NbHQIPBaoUhMZ3UpDKZyxBJAAW { width:2.4375rem;height:0.0625rem;top:22.625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rogkNQpTLEJ8Vp3kDH1zl7zXIg67rUb8 { width:13.125rem;height:1.3rem;top:7.4375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTA2czp6ixwhXoan6q5aU9rLRuDDgtsx { width:4.375rem;height:4.375rem;top:3.125rem;left:7.8125rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Csh7nMHTTFyI5n57m4ZLN3LmMMcae2tX { width:9rem;height:1.3rem;top:23.1875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvTxPCkZpTL0v2W82yd94lvEigb1RBAA { width:4.375rem;height:4.375rem;top:14.8125rem;left:7.8125rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qy9WfvILwA4lT8R4mTpVEsWZZFAPxvpe { width:2.4375rem;height:0.0625rem;top:10.8125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eegw5MID6x942NXHUwDEdf0My4Ewpbrm { width:13.125rem;height:1.3rem;top:19.125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKJCHbqewV6xW7k12emTxs7CFWdOGZsS { width:9rem;height:auto;top:12.1875rem;left:5.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XOIAyWeXqBZsaEgWmhkcJEObtBb0v5gN { width:4.375rem;height:4.375rem;top:7.875rem;left:7.8125rem;font-size:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xVszMTZfedPknOxEI9dEfcSHDWNP4R9h { width:2.4375rem;height:0.0625rem;top:11.5625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #woXb3UR6WPXi33UponTbIZX0FIKeHN2T { width:13.125rem;height:auto;top:8.5625rem;left:3.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #GNZkXxBJwFE8qJD0hwQPEybfTOycDfVA { width:9rem;height:auto;top:12.1875rem;left:5.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #CAzLZlv19cbqiMwdVWwToxOKDGBquhdD { width:4.375rem;height:4.375rem;top:7.875rem;left:7.8125rem;font-size:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fbPRi2vTThTvcL2uzBRaGTSfihsqTV8B { width:2.4375rem;height:0.0625rem;top:11.5625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kDXdywraO25f1zozdQgrP4gelPPp9FId { width:13.125rem;height:auto;top:8.5625rem;left:3.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kufia9QtzkkDyQIe6cgJKfgZR83UwSiH { display:block; }#kufia9QtzkkDyQIe6cgJKfgZR83UwSiH > .row .container { width:20rem;height:24rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bg182vTIddR1LN4UDu4Qxm7BTI6B5iX6 { width:20rem;height:9.6rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecMv4T2AkIzQwuqGpcTyFiLQsXSrZHAi { width:20rem;height:1.4rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxUmyFbNiS2iDcOHOtznhhNZ11KTeTRR { width:20rem;height:8rem;top:13.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7AdAkPPt6omXhlCt9hwO6XizZXkOkZq { width:20rem;height:1.4rem;top:21.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHlAJyDPD7MsDsizmdpfqCfhvkKvLAIx { display:block; }#VHlAJyDPD7MsDsizmdpfqCfhvkKvLAIx > .row .container { width:20rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nrAm9IwmaqfIgPkXVUOCx2t5Un1IwOKP { width:20rem;height:8.5543608124253rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Acicu4Op7mXt6MztHuf7tqb3lGbbE7zI { display:block; }#Acicu4Op7mXt6MztHuf7tqb3lGbbE7zI > .row .container { width:20rem;height:16.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EyykoWGcTTwWQvb4lieu5sy7xekMIG52 { width:5.3125rem;height:5.3125rem;top:2.3125001192093rem;left:7.3125003576281rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRVR0XZUTMt2U40p6DptltVG4JS1cit6 { width:20rem;height:1.86875rem;top:9.3125001192094rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwHgEMxHO06ma6MbotmWx6UokZDatetb { width:20rem;height:1.3rem;top:12.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMHtKKGZkNwgZooUhnG2XJmdmB69xPMR { display:block; }#JMHtKKGZkNwgZooUhnG2XJmdmB69xPMR > .row .container { width:20rem;height:49.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S2TArDI2TARMRCkuUW0urG2TZOXIhfem { width:19.997625rem;height:3.9rem;top:2.1234376430511rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZZsvyBh8cAerLuLrtKEw6Cw1aoOhm8x { width:19.996875rem;height:8.625rem;top:7.4609375rem;left:0rem;font-size:2.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tDly78FUXCHOTagZTEPzyBF3CpAp7Xsc { width:2.0625rem;height:2.1234375rem;top:0rem;left:8.9687505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zcn29Ex7r0GJHbgIVP5aHBLwqxuWxKFn { width:19rem;height:3.8125rem;top:32.328120231628rem;left:0.99999994039537rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiKewwuF8BGi9ONwzQfE3GDRGfVyTGdX { display:block; }
 }@media only screen and (max-width: 763px) { #pHGvvs7dEUyRZVvPHsWPXvo6IkpDLSn1 { width:20rem;height:8.775rem;top:36.890626907349rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7Dm2TsFIcQZMI0UIPPqP7BRRFcccc2v { width:20rem;height:12.675rem;top:17.46249961853rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QhBDIfhTkNTnhxfrIwVPT6I3GaXd1XNp { display:block; }#QhBDIfhTkNTnhxfrIwVPT6I3GaXd1XNp > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DzORBrXt6hfKJRCzeRt4RwRZ06nCtXdc { width:20rem;height:auto;top:14.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cD53Ub6Z5QoPJrTQRJQG99ILUTzXMmXo { width:20rem;height:auto;top:14.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TvVlQn8rTOpVteR134FPZCRU4pzPxE5F { width:20rem;height:auto;top:11.3125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wRi0SKO1PHG2CrDKUsb59FOvOa8fEeX8 { width:20rem;height:auto;top:11.3125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zdu2aZ8wzkpTOu63evcLhV5BFiNGTz7P { width:8.75rem;height:8.75rem;top:1.75rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SQ7Qbas5dEMhrJHy9f7GEXppzAQUdyFy { width:8.75rem;height:8.75rem;top:1.75rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #k0v8HplMsTXVM7ZVI3kKCDbV31GK8ITP { width:20rem;height:auto;top:11.3125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #riAr5UymM7qBW9RJxEhXOJdB8gyuPByz { width:20rem;height:auto;top:14.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FSrPtXK5IPuzbv6FG7T9ZD0l7EFGZqn1 { width:4.375rem;height:4.375rem;top:4.1875rem;left:7.8125rem;font-size:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fLCKogHhRrZqXcp2D0RPrM4vuK6JViF4 { width:4.25rem;height:4.25rem;top:4rem;left:7.875rem;font-size:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bhI3Ug3o0MCCCgOa7v4DQC6EXJfDrxN5 { width:8.75rem;height:8.75rem;top:1.75rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #P0OR6m65PKS2HFWXzWs6bDSTAzwIT93r { width:4.25rem;height:4.25rem;top:4rem;left:7.875rem;font-size:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mRBhr2FMrNnhvtBBt8C3XigQ4AtFDloi { width:10.5rem;height:3.375rem;top:1.25rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTeWa4v257NCFlIocvwmEUnvxT4okzWP { display:block; }
 }@media only screen and (max-width: 763px) { #JkvNcMve2nDkwcAPEZxniheJtg4KLBia { width:13.4375rem;height:3.375rem;top:5.875rem;left:3.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffM3JCSNdZRIfenzA6U8nFock43Tr0UD { display:block; }
 }@media only screen and (max-width: 763px) { #eVh3qvA9HXdleMCGDQ3yC4KTPGBu1gkI { width:10.5rem;height:3.375rem;top:10.5rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBhQDLTFTzJEFdMV8TlOQ4tkxKhudhTt { display:block; }
 }@media only screen and (max-width: 763px) { #E1647M7N51LwvdfMDRbAsXMTtd5e2zhc { display:block; }#E1647M7N51LwvdfMDRbAsXMTtd5e2zhc > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HCVWOagGzU9KIFDEn0xQI85r8dLKF5qq { width:20rem;height:12.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDtOOBA6aAodLV9cBfbZi0ixiBNBdXIB { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/spggYkq7/piramida.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#lDtOOBA6aAodLV9cBfbZi0ixiBNBdXIB.adaptive-delivery-prevent-bg, #lDtOOBA6aAodLV9cBfbZi0ixiBNBdXIB.lazyload, #lDtOOBA6aAodLV9cBfbZi0ixiBNBdXIB.lazyloading { background-image: none; }#lDtOOBA6aAodLV9cBfbZi0ixiBNBdXIB > .row .container { background-color: transparent; background-image: none; }#lDtOOBA6aAodLV9cBfbZi0ixiBNBdXIB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lDtOOBA6aAodLV9cBfbZi0ixiBNBdXIB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lDtOOBA6aAodLV9cBfbZi0ixiBNBdXIB > .row .container > .video-iframe-container { display: none; }#lDtOOBA6aAodLV9cBfbZi0ixiBNBdXIB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lDtOOBA6aAodLV9cBfbZi0ixiBNBdXIB > .row > .video-iframe-container { display: none; }#lDtOOBA6aAodLV9cBfbZi0ixiBNBdXIB > .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); }#lDtOOBA6aAodLV9cBfbZi0ixiBNBdXIB > .row .container { width:20rem;height:31.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iizFBOGzds2TupqCm49QaUXg0MDOtTLN { width:19.9980625rem;height:9.1875rem;top:4.0341796875rem;left:0rem;text-align:center;text-align-last:center;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGkZbIQKlUC2SVwZiJcvtJt8rMVB0h9c { width:19.9980625rem;height:7rem;top:15.61962890625rem;left:0.00146484375rem;text-align:center;text-align-last:center;line-height:1.6;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Us89bInOoSI5FvyMyDdVCeD5MnVr57Is { width:14.1225625rem;height:3.1245125rem;top:26.560546875rem;left:2.93701171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eC34FC9BeaW5g0Ld4liS00vgWuTaIhEh { display:block; }
 }@media only screen and (max-width: 763px) { #wHLaLOmMUg0KeH662D3UGnxannSZHDS1 { display:block; }#wHLaLOmMUg0KeH662D3UGnxannSZHDS1 > .row .container { width:20rem;height:58.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BvoGmuUWKKktviyEV9mfp4TpaNRmTkTg { width:20rem;height:4.3875rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyPzqbeqx80WUpucWhx4kC830CIv1tFc { width:19.9995rem;height:2.275rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAeJxup8TtRTwrnKFDBpRvkVmV28aBD8 { width:19.9995rem;height:25.2875rem;top:9.4365234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFIPgpknI1LMoNszll5phTkXNUymrAFl { height:12.9463125rem;width:19.9995rem;top:38.23681640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvUqrK6Zx1eL4iAnN3yt7AIC6z1SzdnR { display:block; }#QvUqrK6Zx1eL4iAnN3yt7AIC6z1SzdnR > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TKRCvKZLefT5NzcDOe23TWCEtXaD43Ei { width:18.8125rem;height:5.4375rem;top:1.5625009536743rem;left:0.59375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xW5u0z1NL6358AFGFd8x0KLTL5SET2nc { width:18.9375rem;height:13.125rem;top:9.19189453125rem;left:0.5302734375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #THldPClGxLKnzxmqyZOLxNR9SRkw8qP1 { display:block; }#THldPClGxLKnzxmqyZOLxNR9SRkw8qP1 > .row .container { width:20rem;height:9rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GO0ABB5SbEWJ4f7J6d9q4khSTgAduicc { width:2.0625rem;height:1.9375rem;top:0.75rem;left:6.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhlhQIJpupUTTf1mNRtiAdEBwwb22zGh { width:2.0625rem;height:1.9375rem;top:0.6875rem;left:11.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMkwhsP5rvKDqNXJV9zTI0WypSiWVmCG { width:16.75rem;height:3rem;top:3.9375rem;left:1.625rem;text-align:center;text-align-last:center;display:block; }
 }