.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#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); }#eT4foT1r9sprR7UJkoGo84otTDvZ021q { 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:none; }#eT4foT1r9sprR7UJkoGo84otTDvZ021q > .row .container { border-width: 0; border-radius: 0; }#eT4foT1r9sprR7UJkoGo84otTDvZ021q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eT4foT1r9sprR7UJkoGo84otTDvZ021q > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:none; }#N0F5n5UtmIEEq5BxvtFmsHEETGBDaPCR { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0d25ae;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:6.4995625rem;height:2.186775rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.2188947200775rem;left:25.121528148651rem;display:block; }
#hMOkR4oKWQe2SI7o4kLmG29ixBrJVORy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B4bGZK7VOnSVXAiKIp2nXmeSlhrXvPSM { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:1.154803276062rem;left:62.322781464813rem;overflow:hidden;display:block; }
#XOz5X4k6nLVpPBmJatPTF490eso6LZyQ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0d25ae;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:6.4988125rem;height:2.18605625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.2188947200775rem;left:16.620370388031rem;display:block; }
#KG3Uy5is6qFQ1L5vXyKzi3dwyi0GhIlq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TPETfMMLImTtp6JqmG3gmKwT3rXwfG19 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0d25ae;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:6.498125rem;height:2.18605625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.2188947200775rem;left:8.9952263832094rem;display:block; }
#igcESnnEQVqOzUnrL528GirA6TSJnQlm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tvy71O1fr8xyuM6MEmSm3lT3XivxMeFc { color:#094a7f;display:block;width:7.18675rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.074508190155rem;left:54.79297208786rem;height:2.2747375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#R3T2OwZsrleK1OimW70KSM4ZvMQpnT9J { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#LIrRBKSb7gwMTZGJfGJThmBJRmVdJClP { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9c8738fd-ebd5-44a7-84b4-a7ef8273045c/2140691.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#LIrRBKSb7gwMTZGJfGJThmBJRmVdJClP.adaptive-delivery-prevent-bg, #LIrRBKSb7gwMTZGJfGJThmBJRmVdJClP.lazyload, #LIrRBKSb7gwMTZGJfGJThmBJRmVdJClP.lazyloading { background-image: none; }#LIrRBKSb7gwMTZGJfGJThmBJRmVdJClP > .row .container { background-color: transparent; background-image: none; }#LIrRBKSb7gwMTZGJfGJThmBJRmVdJClP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,104,250,0.65); }#LIrRBKSb7gwMTZGJfGJThmBJRmVdJClP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIrRBKSb7gwMTZGJfGJThmBJRmVdJClP > .row .container > .video-iframe-container { display: none; }#LIrRBKSb7gwMTZGJfGJThmBJRmVdJClP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,104,250,0.65); }#LIrRBKSb7gwMTZGJfGJThmBJRmVdJClP > .row > .video-iframe-container { display: none; }#LIrRBKSb7gwMTZGJfGJThmBJRmVdJClP > .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); }#LIrRBKSb7gwMTZGJfGJThmBJRmVdJClP > .row .container { border-width: 0; border-radius: 0; }#LIrRBKSb7gwMTZGJfGJThmBJRmVdJClP::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#LIrRBKSb7gwMTZGJfGJThmBJRmVdJClP > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#LIrRBKSb7gwMTZGJfGJThmBJRmVdJClP > .row .container { font-size:0.875rem;font-family:arial;height:41.5rem;width:75rem;overflow:visible;position:relative;display:block; }#xGcddI38sbXl9AIM2B8NNttodp4SSnIP { color:#ffffff;display:block;width:42.125rem;position:absolute;font-family:"open sans";font-size:4.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:18.5rem;left:16.4375rem;height:5.850425rem;text-align:center;text-align-last:center;display:block; }
#Qnqva0Cnw74qslz42BSIBQCEvQ1xKb9d { box-sizing:content-box;height:5.9375rem;width:44.5rem;position:absolute;display:block;z-index:15001;background-color:#094a7f;background-image:none;top:18.5rem;left:15.25rem;display:block; }
#hfVRppAcVuaBCxkpWqkoxuaPTL7RF922 { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:25.75rem;left:23.75rem;height:3.41145625rem;text-align:center;text-align-last:center;display:block; }
#cU2keq0ZDHnfZmTTuuSgs7AfBibNh0rE { background-color:#4ece72;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.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:30.75rem;left:28.75rem;display:block; }
#wgRxXuJSBPUWUsJFL3zsmeUiu2a0xR5v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xpeWz0NhXzmxpJdH83sf55rPxFSgmXR5 { 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:11.1875rem;width:9.8125rem;top:1.7303242683411rem;left:32.593318462372rem;overflow:hidden;display:block; }
#yHytDS9awM50R2pbf8FuONZSsFJFoLxv { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:4.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.8125rem;left:0rem;height:5.850425rem;text-align:center;text-align-last:center;display:block; }
#UFxM4PE71pcg1rMO6WlCOZlnggE8osct { position:relative;display:block; }#UFxM4PE71pcg1rMO6WlCOZlnggE8osct { background-color: transparent; background-image: none; }#UFxM4PE71pcg1rMO6WlCOZlnggE8osct::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UFxM4PE71pcg1rMO6WlCOZlnggE8osct > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UFxM4PE71pcg1rMO6WlCOZlnggE8osct > .row .container > .video-iframe-container { display: none; }#UFxM4PE71pcg1rMO6WlCOZlnggE8osct > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UFxM4PE71pcg1rMO6WlCOZlnggE8osct > .row > .video-iframe-container { display: none; }#UFxM4PE71pcg1rMO6WlCOZlnggE8osct > .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); }#UFxM4PE71pcg1rMO6WlCOZlnggE8osct { border-width: 0; border-radius: 0; }#UFxM4PE71pcg1rMO6WlCOZlnggE8osct > .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; }#UFxM4PE71pcg1rMO6WlCOZlnggE8osct > .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:39.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wX14W3ThDBOXCh4TT9h4XqJMulyew4SZ { box-sizing:content-box;height:26.9375rem;width:40.3125rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f92973ee-370c-483b-a10f-ab70d0fd82f1/15419.preview.mirror.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:6.3729753494262rem;left:3.499710559845rem;display:block; }#wX14W3ThDBOXCh4TT9h4XqJMulyew4SZ.adaptive-delivery-prevent-bg, #wX14W3ThDBOXCh4TT9h4XqJMulyew4SZ.lazyload, #wX14W3ThDBOXCh4TT9h4XqJMulyew4SZ.lazyloading { background-image: none; }
#IHb3yx71w0h3cboOdQdBwPT95cLXEebi { color:#ffffff;display:block;width:25.5rem;position:absolute;font-family:"open sans";font-size:2.4375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:7.996240615845rem;left:46.85547208786rem;height:6.3362625rem;text-align:center;text-align-last:center;display:block; }
#DLsgIpsTXHQiNVRkutZNw56NRs3npx9I { color:#ffffff;display:block;width:25.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:15.686490058899rem;left:45.590278148651rem;height:10.795875rem;text-align:right;text-align-last:right;display:block; }
#bHXTnhCztgRN7e84faZbxGQa8IDF4pMJ { background-color:#4ece72;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.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:31.861260414124rem;left:27.123843669891rem;display:block; }
#UdHStlb2DUftAerISDJoLpoQrdCdwKr2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z8NqExvMQAiTBKRgcKx4we6ofwsTWEGf { box-sizing:content-box;height:26.9375rem;width:29.1875rem;position:absolute;display:block;z-index:14999;background-color:#324376;background-image:none;top:6.3736982345581rem;left:43.810042858124rem;display:block; }
#JKHHPBWg09HS0nt8T0iF7UTqHCuDdkic { position:relative;display:block; }#JKHHPBWg09HS0nt8T0iF7UTqHCuDdkic { background-color: transparent; background-image: none; }#JKHHPBWg09HS0nt8T0iF7UTqHCuDdkic::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKHHPBWg09HS0nt8T0iF7UTqHCuDdkic > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKHHPBWg09HS0nt8T0iF7UTqHCuDdkic > .row .container > .video-iframe-container { display: none; }#JKHHPBWg09HS0nt8T0iF7UTqHCuDdkic > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKHHPBWg09HS0nt8T0iF7UTqHCuDdkic > .row > .video-iframe-container { display: none; }#JKHHPBWg09HS0nt8T0iF7UTqHCuDdkic > .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); }#JKHHPBWg09HS0nt8T0iF7UTqHCuDdkic { border-width: 0; border-radius: 0; }#JKHHPBWg09HS0nt8T0iF7UTqHCuDdkic > .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; }#JKHHPBWg09HS0nt8T0iF7UTqHCuDdkic > .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:24.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RQautFIw3XZPPcuHOCnLLfHaFzoL3W13 { color:#063949;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:2.9999980926514rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#pbHCNzh0zURuM7xMGbrnqAlZQOsctl0A { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:9.6875rem;left:4.875rem; }
#qB1HmMWdwNrxn7AQDBPXF81PmJPWrP1P { color:#040020;display:block;width:15.6871875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:9.6860547065737rem;left:8.6870665550231rem;height:5.0610375rem;text-align:right;text-align-last:right;display:block; }
#eu3ny6woIf3awTuIDKXu6xHGt5nqbGv8 { box-sizing:content-box;height:6rem;width:21.25rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;top:8.9375rem;left:3.875rem;border-top:0.125rem solid #324376;border-left:0.125rem solid #324376;border-right:0.125rem solid #324376;border-bottom:0.125rem solid #324376;display:block; }
#g6RtOehKE8QCIbuHF5pFtPgcbI79TfkU { box-sizing:content-box;height:6rem;width:21.25rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;top:8.9375rem;left:26.75rem;border-top:0.125rem solid #4ece72;border-left:0.125rem solid #4ece72;border-right:0.125rem solid #4ece72;border-bottom:0.125rem solid #4ece72;display:block; }
#AqNlskHi0zeB0UbM5NzBT9DtRJvTgN7C { box-sizing:content-box;height:0.3125rem;width:21.5rem;position:absolute;display:block;z-index:15012;background-color:#4ece72;background-image:none;top:15rem;left:3.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Lm8NNZToXwOP5Jo5GwlWX8H8i48QXlWZ { color:#040020;display:block;width:16.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:9.5rem;left:30.750002384186rem;height:5.0610375rem;text-align:right;text-align-last:right;display:block; }
#AxZN5uPlX85q8tH9ntKsFzrOtkwMVbgZ { box-sizing:content-box;height:0.3125rem;width:21.4375rem;position:absolute;display:block;z-index:15013;background-color:#324376;background-image:none;top:15.0625rem;left:26.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#F5FPTQ4f27hrNX4JsTTpwVw4trPK11cD { box-sizing:content-box;height:6rem;width:21.25rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;top:8.9375rem;left:49.625rem;border-top:0.125rem solid #324376;border-left:0.125rem solid #324376;border-right:0.125rem solid #324376;border-bottom:0.125rem solid #324376;display:block; }
#TTxPzkQoLSGOpcHawFetaGBeIceQ1SP0 { box-sizing:content-box;height:0.3125rem;width:21.5rem;position:absolute;display:block;z-index:15013;background-color:#4ece72;background-image:none;top:15rem;left:49.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#mqbLdsXJXyzeKweD1mB0LUIfmGrVmrZh { color:#040020;display:block;width:15.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:10.3125rem;left:55.25rem;height:3.374025rem;text-align:right;text-align-last:right;display:block; }
#uWIDO6nwSGhGqAup5IxG13T5QSdLs6VT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:10.25rem;left:27.875rem; }
#L11ZZVd3y57NwBlR6LspngKGv5HuHQJc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:10.1875rem;left:50.625rem; }
#keXcfEqa34iSSEyMggn7SNCdtkCwcZEA { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:5.6875rem;width:5.6875rem;top:21.3125rem;left:34.6875rem;display:block; }
#WZi4ZUzypsGSX1z6nSkz56kpmzQHB4hD { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;top:22.75rem;left:36.125rem; }
#JK2FcZPfrnerM9ffKRQvfByoJw7UgF66 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ddcfc4f4-4b41-4995-9914-7ea848cbcc83/2149181997min.jpg");background-position:center !important;background-repeat:no-repeat !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; }#JK2FcZPfrnerM9ffKRQvfByoJw7UgF66.adaptive-delivery-prevent-bg, #JK2FcZPfrnerM9ffKRQvfByoJw7UgF66.lazyload, #JK2FcZPfrnerM9ffKRQvfByoJw7UgF66.lazyloading { background-image: none; }#JK2FcZPfrnerM9ffKRQvfByoJw7UgF66 > .row .container { background-color: transparent; background-image: none; }#JK2FcZPfrnerM9ffKRQvfByoJw7UgF66::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(50,67,118,0.9); }#JK2FcZPfrnerM9ffKRQvfByoJw7UgF66 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JK2FcZPfrnerM9ffKRQvfByoJw7UgF66 > .row .container > .video-iframe-container { display: none; }#JK2FcZPfrnerM9ffKRQvfByoJw7UgF66 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(50,67,118,0.9); }#JK2FcZPfrnerM9ffKRQvfByoJw7UgF66 > .row > .video-iframe-container { display: none; }#JK2FcZPfrnerM9ffKRQvfByoJw7UgF66 > .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); }#JK2FcZPfrnerM9ffKRQvfByoJw7UgF66 > .row .container { border-width: 0; border-radius: 0; }#JK2FcZPfrnerM9ffKRQvfByoJw7UgF66::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JK2FcZPfrnerM9ffKRQvfByoJw7UgF66 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JK2FcZPfrnerM9ffKRQvfByoJw7UgF66 > .row .container { font-size:0.875rem;font-family:arial;height:40.5rem;width:75rem;position:relative;display:block; }#rJEK2cZ3T55UMkhOaKttx9VWhCzQ6RII { color:#ffffff;display:block;width:14.8119375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:14.469040155411rem;left:5.2806715965271rem;height:7.3125rem;text-align:center;text-align-last:center;display:block; }
#ERUCJTImiFz3T5VxXsZlyhySQapCpTEJ { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:14.469040155411rem;left:29.061778545379rem;height:9.75rem;text-align:center;text-align-last:center;display:block; }
#pO9ZLfuxMTrwZGF2eBq4NEK9uE9GDmK3 { color:#2a2a2a;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:14.859665155411rem;left:54.998557567596rem;height:9.75rem;text-align:center;text-align-last:center;display:block; }
#Dv0LPxXWoImCmnNNM88rUIcGDtxEHdyd { position:absolute;display:block;z-index:15002;background-color:#4ece72;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: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.32) ;height:16.3125rem;width:17.625rem;top:11.1875rem;left:3.875rem;display:block; }
#gT4eNh6kKskNQOPO9vmDVgRyruqBMnsz { position:absolute;display:block;z-index:15003;background-color:#4ece72;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: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.14) ;height:16.3125rem;width:17.625rem;top:11.1875rem;left:28.687501907349rem;display:block; }
#ACp2hgP0atmpbtr2T9MOadN6if6042Vr { position:absolute;display:block;z-index:15004;background-color:#4ece72;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: 0.0625rem 0.0625rem 1rem rgba(0,0,0,0.16) ;height:16.3125rem;width:17.625rem;top:11.1875rem;left:53.687501907349rem;display:block; }
#NTkcFIqSqlItImDT8dwvbwi3DpacNGHD { background-color:#324376;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.031844875rem;height:3.656682375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:30.624277353287rem;left:27.437068462372rem;display:block; }
#hiX0WtHxPt5fcwkwCrR1aFU39n77k4Eg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pk8qGgymfZqVQzAUVWiB8OTPHq1k1TTM { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:5.4874992370606rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#dCdzF6NUHPAQsfgL4z1e0Jlb4XVvNqJ0 { position:relative;display:block; }#dCdzF6NUHPAQsfgL4z1e0Jlb4XVvNqJ0 { background-color: transparent; background-image: none; }#dCdzF6NUHPAQsfgL4z1e0Jlb4XVvNqJ0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dCdzF6NUHPAQsfgL4z1e0Jlb4XVvNqJ0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dCdzF6NUHPAQsfgL4z1e0Jlb4XVvNqJ0 > .row .container > .video-iframe-container { display: none; }#dCdzF6NUHPAQsfgL4z1e0Jlb4XVvNqJ0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dCdzF6NUHPAQsfgL4z1e0Jlb4XVvNqJ0 > .row > .video-iframe-container { display: none; }#dCdzF6NUHPAQsfgL4z1e0Jlb4XVvNqJ0 > .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); }#dCdzF6NUHPAQsfgL4z1e0Jlb4XVvNqJ0 { border-width: 0; border-radius: 0; }#dCdzF6NUHPAQsfgL4z1e0Jlb4XVvNqJ0 > .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; }#dCdzF6NUHPAQsfgL4z1e0Jlb4XVvNqJ0 > .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:35.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Fa7beIq20NqehUzlVqC3u76s1ORv7P8L { box-sizing:content-box;height:19.0625rem;width:13.375rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/376KN_ISplE/unsplash/krakenimages-376KN_ISplE-photo-1600880292203-757bb62b4baf.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.6875rem;left:4.8125rem;display:block; }#Fa7beIq20NqehUzlVqC3u76s1ORv7P8L.adaptive-delivery-prevent-bg, #Fa7beIq20NqehUzlVqC3u76s1ORv7P8L.lazyload, #Fa7beIq20NqehUzlVqC3u76s1ORv7P8L.lazyloading { background-image: none; }
#eF1OhG2gw1A0NhVRPLevDkS23nk3Jxk0 { box-sizing:content-box;height:21.0625rem;width:25.25rem;position:absolute;display:block;z-index:14999;background-color:#324376;background-image:none;top:10.6875rem;left:7.5625rem;display:block; }
#UCouFQJuGKxJp8d9Jwxtwzyg55UTwQCV { color:#063949;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:4.125rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#WfeJxPVFg2TlFs4Kb12ZruMTpNo8Tqw8 { box-sizing:content-box;height:21.0625rem;width:25.25rem;position:absolute;display:block;z-index:15000;background-color:#324376;background-image:none;top:10.625rem;left:44.937501907349rem;display:block; }
#ZzmCtw6I9aXJqOtdophQDF950mtuyDdw { box-sizing:content-box;height:19.0625rem;width:13.375rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9c8738fd-ebd5-44a7-84b4-a7ef8273045c/2140691.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.625rem;left:41.500001907349rem;display:block; }#ZzmCtw6I9aXJqOtdophQDF950mtuyDdw.adaptive-delivery-prevent-bg, #ZzmCtw6I9aXJqOtdophQDF950mtuyDdw.lazyload, #ZzmCtw6I9aXJqOtdophQDF950mtuyDdw.lazyloading { background-image: none; }
#xrWWrPLtqnvW20MikdTl9vJSH3EbusXD { color:#ffffff;display:block;width:13.5619375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:12.562199592591rem;left:55.590281963348rem;height:1.65003125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#DlRCHxiP0lm5pGHnKTDsS2koBf4wzVPL { color:#ffffff;display:block;width:11.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:15.311777114868rem;left:57.35706281662rem;height:11.9986875rem;text-align:right;text-align-last:right;display:block; }
#tlRmTwRtRIT67G3cl40i0PWvBPDUh6LX { color:#ffffff;display:block;width:13.5619375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:12.561476230621rem;left:17.670718669891rem;height:1.65003125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#i3xk4SISt9F9K9Zwf8upwpBVpQFm6GxS { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:15.3125rem;left:19.1875rem;height:13.4985625rem;text-align:right;text-align-last:right;display:block; }
#zZSO5goa1OqT0H0oUkvhVuFXIvw5Sb6v { position:relative;display:block; }#zZSO5goa1OqT0H0oUkvhVuFXIvw5Sb6v { background-color: transparent; background-image: none; }#zZSO5goa1OqT0H0oUkvhVuFXIvw5Sb6v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZSO5goa1OqT0H0oUkvhVuFXIvw5Sb6v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZSO5goa1OqT0H0oUkvhVuFXIvw5Sb6v > .row .container > .video-iframe-container { display: none; }#zZSO5goa1OqT0H0oUkvhVuFXIvw5Sb6v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZSO5goa1OqT0H0oUkvhVuFXIvw5Sb6v > .row > .video-iframe-container { display: none; }#zZSO5goa1OqT0H0oUkvhVuFXIvw5Sb6v > .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); }#zZSO5goa1OqT0H0oUkvhVuFXIvw5Sb6v { border-width: 0; border-radius: 0; }#zZSO5goa1OqT0H0oUkvhVuFXIvw5Sb6v > .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; }#zZSO5goa1OqT0H0oUkvhVuFXIvw5Sb6v > .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:28.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HfO53oI8RxlsLoQIy6vBrJOr340k2XmW { box-sizing:content-box;height:19.0625rem;width:13.375rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f5eb41e1-ecab-45bf-8ab4-7b6d550c8696/Screenshot_284.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.3125rem;left:4.8125rem;display:block; }#HfO53oI8RxlsLoQIy6vBrJOr340k2XmW.adaptive-delivery-prevent-bg, #HfO53oI8RxlsLoQIy6vBrJOr340k2XmW.lazyload, #HfO53oI8RxlsLoQIy6vBrJOr340k2XmW.lazyloading { background-image: none; }
#IMUDDfaUuWfqdELpLLDgCT87cC1WP998 { box-sizing:content-box;height:21.0625rem;width:25.25rem;position:absolute;display:block;z-index:14999;background-color:#324376;background-image:none;top:0.3125rem;left:7.5625rem;display:block; }
#hXFazq5AqHfyePecTubgiJXplTyUvIMb { box-sizing:content-box;height:21.0625rem;width:25.25rem;position:absolute;display:block;z-index:15000;background-color:#324376;background-image:none;top:0.3125rem;left:44.937501907349rem;display:block; }
#Ci58JMmJhOCEHSG3HTmHRWgnM9nW8gXN { box-sizing:content-box;height:19.0625rem;width:13.375rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/131c601f-c245-45a2-9137-beec513cdddd/15419.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.3125rem;left:41.500001907349rem;display:block; }#Ci58JMmJhOCEHSG3HTmHRWgnM9nW8gXN.adaptive-delivery-prevent-bg, #Ci58JMmJhOCEHSG3HTmHRWgnM9nW8gXN.lazyload, #Ci58JMmJhOCEHSG3HTmHRWgnM9nW8gXN.lazyloading { background-image: none; }
#EdV6r181xL2awX86CRJMfSovtBKTDTbI { color:#ffffff;display:block;width:15.3746875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:2.1223964691162rem;left:54.122542858124rem;height:1.65003125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#DFH8RgpUFGAIxX0U5TVfR75U0egPwJvA { color:#ffffff;display:block;width:11.749875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15028;line-height:1.5;letter-spacing:0;top:5.5938816070557rem;left:57.292392253876rem;height:10.498875rem;text-align:right;text-align-last:right;display:block; }
#fEx3VPnkmD1TlyTTbEyQyEtfs6kyDmTq { color:#ffffff;display:block;width:13.5619375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:2.1231060028076rem;left:18.185040950775rem;height:1.65003125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#TcbcpMKcWmPAxtvDEOGURTggwoEVRwSX { color:#ffffff;display:block;width:11.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15030;line-height:1.5;letter-spacing:0;top:4.875rem;left:20rem;height:10.498875rem;text-align:right;text-align-last:right;display:block; }
#crJV6QnLvFGeqcoNLlXMzZNv4Ahui1bW { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/131c601f-c245-45a2-9137-beec513cdddd/15419.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#crJV6QnLvFGeqcoNLlXMzZNv4Ahui1bW.adaptive-delivery-prevent-bg, #crJV6QnLvFGeqcoNLlXMzZNv4Ahui1bW.lazyload, #crJV6QnLvFGeqcoNLlXMzZNv4Ahui1bW.lazyloading { background-image: none; }#crJV6QnLvFGeqcoNLlXMzZNv4Ahui1bW > .row .container { background-color: transparent; background-image: none; }#crJV6QnLvFGeqcoNLlXMzZNv4Ahui1bW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,104,250,0.65); }#crJV6QnLvFGeqcoNLlXMzZNv4Ahui1bW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#crJV6QnLvFGeqcoNLlXMzZNv4Ahui1bW > .row .container > .video-iframe-container { display: none; }#crJV6QnLvFGeqcoNLlXMzZNv4Ahui1bW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,104,250,0.65); }#crJV6QnLvFGeqcoNLlXMzZNv4Ahui1bW > .row > .video-iframe-container { display: none; }#crJV6QnLvFGeqcoNLlXMzZNv4Ahui1bW > .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); }#crJV6QnLvFGeqcoNLlXMzZNv4Ahui1bW > .row .container { border-width: 0; border-radius: 0; }#crJV6QnLvFGeqcoNLlXMzZNv4Ahui1bW::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#crJV6QnLvFGeqcoNLlXMzZNv4Ahui1bW > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#crJV6QnLvFGeqcoNLlXMzZNv4Ahui1bW > .row .container { font-size:0.875rem;font-family:arial;height:48.5rem;width:75rem;overflow:visible;position:relative;display:block; }#ZupVuLXhTDNFVF2wAaIdZwu39bVUfgC3 { color:#ffffff;display:block;width:33.0620625rem;position:absolute;font-family:"open sans";font-size:4rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:13.61834526062rem;left:21.498843669891rem;height:15.598125rem;text-align:center;text-align-last:center;display:block; }
#gfXJyGrQ2aCPO0CUzaITfx2kCgha7FHw { color:#ffffff;display:block;width:25.4369375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:29.985534667969rem;left:24.780816555023rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#hUSHRu0irlLv07hOsXG4EhDlcw5QgJnq { color:#ffffff;display:block;width:28.624875rem;position:absolute;font-family:"open sans";font-size:4rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:8.4186925888063rem;left:21.498843669891rem;height:5.19938125rem;text-align:center;text-align-last:center;display:block; }
#DCOTK2Z3nsZSa38RstXntuMk8IfxlbLJ { box-sizing:content-box;height:33.1875rem;width:74.875rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:7.625rem;left:0rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#hf7RrslhUlngvpXIr49Nq1fq3TrncA2p { background-color:#4ece72;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.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.498375rem;height:3.435875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:33.535150527954rem;left:28.124185562134rem;display:block; }
#T7mHqtOSInSrzlT74wr4SiJiqhZ4bnp5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W3FPZiGExEXlVMU6aTPVoxaL51JecSFh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#324376;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; }#W3FPZiGExEXlVMU6aTPVoxaL51JecSFh > .row .container { background-color: transparent; background-image: none; }#W3FPZiGExEXlVMU6aTPVoxaL51JecSFh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3FPZiGExEXlVMU6aTPVoxaL51JecSFh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3FPZiGExEXlVMU6aTPVoxaL51JecSFh > .row .container > .video-iframe-container { display: none; }#W3FPZiGExEXlVMU6aTPVoxaL51JecSFh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3FPZiGExEXlVMU6aTPVoxaL51JecSFh > .row > .video-iframe-container { display: none; }#W3FPZiGExEXlVMU6aTPVoxaL51JecSFh > .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); }#W3FPZiGExEXlVMU6aTPVoxaL51JecSFh > .row .container { border-width: 0; border-radius: 0; }#W3FPZiGExEXlVMU6aTPVoxaL51JecSFh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W3FPZiGExEXlVMU6aTPVoxaL51JecSFh > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:block; }#F8UCE2e34eG3UnHD6XIWi10AC99Zf8n8 { 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:4.3125rem;width:3.75rem;top:0.77980232238769rem;left:35.593173503876rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eT4foT1r9sprR7UJkoGo84otTDvZ021q { display:none; }#eT4foT1r9sprR7UJkoGo84otTDvZ021q > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #N0F5n5UtmIEEq5BxvtFmsHEETGBDaPCR { width:6.4375rem;height:2.125rem;top:1.1875rem;left:11.496528148651rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMOkR4oKWQe2SI7o4kLmG29ixBrJVORy { display:block; }
 }@media only screen and (max-width: 763px) { #B4bGZK7VOnSVXAiKIp2nXmeSlhrXvPSM { width:2.125rem;height:2.125rem;top:1.125rem;left:45.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOz5X4k6nLVpPBmJatPTF490eso6LZyQ { width:6.4375rem;height:2.125rem;top:1.1875rem;left:2.995370388031rem;display:block; }
 }@media only screen and (max-width: 763px) { #KG3Uy5is6qFQ1L5vXyKzi3dwyi0GhIlq { display:block; }
 }@media only screen and (max-width: 763px) { #TPETfMMLImTtp6JqmG3gmKwT3rXwfG19 { width:6.4375rem;height:2.125rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #igcESnnEQVqOzUnrL528GirA6TSJnQlm { display:block; }
 }@media only screen and (max-width: 763px) { #Tvy71O1fr8xyuM6MEmSm3lT3XivxMeFc { top:1.0625rem;left:40.625rem;width:7.125rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3T2OwZsrleK1OimW70KSM4ZvMQpnT9J { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LIrRBKSb7gwMTZGJfGJThmBJRmVdJClP { display:block; }#LIrRBKSb7gwMTZGJfGJThmBJRmVdJClP > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xGcddI38sbXl9AIM2B8NNttodp4SSnIP { top:18.4375rem;left:2.8123564720154rem;width:42.0625rem;height:5.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qnqva0Cnw74qslz42BSIBQCEvQ1xKb9d { top:18.5rem;left:1.625rem;width:44.4375rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfVRppAcVuaBCxkpWqkoxuaPTL7RF922 { top:25.75rem;left:10.125rem;width:27.4375rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cU2keq0ZDHnfZmTTuuSgs7AfBibNh0rE { width:17.4375rem;height:3.375rem;top:30.75rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgRxXuJSBPUWUsJFL3zsmeUiu2a0xR5v { display:block; }
 }@media only screen and (max-width: 763px) { #xpeWz0NhXzmxpJdH83sf55rPxFSgmXR5 { top:1.6875rem;left:18.968318462372rem;width:9.8125rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHytDS9awM50R2pbf8FuONZSsFJFoLxv { top:11.8125rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFxM4PE71pcg1rMO6WlCOZlnggE8osct { display:block; }#UFxM4PE71pcg1rMO6WlCOZlnggE8osct > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wX14W3ThDBOXCh4TT9h4XqJMulyew4SZ { top:6.3125rem;left:0rem;width:40.3125rem;height:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHb3yx71w0h3cboOdQdBwPT95cLXEebi { top:7.9375rem;left:22.25rem;width:25.5rem;height:6.3125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLsgIpsTXHQiNVRkutZNw56NRs3npx9I { top:15.625rem;left:22.125rem;width:25.625rem;height:10.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHXTnhCztgRN7e84faZbxGQa8IDF4pMJ { width:17.5rem;height:3.4375rem;top:31.8125rem;left:13.498843669891rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdHStlb2DUftAerISDJoLpoQrdCdwKr2 { display:block; }
 }@media only screen and (max-width: 763px) { #z8NqExvMQAiTBKRgcKx4we6ofwsTWEGf { top:6.3125rem;left:18.5625rem;width:29.1875rem;height:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKHHPBWg09HS0nt8T0iF7UTqHCuDdkic { display:block; }#JKHHPBWg09HS0nt8T0iF7UTqHCuDdkic > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RQautFIw3XZPPcuHOCnLLfHaFzoL3W13 { top:2.9375rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbHCNzh0zURuM7xMGbrnqAlZQOsctl0A { top:9.6875rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qB1HmMWdwNrxn7AQDBPXF81PmJPWrP1P { top:9.625rem;left:0rem;width:15.625rem;height:5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eu3ny6woIf3awTuIDKXu6xHGt5nqbGv8 { top:8.9375rem;left:0rem;width:21.25rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6RtOehKE8QCIbuHF5pFtPgcbI79TfkU { top:8.9375rem;left:13.125rem;width:21.25rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqNlskHi0zeB0UbM5NzBT9DtRJvTgN7C { top:15rem;left:0rem;width:21.5rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lm8NNZToXwOP5Jo5GwlWX8H8i48QXlWZ { top:9.5rem;left:17.125002384186rem;width:16.5625rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxZN5uPlX85q8tH9ntKsFzrOtkwMVbgZ { top:15.0625rem;left:13.1875rem;width:21.4375rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5FPTQ4f27hrNX4JsTTpwVw4trPK11cD { top:8.9375rem;left:26.25rem;width:21.25rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTxPzkQoLSGOpcHawFetaGBeIceQ1SP0 { top:15rem;left:26.25rem;width:21.5rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqbLdsXJXyzeKweD1mB0LUIfmGrVmrZh { top:10.3125rem;left:32.4375rem;width:15.3125rem;height:3.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWIDO6nwSGhGqAup5IxG13T5QSdLs6VT { top:10.25rem;left:14.25rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L11ZZVd3y57NwBlR6LspngKGv5HuHQJc { top:10.1875rem;left:37rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #keXcfEqa34iSSEyMggn7SNCdtkCwcZEA { top:21.3125rem;left:21.0625rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZi4ZUzypsGSX1z6nSkz56kpmzQHB4hD { width:2.8125rem;height:2.8125rem;top:22.75rem;left:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JK2FcZPfrnerM9ffKRQvfByoJw7UgF66 { display:block; }#JK2FcZPfrnerM9ffKRQvfByoJw7UgF66 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rJEK2cZ3T55UMkhOaKttx9VWhCzQ6RII { top:14.4375rem;left:0.71817159652713rem;width:14.75rem;height:7.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERUCJTImiFz3T5VxXsZlyhySQapCpTEJ { top:14.4375rem;left:14.875rem;width:16.875rem;height:9.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pO9ZLfuxMTrwZGF2eBq4NEK9uE9GDmK3 { top:14.8125rem;left:32.186057567596rem;width:15rem;height:9.6875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv0LPxXWoImCmnNNM88rUIcGDtxEHdyd { top:11.1875rem;left:0rem;width:17.625rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT4eNh6kKskNQOPO9vmDVgRyruqBMnsz { top:11.1875rem;left:14.125rem;width:17.625rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACp2hgP0atmpbtr2T9MOadN6if6042Vr { top:11.1875rem;left:30rem;width:17.625rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTkcFIqSqlItImDT8dwvbwi3DpacNGHD { width:20rem;height:3.625rem;top:30.5625rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiX0WtHxPt5fcwkwCrR1aFU39n77k4Eg { display:block; }
 }@media only screen and (max-width: 763px) { #pk8qGgymfZqVQzAUVWiB8OTPHq1k1TTM { top:5.4375rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCdzF6NUHPAQsfgL4z1e0Jlb4XVvNqJ0 { display:block; }#dCdzF6NUHPAQsfgL4z1e0Jlb4XVvNqJ0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fa7beIq20NqehUzlVqC3u76s1ORv7P8L { top:11.6875rem;left:0rem;width:13.375rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eF1OhG2gw1A0NhVRPLevDkS23nk3Jxk0 { top:10.6875rem;left:0rem;width:25.25rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCouFQJuGKxJp8d9Jwxtwzyg55UTwQCV { top:4.0625rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfeJxPVFg2TlFs4Kb12ZruMTpNo8Tqw8 { top:10.625rem;left:22.5rem;width:25.25rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzmCtw6I9aXJqOtdophQDF950mtuyDdw { top:11.625rem;left:27.875001907349rem;width:13.375rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrWWrPLtqnvW20MikdTl9vJSH3EbusXD { top:12.5rem;left:34.1875rem;width:13.5rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlRCHxiP0lm5pGHnKTDsS2koBf4wzVPL { top:15.25rem;left:35.9375rem;width:11.75rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlRmTwRtRIT67G3cl40i0PWvBPDUh6LX { top:12.5rem;left:4.0457186698914rem;width:13.5rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3xk4SISt9F9K9Zwf8upwpBVpQFm6GxS { top:15.3125rem;left:5.5625rem;width:11.875rem;height:13.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZSO5goa1OqT0H0oUkvhVuFXIvw5Sb6v { display:block; }#zZSO5goa1OqT0H0oUkvhVuFXIvw5Sb6v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HfO53oI8RxlsLoQIy6vBrJOr340k2XmW { top:1.3125rem;left:0rem;width:13.375rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMUDDfaUuWfqdELpLLDgCT87cC1WP998 { top:0.3125rem;left:0rem;width:25.25rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXFazq5AqHfyePecTubgiJXplTyUvIMb { top:0.3125rem;left:22.5rem;width:25.25rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ci58JMmJhOCEHSG3HTmHRWgnM9nW8gXN { top:1.3125rem;left:27.875rem;width:13.375rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdV6r181xL2awX86CRJMfSovtBKTDTbI { top:2.0625rem;left:32.4375rem;width:15.3125rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFH8RgpUFGAIxX0U5TVfR75U0egPwJvA { top:5.5625rem;left:36.0625rem;width:11.6875rem;height:10.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEx3VPnkmD1TlyTTbEyQyEtfs6kyDmTq { top:2.0625rem;left:4.5593180656433rem;width:13.5rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcbcpMKcWmPAxtvDEOGURTggwoEVRwSX { top:4.8125rem;left:6.3742766380313rem;width:11.6875rem;height:10.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #crJV6QnLvFGeqcoNLlXMzZNv4Ahui1bW { display:block; }#crJV6QnLvFGeqcoNLlXMzZNv4Ahui1bW > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZupVuLXhTDNFVF2wAaIdZwu39bVUfgC3 { top:13.5625rem;left:7.8738436698912rem;width:33rem;height:15.5625rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfXJyGrQ2aCPO0CUzaITfx2kCgha7FHw { top:29.9375rem;left:11.155816555023rem;width:25.375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUSHRu0irlLv07hOsXG4EhDlcw5QgJnq { top:8.375rem;left:7.8738436698912rem;width:28.5625rem;height:5.1875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCOTK2Z3nsZSa38RstXntuMk8IfxlbLJ { top:7.625rem;left:0rem;width:47.5rem;height:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hf7RrslhUlngvpXIr49Nq1fq3TrncA2p { width:17.4375rem;height:3.375rem;top:33.5rem;left:14.499185562134rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7mHqtOSInSrzlT74wr4SiJiqhZ4bnp5 { display:block; }
 }@media only screen and (max-width: 763px) { #W3FPZiGExEXlVMU6aTPVoxaL51JecSFh { display:block; }#W3FPZiGExEXlVMU6aTPVoxaL51JecSFh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F8UCE2e34eG3UnHD6XIWi10AC99Zf8n8 { width:3.75rem;height:4.3125rem;top:0.75rem;left:21.968173503876rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eT4foT1r9sprR7UJkoGo84otTDvZ021q { position:relative;z-index:auto;display:none; }#eT4foT1r9sprR7UJkoGo84otTDvZ021q > .row .container { width:20rem;height:4.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #N0F5n5UtmIEEq5BxvtFmsHEETGBDaPCR { width:7.4375rem;height:2.1875rem;top:5.625rem;left:5.8333336114883rem;display:none; }
 }@media only screen and (max-width: 763px) { #hMOkR4oKWQe2SI7o4kLmG29ixBrJVORy { display:block; }
 }@media only screen and (max-width: 763px) { #B4bGZK7VOnSVXAiKIp2nXmeSlhrXvPSM { width:1.93685rem;height:1.93685rem;top:1.21826171875rem;left:2.3103841543197rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOz5X4k6nLVpPBmJatPTF490eso6LZyQ { width:6.4375rem;height:2.125rem;top:6.5416669845581rem;left:2.2500001192093rem;display:none; }
 }@media only screen and (max-width: 763px) { #KG3Uy5is6qFQ1L5vXyKzi3dwyi0GhIlq { display:block; }
 }@media only screen and (max-width: 763px) { #TPETfMMLImTtp6JqmG3gmKwT3rXwfG19 { width:6.4375rem;height:2.125rem;top:9.25rem;left:3.4166666269303rem;display:none; }
 }@media only screen and (max-width: 763px) { #igcESnnEQVqOzUnrL528GirA6TSJnQlm { display:block; }
 }@media only screen and (max-width: 763px) { #Tvy71O1fr8xyuM6MEmSm3lT3XivxMeFc { width:7.1248125rem;height:2.274575rem;top:1.11083984375rem;left:6.43636071682rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3T2OwZsrleK1OimW70KSM4ZvMQpnT9J { display:flex;top:0.99934893846512rem;left:16.374511122704rem;width:2.5rem;height:2.5rem;z-index:15007; }
 }@media only screen and (max-width: 763px) { #LIrRBKSb7gwMTZGJfGJThmBJRmVdJClP { display:block; }#LIrRBKSb7gwMTZGJfGJThmBJRmVdJClP > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xGcddI38sbXl9AIM2B8NNttodp4SSnIP { width:20rem;height:5.8496125rem;top:13.125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qnqva0Cnw74qslz42BSIBQCEvQ1xKb9d { width:20rem;height:6.5rem;top:13.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfVRppAcVuaBCxkpWqkoxuaPTL7RF922 { width:20rem;height:2.59928125rem;top:21.112499237061rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cU2keq0ZDHnfZmTTuuSgs7AfBibNh0rE { width:17.5rem;height:3.4375rem;top:25.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgRxXuJSBPUWUsJFL3zsmeUiu2a0xR5v { display:block; }
 }@media only screen and (max-width: 763px) { #xpeWz0NhXzmxpJdH83sf55rPxFSgmXR5 { width:5.8748375rem;height:6.687rem;top:2.1036787033081rem;left:7.0621742010119rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHytDS9awM50R2pbf8FuONZSsFJFoLxv { width:20rem;height:2.92480625rem;top:8.7890625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFxM4PE71pcg1rMO6WlCOZlnggE8osct { display:block; }#UFxM4PE71pcg1rMO6WlCOZlnggE8osct > .row .container { width:20rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wX14W3ThDBOXCh4TT9h4XqJMulyew4SZ { width:20rem;height:15.0625rem;top:28.187503814698rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHb3yx71w0h3cboOdQdBwPT95cLXEebi { width:18.8745rem;height:5.2002rem;top:3.3740234375rem;left:0.5615234375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DLsgIpsTXHQiNVRkutZNw56NRs3npx9I { width:18.9371875rem;height:16.193875rem;top:9.6232089996337rem;left:0.53059899806976rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bHXTnhCztgRN7e84faZbxGQa8IDF4pMJ { width:17.5rem;height:3.4375rem;top:41.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdHStlb2DUftAerISDJoLpoQrdCdwKr2 { display:block; }
 }@media only screen and (max-width: 763px) { #z8NqExvMQAiTBKRgcKx4we6ofwsTWEGf { width:20rem;height:26.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKHHPBWg09HS0nt8T0iF7UTqHCuDdkic { display:block; }#JKHHPBWg09HS0nt8T0iF7UTqHCuDdkic > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RQautFIw3XZPPcuHOCnLLfHaFzoL3W13 { width:20rem;height:2.6001rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbHCNzh0zURuM7xMGbrnqAlZQOsctl0A { display:flex;width:4.6875rem;height:4.6875rem;top:5.8312530517578rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #qB1HmMWdwNrxn7AQDBPXF81PmJPWrP1P { width:14.0625rem;height:5.0610375rem;top:5.6429052352905rem;left:5.3743489980697rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eu3ny6woIf3awTuIDKXu6xHGt5nqbGv8 { width:19.75rem;height:6rem;top:5.1rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6RtOehKE8QCIbuHF5pFtPgcbI79TfkU { width:19.75rem;height:6rem;top:12.55rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqNlskHi0zeB0UbM5NzBT9DtRJvTgN7C { width:20rem;height:0.3125rem;top:11.112497329712rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lm8NNZToXwOP5Jo5GwlWX8H8i48QXlWZ { width:14.6875rem;height:5.0610375rem;top:13.12255859375rem;left:4.7493489980697rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxZN5uPlX85q8tH9ntKsFzrOtkwMVbgZ { width:20rem;height:0.3125rem;top:18.487500190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5FPTQ4f27hrNX4JsTTpwVw4trPK11cD { width:19.75rem;height:6rem;top:20rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTxPzkQoLSGOpcHawFetaGBeIceQ1SP0 { width:20rem;height:0.3125rem;top:26rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqbLdsXJXyzeKweD1mB0LUIfmGrVmrZh { width:15.3125rem;height:3.374025rem;top:21.416829109192rem;left:4.1764320135117rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWIDO6nwSGhGqAup5IxG13T5QSdLs6VT { display:flex;width:3.5625rem;height:3.5625rem;top:13.862503051757rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #L11ZZVd3y57NwBlR6LspngKGv5HuHQJc { display:flex;width:3.625rem;height:3.625rem;top:21.21875rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #keXcfEqa34iSSEyMggn7SNCdtkCwcZEA { width:5.6875rem;height:5.6875rem;top:32.1375rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WZi4ZUzypsGSX1z6nSkz56kpmzQHB4hD { width:2.8125rem;height:2.8125rem;top:28.262500762939rem;left:8.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JK2FcZPfrnerM9ffKRQvfByoJw7UgF66 { display:block; }#JK2FcZPfrnerM9ffKRQvfByoJw7UgF66 > .row .container { width:20rem;height:67.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rJEK2cZ3T55UMkhOaKttx9VWhCzQ6RII { width:15.249rem;height:7.556125rem;top:46.689451217651rem;left:2.3746744394303rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERUCJTImiFz3T5VxXsZlyhySQapCpTEJ { width:16.1865rem;height:10.074875rem;top:8.5555012226106rem;left:1.9051107168198rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pO9ZLfuxMTrwZGF2eBq4NEK9uE9GDmK3 { width:15.1245rem;height:10.074875rem;top:26.930336952209rem;left:2.4373372793197rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv0LPxXWoImCmnNNM88rUIcGDtxEHdyd { width:17.625rem;height:16.3125rem;top:5.4375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT4eNh6kKskNQOPO9vmDVgRyruqBMnsz { width:17.625rem;height:16.3125rem;top:23.8125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACp2hgP0atmpbtr2T9MOadN6if6042Vr { width:17.625rem;height:16.3125rem;top:42.312499046326rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTkcFIqSqlItImDT8dwvbwi3DpacNGHD { width:18.333333375rem;height:3.395183375rem;top:61.374508857727rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiX0WtHxPt5fcwkwCrR1aFU39n77k4Eg { display:block; }
 }@media only screen and (max-width: 763px) { #pk8qGgymfZqVQzAUVWiB8OTPHq1k1TTM { width:20rem;height:2.6001rem;top:1.7500038146973rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCdzF6NUHPAQsfgL4z1e0Jlb4XVvNqJ0 { display:block; }#dCdzF6NUHPAQsfgL4z1e0Jlb4XVvNqJ0 > .row .container { width:20rem;height:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fa7beIq20NqehUzlVqC3u76s1ORv7P8L { width:17.5rem;height:7.4375rem;top:6.2249994277954rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eF1OhG2gw1A0NhVRPLevDkS23nk3Jxk0 { width:20rem;height:21.375rem;top:5.0992889404297rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCouFQJuGKxJp8d9Jwxtwzyg55UTwQCV { width:20rem;height:2.6001rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfeJxPVFg2TlFs4Kb12ZruMTpNo8Tqw8 { width:20rem;height:21.0625rem;top:27.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzmCtw6I9aXJqOtdophQDF950mtuyDdw { width:17.5rem;height:7.4375rem;top:28.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrWWrPLtqnvW20MikdTl9vJSH3EbusXD { width:13.6873125rem;height:1.649575rem;top:37.578109025955rem;left:3.1551107168197rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlRCHxiP0lm5pGHnKTDsS2koBf4wzVPL { width:17.6871875rem;height:7.4991875rem;top:40.123697280884rem;left:1.1555989980698rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tlRmTwRtRIT67G3cl40i0PWvBPDUh6LX { width:13.499375rem;height:1.649575rem;top:14.248874664307rem;left:2.4365233182907rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3xk4SISt9F9K9Zwf8upwpBVpQFm6GxS { width:17.1875rem;height:8.999rem;top:16.587727785111rem;left:1.4054361581802rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zZSO5goa1OqT0H0oUkvhVuFXIvw5Sb6v { display:block; }#zZSO5goa1OqT0H0oUkvhVuFXIvw5Sb6v > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HfO53oI8RxlsLoQIy6vBrJOr340k2XmW { width:17.5rem;height:7.4375rem;top:2.625rem;left:1.25rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8c62aa9c-3d3a-45d8-866a-f93a460679d8/4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#HfO53oI8RxlsLoQIy6vBrJOr340k2XmW.adaptive-delivery-prevent-bg, #HfO53oI8RxlsLoQIy6vBrJOr340k2XmW.lazyload, #HfO53oI8RxlsLoQIy6vBrJOr340k2XmW.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #IMUDDfaUuWfqdELpLLDgCT87cC1WP998 { width:20rem;height:21.0625rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXFazq5AqHfyePecTubgiJXplTyUvIMb { width:20rem;height:21.0625rem;top:24.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ci58JMmJhOCEHSG3HTmHRWgnM9nW8gXN { width:17.5rem;height:7.4375rem;top:25.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdV6r181xL2awX86CRJMfSovtBKTDTbI { width:15.3125rem;height:1.649575rem;top:33.623044967651rem;left:2.3437498807907rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFH8RgpUFGAIxX0U5TVfR75U0egPwJvA { width:15.9375rem;height:7.4991875rem;top:36.363931655884rem;left:2.0312498807907rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fEx3VPnkmD1TlyTTbEyQyEtfs6kyDmTq { width:13.499375rem;height:1.649575rem;top:11.205240249634rem;left:2.3437498807907rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcbcpMKcWmPAxtvDEOGURTggwoEVRwSX { width:16.875rem;height:7.4991875rem;top:13.6083984375rem;left:1.5616861581802rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #crJV6QnLvFGeqcoNLlXMzZNv4Ahui1bW { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/131c601f-c245-45a2-9137-beec513cdddd/15419.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#crJV6QnLvFGeqcoNLlXMzZNv4Ahui1bW.adaptive-delivery-prevent-bg, #crJV6QnLvFGeqcoNLlXMzZNv4Ahui1bW.lazyload, #crJV6QnLvFGeqcoNLlXMzZNv4Ahui1bW.lazyloading { background-image: none; }#crJV6QnLvFGeqcoNLlXMzZNv4Ahui1bW > .row .container { background-color: transparent; background-image: none; }#crJV6QnLvFGeqcoNLlXMzZNv4Ahui1bW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,104,250,0.65); }#crJV6QnLvFGeqcoNLlXMzZNv4Ahui1bW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#crJV6QnLvFGeqcoNLlXMzZNv4Ahui1bW > .row .container > .video-iframe-container { display: none; }#crJV6QnLvFGeqcoNLlXMzZNv4Ahui1bW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,104,250,0.65); }#crJV6QnLvFGeqcoNLlXMzZNv4Ahui1bW > .row > .video-iframe-container { display: none; }#crJV6QnLvFGeqcoNLlXMzZNv4Ahui1bW > .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); }#crJV6QnLvFGeqcoNLlXMzZNv4Ahui1bW > .row .container { width:20rem;height:32.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZupVuLXhTDNFVF2wAaIdZwu39bVUfgC3 { width:20rem;height:11.2109375rem;top:12.079263687134rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfXJyGrQ2aCPO0CUzaITfx2kCgha7FHw { width:16.936875rem;height:1.29964375rem;top:24.86083984375rem;left:1.5299478769302rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUSHRu0irlLv07hOsXG4EhDlcw5QgJnq { width:20rem;height:3.73698125rem;top:8.3935546875rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCOTK2Z3nsZSa38RstXntuMk8IfxlbLJ { width:19.8125rem;height:30.875rem;top:0.87809228897094rem;left:-0.1875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #hf7RrslhUlngvpXIr49Nq1fq3TrncA2p { width:17.4373125rem;height:3.3748375rem;top:27.09716796875rem;left:1.2809244394302rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7mHqtOSInSrzlT74wr4SiJiqhZ4bnp5 { display:block; }
 }@media only screen and (max-width: 763px) { #W3FPZiGExEXlVMU6aTPVoxaL51JecSFh { display:block; }#W3FPZiGExEXlVMU6aTPVoxaL51JecSFh > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F8UCE2e34eG3UnHD6XIWi10AC99Zf8n8 { width:3.75rem;height:4.3125rem;top:1.25rem;left:8.125rem;display:block; }
 }