.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:239,243,219;--color-primary-1:213,229,142;--color-primary-2:185,211,66;--color-primary-3:168,200,19;--color-primary-4:37,42,13;--color-secondary-0:225,226,229;--color-secondary-1:164,168,176;--color-secondary-2:103,110,123;--color-secondary-3:62,66,74;--color-secondary-4:2,13,35;--color-tertiary-0:217,217,217;--color-tertiary-1:128,128,128;--color-tertiary-2:0,0,0;--color-tertiary-3:0,0,0;--color-tertiary-4:0,0,0;--headlines-font-family:"Open Sans";--paragraphs-font-family:"Roboto"; }@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:rgba(255,255,255,0.77);background-image:none;position:relative;display:block; }
#uIgrH6qCphDpLGh8ueMZTbbMJw6ZsD8m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uIgrH6qCphDpLGh8ueMZTbbMJw6ZsD8m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uIgrH6qCphDpLGh8ueMZTbbMJw6ZsD8m > .row > .video-iframe-container { display: none; }#uIgrH6qCphDpLGh8ueMZTbbMJw6ZsD8m > .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); }#QGVJ7a6KzMkPTSF9glEdLhFcey31XJ7U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6c88ddb3-e863-4769-bb04-d663dbae0cb4/baner4.png");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; }#QGVJ7a6KzMkPTSF9glEdLhFcey31XJ7U.adaptive-delivery-prevent-bg, #QGVJ7a6KzMkPTSF9glEdLhFcey31XJ7U.lazyload, #QGVJ7a6KzMkPTSF9glEdLhFcey31XJ7U.lazyloading { background-image: none; }#QGVJ7a6KzMkPTSF9glEdLhFcey31XJ7U > .row .container { background-color: transparent; background-image: none; }#QGVJ7a6KzMkPTSF9glEdLhFcey31XJ7U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,37,90,0.8); }#QGVJ7a6KzMkPTSF9glEdLhFcey31XJ7U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGVJ7a6KzMkPTSF9glEdLhFcey31XJ7U > .row .container > .video-iframe-container { display: none; }#QGVJ7a6KzMkPTSF9glEdLhFcey31XJ7U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,37,90,0.8); }#QGVJ7a6KzMkPTSF9glEdLhFcey31XJ7U > .row > .video-iframe-container { display: none; }#QGVJ7a6KzMkPTSF9glEdLhFcey31XJ7U > .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); }#QGVJ7a6KzMkPTSF9glEdLhFcey31XJ7U > .row .container { border-width: 0; border-radius: 0; }#QGVJ7a6KzMkPTSF9glEdLhFcey31XJ7U::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; }#QGVJ7a6KzMkPTSF9glEdLhFcey31XJ7U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QGVJ7a6KzMkPTSF9glEdLhFcey31XJ7U > .row .container { font-size:0.875rem;font-family:arial;height:62.1875rem;width:75rem;position:relative;display:block; }#QK2CcFcynnoVx0TQmmEAPqetDmNlofxE { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-2),0.5) ;box-sizing:border-box;color:#0c255a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:18.745929718017rem;left:30rem;display:block; }
#EJR14tOBbudszaqJwdxIcTTBhx5htvWr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TKOpCyGTcpAX0WoTX6EuQTT0ap4MAtJV { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:27.7480625rem;width:49.375rem;top:16.873046875rem;left:12.8125rem;display:none; }
#HbizuCqEQqcdoy3efio35aktTtcFy9x2 { color:#004b9b;display:block;width:12.5rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:12.75rem;left:3rem;height:0;display:block; }
#WcgRu0VX1WcCSfktLfdOylAckSvRKK39 { color:rgba(var(--color-tertiary-2),1);display:block;width:36.873375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:57.18505859375rem;left:19.063312530517rem;height:2.9752625rem;text-align:center;text-align-last:center;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; }
#r0q27wssxEt0ZA7TKUtOcFOmwZxPz0us { color:rgba(var(--color-tertiary-2),1);display:block;width:41.9993125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:13.146158218384rem;left:16.4990234375rem;height:4.375rem;text-align:center;text-align-last:center;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; }
#mlVKLAwbzMQPkygLKbIq2cQaMyTX4Vxi { position:absolute;display:block;z-index:15011;height:31.625rem;width:56.25rem;top:24.061685562134rem;left:9.30908203125rem;display:block; }
#nW1DXNHsTqv0IJONAaboPoSEFDt2BW2F { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:27.7480625rem;width:49.375rem;top:16.873046875rem;left:12.8125rem;display:none; }
#gPlJa1obxCia9n11bzXTMeWKpvrfa8Vo { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:27.7480625rem;width:49.375rem;top:16.873046875rem;left:12.8125rem;display:none; }
#fl64edKxZ1G36QCSbTbHt9tTK2DQno9g { color:rgba(var(--color-tertiary-2),1);display:block;width:36.873875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:30.186765670776rem;left:19.062216758728rem;height:;text-align:center;text-align-last:center;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:none; }
#ik5OR6IWhrCSUQHrVLhmIgVBRRGXl7EE { color:rgba(var(--color-tertiary-2),1);display:block;width:36.873875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:30.186765670776rem;left:19.062216758728rem;height:;text-align:center;text-align-last:center;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:none; }
#fkTn8fV2uHgZfbAbCzCsmVO6VBeq0dR9 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15012;line-height:.7;letter-spacing:0;top:3.1197910308838rem;left:0rem;height:6.9986875rem;text-align:center;text-align-last:center;display:block; }
#aZtpO0qXeTFmMi0glzml6mEv5t1oKqNV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#05102f;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; }#aZtpO0qXeTFmMi0glzml6mEv5t1oKqNV > .row .container { background-color: transparent; background-image: none; }#aZtpO0qXeTFmMi0glzml6mEv5t1oKqNV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZtpO0qXeTFmMi0glzml6mEv5t1oKqNV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZtpO0qXeTFmMi0glzml6mEv5t1oKqNV > .row .container > .video-iframe-container { display: none; }#aZtpO0qXeTFmMi0glzml6mEv5t1oKqNV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZtpO0qXeTFmMi0glzml6mEv5t1oKqNV > .row > .video-iframe-container { display: none; }#aZtpO0qXeTFmMi0glzml6mEv5t1oKqNV > .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); }#aZtpO0qXeTFmMi0glzml6mEv5t1oKqNV > .row .container { border-width: 0; border-radius: 0; }#aZtpO0qXeTFmMi0glzml6mEv5t1oKqNV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aZtpO0qXeTFmMi0glzml6mEv5t1oKqNV > .row .container { font-size:0.875rem;font-family:arial;height:1.25rem;width:75rem;position:relative;display:block; }#DGMiM9n4vigqJly4mQu5E27rnJz5SyAG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6c88ddb3-e863-4769-bb04-d663dbae0cb4/baner4.png");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; }#DGMiM9n4vigqJly4mQu5E27rnJz5SyAG.adaptive-delivery-prevent-bg, #DGMiM9n4vigqJly4mQu5E27rnJz5SyAG.lazyload, #DGMiM9n4vigqJly4mQu5E27rnJz5SyAG.lazyloading { background-image: none; }#DGMiM9n4vigqJly4mQu5E27rnJz5SyAG > .row .container { background-color: transparent; background-image: none; }#DGMiM9n4vigqJly4mQu5E27rnJz5SyAG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,37,90,0.8); }#DGMiM9n4vigqJly4mQu5E27rnJz5SyAG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DGMiM9n4vigqJly4mQu5E27rnJz5SyAG > .row .container > .video-iframe-container { display: none; }#DGMiM9n4vigqJly4mQu5E27rnJz5SyAG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,37,90,0.8); }#DGMiM9n4vigqJly4mQu5E27rnJz5SyAG > .row > .video-iframe-container { display: none; }#DGMiM9n4vigqJly4mQu5E27rnJz5SyAG > .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); }#DGMiM9n4vigqJly4mQu5E27rnJz5SyAG > .row .container { border-width: 0; border-radius: 0; }#DGMiM9n4vigqJly4mQu5E27rnJz5SyAG::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; }#DGMiM9n4vigqJly4mQu5E27rnJz5SyAG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DGMiM9n4vigqJly4mQu5E27rnJz5SyAG > .row .container { font-size:0.875rem;font-family:arial;height:50.9375rem;width:75rem;position:relative;display:block; }#tB51IJSUlFcvWm08xKaZ76iNpfTBaVtK { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-2),0.5) ;box-sizing:border-box;color:#0c255a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:7.49658203125rem;left:30rem;display:block; }
#Amk7EuLef9AfTswbTiLU4DP14KELOAnf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HFoBLptWseZfTK2W4Wmxmo9iauiwbfOr { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:27.7480625rem;width:49.375rem;top:16.873046875rem;left:12.8125rem;display:none; }
#VueqlCy8WqhnoQQMJ2FwTHP4hzhI50cz { color:#004b9b;display:block;width:12.5rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:12.75rem;left:3rem;height:0;display:block; }
#riSnhghcFAGGd3xdRK20Jdad7fLIeRxs { color:rgba(var(--color-tertiary-2),1);display:block;width:36.873375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:45.935545921326rem;left:19.063312530517rem;height:2.9752625rem;text-align:center;text-align-last:center;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; }
#lkbEHleXmuAufdqfqr4DIIEJ7EwbWIWo { color:rgba(var(--color-tertiary-2),1);display:block;width:41.9993125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:1.896484375rem;left:16.4990234375rem;height:;text-align:center;text-align-last:center;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; }
#Aue4nqopLxvoCuJPpTJNUwI1SKRMFpFI { position:absolute;display:block;z-index:15011;height:31.625rem;width:56.25rem;top:12.812336921692rem;left:9.30908203125rem;display:block; }
#X53nHeMCKQhmlSTKxbfHHtygQi5Xvaan { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:27.7480625rem;width:49.375rem;top:16.873046875rem;left:12.8125rem;display:none; }
#S2EcCh5MfHiPMAHmPtLLVZdSOAH9sVSR { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:27.7480625rem;width:49.375rem;top:16.873046875rem;left:12.8125rem;display:none; }
#JJFkd09wbT97PCLc4cFZJUClce2805JV { color:rgba(var(--color-tertiary-2),1);display:block;width:36.873875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:30.186765670776rem;left:19.062216758728rem;height:;text-align:center;text-align-last:center;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:none; }
#wC0NNDtAQF5g1zdgpLgcMehWD5s5bBcl { color:rgba(var(--color-tertiary-2),1);display:block;width:36.873875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:30.186765670776rem;left:19.062216758728rem;height:;text-align:center;text-align-last:center;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:none; }
#khx1HSFdTZM1ZFmttR0dhu1yxPDhGANI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#05102f;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; }#khx1HSFdTZM1ZFmttR0dhu1yxPDhGANI > .row .container { background-color: transparent; background-image: none; }#khx1HSFdTZM1ZFmttR0dhu1yxPDhGANI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#khx1HSFdTZM1ZFmttR0dhu1yxPDhGANI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#khx1HSFdTZM1ZFmttR0dhu1yxPDhGANI > .row .container > .video-iframe-container { display: none; }#khx1HSFdTZM1ZFmttR0dhu1yxPDhGANI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#khx1HSFdTZM1ZFmttR0dhu1yxPDhGANI > .row > .video-iframe-container { display: none; }#khx1HSFdTZM1ZFmttR0dhu1yxPDhGANI > .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); }#khx1HSFdTZM1ZFmttR0dhu1yxPDhGANI > .row .container { border-width: 0; border-radius: 0; }#khx1HSFdTZM1ZFmttR0dhu1yxPDhGANI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#khx1HSFdTZM1ZFmttR0dhu1yxPDhGANI > .row .container { font-size:0.875rem;font-family:arial;height:1.25rem;width:75rem;position:relative;display:block; }#Z9ZWOyINZDtcVebdPk3Sv3tgxGT9VDNH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6c88ddb3-e863-4769-bb04-d663dbae0cb4/baner4.png");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; }#Z9ZWOyINZDtcVebdPk3Sv3tgxGT9VDNH.adaptive-delivery-prevent-bg, #Z9ZWOyINZDtcVebdPk3Sv3tgxGT9VDNH.lazyload, #Z9ZWOyINZDtcVebdPk3Sv3tgxGT9VDNH.lazyloading { background-image: none; }#Z9ZWOyINZDtcVebdPk3Sv3tgxGT9VDNH > .row .container { background-color: transparent; background-image: none; }#Z9ZWOyINZDtcVebdPk3Sv3tgxGT9VDNH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,37,90,0.8); }#Z9ZWOyINZDtcVebdPk3Sv3tgxGT9VDNH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9ZWOyINZDtcVebdPk3Sv3tgxGT9VDNH > .row .container > .video-iframe-container { display: none; }#Z9ZWOyINZDtcVebdPk3Sv3tgxGT9VDNH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,37,90,0.8); }#Z9ZWOyINZDtcVebdPk3Sv3tgxGT9VDNH > .row > .video-iframe-container { display: none; }#Z9ZWOyINZDtcVebdPk3Sv3tgxGT9VDNH > .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); }#Z9ZWOyINZDtcVebdPk3Sv3tgxGT9VDNH > .row .container { border-width: 0; border-radius: 0; }#Z9ZWOyINZDtcVebdPk3Sv3tgxGT9VDNH::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; }#Z9ZWOyINZDtcVebdPk3Sv3tgxGT9VDNH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z9ZWOyINZDtcVebdPk3Sv3tgxGT9VDNH > .row .container { font-size:0.875rem;font-family:arial;height:50.9375rem;width:75rem;position:relative;display:block; }#A8NnT68LnLhq72XIoc4AZzHA0qy9wqWi { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-2),0.5) ;box-sizing:border-box;color:#0c255a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:7.49658203125rem;left:30rem;display:block; }
#JBcTfTvewAV4ygeNlCgq7bu9fBLb0941 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Eosm3us1EludwqPvlPO4lJg3UbQNRBb7 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:27.7480625rem;width:49.375rem;top:16.873046875rem;left:12.8125rem;display:none; }
#UTe22rUvvWAp57HqgdFbAc2BfSdiKbMR { color:#004b9b;display:block;width:12.5rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:12.75rem;left:3rem;height:0;display:block; }
#KCVCgG2viQnbhIRTibFrXM7wsTPNx6xh { color:rgba(var(--color-tertiary-2),1);display:block;width:36.873375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:45.935545921326rem;left:19.063312530517rem;height:2.9752625rem;text-align:center;text-align-last:center;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; }
#Lnu4aPUI9SQOm1OqSSMdJPSogLvK6rSJ { color:rgba(var(--color-tertiary-2),1);display:block;width:46.9995rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:1.89453125rem;left:13.9990234375rem;height:4.375rem;text-align:center;text-align-last:center;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; }
#I1vhCmbPqHRywgV1kC6auc9JKX8sTfvT { position:absolute;display:block;z-index:15011;height:31.625rem;width:56.25rem;top:12.812336921692rem;left:9.30908203125rem;display:block; }
#Gv3Ng5ru1Fycw4k98JuOhKSiqd3HyWn9 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:27.7480625rem;width:49.375rem;top:16.873046875rem;left:12.8125rem;display:none; }
#eI2PyTLTgK9FcaI0MTo0T2ISU15lBnu9 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:27.7480625rem;width:49.375rem;top:16.873046875rem;left:12.8125rem;display:none; }
#fJBm5sFZo5ZNzdquNPKTLLFxDrsGGp2E { color:rgba(var(--color-tertiary-2),1);display:block;width:36.873875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:30.186765670776rem;left:19.062216758728rem;height:;text-align:center;text-align-last:center;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:none; }
#Gwvu2V89McO9FLJ8QJ5PolPr14ALTyo4 { color:rgba(var(--color-tertiary-2),1);display:block;width:36.873875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:30.186765670776rem;left:19.062216758728rem;height:;text-align:center;text-align-last:center;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:none; }
#F6CzPfRVkCS0DaiCpmuwZTAucE21wxW8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#05102f;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; }#F6CzPfRVkCS0DaiCpmuwZTAucE21wxW8 > .row .container { background-color: transparent; background-image: none; }#F6CzPfRVkCS0DaiCpmuwZTAucE21wxW8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6CzPfRVkCS0DaiCpmuwZTAucE21wxW8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6CzPfRVkCS0DaiCpmuwZTAucE21wxW8 > .row .container > .video-iframe-container { display: none; }#F6CzPfRVkCS0DaiCpmuwZTAucE21wxW8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6CzPfRVkCS0DaiCpmuwZTAucE21wxW8 > .row > .video-iframe-container { display: none; }#F6CzPfRVkCS0DaiCpmuwZTAucE21wxW8 > .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); }#F6CzPfRVkCS0DaiCpmuwZTAucE21wxW8 > .row .container { border-width: 0; border-radius: 0; }#F6CzPfRVkCS0DaiCpmuwZTAucE21wxW8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F6CzPfRVkCS0DaiCpmuwZTAucE21wxW8 > .row .container { font-size:0.875rem;font-family:arial;height:1.25rem;width:75rem;position:relative;display:block; }#BR2hoUE4XFyOKzP4XssPi9w2ythv0sqQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6c88ddb3-e863-4769-bb04-d663dbae0cb4/baner4.png");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; }#BR2hoUE4XFyOKzP4XssPi9w2ythv0sqQ.adaptive-delivery-prevent-bg, #BR2hoUE4XFyOKzP4XssPi9w2ythv0sqQ.lazyload, #BR2hoUE4XFyOKzP4XssPi9w2ythv0sqQ.lazyloading { background-image: none; }#BR2hoUE4XFyOKzP4XssPi9w2ythv0sqQ > .row .container { background-color: transparent; background-image: none; }#BR2hoUE4XFyOKzP4XssPi9w2ythv0sqQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,37,90,0.8); }#BR2hoUE4XFyOKzP4XssPi9w2ythv0sqQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BR2hoUE4XFyOKzP4XssPi9w2ythv0sqQ > .row .container > .video-iframe-container { display: none; }#BR2hoUE4XFyOKzP4XssPi9w2ythv0sqQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,37,90,0.8); }#BR2hoUE4XFyOKzP4XssPi9w2ythv0sqQ > .row > .video-iframe-container { display: none; }#BR2hoUE4XFyOKzP4XssPi9w2ythv0sqQ > .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); }#BR2hoUE4XFyOKzP4XssPi9w2ythv0sqQ > .row .container { border-width: 0; border-radius: 0; }#BR2hoUE4XFyOKzP4XssPi9w2ythv0sqQ::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; }#BR2hoUE4XFyOKzP4XssPi9w2ythv0sqQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BR2hoUE4XFyOKzP4XssPi9w2ythv0sqQ > .row .container { font-size:0.875rem;font-family:arial;height:51.25rem;width:75rem;position:relative;display:block; }#riHEZFlbd9CBlI9ssumDaAytToT9xHqW { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-2),0.5) ;box-sizing:border-box;color:#0c255a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:7.49658203125rem;left:30rem;display:block; }
#HtQd528fa7cKA7pNwCIAFr40MRT3gxe5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Se5Rw5ez877nqQFBrANql0N1v98Csd22 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:27.7480625rem;width:49.375rem;top:16.873046875rem;left:12.8125rem;display:none; }
#BUm8RG2ntGx7Zk2oRaZtZZviMF3ZdtCU { color:#004b9b;display:block;width:12.5rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:12.75rem;left:3rem;height:0;display:block; }
#o60phWfm60hNJ4rw75eQrdKkD9F0sPSa { color:rgba(var(--color-tertiary-2),1);display:block;width:36.873375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:45.935545921326rem;left:19.063312530517rem;height:2.9752625rem;text-align:center;text-align-last:center;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; }
#DzlTuTL4bDbH8rwlcTfzmpkU0M7vLuIT { color:rgba(var(--color-tertiary-2),1);display:block;width:46.9995rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:1.89453125rem;left:13.9990234375rem;height:;text-align:center;text-align-last:center;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; }
#HLwUEBE8t4nQMTxEQTC9vI1SluGQBq55 { position:absolute;display:block;z-index:15011;height:31.625rem;width:56.25rem;top:12.812336921692rem;left:9.30908203125rem;display:block; }
#u6ZedNAcCv0Zmpp0W99ndJHxhUOZ0PMZ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:27.7480625rem;width:49.375rem;top:16.873046875rem;left:12.8125rem;display:none; }
#gtimiK9HPikV1IGDIarwNf00kCRnPmhZ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:27.7480625rem;width:49.375rem;top:16.873046875rem;left:12.8125rem;display:none; }
#lAaWrTxM2tak9Wqw2b0UReKekedOOfFM { color:rgba(var(--color-tertiary-2),1);display:block;width:36.873875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:30.186765670776rem;left:19.062216758728rem;height:;text-align:center;text-align-last:center;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:none; }
#yrRTU9FPfPLT7Z32ITKWx34G3PqRI1zt { color:rgba(var(--color-tertiary-2),1);display:block;width:36.873875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:30.186765670776rem;left:19.062216758728rem;height:;text-align:center;text-align-last:center;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:none; }
#ZFrQE3iUkWXtFXWipPxIbAfF5liSL3Xp { 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; }#ZFrQE3iUkWXtFXWipPxIbAfF5liSL3Xp > .row .container { border-width: 0; border-radius: 0; }#ZFrQE3iUkWXtFXWipPxIbAfF5liSL3Xp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZFrQE3iUkWXtFXWipPxIbAfF5liSL3Xp > .row .container { font-size:0.875rem;font-family:arial;height:0.125rem;width:75rem;position:relative;display:none; }#X4Se9R5EVbnLT9eESgcXBz8mAdyWi0cz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#05102f;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; }#X4Se9R5EVbnLT9eESgcXBz8mAdyWi0cz > .row .container { background-color: transparent; background-image: none; }#X4Se9R5EVbnLT9eESgcXBz8mAdyWi0cz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4Se9R5EVbnLT9eESgcXBz8mAdyWi0cz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4Se9R5EVbnLT9eESgcXBz8mAdyWi0cz > .row .container > .video-iframe-container { display: none; }#X4Se9R5EVbnLT9eESgcXBz8mAdyWi0cz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4Se9R5EVbnLT9eESgcXBz8mAdyWi0cz > .row > .video-iframe-container { display: none; }#X4Se9R5EVbnLT9eESgcXBz8mAdyWi0cz > .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); }#X4Se9R5EVbnLT9eESgcXBz8mAdyWi0cz > .row .container { border-width: 0; border-radius: 0; }#X4Se9R5EVbnLT9eESgcXBz8mAdyWi0cz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X4Se9R5EVbnLT9eESgcXBz8mAdyWi0cz > .row .container { font-size:0.875rem;font-family:arial;height:18.4375rem;width:75rem;position:relative;display:block; }#I9g9DwCm5n2dRUU7gNM97A8Pc4E7xrVi { color:rgba(var(--color-primary-3),1);display:block;width:32rem;position:absolute;font-family:avalon;font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:1.8739166259766rem;left:6.9372673034669rem;height:2.843425rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TwB65ky6NGfWqddDibXBkZdOT92XCGOg { color:#122c4a;display:block;width:19.375rem;position:absolute;font-family:avalon;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:5.936803817749rem;left:6.9372673034669rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fFxUOdwoP2CCQy9pdVXZKwPmd3XUe7wb { color:#122c4a;display:block;width:9.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:9.998918533325rem;left:53.999069213868rem;height:1.79931875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fZzaBReSIXO9JV1MGy8SIQnIzNTWWVRL { color:#122c4a;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:12.124536514283rem;left:53.999069213868rem;height:3.199875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XRil6ybNsbU1mQxngPd0UrA6sRvDMRUJ { position:absolute;display:block;z-index:15022;border-top:0.25rem solid rgba(var(--color-primary-3),1);border-left:0.25rem solid rgba(var(--color-primary-3),1);border-right:0.25rem solid rgba(var(--color-primary-3),1);border-bottom:0.25rem solid rgba(var(--color-primary-3),1);border-top-left-radius:12.4375rem;border-top-right-radius:12.4375rem;border-bottom-left-radius:12.4375rem;border-bottom-right-radius:12.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-2),0.5) ;height:6.8125rem;width:6.8125rem;top:8.8746128082275rem;left:45.561569213868rem;overflow:hidden;display:block; }
#xtOQ3UgADgycZJQl1By0cFJIaklcKqq5 { color:#122c4a;display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:12.124536514283rem;left:15.374767303467rem;height:3.199875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ATQeAnACWwqy59uXLE912fco4MEhs7bc { color:#122c4a;display:block;width:9.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:9.998918533325rem;left:15.374767303467rem;height:1.79931875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GCbafhT6Und9vrIkWW7J4ZTHOBzod0JL { color:#122c4a;display:block;width:20rem;position:absolute;font-family:avalon;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:5.936803817749rem;left:45.561569213868rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IJ6mXJ9VLVLTfnif4Efa8mSu0q2GZMQO { position:absolute;display:block;z-index:15003;border-top:0.25rem solid rgba(var(--color-primary-3),1);border-left:0.25rem solid rgba(var(--color-primary-3),1);border-right:0.25rem solid rgba(var(--color-primary-3),1);border-bottom:0.25rem solid rgba(var(--color-primary-3),1);border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;height:6.8125rem;width:6.8125rem;top:8.8746128082275rem;left:6.9375rem;overflow:hidden;display:block; }
#HJ3PoHeD7CLz8fLqLSiaAETgnaDlWy8p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#05102f;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; }#HJ3PoHeD7CLz8fLqLSiaAETgnaDlWy8p > .row .container { background-color: transparent; background-image: none; }#HJ3PoHeD7CLz8fLqLSiaAETgnaDlWy8p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HJ3PoHeD7CLz8fLqLSiaAETgnaDlWy8p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HJ3PoHeD7CLz8fLqLSiaAETgnaDlWy8p > .row .container > .video-iframe-container { display: none; }#HJ3PoHeD7CLz8fLqLSiaAETgnaDlWy8p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HJ3PoHeD7CLz8fLqLSiaAETgnaDlWy8p > .row > .video-iframe-container { display: none; }#HJ3PoHeD7CLz8fLqLSiaAETgnaDlWy8p > .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); }#HJ3PoHeD7CLz8fLqLSiaAETgnaDlWy8p > .row .container { border-width: 0; border-radius: 0; }#HJ3PoHeD7CLz8fLqLSiaAETgnaDlWy8p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HJ3PoHeD7CLz8fLqLSiaAETgnaDlWy8p > .row .container { font-size:0.875rem;font-family:"roboto condensed";height:7.4375rem;width:75rem;position:relative;display:block; }#mkwnHzPRidS01TLkpBJRAlUxMxradhbR { color:#8faace;display:block;width:7.0625rem;position:absolute;font-family:oswald;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.6873245239258rem;left:48.749465942382rem;height:1.381025rem;display:block; }
#A6GvvZQPR97QPibpBVo5dsiSJPEaBho1 { color:#8faace;display:block;width:13.3125rem;position:absolute;font-family:"roboto condensed";font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.9;letter-spacing:0;top:1.9371490478516rem;left:32.9375rem;height:3.5612rem;display:block; }
#pvEp6xe1oXKSTgG4Znaig4e5DlFMg1lL { box-sizing:content-box;color:#8faace;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:0.68714904785156rem;left:16.687498092651rem;display:block; }
#ycd7cOU9QplDTVcpAwUGRDiR9w354h60 { box-sizing:content-box;color:#8faace;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:2.5621490478516rem;left:16.81178855896rem;display:block; }
#TBGeysx5hAvZaRFArlFJSsQkwws2mBMH { 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:1rem;width:1rem;top:4.7496490478516rem;left:17.124290466309rem;overflow:hidden;display:block; }
#JyaCcGoz82DvaGhk2RJs85XIMxFk0hCx { position:absolute;display:block;z-index:15010;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:1.625rem;width:0.625rem;top:2.5621490478516rem;left:31.562320709229rem;overflow:hidden;display:block; }
#o4ePoZdyHZccPOSDd7qr3e1QqtDMoPuO { background-color:transparent;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:#8faace;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.8125rem;height:1.0625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:0.99964904785156rem;left:18.499465942382rem;display:block; }
#W63BhbDcBzDXCElykpTcs5N8TtbMavSq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w6NbIPnxcA0PCdAaQAqRLhflVH6RWkGX { background-color:transparent;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:#8faace;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.6875rem;height:1.0625rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:2.8125rem;left:18.5625rem;display:block; }
#c9c2SkCkrCsMJhELaHqtMtDhuFah2t5F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eTeDcb93EWZNAqXDE2X6mLzOx2KIpnpc { box-sizing:content-box;color:#8faace;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:block;z-index:15021;top:1.9375rem;left:64.375rem;display:block; }
#dkhC8UB03yAsT0SCBC13ZxyyFPG4unaq { box-sizing:content-box;color:#8faace;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:block;z-index:15022;top:1.8125rem;left:60.625rem;display:block; }
#x5VVrdTO8otAT11bXxNrmJR992x7qk1x { box-sizing:content-box;color:#8faace;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:block;z-index:15023;top:1.8125rem;left:56.9375rem;display:block; }
#iUnk0bqnWvGTZHkh4yhrw2Ov4Nkghf7b { position:absolute;display:block;z-index:15016;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.875rem;width:7.25rem;top:2.28125rem;left:7.5rem;overflow:hidden;display:block; }
#l5Z2HaEsMwMUt9vmRTROwnTG9GGeWg2W { color:#8faace;display:block;width:12.5rem;position:absolute;font-family:"roboto condensed";font-size:0.9375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:4.78515625rem;left:18.749820709229rem;height:1.21905625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QGVJ7a6KzMkPTSF9glEdLhFcey31XJ7U { display:block; }#QGVJ7a6KzMkPTSF9glEdLhFcey31XJ7U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QK2CcFcynnoVx0TQmmEAPqetDmNlofxE { width:15rem;height:3.125rem;top:18.6875rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJR14tOBbudszaqJwdxIcTTBhx5htvWr { display:block; }
 }@media only screen and (max-width: 763px) { #TKOpCyGTcpAX0WoTX6EuQTT0ap4MAtJV { top:16.8125rem;left:0rem;width:47.75rem;height:26.834835126583rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbizuCqEQqcdoy3efio35aktTtcFy9x2 { top:12.75rem;left:0rem;width:12.4375rem;height:0;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcgRu0VX1WcCSfktLfdOylAckSvRKK39 { width:36.8125rem;height:2.9375rem;top:57.125rem;left:5.4383125305176rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0q27wssxEt0ZA7TKUtOcFOmwZxPz0us { width:41.9375rem;height:;top:13.125rem;left:2.8740234375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlVKLAwbzMQPkygLKbIq2cQaMyTX4Vxi { top:24rem;left:0rem;width:47.75rem;height:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nW1DXNHsTqv0IJONAaboPoSEFDt2BW2F { top:16.8125rem;left:0rem;width:47.75rem;height:26.834835126583rem;display:none; }
 }@media only screen and (max-width: 763px) { #gPlJa1obxCia9n11bzXTMeWKpvrfa8Vo { top:16.8125rem;left:0rem;width:47.75rem;height:26.834835126583rem;display:none; }
 }@media only screen and (max-width: 763px) { #fl64edKxZ1G36QCSbTbHt9tTK2DQno9g { width:36.8125rem;height:2.9375rem;top:30.125rem;left:5.437216758728rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ik5OR6IWhrCSUQHrVLhmIgVBRRGXl7EE { width:36.8125rem;height:2.9375rem;top:30.125rem;left:5.437216758728rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fkTn8fV2uHgZfbAbCzCsmVO6VBeq0dR9 { top:3.0625rem;left:0rem;width:47.75rem;height:6.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZtpO0qXeTFmMi0glzml6mEv5t1oKqNV { display:block; }#aZtpO0qXeTFmMi0glzml6mEv5t1oKqNV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DGMiM9n4vigqJly4mQu5E27rnJz5SyAG { display:block; }#DGMiM9n4vigqJly4mQu5E27rnJz5SyAG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tB51IJSUlFcvWm08xKaZ76iNpfTBaVtK { width:15rem;height:3.125rem;top:7.4375rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Amk7EuLef9AfTswbTiLU4DP14KELOAnf { display:block; }
 }@media only screen and (max-width: 763px) { #HFoBLptWseZfTK2W4Wmxmo9iauiwbfOr { top:16.8125rem;left:0rem;width:47.75rem;height:26.834835126583rem;display:block; }
 }@media only screen and (max-width: 763px) { #VueqlCy8WqhnoQQMJ2FwTHP4hzhI50cz { top:12.75rem;left:0rem;width:12.4375rem;height:0;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #riSnhghcFAGGd3xdRK20Jdad7fLIeRxs { width:36.8125rem;height:2.9375rem;top:45.875rem;left:5.4383125305176rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkbEHleXmuAufdqfqr4DIIEJ7EwbWIWo { width:41.9375rem;height:;top:1.875rem;left:2.8740234375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aue4nqopLxvoCuJPpTJNUwI1SKRMFpFI { top:12.75rem;left:0rem;width:47.75rem;height:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X53nHeMCKQhmlSTKxbfHHtygQi5Xvaan { top:16.8125rem;left:0rem;width:47.75rem;height:26.834835126583rem;display:none; }
 }@media only screen and (max-width: 763px) { #S2EcCh5MfHiPMAHmPtLLVZdSOAH9sVSR { top:16.8125rem;left:0rem;width:47.75rem;height:26.834835126583rem;display:none; }
 }@media only screen and (max-width: 763px) { #JJFkd09wbT97PCLc4cFZJUClce2805JV { width:36.8125rem;height:2.9375rem;top:30.125rem;left:5.437216758728rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wC0NNDtAQF5g1zdgpLgcMehWD5s5bBcl { width:36.8125rem;height:2.9375rem;top:30.125rem;left:5.437216758728rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #khx1HSFdTZM1ZFmttR0dhu1yxPDhGANI { display:block; }#khx1HSFdTZM1ZFmttR0dhu1yxPDhGANI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z9ZWOyINZDtcVebdPk3Sv3tgxGT9VDNH { display:block; }#Z9ZWOyINZDtcVebdPk3Sv3tgxGT9VDNH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A8NnT68LnLhq72XIoc4AZzHA0qy9wqWi { width:15rem;height:3.125rem;top:7.4375rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBcTfTvewAV4ygeNlCgq7bu9fBLb0941 { display:block; }
 }@media only screen and (max-width: 763px) { #Eosm3us1EludwqPvlPO4lJg3UbQNRBb7 { top:16.8125rem;left:0rem;width:47.75rem;height:26.834835126583rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTe22rUvvWAp57HqgdFbAc2BfSdiKbMR { top:12.75rem;left:0rem;width:12.4375rem;height:0;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCVCgG2viQnbhIRTibFrXM7wsTPNx6xh { width:36.8125rem;height:2.9375rem;top:45.875rem;left:5.4383125305176rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lnu4aPUI9SQOm1OqSSMdJPSogLvK6rSJ { width:46.9375rem;height:4.375rem;top:1.875rem;left:0.3740234375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1vhCmbPqHRywgV1kC6auc9JKX8sTfvT { top:12.75rem;left:0rem;width:47.75rem;height:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gv3Ng5ru1Fycw4k98JuOhKSiqd3HyWn9 { top:16.8125rem;left:0rem;width:47.75rem;height:26.834835126583rem;display:none; }
 }@media only screen and (max-width: 763px) { #eI2PyTLTgK9FcaI0MTo0T2ISU15lBnu9 { top:16.8125rem;left:0rem;width:47.75rem;height:26.834835126583rem;display:none; }
 }@media only screen and (max-width: 763px) { #fJBm5sFZo5ZNzdquNPKTLLFxDrsGGp2E { width:36.8125rem;height:2.9375rem;top:30.125rem;left:5.437216758728rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gwvu2V89McO9FLJ8QJ5PolPr14ALTyo4 { width:36.8125rem;height:2.9375rem;top:30.125rem;left:5.437216758728rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #F6CzPfRVkCS0DaiCpmuwZTAucE21wxW8 { display:block; }#F6CzPfRVkCS0DaiCpmuwZTAucE21wxW8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BR2hoUE4XFyOKzP4XssPi9w2ythv0sqQ { display:block; }#BR2hoUE4XFyOKzP4XssPi9w2ythv0sqQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #riHEZFlbd9CBlI9ssumDaAytToT9xHqW { width:15rem;height:3.125rem;top:7.4375rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtQd528fa7cKA7pNwCIAFr40MRT3gxe5 { display:block; }
 }@media only screen and (max-width: 763px) { #Se5Rw5ez877nqQFBrANql0N1v98Csd22 { top:16.8125rem;left:0rem;width:47.75rem;height:26.834835126583rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUm8RG2ntGx7Zk2oRaZtZZviMF3ZdtCU { top:12.75rem;left:0rem;width:12.4375rem;height:0;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o60phWfm60hNJ4rw75eQrdKkD9F0sPSa { width:36.8125rem;height:2.9375rem;top:45.875rem;left:5.4383125305176rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzlTuTL4bDbH8rwlcTfzmpkU0M7vLuIT { width:46.9375rem;height:;top:1.875rem;left:0.3740234375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLwUEBE8t4nQMTxEQTC9vI1SluGQBq55 { top:12.75rem;left:0rem;width:47.75rem;height:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6ZedNAcCv0Zmpp0W99ndJHxhUOZ0PMZ { top:16.8125rem;left:0rem;width:47.75rem;height:26.834835126583rem;display:none; }
 }@media only screen and (max-width: 763px) { #gtimiK9HPikV1IGDIarwNf00kCRnPmhZ { top:16.8125rem;left:0rem;width:47.75rem;height:26.834835126583rem;display:none; }
 }@media only screen and (max-width: 763px) { #lAaWrTxM2tak9Wqw2b0UReKekedOOfFM { width:36.8125rem;height:2.9375rem;top:30.125rem;left:5.437216758728rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yrRTU9FPfPLT7Z32ITKWx34G3PqRI1zt { width:36.8125rem;height:2.9375rem;top:30.125rem;left:5.437216758728rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZFrQE3iUkWXtFXWipPxIbAfF5liSL3Xp { display:block; }#ZFrQE3iUkWXtFXWipPxIbAfF5liSL3Xp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X4Se9R5EVbnLT9eESgcXBz8mAdyWi0cz { display:block; }#X4Se9R5EVbnLT9eESgcXBz8mAdyWi0cz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I9g9DwCm5n2dRUU7gNM97A8Pc4E7xrVi { width:31.9375rem;height:2.8125rem;top:1.8125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwB65ky6NGfWqddDibXBkZdOT92XCGOg { top:5.875rem;left:0rem;width:19.375rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFxUOdwoP2CCQy9pdVXZKwPmd3XUe7wb { top:9.9375rem;left:38.1875rem;width:9.5625rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZzaBReSIXO9JV1MGy8SIQnIzNTWWVRL { top:12.0625rem;left:33.6875rem;width:14.0625rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRil6ybNsbU1mQxngPd0UrA6sRvDMRUJ { top:8.8125rem;left:31.936569213868rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtOQ3UgADgycZJQl1By0cFJIaklcKqq5 { top:12.0625rem;left:1.7497673034668rem;width:15rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATQeAnACWwqy59uXLE912fco4MEhs7bc { top:9.9375rem;left:1.7497673034668rem;width:9.5625rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCbafhT6Und9vrIkWW7J4ZTHOBzod0JL { top:5.875rem;left:27.75rem;width:20rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJ6mXJ9VLVLTfnif4Efa8mSu0q2GZMQO { top:8.8125rem;left:0rem;width:6.8125rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJ3PoHeD7CLz8fLqLSiaAETgnaDlWy8p { display:block; }#HJ3PoHeD7CLz8fLqLSiaAETgnaDlWy8p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mkwnHzPRidS01TLkpBJRAlUxMxradhbR { top:2.625rem;left:35.124465942382rem;width:7.0625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6GvvZQPR97QPibpBVo5dsiSJPEaBho1 { top:1.875rem;left:19.3125rem;width:13.3125rem;height:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvEp6xe1oXKSTgG4Znaig4e5DlFMg1lL { top:0.625rem;left:3.0624980926514rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycd7cOU9QplDTVcpAwUGRDiR9w354h60 { top:2.5rem;left:3.1867885589599rem;width:1.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBGeysx5hAvZaRFArlFJSsQkwws2mBMH { top:4.6875rem;left:3.4992904663086rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyaCcGoz82DvaGhk2RJs85XIMxFk0hCx { top:2.5rem;left:17.937320709229rem;width:0.625rem;height:1.62464375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4ePoZdyHZccPOSDd7qr3e1QqtDMoPuO { width:6.8125rem;height:1.0625rem;top:0.9375rem;left:4.8744659423828rem;display:block; }
 }@media only screen and (max-width: 763px) { #W63BhbDcBzDXCElykpTcs5N8TtbMavSq { display:block; }
 }@media only screen and (max-width: 763px) { #w6NbIPnxcA0PCdAaQAqRLhflVH6RWkGX { width:11.6875rem;height:1.0625rem;top:2.8125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9c2SkCkrCsMJhELaHqtMtDhuFah2t5F { display:block; }
 }@media only screen and (max-width: 763px) { #eTeDcb93EWZNAqXDE2X6mLzOx2KIpnpc { top:1.875rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkhC8UB03yAsT0SCBC13ZxyyFPG4unaq { top:1.75rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5VVrdTO8otAT11bXxNrmJR992x7qk1x { top:1.75rem;left:43.3125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUnk0bqnWvGTZHkh4yhrw2Ov4Nkghf7b { top:2.25rem;left:0rem;width:7.25rem;height:2.8745978101561rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5Z2HaEsMwMUt9vmRTROwnTG9GGeWg2W { top:4.75rem;left:5.1248207092285rem;width:12.5rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QGVJ7a6KzMkPTSF9glEdLhFcey31XJ7U { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6c88ddb3-e863-4769-bb04-d663dbae0cb4/baner4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#QGVJ7a6KzMkPTSF9glEdLhFcey31XJ7U.adaptive-delivery-prevent-bg, #QGVJ7a6KzMkPTSF9glEdLhFcey31XJ7U.lazyload, #QGVJ7a6KzMkPTSF9glEdLhFcey31XJ7U.lazyloading { background-image: none; }#QGVJ7a6KzMkPTSF9glEdLhFcey31XJ7U > .row .container { background-color: transparent; background-image: none; }#QGVJ7a6KzMkPTSF9glEdLhFcey31XJ7U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,37,90,0.8); }#QGVJ7a6KzMkPTSF9glEdLhFcey31XJ7U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGVJ7a6KzMkPTSF9glEdLhFcey31XJ7U > .row .container > .video-iframe-container { display: none; }#QGVJ7a6KzMkPTSF9glEdLhFcey31XJ7U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,37,90,0.8); }#QGVJ7a6KzMkPTSF9glEdLhFcey31XJ7U > .row > .video-iframe-container { display: none; }#QGVJ7a6KzMkPTSF9glEdLhFcey31XJ7U > .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); }#QGVJ7a6KzMkPTSF9glEdLhFcey31XJ7U > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QK2CcFcynnoVx0TQmmEAPqetDmNlofxE { width:11.875rem;height:1.875rem;top:16.25rem;left:4.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJR14tOBbudszaqJwdxIcTTBhx5htvWr { display:block; }
 }@media only screen and (max-width: 763px) { #TKOpCyGTcpAX0WoTX6EuQTT0ap4MAtJV { height:11.2394375rem;width:19.9991875rem;top:20rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbizuCqEQqcdoy3efio35aktTtcFy9x2 { width:12.5rem;height:0;top:48.4670234375rem;left:3.75rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #WcgRu0VX1WcCSfktLfdOylAckSvRKK39 { width:19.12275rem;height:2.6806625rem;top:32.125rem;left:0.4375rem;text-align:center;text-align-last:center;color:#000000;font-size:0.6875rem;font-weight:400;font-style:normal;line-height:1.3;font-family:avalon;display:block; }
 }@media only screen and (max-width: 763px) { #r0q27wssxEt0ZA7TKUtOcFOmwZxPz0us { width:17.6243125rem;height:4.14306875rem;top:10.9375rem;left:1.1875rem;text-align:center;text-align-last:center;color:#000000;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;font-family:avalon;display:block; }
 }@media only screen and (max-width: 763px) { #mlVKLAwbzMQPkygLKbIq2cQaMyTX4Vxi { width:20rem;height:31.625rem;top:24rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nW1DXNHsTqv0IJONAaboPoSEFDt2BW2F { height:11.239875rem;width:19.998875rem;top:29.990996360779rem;left:0rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #gPlJa1obxCia9n11bzXTMeWKpvrfa8Vo { height:11.239875rem;width:19.998875rem;top:48.248475074768rem;left:0rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #fl64edKxZ1G36QCSbTbHt9tTK2DQno9g { width:19.123rem;height:0;top:41.855305671692rem;left:0.43795001506806rem;text-align:center;text-align-last:center;color:#000000;font-size:0.6875rem;font-weight:400;font-style:normal;line-height:1.3;font-family:avalon;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #ik5OR6IWhrCSUQHrVLhmIgVBRRGXl7EE { width:19.123rem;height:0;top:60.123757362366rem;left:0.43626236915588rem;text-align:center;text-align-last:center;color:#000000;font-size:0.6875rem;font-weight:400;font-style:normal;line-height:1.3;font-family:avalon;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #fkTn8fV2uHgZfbAbCzCsmVO6VBeq0dR9 { width:20rem;height:7.124025rem;top:1.8738605976105rem;left:0rem;font-size:1.1875rem;line-height:1;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #aZtpO0qXeTFmMi0glzml6mEv5t1oKqNV { display:block; }#aZtpO0qXeTFmMi0glzml6mEv5t1oKqNV > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DGMiM9n4vigqJly4mQu5E27rnJz5SyAG { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6c88ddb3-e863-4769-bb04-d663dbae0cb4/baner4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#DGMiM9n4vigqJly4mQu5E27rnJz5SyAG.adaptive-delivery-prevent-bg, #DGMiM9n4vigqJly4mQu5E27rnJz5SyAG.lazyload, #DGMiM9n4vigqJly4mQu5E27rnJz5SyAG.lazyloading { background-image: none; }#DGMiM9n4vigqJly4mQu5E27rnJz5SyAG > .row .container { background-color: transparent; background-image: none; }#DGMiM9n4vigqJly4mQu5E27rnJz5SyAG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,37,90,0.8); }#DGMiM9n4vigqJly4mQu5E27rnJz5SyAG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DGMiM9n4vigqJly4mQu5E27rnJz5SyAG > .row .container > .video-iframe-container { display: none; }#DGMiM9n4vigqJly4mQu5E27rnJz5SyAG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,37,90,0.8); }#DGMiM9n4vigqJly4mQu5E27rnJz5SyAG > .row > .video-iframe-container { display: none; }#DGMiM9n4vigqJly4mQu5E27rnJz5SyAG > .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); }#DGMiM9n4vigqJly4mQu5E27rnJz5SyAG > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tB51IJSUlFcvWm08xKaZ76iNpfTBaVtK { width:11.875rem;height:1.875rem;top:6.8719081878663rem;left:4.0624998807907rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Amk7EuLef9AfTswbTiLU4DP14KELOAnf { display:block; }
 }@media only screen and (max-width: 763px) { #HFoBLptWseZfTK2W4Wmxmo9iauiwbfOr { height:11.2394375rem;width:19.9991875rem;top:10.624186992645rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VueqlCy8WqhnoQQMJ2FwTHP4hzhI50cz { width:12.5rem;height:0;top:48.4670234375rem;left:3.75rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #riSnhghcFAGGd3xdRK20Jdad7fLIeRxs { width:19.12275rem;height:2.6806625rem;top:22.801105499267rem;left:0.43782556056976rem;text-align:center;text-align-last:center;color:#000000;font-size:0.6875rem;font-weight:400;font-style:normal;line-height:1.3;font-family:avalon;display:block; }
 }@media only screen and (max-width: 763px) { #lkbEHleXmuAufdqfqr4DIIEJ7EwbWIWo { width:17.6243125rem;height:4.14306875rem;top:1.5607097148895rem;left:1.1857095956802rem;text-align:center;text-align-last:center;color:#000000;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;font-family:avalon;display:block; }
 }@media only screen and (max-width: 763px) { #Aue4nqopLxvoCuJPpTJNUwI1SKRMFpFI { width:20rem;height:31.625rem;top:12.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #X53nHeMCKQhmlSTKxbfHHtygQi5Xvaan { height:11.239875rem;width:19.998875rem;top:29.990996360779rem;left:0rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #S2EcCh5MfHiPMAHmPtLLVZdSOAH9sVSR { height:11.239875rem;width:19.998875rem;top:48.248475074768rem;left:0rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #JJFkd09wbT97PCLc4cFZJUClce2805JV { width:19.123rem;height:0;top:41.855305671692rem;left:0.43795001506806rem;text-align:center;text-align-last:center;color:#000000;font-size:0.6875rem;font-weight:400;font-style:normal;line-height:1.3;font-family:avalon;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #wC0NNDtAQF5g1zdgpLgcMehWD5s5bBcl { width:19.123rem;height:0;top:60.123757362366rem;left:0.43626236915588rem;text-align:center;text-align-last:center;color:#000000;font-size:0.6875rem;font-weight:400;font-style:normal;line-height:1.3;font-family:avalon;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #khx1HSFdTZM1ZFmttR0dhu1yxPDhGANI { display:block; }#khx1HSFdTZM1ZFmttR0dhu1yxPDhGANI > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z9ZWOyINZDtcVebdPk3Sv3tgxGT9VDNH { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6c88ddb3-e863-4769-bb04-d663dbae0cb4/baner4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Z9ZWOyINZDtcVebdPk3Sv3tgxGT9VDNH.adaptive-delivery-prevent-bg, #Z9ZWOyINZDtcVebdPk3Sv3tgxGT9VDNH.lazyload, #Z9ZWOyINZDtcVebdPk3Sv3tgxGT9VDNH.lazyloading { background-image: none; }#Z9ZWOyINZDtcVebdPk3Sv3tgxGT9VDNH > .row .container { background-color: transparent; background-image: none; }#Z9ZWOyINZDtcVebdPk3Sv3tgxGT9VDNH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,37,90,0.8); }#Z9ZWOyINZDtcVebdPk3Sv3tgxGT9VDNH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9ZWOyINZDtcVebdPk3Sv3tgxGT9VDNH > .row .container > .video-iframe-container { display: none; }#Z9ZWOyINZDtcVebdPk3Sv3tgxGT9VDNH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,37,90,0.8); }#Z9ZWOyINZDtcVebdPk3Sv3tgxGT9VDNH > .row > .video-iframe-container { display: none; }#Z9ZWOyINZDtcVebdPk3Sv3tgxGT9VDNH > .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); }#Z9ZWOyINZDtcVebdPk3Sv3tgxGT9VDNH > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A8NnT68LnLhq72XIoc4AZzHA0qy9wqWi { width:11.875rem;height:1.875rem;top:6.8719081878663rem;left:4.0624998807907rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBcTfTvewAV4ygeNlCgq7bu9fBLb0941 { display:block; }
 }@media only screen and (max-width: 763px) { #Eosm3us1EludwqPvlPO4lJg3UbQNRBb7 { height:11.2394375rem;width:19.9991875rem;top:10.624186992645rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTe22rUvvWAp57HqgdFbAc2BfSdiKbMR { width:12.5rem;height:0;top:48.4670234375rem;left:3.75rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #KCVCgG2viQnbhIRTibFrXM7wsTPNx6xh { width:19.12275rem;height:2.6806625rem;top:22.801105499267rem;left:0.43782556056976rem;text-align:center;text-align-last:center;color:#000000;font-size:0.6875rem;font-weight:400;font-style:normal;line-height:1.3;font-family:avalon;display:block; }
 }@media only screen and (max-width: 763px) { #Lnu4aPUI9SQOm1OqSSMdJPSogLvK6rSJ { width:17.6243125rem;height:4.14306875rem;top:1.5607097148895rem;left:1.1857095956802rem;text-align:center;text-align-last:center;color:#000000;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;font-family:avalon;display:block; }
 }@media only screen and (max-width: 763px) { #I1vhCmbPqHRywgV1kC6auc9JKX8sTfvT { width:20rem;height:31.625rem;top:12.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gv3Ng5ru1Fycw4k98JuOhKSiqd3HyWn9 { height:11.239875rem;width:19.998875rem;top:29.990996360779rem;left:0rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #eI2PyTLTgK9FcaI0MTo0T2ISU15lBnu9 { height:11.239875rem;width:19.998875rem;top:48.248475074768rem;left:0rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #fJBm5sFZo5ZNzdquNPKTLLFxDrsGGp2E { width:19.123rem;height:0;top:41.855305671692rem;left:0.43795001506806rem;text-align:center;text-align-last:center;color:#000000;font-size:0.6875rem;font-weight:400;font-style:normal;line-height:1.3;font-family:avalon;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #Gwvu2V89McO9FLJ8QJ5PolPr14ALTyo4 { width:19.123rem;height:0;top:60.123757362366rem;left:0.43626236915588rem;text-align:center;text-align-last:center;color:#000000;font-size:0.6875rem;font-weight:400;font-style:normal;line-height:1.3;font-family:avalon;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #F6CzPfRVkCS0DaiCpmuwZTAucE21wxW8 { display:block; }#F6CzPfRVkCS0DaiCpmuwZTAucE21wxW8 > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BR2hoUE4XFyOKzP4XssPi9w2ythv0sqQ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6c88ddb3-e863-4769-bb04-d663dbae0cb4/baner4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#BR2hoUE4XFyOKzP4XssPi9w2ythv0sqQ.adaptive-delivery-prevent-bg, #BR2hoUE4XFyOKzP4XssPi9w2ythv0sqQ.lazyload, #BR2hoUE4XFyOKzP4XssPi9w2ythv0sqQ.lazyloading { background-image: none; }#BR2hoUE4XFyOKzP4XssPi9w2ythv0sqQ > .row .container { background-color: transparent; background-image: none; }#BR2hoUE4XFyOKzP4XssPi9w2ythv0sqQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,37,90,0.8); }#BR2hoUE4XFyOKzP4XssPi9w2ythv0sqQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BR2hoUE4XFyOKzP4XssPi9w2ythv0sqQ > .row .container > .video-iframe-container { display: none; }#BR2hoUE4XFyOKzP4XssPi9w2ythv0sqQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,37,90,0.8); }#BR2hoUE4XFyOKzP4XssPi9w2ythv0sqQ > .row > .video-iframe-container { display: none; }#BR2hoUE4XFyOKzP4XssPi9w2ythv0sqQ > .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); }#BR2hoUE4XFyOKzP4XssPi9w2ythv0sqQ > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #riHEZFlbd9CBlI9ssumDaAytToT9xHqW { width:11.875rem;height:1.875rem;top:6.8719081878663rem;left:4.0624998807907rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtQd528fa7cKA7pNwCIAFr40MRT3gxe5 { display:block; }
 }@media only screen and (max-width: 763px) { #Se5Rw5ez877nqQFBrANql0N1v98Csd22 { height:11.2394375rem;width:19.9991875rem;top:10.624186992645rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUm8RG2ntGx7Zk2oRaZtZZviMF3ZdtCU { width:12.5rem;height:0;top:48.4670234375rem;left:3.75rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #o60phWfm60hNJ4rw75eQrdKkD9F0sPSa { width:19.12275rem;height:2.6806625rem;top:22.801105499267rem;left:0.43782556056976rem;text-align:center;text-align-last:center;color:#000000;font-size:0.6875rem;font-weight:400;font-style:normal;line-height:1.3;font-family:avalon;display:block; }
 }@media only screen and (max-width: 763px) { #DzlTuTL4bDbH8rwlcTfzmpkU0M7vLuIT { width:17.6243125rem;height:4.14306875rem;top:1.5607097148895rem;left:1.1857095956802rem;text-align:center;text-align-last:center;color:#000000;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;font-family:avalon;display:block; }
 }@media only screen and (max-width: 763px) { #HLwUEBE8t4nQMTxEQTC9vI1SluGQBq55 { width:20rem;height:31.625rem;top:12.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #u6ZedNAcCv0Zmpp0W99ndJHxhUOZ0PMZ { height:11.239875rem;width:19.998875rem;top:29.990996360779rem;left:0rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #gtimiK9HPikV1IGDIarwNf00kCRnPmhZ { height:11.239875rem;width:19.998875rem;top:48.248475074768rem;left:0rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #lAaWrTxM2tak9Wqw2b0UReKekedOOfFM { width:19.123rem;height:0;top:41.855305671692rem;left:0.43795001506806rem;text-align:center;text-align-last:center;color:#000000;font-size:0.6875rem;font-weight:400;font-style:normal;line-height:1.3;font-family:avalon;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #yrRTU9FPfPLT7Z32ITKWx34G3PqRI1zt { width:19.123rem;height:0;top:60.123757362366rem;left:0.43626236915588rem;text-align:center;text-align-last:center;color:#000000;font-size:0.6875rem;font-weight:400;font-style:normal;line-height:1.3;font-family:avalon;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #ZFrQE3iUkWXtFXWipPxIbAfF5liSL3Xp { display:none; }#ZFrQE3iUkWXtFXWipPxIbAfF5liSL3Xp > .row .container { width:20rem;height:0.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #X4Se9R5EVbnLT9eESgcXBz8mAdyWi0cz { display:block; }#X4Se9R5EVbnLT9eESgcXBz8mAdyWi0cz > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I9g9DwCm5n2dRUU7gNM97A8Pc4E7xrVi { width:20rem;height:1.94925625rem;top:1.2330627441406rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwB65ky6NGfWqddDibXBkZdOT92XCGOg { width:20rem;height:1.79931875rem;top:4.6850280761719rem;left:0rem;font-size:1.125rem;font-family:roboto;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fFxUOdwoP2CCQy9pdVXZKwPmd3XUe7wb { width:9.6875rem;height:1.4998375rem;top:17.6875rem;left:7.1875rem;font-size:0.9375rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #fZzaBReSIXO9JV1MGy8SIQnIzNTWWVRL { width:12.1875rem;height:2.799475rem;top:19.6875rem;left:7.1875rem;font-size:0.875rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #XRil6ybNsbU1mQxngPd0UrA6sRvDMRUJ { width:5.3125rem;height:5.3125rem;top:17.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtOQ3UgADgycZJQl1By0cFJIaklcKqq5 { width:13.125rem;height:2.799475rem;top:9.6875rem;left:6.75rem;font-size:0.875rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #ATQeAnACWwqy59uXLE912fco4MEhs7bc { width:9.375rem;height:1.4998375rem;top:7.625rem;left:6.75rem;font-size:0.9375rem;font-family:roboto;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GCbafhT6Und9vrIkWW7J4ZTHOBzod0JL { width:19.999625rem;height:1.79931875rem;top:14.682625463867rem;left:0rem;font-size:1.125rem;font-family:roboto;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IJ6mXJ9VLVLTfnif4Efa8mSu0q2GZMQO { width:5.125rem;height:5.125rem;top:7.3015160560606rem;left:0.62306618690491rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJ3PoHeD7CLz8fLqLSiaAETgnaDlWy8p { display:block; }#HJ3PoHeD7CLz8fLqLSiaAETgnaDlWy8p > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mkwnHzPRidS01TLkpBJRAlUxMxradhbR { width:7.0625rem;height:auto;top:2.625rem;left:6.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #A6GvvZQPR97QPibpBVo5dsiSJPEaBho1 { width:12.1875rem;height:2.44955rem;top:11rem;left:4.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #pvEp6xe1oXKSTgG4Znaig4e5DlFMg1lL { width:1.5625rem;height:1.5625rem;top:4.625rem;left:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycd7cOU9QplDTVcpAwUGRDiR9w354h60 { width:1.5rem;height:1.5rem;top:6.6875rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBGeysx5hAvZaRFArlFJSsQkwws2mBMH { width:1rem;height:1rem;top:9.125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyaCcGoz82DvaGhk2RJs85XIMxFk0hCx { width:0.625rem;height:1.1875rem;top:11.5rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4ePoZdyHZccPOSDd7qr3e1QqtDMoPuO { width:6.8125rem;height:1.0625rem;top:4.75rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W63BhbDcBzDXCElykpTcs5N8TtbMavSq { display:block; }
 }@media only screen and (max-width: 763px) { #w6NbIPnxcA0PCdAaQAqRLhflVH6RWkGX { width:11.6875rem;height:2.1875rem;top:6.375rem;left:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9c2SkCkrCsMJhELaHqtMtDhuFah2t5F { display:block; }
 }@media only screen and (max-width: 763px) { #eTeDcb93EWZNAqXDE2X6mLzOx2KIpnpc { width:3.125rem;height:3.125rem;top:14rem;left:11.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkhC8UB03yAsT0SCBC13ZxyyFPG4unaq { width:3.125rem;height:3.125rem;top:14rem;left:8.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5VVrdTO8otAT11bXxNrmJR992x7qk1x { width:3.125rem;height:3.125rem;top:14rem;left:5.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUnk0bqnWvGTZHkh4yhrw2Ov4Nkghf7b { width:7.25rem;height:2.875rem;top:0.99946594238281rem;left:6.3742895722387rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #l5Z2HaEsMwMUt9vmRTROwnTG9GGeWg2W { width:12.5rem;height:1.1374875rem;top:9rem;left:4.6875rem;font-size:0.875rem;display:block; }
 }