.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:213,236,254;--color-primary-1:129,199,253;--color-primary-2:45,162,252;--color-primary-3:53,171,199;--color-primary-4:10,39,100;--color-secondary-0:234,244,220;--color-secondary-1:186,219,139;--color-secondary-2:116,182,22;--color-secondary-3:58,91,11;--color-secondary-4:17,27,3;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Indivisible";--paragraphs-font-family:"Lato"; }@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(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/edbcf217-1c2f-4ca5-8357-0c8a02b0e77f/BG.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.adaptive-delivery-prevent-bg, #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.lazyload, #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.lazyloading { background-image: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { background-color: transparent; background-image: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,80,147,0.54); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,80,147,0.54); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .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); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { border-width: 0; border-radius: 0; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1::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; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { font-size:0.875rem;font-family:arial;height:43.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#DrgO7CXR8e794IewOwC2XCL1PQBa3mgr { color:rgba(var(--color-tertiary-0),1);display:block;width:52.875rem;position:absolute;font-family:indivisible;font-size:3.5rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:15.3125rem;left:11.0625rem;height:7.000875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RoV8a6KiPhKFdPCQrLNHBGnzw0ic3Snt { color:rgba(var(--color-tertiary-0),1);display:block;width:44.75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(var(--color-tertiary-4),0.13);top:23.0771484375rem;left:15.125rem;height:5.361325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ILdSeUXCU3ZXzVp6k0yJF7TgeU4fMsMm { background-color:rgba(var(--color-secondary-2),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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:30.75rem;left:17.75rem;display:block; }
#bADRAocqDSg7khnxzisIFpOw4IVmorgZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CacRtT7Ll2qeCuJlEid0Br9poUh5Qc6x { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.9375rem;top:2.9375rem;left:32.53125rem;overflow:hidden;display:block; }
#vtk55ekTg6xfvaIZVgPPASgcMa7288dH { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:30.75rem;left:38.75rem;display:block; }
#R8GpgXHx0VDIIVB1UHlE182kNnicnCCA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nITULglF8AtrqMwLc2G1MgcQnE9Cl0e6 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(var(--color-tertiary-4),0.13);top:37.875rem;left:13.625rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c2qXfadZHzQk8M0SOurXEcNIXGTHFWlb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:37.8125rem;left:11.5625rem; }
#fCgKTzr9Z2in41PTDEs48420J34Os5yb { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(var(--color-tertiary-4),0.13);top:37.875rem;left:29.6875rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fwwgncvfFsNJK4kBlEgUEAmTQU7QDD8W { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:37.8125rem;left:27.625rem; }
#IhxDDfolSrSdGXyveePbK5fRKVUT6Mic { color:rgba(var(--color-tertiary-0),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(var(--color-tertiary-4),0.13);top:37.875rem;left:46.375rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tk4RseTb20f6wDLTpsdf62yiPiUGECTu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:37.8125rem;left:44.3125rem; }
#vHK1LtZT6DI0hQAF8mcsgsheQfNupMtp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#vHK1LtZT6DI0hQAF8mcsgsheQfNupMtp > .row .container { background-color: transparent; background-image: none; }#vHK1LtZT6DI0hQAF8mcsgsheQfNupMtp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHK1LtZT6DI0hQAF8mcsgsheQfNupMtp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHK1LtZT6DI0hQAF8mcsgsheQfNupMtp > .row .container > .video-iframe-container { display: none; }#vHK1LtZT6DI0hQAF8mcsgsheQfNupMtp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHK1LtZT6DI0hQAF8mcsgsheQfNupMtp > .row > .video-iframe-container { display: none; }#vHK1LtZT6DI0hQAF8mcsgsheQfNupMtp > .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); }#vHK1LtZT6DI0hQAF8mcsgsheQfNupMtp > .row .container { border-width: 0; border-radius: 0; }#vHK1LtZT6DI0hQAF8mcsgsheQfNupMtp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vHK1LtZT6DI0hQAF8mcsgsheQfNupMtp > .row .container { font-size:0.875rem;font-family:arial;height:17.375rem;width:75rem;position:relative;display:block; }#aEaRWDZryO9c5Aka1vuXTVvxNV7Zug1z { color:#35abc7;display:block;width:26.3125rem;position:absolute;font-family:indivisible;font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:3.0625rem;left:24.34375rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;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; }
#MtTvp91HmCCVltd2396iLu6yosVnmfxw { color:#005093;display:block;width:29.6875rem;position:absolute;font-family:indivisible;font-size:2.5rem;font-weight:700;z-index:15024;line-height:1.1;letter-spacing:0;top:4.8125rem;left:22.65625rem;height:5.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kf97NMGeUhmSRBb3q5fwRnnP3uW8ewEw { color:#373737;display:block;width:39.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(var(--color-tertiary-4),0.13);top:10.9375rem;left:17.78125rem;height:4.87305rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H2U8nNDJUVhL5X0bUZcgtvwFpAN7xVVD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#H2U8nNDJUVhL5X0bUZcgtvwFpAN7xVVD > .row .container { background-color: transparent; background-image: none; }#H2U8nNDJUVhL5X0bUZcgtvwFpAN7xVVD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2U8nNDJUVhL5X0bUZcgtvwFpAN7xVVD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2U8nNDJUVhL5X0bUZcgtvwFpAN7xVVD > .row .container > .video-iframe-container { display: none; }#H2U8nNDJUVhL5X0bUZcgtvwFpAN7xVVD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2U8nNDJUVhL5X0bUZcgtvwFpAN7xVVD > .row > .video-iframe-container { display: none; }#H2U8nNDJUVhL5X0bUZcgtvwFpAN7xVVD > .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); }#H2U8nNDJUVhL5X0bUZcgtvwFpAN7xVVD > .row .container { border-width: 0; border-radius: 0; }#H2U8nNDJUVhL5X0bUZcgtvwFpAN7xVVD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H2U8nNDJUVhL5X0bUZcgtvwFpAN7xVVD > .row .container { font-size:0.875rem;font-family:arial;height:20.6875rem;width:75rem;position:relative;display:block; }#Iyi4nsIcm8CxQwJxlOf2xcTe0JqMEKS2 { color:#005093;display:block;width:10.0625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15039;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(var(--color-tertiary-4),0.13);top:4.8125rem;left:2.8125rem;height:3.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r3Gi65cFxz3QzNkySMN1F1z6Xd3wCudp { color:#373737;display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15039;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(var(--color-tertiary-4),0.13);top:8.875rem;left:2.8125rem;height:6.749125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E1HZgIutT88qODNf4IumiOf22n16xSoE { position:absolute;display:block;z-index:15041;border-bottom:0;border-left:0;border-right:0;border-top: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.75rem;width:2.75rem;top:2.0625rem;left:2.8125rem;overflow:hidden;display:block; }
#QGmikK8TaEpJJHuridE2rfTOLyoJNzZW { color:#005093;display:block;width:12.3125rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15042;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(var(--color-tertiary-4),0.13);top:4.8125rem;left:21.3125rem;height:3.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E2glIXVrx96JnTxAKsyvthdEesE2Wiiq { color:#373737;display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15042;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(var(--color-tertiary-4),0.13);top:8.875rem;left:21.3125rem;height:6.749125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KKzx8szIcC4VamMNBxrhdmBu2wllPxVv { position:absolute;display:block;z-index:15044;border-bottom:0;border-left:0;border-right:0;border-top: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.75rem;width:2.75rem;top:2.0625rem;left:21.3125rem;overflow:hidden;display:block; }
#WE1itAtTNgbcfRyeJL0gP5pUTDtAqrrD { color:#005093;display:block;width:11.25rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15045;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(var(--color-tertiary-4),0.13);top:4.8125rem;left:40.3125rem;height:3.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qNJo0TDtItDsTgiQnLIKc8S6NUIqI13l { color:#373737;display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15045;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(var(--color-tertiary-4),0.13);top:8.875rem;left:40.3125rem;height:6.749125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wRLvntQAoOih8bHQl4E53EDgSNJXoEbX { position:absolute;display:block;z-index:15047;border-bottom:0;border-left:0;border-right:0;border-top: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.75rem;width:2.75rem;top:2.0625rem;left:40.3125rem;overflow:hidden;display:block; }
#g8X97x7lyKi1scpV3Wh9SH0OTCPfg9pF { color:#005093;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15048;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(var(--color-tertiary-4),0.13);top:4.8125rem;left:59.375rem;height:3.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QS0xK120eB6XGoiHTPdXueDLKTKzlZem { color:#373737;display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15048;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(var(--color-tertiary-4),0.13);top:8.875rem;left:59.375rem;height:6.749125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ImA6GQlAJtUTwHvd9EHuaKp5TVTbFFNu { position:absolute;display:block;z-index:15050;border-bottom:0;border-left:0;border-right:0;border-top: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.75rem;width:2.75rem;top:2.0625rem;left:59.375rem;overflow:hidden;display:block; }
#VbnN9Ii9w8NUfpPBX9STZyNH3q9cBMiV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #005093, #004680);background-image: -moz-linear-gradient(180deg, #005093, #004680);background-image: -ms-linear-gradient(180deg, #005093, #004680);background-image: -o-linear-gradient(180deg, #005093, #004680);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#005093', endColorstr='#004680' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#005093', endColorstr='#004680' );";background-image: linear-gradient(180deg, #005093, #004680);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbnN9Ii9w8NUfpPBX9STZyNH3q9cBMiV > .row .container { background-color: transparent; background-image: none; }#VbnN9Ii9w8NUfpPBX9STZyNH3q9cBMiV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbnN9Ii9w8NUfpPBX9STZyNH3q9cBMiV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbnN9Ii9w8NUfpPBX9STZyNH3q9cBMiV > .row .container > .video-iframe-container { display: none; }#VbnN9Ii9w8NUfpPBX9STZyNH3q9cBMiV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbnN9Ii9w8NUfpPBX9STZyNH3q9cBMiV > .row > .video-iframe-container { display: none; }#VbnN9Ii9w8NUfpPBX9STZyNH3q9cBMiV > .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); }#VbnN9Ii9w8NUfpPBX9STZyNH3q9cBMiV > .row .container { border-width: 0; border-radius: 0; }#VbnN9Ii9w8NUfpPBX9STZyNH3q9cBMiV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbnN9Ii9w8NUfpPBX9STZyNH3q9cBMiV > .row .container { font-size:0.875rem;font-family:arial;height:43rem;width:75rem;position:relative;display:block; }#l9ro1acniBzpke9TZgeiKcnTwXZcDnQh { color:#62e8ff;display:block;width:26.3125rem;position:absolute;font-family:indivisible;font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;top:4.1875rem;left:24.375rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;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; }
#CHlDIzlmT10pWCw8oTUl8zHI4UBIwn4T { color:#ffffff;display:block;width:35rem;position:absolute;font-family:indivisible;font-size:2.5rem;font-weight:700;z-index:15026;line-height:1.1;letter-spacing:0;top:6.3125rem;left:20rem;height:8.2487rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PEnoxsF1sBnb05U7UbpDta5iU3T7FXoR { color:#ffffff;display:block;width:47.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(var(--color-tertiary-4),0.13);top:16.4375rem;left:13.875rem;height:12.9948rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Qu9eia6T6HZBTGQPTIZQkeha9gduRmu9 { background-color:#ff7901;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.6875rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:35.0625rem;left:21.1875rem;display:block; }
#ZAQimvhzJ1sDl7GBi09XQQzuTuUx5qSF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tv7pfAcwsqRNN4V4KDDEIkDAQn7W43Pb { color:#ffffff;display:block;width:35rem;position:absolute;font-family:indivisible;font-size:2.5rem;font-weight:700;z-index:15026;line-height:1.1;letter-spacing:0;top:6.3125rem;left:20rem;height:8.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#H6XddffoTCPEWcw29UDXFANc0vZpoD2o { color:#ffffff;display:block;width:35rem;position:absolute;font-family:indivisible;font-size:2.5rem;font-weight:700;z-index:15026;line-height:1.1;letter-spacing:0;top:6.3125rem;left:20rem;height:8.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#zG7wKTtpzdaqHyB7VhMrKlT4dkpKKpoK { background-color:#ff7901;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.6875rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:35.0625rem;left:21.1875rem;display:none; }
#Qlibz61owTSW2E8i5kPQKS7dIpMeG9hC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D7vEcdt469sF8E5ZP0spcQJyUlyomzds { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#D7vEcdt469sF8E5ZP0spcQJyUlyomzds > .row .container { background-color: transparent; background-image: none; }#D7vEcdt469sF8E5ZP0spcQJyUlyomzds::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D7vEcdt469sF8E5ZP0spcQJyUlyomzds > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D7vEcdt469sF8E5ZP0spcQJyUlyomzds > .row .container > .video-iframe-container { display: none; }#D7vEcdt469sF8E5ZP0spcQJyUlyomzds > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D7vEcdt469sF8E5ZP0spcQJyUlyomzds > .row > .video-iframe-container { display: none; }#D7vEcdt469sF8E5ZP0spcQJyUlyomzds > .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); }#D7vEcdt469sF8E5ZP0spcQJyUlyomzds > .row .container { border-width: 0; border-radius: 0; }#D7vEcdt469sF8E5ZP0spcQJyUlyomzds > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D7vEcdt469sF8E5ZP0spcQJyUlyomzds > .row .container { font-size:0.875rem;font-family:arial;height:10.3125rem;width:75rem;position:relative;display:block; }#W2B68VnO5oeEtN2KPbITfpUoiglT34h6 { color:#35abc7;display:block;width:26.3125rem;position:absolute;font-family:indivisible;font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:3.0625rem;left:24.34375rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;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; }
#w6EABk1zrceZlS9TuxcOgqhLTVnbDIC3 { color:#005093;display:block;width:40.375rem;position:absolute;font-family:indivisible;font-size:2.5rem;font-weight:700;z-index:15024;line-height:1.1;letter-spacing:0;top:5.125rem;left:17.3125rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iFrOBZah3A2ka2852PKcfLpXMcIwrrM2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#iFrOBZah3A2ka2852PKcfLpXMcIwrrM2 > .row .container { background-color: transparent; background-image: none; }#iFrOBZah3A2ka2852PKcfLpXMcIwrrM2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iFrOBZah3A2ka2852PKcfLpXMcIwrrM2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iFrOBZah3A2ka2852PKcfLpXMcIwrrM2 > .row .container > .video-iframe-container { display: none; }#iFrOBZah3A2ka2852PKcfLpXMcIwrrM2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iFrOBZah3A2ka2852PKcfLpXMcIwrrM2 > .row > .video-iframe-container { display: none; }#iFrOBZah3A2ka2852PKcfLpXMcIwrrM2 > .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); }#iFrOBZah3A2ka2852PKcfLpXMcIwrrM2 > .row .container { border-width: 0; border-radius: 0; }#iFrOBZah3A2ka2852PKcfLpXMcIwrrM2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iFrOBZah3A2ka2852PKcfLpXMcIwrrM2 > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#MWao0AVuQgHzpboUaEsm9kWhcsk5CDss { color:#373737;display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15041;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(var(--color-tertiary-4),0.13);top:26.875rem;left:10.0625rem;height:5.39930625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Elm5IB2wBvJgQ1Gc3IiWZXODictWZxkx { color:#005093;display:block;width:11.6875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15041;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(var(--color-tertiary-4),0.13);top:22.875rem;left:13.375rem;height:3.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qKWQLAoGqTTiGGM8csCgnym4OlJZVi3f { color:#ffffff;display:block;width:1.9375rem;position:absolute;font-family:indivisible;font-size:2.1875rem;font-weight:700;z-index:15027;line-height:1.1;letter-spacing:0;top:23.4375rem;left:10.4375rem;height:2.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OeLEZQ64eJzrvN4OEolVmTzQrRNktfis { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15026;background-color:#ff7901;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.125rem;left:10.0625rem;display:block; }
#q3wzEsVDcXZNXz2VTTF1CMmuI28F5oid { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.875rem;width:14.1875rem;top:1.75rem;left:10.5rem;overflow:hidden;display:block; }
#ZX6AUXOvQamxJ6JUmsDCm7HJm90MaiGO { box-sizing:content-box;height:19.875rem;width:14.1875rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #35abc7;border-left:0.125rem solid #35abc7;border-right:0.125rem solid #35abc7;border-bottom:0.125rem solid #35abc7;top:1.625rem;left:10.375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#cTQy8AGJXPs00vzO4bhR9lxHnT0IAMxT { color:#373737;display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(var(--color-tertiary-4),0.13);top:26.875rem;left:30.375rem;height:5.39930625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MvcGnpHJd5y5Emvl3rlsFv1Vb7MiR9er { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15028;background-color:#ff7901;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.25rem;left:30.375rem;display:block; }
#pyHbhqFT28PTxEKsbJVby0u3n7zWDQU2 { color:#ffffff;display:block;width:1.9375rem;position:absolute;font-family:indivisible;font-size:2.1875rem;font-weight:700;z-index:15029;line-height:1.1;letter-spacing:0;top:23.5rem;left:30.8125rem;height:2.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CTdqwIwEiTWK3hmLNbzuZtBluOHOmMKr { color:#005093;display:block;width:10.4375rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15043;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(var(--color-tertiary-4),0.13);top:22.9375rem;left:33.875rem;height:3.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GFbFWfQ5QO6txbITS7F566TH1OvvKsyv { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.875rem;width:14.1875rem;top:1.875rem;left:30.375rem;overflow:hidden;display:block; }
#oPqR8e4LQXE3aeXWAiOe8aHvU4ThRznC { box-sizing:content-box;height:19.875rem;width:14.1875rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #35abc7;border-left:0.125rem solid #35abc7;border-right:0.125rem solid #35abc7;border-bottom:0.125rem solid #35abc7;top:1.625rem;left:30.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#BNP8ufrhRZhm1QTnea6byOfVT47e07l4 { color:#373737;display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15045;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(var(--color-tertiary-4),0.13);top:27rem;left:49.875rem;height:5.39930625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T82FCan6ALttyAbScOeBCH89zTT0DcJI { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15030;background-color:#ff7901;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.3125rem;left:49.875rem;display:block; }
#ORumAiBloA0y8cbSfIUrUSun9X7ixfIO { color:#ffffff;display:block;width:1.9375rem;position:absolute;font-family:indivisible;font-size:2.1875rem;font-weight:700;z-index:15031;line-height:1.1;letter-spacing:0;top:23.5625rem;left:50.3125rem;height:2.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#um5xHDvkDNMwBqh1CKKsLvENrddNCq1u { color:#005093;display:block;width:11.8125rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15045;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(var(--color-tertiary-4),0.13);top:23.0625rem;left:53.1875rem;height:3.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZpDJPzTsIo54fPdBwzaduFxXlE64zgyR { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.875rem;width:14.1875rem;top:1.875rem;left:50.375rem;overflow:hidden;display:block; }
#l3xSmniwuCBsTSBfenvPs4kzDPMI26r7 { box-sizing:content-box;height:19.875rem;width:14.1875rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #35abc7;border-left:0.125rem solid #35abc7;border-right:0.125rem solid #35abc7;border-bottom:0.125rem solid #35abc7;top:1.75rem;left:50.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#grfoyCWZOmoNCNNGEvVsGAwbi6bQbmT4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5e7e8;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; }#grfoyCWZOmoNCNNGEvVsGAwbi6bQbmT4 > .row .container { background-color: transparent; background-image: none; }#grfoyCWZOmoNCNNGEvVsGAwbi6bQbmT4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grfoyCWZOmoNCNNGEvVsGAwbi6bQbmT4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grfoyCWZOmoNCNNGEvVsGAwbi6bQbmT4 > .row .container > .video-iframe-container { display: none; }#grfoyCWZOmoNCNNGEvVsGAwbi6bQbmT4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grfoyCWZOmoNCNNGEvVsGAwbi6bQbmT4 > .row > .video-iframe-container { display: none; }#grfoyCWZOmoNCNNGEvVsGAwbi6bQbmT4 > .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); }#grfoyCWZOmoNCNNGEvVsGAwbi6bQbmT4 > .row .container { border-width: 0; border-radius: 0; }#grfoyCWZOmoNCNNGEvVsGAwbi6bQbmT4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#grfoyCWZOmoNCNNGEvVsGAwbi6bQbmT4 > .row .container { font-size:0.875rem;font-family:arial;height:10.875rem;width:75rem;position:relative;display:block; }#bS3hp8JfE0UOwc7RqgKL7tWebx9ZQ0i2 { color:#35abc7;display:block;width:26.3125rem;position:absolute;font-family:indivisible;font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:3.0625rem;left:24.34375rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;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; }
#sZyl3cSseeT1ib95ywes67vULpq33LIE { color:#005093;display:block;width:40.375rem;position:absolute;font-family:indivisible;font-size:2.5rem;font-weight:700;z-index:15024;line-height:1.1;letter-spacing:0;top:5.125rem;left:17.3125rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mcW1oU5QiLsTwfcdUcMR3qNhSRtFp14w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5e7e8;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; }#mcW1oU5QiLsTwfcdUcMR3qNhSRtFp14w > .row .container { background-color: transparent; background-image: none; }#mcW1oU5QiLsTwfcdUcMR3qNhSRtFp14w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcW1oU5QiLsTwfcdUcMR3qNhSRtFp14w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcW1oU5QiLsTwfcdUcMR3qNhSRtFp14w > .row .container > .video-iframe-container { display: none; }#mcW1oU5QiLsTwfcdUcMR3qNhSRtFp14w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcW1oU5QiLsTwfcdUcMR3qNhSRtFp14w > .row > .video-iframe-container { display: none; }#mcW1oU5QiLsTwfcdUcMR3qNhSRtFp14w > .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); }#mcW1oU5QiLsTwfcdUcMR3qNhSRtFp14w > .row .container { border-width: 0; border-radius: 0; }#mcW1oU5QiLsTwfcdUcMR3qNhSRtFp14w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mcW1oU5QiLsTwfcdUcMR3qNhSRtFp14w > .row .container { font-size:0.875rem;font-family:arial;height:24.25rem;width:75rem;position:relative;display:block; }#PvMRze8yuAKUnb3cwq29gvlzbiw6fgHL { color:#005093;display:block;width:5.125rem;position:absolute;font-family:indivisible;font-size:2.5rem;font-weight:700;z-index:15025;line-height:1.1;letter-spacing:0;top:3.4375rem;left:2.8125rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ucpPNrHGV0Zs1wbTIiInhWbookGZyySq { color:#35abc7;display:block;width:7rem;position:absolute;font-family:indivisible;font-size:1.375rem;font-weight:700;z-index:15026;line-height:1.1;letter-spacing:0;top:6.1875rem;left:2.8125rem;height:3.0234375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cXOsNeelga8bJhgrq4QfdprNx9PsLcEi { color:#373737;display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15046;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(var(--color-tertiary-4),0.13);top:9.5rem;left:2.8125rem;height:8.0989375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mP8y9nZ1ieq0pOUEM5TPEJQJUtnQMdIH { box-sizing:content-box;height:18.6875rem;width:16.6875rem;position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.15625rem;left:1.03125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#BpT1RXx9CyIXTSQObeX0GqPnRDZEazWT { box-sizing:content-box;height:18.6875rem;width:16.6875rem;position:absolute;display:block;z-index:15023;background-color:transparent;background-image:none;box-shadow: none;border-top:0.1875rem solid #35abc7;border-left:0;border-right:0;border-bottom:0;top:1.09375rem;left:1.03125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#PRt9rVBTm7hGboCJrfRTEnHnbQXCaTJw { box-sizing:content-box;height:18.6875rem;width:16.6875rem;position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.1875rem;left:19.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#k6oxBN1N1Vn8pTNrKlCThe3m1C9rnxD8 { box-sizing:content-box;height:18.6875rem;width:16.6875rem;position:absolute;display:block;z-index:15028;background-color:transparent;background-image:none;box-shadow: none;border-top:0.1875rem solid #35abc7;border-left:0;border-right:0;border-bottom:0;top:1.125rem;left:19.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#cQHvXVJUS0ALaX5pqMveSWTzJdnLBG3r { color:#373737;display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15051;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(var(--color-tertiary-4),0.13);top:9.5625rem;left:21.5625rem;height:8.0989375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CJdVv2A5W1MPH94yBps7d1TOzi3JtC3y { color:#35abc7;display:block;width:13.5rem;position:absolute;font-family:indivisible;font-size:1.375rem;font-weight:700;z-index:15031;line-height:1.1;letter-spacing:0;top:6.25rem;left:21.5625rem;height:4.53450625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HdUNlTeFdskQwplvlT3SLvDSHGJzy4CO { color:#005093;display:block;width:5.125rem;position:absolute;font-family:indivisible;font-size:2.5rem;font-weight:700;z-index:15030;line-height:1.1;letter-spacing:0;top:3.5rem;left:21.5625rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g0MHqXOcD8TAwzsquDlwSGkkpTiW08g6 { box-sizing:content-box;height:18.6875rem;width:16.6875rem;position:absolute;display:block;z-index:15032;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.1875rem;left:38.5625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#uofDkekqVrqXZ7QrwqD4Ps6X2Mv1iHBL { box-sizing:content-box;height:18.6875rem;width:16.6875rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;box-shadow: none;border-top:0.1875rem solid #35abc7;border-left:0;border-right:0;border-bottom:0;top:1.125rem;left:38.5625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#b6ZecANBEKgpT7gpsLUrh6eVXvkuewKT { color:#35abc7;display:block;width:13.5rem;position:absolute;font-family:indivisible;font-size:1.375rem;font-weight:700;z-index:15036;line-height:1.1;letter-spacing:0;top:7.3125rem;left:40.3125rem;height:1.51171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TWoJRBdH76mzv5czKazk8ixwmzavdBUo { color:#373737;display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15056;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(var(--color-tertiary-4),0.13);top:9.5625rem;left:40.3125rem;height:6.749125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VQUuiKbqVHs2IJMfunB5L2RahfaZoxXK { box-sizing:content-box;height:18.6875rem;width:16.6875rem;position:absolute;display:block;z-index:15037;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.1875rem;left:57.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#dbfTyhFBPmImbtV8GctJHRpVaMiqAsCO { box-sizing:content-box;height:18.6875rem;width:16.6875rem;position:absolute;display:block;z-index:15038;background-color:transparent;background-image:none;box-shadow: none;border-top:0.1875rem solid #35abc7;border-left:0;border-right:0;border-bottom:0;top:1.125rem;left:57.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#mATdpVwEFdGzhhrL6mC7zqLQz6KCSaVc { color:#35abc7;display:block;width:13.5rem;position:absolute;font-family:indivisible;font-size:1.375rem;font-weight:700;z-index:15041;line-height:1.1;letter-spacing:0;top:6.25rem;left:59.0625rem;height:3.0234375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#STtuSGRD6fU7KQXTNVUad5Je4WieRM4B { color:#373737;display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15061;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(var(--color-tertiary-4),0.13);top:9.5625rem;left:59.0625rem;height:8.0989375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rTJMtbOes5bMDbIRy2dNVSZdWOTsmZW8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:3.4375rem;left:40.3125rem; }
#E2H8JyrMSiTz4XePxTDRmEIRD2Gxusoh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:2.6875rem;left:59.0625rem; }
#boyXP8NhcCCXIyxoact2wgqmTqUiEbrT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #005093, #004680);background-image: -moz-linear-gradient(180deg, #005093, #004680);background-image: -ms-linear-gradient(180deg, #005093, #004680);background-image: -o-linear-gradient(180deg, #005093, #004680);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#005093', endColorstr='#004680' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#005093', endColorstr='#004680' );";background-image: linear-gradient(180deg, #005093, #004680);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#boyXP8NhcCCXIyxoact2wgqmTqUiEbrT > .row .container { background-color: transparent; background-image: none; }#boyXP8NhcCCXIyxoact2wgqmTqUiEbrT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#boyXP8NhcCCXIyxoact2wgqmTqUiEbrT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#boyXP8NhcCCXIyxoact2wgqmTqUiEbrT > .row .container > .video-iframe-container { display: none; }#boyXP8NhcCCXIyxoact2wgqmTqUiEbrT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#boyXP8NhcCCXIyxoact2wgqmTqUiEbrT > .row > .video-iframe-container { display: none; }#boyXP8NhcCCXIyxoact2wgqmTqUiEbrT > .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); }#boyXP8NhcCCXIyxoact2wgqmTqUiEbrT > .row .container { border-width: 0; border-radius: 0; }#boyXP8NhcCCXIyxoact2wgqmTqUiEbrT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#boyXP8NhcCCXIyxoact2wgqmTqUiEbrT > .row .container { font-size:0.875rem;font-family:arial;height:45.625rem;width:75rem;position:relative;display:block; }#vcH5qOOuMIHa8tLb9zAGLCnN0FnrmUSf { color:#62e8ff;display:block;width:26.3125rem;position:absolute;font-family:indivisible;font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;top:4.1875rem;left:24.375rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;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; }
#aeofbAZQQdwTpeCt2S02UKMmqs4TIvOs { color:#ffffff;display:block;width:35rem;position:absolute;font-family:indivisible;font-size:2.5rem;font-weight:700;z-index:15026;line-height:1.1;letter-spacing:0;top:6.3125rem;left:20rem;height:5.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mE4gLdyIIfw2CywbEw4ETCisSKM2ALXv { color:#ffffff;display:block;width:47.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(var(--color-tertiary-4),0.13);top:13.5rem;left:13.84375rem;height:12.994775rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IBoacA3mtNhRmTF74t50EOLlOZus2rxe { color:#62e8ff;display:block;width:5.125rem;position:absolute;font-family:indivisible;font-size:2.5rem;font-weight:700;z-index:15027;line-height:1.1;letter-spacing:0;top:32.75rem;left:13.875rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fTwe0cvs72uVIGrsrp75igwuZTezpNyp { color:#ffffff;display:block;width:8.6875rem;position:absolute;font-family:indivisible;font-size:1.125rem;font-weight:700;z-index:15028;line-height:1.1;letter-spacing:0;top:35.625rem;left:13.875rem;height:3.7119125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cSW28kZISDt6N8RlxRnTS2qDAVGRkOSP { color:#62e8ff;display:block;width:5.125rem;position:absolute;font-family:indivisible;font-size:2.5rem;font-weight:700;z-index:15029;line-height:1.1;letter-spacing:0;top:32.75rem;left:26rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NnwhvTvviZ9ldDk6KS5egHLA9F9UEKUe { color:#ffffff;display:block;width:7.375rem;position:absolute;font-family:indivisible;font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.1;letter-spacing:0;top:35.625rem;left:26rem;height:3.7119125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#czOfTcEI7fkJkPdU9HEXX3hwRifBlKf4 { color:#62e8ff;display:block;width:6.375rem;position:absolute;font-family:indivisible;font-size:2.5rem;font-weight:700;z-index:15031;line-height:1.1;letter-spacing:0;top:32.75rem;left:37.875rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Bdbcx7Fldg9lfzbZTpkXQQDMmsBXulwA { color:#ffffff;display:block;width:7.375rem;position:absolute;font-family:indivisible;font-size:1.125rem;font-weight:700;z-index:15032;line-height:1.1;letter-spacing:0;top:35.625rem;left:37.875rem;height:4.94791875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#a27XAd9OOlZqu7XOz3zLxADombTCaFun { color:#ffffff;display:block;width:8.9375rem;position:absolute;font-family:indivisible;font-size:1.125rem;font-weight:700;z-index:15034;line-height:1.1;letter-spacing:0;top:35.625rem;left:50.0625rem;height:4.94791875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wOKvGggedmZ11Wb6AW3OyaG08lGIP4L8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:32.5625rem;left:50.0625rem; }
#IWRVDvOBXw9Vfq5iUKo1uJRfwJ0Hb3Bm { box-sizing:content-box;height:1.5625rem;width:9.125rem;position:absolute;display:block;z-index:15036;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #62e8ff;border-left:0;border-right:0;border-bottom:0;top:31.599609375rem;left:13.84375rem;display:block; }
#b5Fd5TyvKi2xpf9WwJBhJ6rGAJzDMqKR { box-sizing:content-box;height:1.5625rem;width:9.125rem;position:absolute;display:block;z-index:15037;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #62e8ff;border-left:0;border-right:0;border-bottom:0;top:31.599609375rem;left:26.0625rem;display:block; }
#UsUZSCLeyvKrdIlEmEV7icVloWT46CcB { box-sizing:content-box;height:1.5625rem;width:9.125rem;position:absolute;display:block;z-index:15038;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #62e8ff;border-left:0;border-right:0;border-bottom:0;top:31.599609375rem;left:37.875rem;display:block; }
#uxgF6ErwwlVzE2eQhz8rd8Lbs25VFnNT { box-sizing:content-box;height:1.5625rem;width:9.125rem;position:absolute;display:block;z-index:15039;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #62e8ff;border-left:0;border-right:0;border-bottom:0;top:31.599609375rem;left:50.03125rem;display:block; }
#L4p09qvByX7qsePF2UhAwSQ2muaFXF5c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#L4p09qvByX7qsePF2UhAwSQ2muaFXF5c > .row .container { background-color: transparent; background-image: none; }#L4p09qvByX7qsePF2UhAwSQ2muaFXF5c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L4p09qvByX7qsePF2UhAwSQ2muaFXF5c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L4p09qvByX7qsePF2UhAwSQ2muaFXF5c > .row .container > .video-iframe-container { display: none; }#L4p09qvByX7qsePF2UhAwSQ2muaFXF5c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L4p09qvByX7qsePF2UhAwSQ2muaFXF5c > .row > .video-iframe-container { display: none; }#L4p09qvByX7qsePF2UhAwSQ2muaFXF5c > .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); }#L4p09qvByX7qsePF2UhAwSQ2muaFXF5c > .row .container { border-width: 0; border-radius: 0; }#L4p09qvByX7qsePF2UhAwSQ2muaFXF5c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L4p09qvByX7qsePF2UhAwSQ2muaFXF5c > .row .container { font-size:0.875rem;font-family:arial;height:34.125rem;width:75rem;position:relative;display:block; }#oPQaq9urosPCUpGJR8107CtwXwLARI5p .accordion-element-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;vertical-align:top;box-shadow: 0rem 0.1875rem 1.25rem rgba(170,183,188,0.61) ; }
#oPQaq9urosPCUpGJR8107CtwXwLARI5p .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#oPQaq9urosPCUpGJR8107CtwXwLARI5p .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.125rem;font-family:var(--paragraphs-font-family);height:auto;font-style:normal;color:#005093;line-height:1.3;overflow:hidden; }
#oPQaq9urosPCUpGJR8107CtwXwLARI5p .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);height:auto;color:rgba(var(--color-tertiary-4),1);line-height:1.2;overflow:hidden; }
#oPQaq9urosPCUpGJR8107CtwXwLARI5p .accordion-trigger { width:1.5625rem;min-width:1.5625rem;height:1.5625rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_4e5fefd37001adcc9440786d6fbf27c38ea6e923.svg");background-size:contain !important; }#oPQaq9urosPCUpGJR8107CtwXwLARI5p .accordion-trigger.adaptive-delivery-prevent-bg, #oPQaq9urosPCUpGJR8107CtwXwLARI5p .accordion-trigger.lazyload, #oPQaq9urosPCUpGJR8107CtwXwLARI5p .accordion-trigger.lazyloading { background-image: none; }
#oPQaq9urosPCUpGJR8107CtwXwLARI5p { box-sizing:content-box;height:auto;width:48.8125rem;position:absolute;display:flex;flex-direction:column;gap:1.5625rem;z-index:15003;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:9.625rem;left:11.875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }
#oPQaq9urosPCUpGJR8107CtwXwLARI5p .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#oPQaq9urosPCUpGJR8107CtwXwLARI5p #oIaaisxibu3mxl4u5XHWeWWgigDHL49W { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oPQaq9urosPCUpGJR8107CtwXwLARI5p #IRTSHMFacTQGrdFyFtAWtaGLWwQ7HKL5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oPQaq9urosPCUpGJR8107CtwXwLARI5p #elv6epsTx4ETCrwtdM4JQwfX4JSWxLJK { display:block;position:relative; }
#oPQaq9urosPCUpGJR8107CtwXwLARI5p #Jt4pdpxdLiNAPmarX24bumri2T1Z9yxp {  }
#oPQaq9urosPCUpGJR8107CtwXwLARI5p #tvdKial0I7q579zwz1Vgny9m1Ww96DMH {  }
#oPQaq9urosPCUpGJR8107CtwXwLARI5p #lAyXNDKiy1CJHEkxTm8tJiMNLO7NCBJP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oPQaq9urosPCUpGJR8107CtwXwLARI5p #gziRMixu8G05P4LOAgAoSKzTRAH5vCR4 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oPQaq9urosPCUpGJR8107CtwXwLARI5p #xsyAe3L37G0b4xxsCIZ1hT8UAZK1iQLr { display:block;position:relative; }
#oPQaq9urosPCUpGJR8107CtwXwLARI5p #WgLcy3I7USqFQfWEihDVoRLo7tnRVyA8 {  }
#oPQaq9urosPCUpGJR8107CtwXwLARI5p #Brahc63nQVighWQcpgiXfFgO4TJewLow { display:none; }
#oPQaq9urosPCUpGJR8107CtwXwLARI5p #x70DWKvpTitAqbMpHzUhRxgXShQnDe5h { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oPQaq9urosPCUpGJR8107CtwXwLARI5p #Scame9vQHpKpNmCXWrCeVveczmSUchdL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oPQaq9urosPCUpGJR8107CtwXwLARI5p #T3CJlQAvxCe7byzX0LUh1yXmJmy9MtIU { display:block;position:relative; }
#oPQaq9urosPCUpGJR8107CtwXwLARI5p #x46Au2VDyDiDPPI39DCZItKF9pD7F4v2 {  }
#oPQaq9urosPCUpGJR8107CtwXwLARI5p #MPTWcT1Js4SAHfJanRIcTO4fVdz2TQ2b { display:none; }
#oPQaq9urosPCUpGJR8107CtwXwLARI5p #Jm7UMgeOpw9n8eHzC7MUrzpERVfV829x { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oPQaq9urosPCUpGJR8107CtwXwLARI5p #RuCdME0CF7Uicx2pmQucr2LFv5zTFrbA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oPQaq9urosPCUpGJR8107CtwXwLARI5p #uXhiQ2ULRzDm9CPqcE9iEtUTvhyIp0bB { display:block;position:relative; }
#oPQaq9urosPCUpGJR8107CtwXwLARI5p #rREa7XUBFt5oyc6FW5Sn4tQWFEP78dWl {  }
#oPQaq9urosPCUpGJR8107CtwXwLARI5p #PRIzrcls8ApZXWWWg7tfXXakwWgQNXgV { display:none; }
#P6obFKCyr4GrHZUpE6G8D3kitL1NdHem { color:#35abc7;display:block;width:26.3125rem;position:absolute;font-family:indivisible;font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;top:3.5625rem;left:24.375rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;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; }
#qloI3wGIFnAEbZ6UowLelmGVfnbbnDGZ { color:#005093;display:block;width:40.375rem;position:absolute;font-family:indivisible;font-size:2.5rem;font-weight:700;z-index:15026;line-height:1.1;letter-spacing:0;top:5.625rem;left:17.3125rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IRzfBUtLrsNi4C596Ix7aUKAqmgqJkAo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9f6a9002-4a02-4138-8609-5e962124c5c9/BG2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IRzfBUtLrsNi4C596Ix7aUKAqmgqJkAo.adaptive-delivery-prevent-bg, #IRzfBUtLrsNi4C596Ix7aUKAqmgqJkAo.lazyload, #IRzfBUtLrsNi4C596Ix7aUKAqmgqJkAo.lazyloading { background-image: none; }#IRzfBUtLrsNi4C596Ix7aUKAqmgqJkAo > .row .container { background-color: transparent; background-image: none; }#IRzfBUtLrsNi4C596Ix7aUKAqmgqJkAo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,80,147,0.85); }#IRzfBUtLrsNi4C596Ix7aUKAqmgqJkAo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IRzfBUtLrsNi4C596Ix7aUKAqmgqJkAo > .row .container > .video-iframe-container { display: none; }#IRzfBUtLrsNi4C596Ix7aUKAqmgqJkAo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,80,147,0.85); }#IRzfBUtLrsNi4C596Ix7aUKAqmgqJkAo > .row > .video-iframe-container { display: none; }#IRzfBUtLrsNi4C596Ix7aUKAqmgqJkAo > .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); }#IRzfBUtLrsNi4C596Ix7aUKAqmgqJkAo > .row .container { border-width: 0; border-radius: 0; }#IRzfBUtLrsNi4C596Ix7aUKAqmgqJkAo::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; }#IRzfBUtLrsNi4C596Ix7aUKAqmgqJkAo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IRzfBUtLrsNi4C596Ix7aUKAqmgqJkAo > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:75rem;position:relative;display:block; }#zbUU9W9LfFqaGgDxONZ6zqbXpmeuJHiT { color:#ffffff;display:block;width:35rem;position:absolute;font-family:indivisible;font-size:2.5rem;font-weight:700;z-index:15028;line-height:1.1;letter-spacing:0;top:4.875rem;left:20rem;height:5.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lTM8RXKMFFUOr4TIoVxg8bnFRL1QnBFv { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(var(--color-tertiary-4),0.13);top:11.1875rem;left:21.875rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OqEWndrb01AcALomigIqfTXTTbf5Ab1F { background-color:#ff7901;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.75rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:19.5rem;left:20.625rem;display:block; }
#JJMKgNwVcwZwQrVonRqqJFeuGSEwBePS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mRs3UtshkgvzUGH5poqzSl3Otm5UwRfv { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(var(--color-tertiary-4),0.13);top:24.25rem;left:21.875rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m1KK6Ttza7iwkHKGGTWFhbEeS2hJ7FiI { background-color:#ff7901;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.75rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:19.5rem;left:20.625rem;display:none; }
#m9HE75V0bELcn3Q6QDZQZkZMmCwKdQ4D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s0r9bQREN2FWgo0D1IyMQSceKS2KBAxK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efecec;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; }#s0r9bQREN2FWgo0D1IyMQSceKS2KBAxK > .row .container { background-color: transparent; background-image: none; }#s0r9bQREN2FWgo0D1IyMQSceKS2KBAxK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s0r9bQREN2FWgo0D1IyMQSceKS2KBAxK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s0r9bQREN2FWgo0D1IyMQSceKS2KBAxK > .row .container > .video-iframe-container { display: none; }#s0r9bQREN2FWgo0D1IyMQSceKS2KBAxK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s0r9bQREN2FWgo0D1IyMQSceKS2KBAxK > .row > .video-iframe-container { display: none; }#s0r9bQREN2FWgo0D1IyMQSceKS2KBAxK > .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); }#s0r9bQREN2FWgo0D1IyMQSceKS2KBAxK > .row .container { border-width: 0; border-radius: 0; }#s0r9bQREN2FWgo0D1IyMQSceKS2KBAxK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s0r9bQREN2FWgo0D1IyMQSceKS2KBAxK > .row .container { font-size:0.875rem;font-family:arial;height:41.375rem;width:75rem;position:relative;display:block; }#HwGW4ULiN1KizEwCfZmVF8ct27BnDHbb { position:absolute;display:block;z-index:15001;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:5.5625rem;width:18.0625rem;top:6.8125rem;left:5.8125rem;overflow:hidden;display:block; }
#Xh63yEQSZF1ORiVARpBvkMMQKfEoRBwT { color:#1a1a1a;display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:15.4375rem;left:5.8125rem;height:1.94921875rem;font-style:normal;display:block; }
#CGT6PZWvGOoKiCJxHcUrWEFc6swZqk8v { color:#1a1a1a;display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:18.375rem;left:5.8125rem;height:3.6002625rem;display:block; }
#uSiLxlexglEVbu5ay9nsnlP2BD6abfEV { background-color:#00c545;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:22.9375rem;left:5.875rem;display:block; }
#rlTqC9nHUoha2UPCOvgIAiQopJb4sVQH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lqX6L0nQ1GtT8urQ5oWwwODMS7OHQNiR { position:absolute;display:block;z-index:15009;height:18.5rem;width:33.3125rem;top:6.8125rem;left:37.125rem;display:block; }
#pIx0WE2LhOCcabHn4HLJxiupnUu3dU51 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15039;line-height:1.1;letter-spacing:0;top:28.8125rem;left:5.8125rem;height:1.71875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SnNxRvSC5T3ud84n7Jqr75wd64KnAsKt { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15037;line-height:1.1;letter-spacing:0;top:31.75rem;left:5.8125rem;height:4.12434375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aT3abZDMLRTbliRwEiWPIh4hvqcA48NU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e1e1e1;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; }#aT3abZDMLRTbliRwEiWPIh4hvqcA48NU > .row .container { background-color: transparent; background-image: none; }#aT3abZDMLRTbliRwEiWPIh4hvqcA48NU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aT3abZDMLRTbliRwEiWPIh4hvqcA48NU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aT3abZDMLRTbliRwEiWPIh4hvqcA48NU > .row .container > .video-iframe-container { display: none; }#aT3abZDMLRTbliRwEiWPIh4hvqcA48NU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aT3abZDMLRTbliRwEiWPIh4hvqcA48NU > .row > .video-iframe-container { display: none; }#aT3abZDMLRTbliRwEiWPIh4hvqcA48NU > .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); }#aT3abZDMLRTbliRwEiWPIh4hvqcA48NU > .row .container { border-width: 0; border-radius: 0; }#aT3abZDMLRTbliRwEiWPIh4hvqcA48NU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aT3abZDMLRTbliRwEiWPIh4hvqcA48NU > .row .container { font-size:0.875rem;font-family:arial;height:10.3125rem;width:75rem;position:relative;display:block; }#F4J9COVlee6Lu6LI0ihUUFMKpTVrvz8k { color:rgba(var(--color-tertiary-4),1);display:block;width:42.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15038;line-height:1.2;letter-spacing:0;top:3.28125rem;left:16.09375rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 { display:block; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DrgO7CXR8e794IewOwC2XCL1PQBa3mgr { width:47.75rem;height:7rem;top:15.3125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoV8a6KiPhKFdPCQrLNHBGnzw0ic3Snt { width:44.75rem;height:5.3125rem;top:23.0625rem;left:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILdSeUXCU3ZXzVp6k0yJF7TgeU4fMsMm { width:20rem;height:3.75rem;top:30.75rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bADRAocqDSg7khnxzisIFpOw4IVmorgZ { display:block; }
 }@media only screen and (max-width: 763px) { #CacRtT7Ll2qeCuJlEid0Br9poUh5Qc6x { width:9.9375rem;height:9.375rem;top:2.9375rem;left:18.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtk55ekTg6xfvaIZVgPPASgcMa7288dH { width:18.5rem;height:3.75rem;top:30.75rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8GpgXHx0VDIIVB1UHlE182kNnicnCCA { display:block; }
 }@media only screen and (max-width: 763px) { #nITULglF8AtrqMwLc2G1MgcQnE9Cl0e6 { width:11.6875rem;height:1.4375rem;top:37.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2qXfadZHzQk8M0SOurXEcNIXGTHFWlb { width:1.625rem;height:1.625rem;top:37.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCgKTzr9Z2in41PTDEs48420J34Os5yb { width:12.8125rem;height:1.4375rem;top:37.875rem;left:16.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwwgncvfFsNJK4kBlEgUEAmTQU7QDD8W { width:1.625rem;height:1.625rem;top:37.8125rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhxDDfolSrSdGXyveePbK5fRKVUT6Mic { width:17.0625rem;height:1.4375rem;top:37.875rem;left:30.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tk4RseTb20f6wDLTpsdf62yiPiUGECTu { width:1.625rem;height:1.625rem;top:37.8125rem;left:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHK1LtZT6DI0hQAF8mcsgsheQfNupMtp { display:block; }#vHK1LtZT6DI0hQAF8mcsgsheQfNupMtp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aEaRWDZryO9c5Aka1vuXTVvxNV7Zug1z { width:26.3125rem;height:1.5rem;top:3.0625rem;left:10.71875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtTvp91HmCCVltd2396iLu6yosVnmfxw { width:29.6875rem;height:5.5rem;top:4.8125rem;left:9.03125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kf97NMGeUhmSRBb3q5fwRnnP3uW8ewEw { width:39.4375rem;height:4.875rem;top:10.9375rem;left:4.15625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2U8nNDJUVhL5X0bUZcgtvwFpAN7xVVD { display:block; }#H2U8nNDJUVhL5X0bUZcgtvwFpAN7xVVD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iyi4nsIcm8CxQwJxlOf2xcTe0JqMEKS2 { width:10.0625rem;height:3.4375rem;top:4.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3Gi65cFxz3QzNkySMN1F1z6Xd3wCudp { width:13.125rem;height:6.6875rem;top:8.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1HZgIutT88qODNf4IumiOf22n16xSoE { width:2.75rem;height:2.75rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGmikK8TaEpJJHuridE2rfTOLyoJNzZW { width:12.3125rem;height:3.4375rem;top:4.8125rem;left:11.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2glIXVrx96JnTxAKsyvthdEesE2Wiiq { width:13.625rem;height:6.6875rem;top:8.875rem;left:10.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKzx8szIcC4VamMNBxrhdmBu2wllPxVv { width:2.75rem;height:2.75rem;top:2.0625rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WE1itAtTNgbcfRyeJL0gP5pUTDtAqrrD { width:11.25rem;height:3.4375rem;top:4.8125rem;left:23.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNJo0TDtItDsTgiQnLIKc8S6NUIqI13l { width:13.125rem;height:6.6875rem;top:8.875rem;left:22.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRLvntQAoOih8bHQl4E53EDgSNJXoEbX { width:2.75rem;height:2.75rem;top:2.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8X97x7lyKi1scpV3Wh9SH0OTCPfg9pF { width:12.5rem;height:3.4375rem;top:4.8125rem;left:35.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QS0xK120eB6XGoiHTPdXueDLKTKzlZem { width:12.3125rem;height:6.6875rem;top:8.875rem;left:35.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImA6GQlAJtUTwHvd9EHuaKp5TVTbFFNu { width:2.75rem;height:2.75rem;top:2.0625rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbnN9Ii9w8NUfpPBX9STZyNH3q9cBMiV { display:block; }#VbnN9Ii9w8NUfpPBX9STZyNH3q9cBMiV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l9ro1acniBzpke9TZgeiKcnTwXZcDnQh { width:26.3125rem;height:1.5rem;top:4.1875rem;left:10.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHlDIzlmT10pWCw8oTUl8zHI4UBIwn4T { width:35rem;height:8.25rem;top:6.3125rem;left:6.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEnoxsF1sBnb05U7UbpDta5iU3T7FXoR { width:47.3125rem;height:13rem;top:16.4375rem;left:0.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qu9eia6T6HZBTGQPTIZQkeha9gduRmu9 { width:32.6875rem;height:3.75rem;top:35.0625rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAQimvhzJ1sDl7GBi09XQQzuTuUx5qSF { display:block; }
 }@media only screen and (max-width: 763px) { #Tv7pfAcwsqRNN4V4KDDEIkDAQn7W43Pb { width:20rem;height:3.25rem;top:4.25rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #H6XddffoTCPEWcw29UDXFANc0vZpoD2o { width:20rem;height:3.25rem;top:6.4375rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #zG7wKTtpzdaqHyB7VhMrKlT4dkpKKpoK { width:32.6875rem;height:3.75rem;top:35.0625rem;left:7.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qlibz61owTSW2E8i5kPQKS7dIpMeG9hC { display:block; }
 }@media only screen and (max-width: 763px) { #D7vEcdt469sF8E5ZP0spcQJyUlyomzds { display:block; }#D7vEcdt469sF8E5ZP0spcQJyUlyomzds > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W2B68VnO5oeEtN2KPbITfpUoiglT34h6 { width:26.3125rem;height:1.5rem;top:3.0625rem;left:10.71875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6EABk1zrceZlS9TuxcOgqhLTVnbDIC3 { width:40.375rem;height:2.75rem;top:5.125rem;left:3.6875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFrOBZah3A2ka2852PKcfLpXMcIwrrM2 { display:block; }#iFrOBZah3A2ka2852PKcfLpXMcIwrrM2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MWao0AVuQgHzpboUaEsm9kWhcsk5CDss { width:14.8125rem;height:5.375rem;top:26.875rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Elm5IB2wBvJgQ1Gc3IiWZXODictWZxkx { width:11.6875rem;height:3.4375rem;top:22.875rem;left:4.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKWQLAoGqTTiGGM8csCgnym4OlJZVi3f { width:1.9375rem;height:2.375rem;top:23.4375rem;left:5.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeLEZQ64eJzrvN4OEolVmTzQrRNktfis { width:2.75rem;height:2.75rem;top:23.125rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3wzEsVDcXZNXz2VTTF1CMmuI28F5oid { width:14.1875rem;height:19.875rem;top:1.75rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZX6AUXOvQamxJ6JUmsDCm7HJm90MaiGO { width:14.1875rem;height:19.875rem;top:1.625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTQy8AGJXPs00vzO4bhR9lxHnT0IAMxT { width:14.4375rem;height:6.6875rem;top:26.875rem;left:16.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvcGnpHJd5y5Emvl3rlsFv1Vb7MiR9er { width:2.75rem;height:2.75rem;top:23.25rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyHbhqFT28PTxEKsbJVby0u3n7zWDQU2 { width:1.9375rem;height:2.375rem;top:23.5rem;left:17.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTdqwIwEiTWK3hmLNbzuZtBluOHOmMKr { width:10.4375rem;height:3.4375rem;top:22.9375rem;left:20.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFbFWfQ5QO6txbITS7F566TH1OvvKsyv { width:14.1875rem;height:19.875rem;top:1.875rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPqR8e4LQXE3aeXWAiOe8aHvU4ThRznC { width:14.1875rem;height:19.875rem;top:1.625rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNP8ufrhRZhm1QTnea6byOfVT47e07l4 { width:15.3125rem;height:5.375rem;top:27rem;left:16.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T82FCan6ALttyAbScOeBCH89zTT0DcJI { width:2.75rem;height:2.75rem;top:23.3125rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORumAiBloA0y8cbSfIUrUSun9X7ixfIO { width:1.9375rem;height:2.375rem;top:23.5625rem;left:31.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #um5xHDvkDNMwBqh1CKKsLvENrddNCq1u { width:11.8125rem;height:3.4375rem;top:23.0625rem;left:31.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpDJPzTsIo54fPdBwzaduFxXlE64zgyR { width:14.1875rem;height:19.875rem;top:1.875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3xSmniwuCBsTSBfenvPs4kzDPMI26r7 { width:14.1875rem;height:19.875rem;top:1.75rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #grfoyCWZOmoNCNNGEvVsGAwbi6bQbmT4 { display:block; }#grfoyCWZOmoNCNNGEvVsGAwbi6bQbmT4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bS3hp8JfE0UOwc7RqgKL7tWebx9ZQ0i2 { width:26.3125rem;height:1.5rem;top:3.0625rem;left:10.71875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZyl3cSseeT1ib95ywes67vULpq33LIE { width:40.375rem;height:2.75rem;top:5.125rem;left:3.6875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcW1oU5QiLsTwfcdUcMR3qNhSRtFp14w { display:block; }#mcW1oU5QiLsTwfcdUcMR3qNhSRtFp14w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PvMRze8yuAKUnb3cwq29gvlzbiw6fgHL { width:5.125rem;height:2.75rem;top:3.4375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucpPNrHGV0Zs1wbTIiInhWbookGZyySq { width:7rem;height:3rem;top:6.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXOsNeelga8bJhgrq4QfdprNx9PsLcEi { width:13.125rem;height:8.0625rem;top:9.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mP8y9nZ1ieq0pOUEM5TPEJQJUtnQMdIH { width:16.6875rem;height:18.6875rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpT1RXx9CyIXTSQObeX0GqPnRDZEazWT { width:16.6875rem;height:18.6875rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRt9rVBTm7hGboCJrfRTEnHnbQXCaTJw { width:16.6875rem;height:18.6875rem;top:1.1875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6oxBN1N1Vn8pTNrKlCThe3m1C9rnxD8 { width:16.6875rem;height:18.6875rem;top:1.125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQHvXVJUS0ALaX5pqMveSWTzJdnLBG3r { width:13.25rem;height:8.125rem;top:9.5625rem;left:10.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJdVv2A5W1MPH94yBps7d1TOzi3JtC3y { width:13.5rem;height:3rem;top:6.25rem;left:10.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdUNlTeFdskQwplvlT3SLvDSHGJzy4CO { width:5.125rem;height:2.75rem;top:3.5rem;left:11.9375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0MHqXOcD8TAwzsquDlwSGkkpTiW08g6 { width:16.6875rem;height:18.6875rem;top:1.1875rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uofDkekqVrqXZ7QrwqD4Ps6X2Mv1iHBL { width:16.6875rem;height:18.6875rem;top:1.125rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6ZecANBEKgpT7gpsLUrh6eVXvkuewKT { width:13.5rem;height:1.5rem;top:7.3125rem;left:22.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWoJRBdH76mzv5czKazk8ixwmzavdBUo { width:13.25rem;height:8.0625rem;top:9.5625rem;left:22.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQUuiKbqVHs2IJMfunB5L2RahfaZoxXK { width:16.6875rem;height:18.6875rem;top:1.1875rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbfTyhFBPmImbtV8GctJHRpVaMiqAsCO { width:16.6875rem;height:18.6875rem;top:1.125rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mATdpVwEFdGzhhrL6mC7zqLQz6KCSaVc { width:13.5rem;height:3rem;top:6.25rem;left:34.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STtuSGRD6fU7KQXTNVUad5Je4WieRM4B { width:12.625rem;height:8.125rem;top:9.5625rem;left:34.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTJMtbOes5bMDbIRy2dNVSZdWOTsmZW8 { width:2.9375rem;height:2.9375rem;top:3.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2H8JyrMSiTz4XePxTDRmEIRD2Gxusoh { width:2.9375rem;height:2.9375rem;top:2.6875rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #boyXP8NhcCCXIyxoact2wgqmTqUiEbrT { display:block; }#boyXP8NhcCCXIyxoact2wgqmTqUiEbrT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vcH5qOOuMIHa8tLb9zAGLCnN0FnrmUSf { width:26.3125rem;height:1.5rem;top:4.1875rem;left:10.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeofbAZQQdwTpeCt2S02UKMmqs4TIvOs { width:35rem;height:5.5rem;top:6.3125rem;left:6.375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mE4gLdyIIfw2CywbEw4ETCisSKM2ALXv { width:47.3125rem;height:13rem;top:13.5rem;left:0.21875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBoacA3mtNhRmTF74t50EOLlOZus2rxe { width:5.125rem;height:2.75rem;top:32.75rem;left:0.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTwe0cvs72uVIGrsrp75igwuZTezpNyp { width:8.6875rem;height:3.6875rem;top:35.625rem;left:0.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSW28kZISDt6N8RlxRnTS2qDAVGRkOSP { width:5.125rem;height:2.75rem;top:32.75rem;left:12.375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnwhvTvviZ9ldDk6KS5egHLA9F9UEKUe { width:7.375rem;height:3.6875rem;top:35.625rem;left:12.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #czOfTcEI7fkJkPdU9HEXX3hwRifBlKf4 { width:6.375rem;height:2.75rem;top:32.75rem;left:24.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bdbcx7Fldg9lfzbZTpkXQQDMmsBXulwA { width:7.375rem;height:4.9375rem;top:35.625rem;left:24.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a27XAd9OOlZqu7XOz3zLxADombTCaFun { width:8.9375rem;height:4.9375rem;top:35.625rem;left:36.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOKvGggedmZ11Wb6AW3OyaG08lGIP4L8 { width:2.625rem;height:2.625rem;top:32.5625rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWRVDvOBXw9Vfq5iUKo1uJRfwJ0Hb3Bm { width:9.125rem;height:1.5625rem;top:31.5625rem;left:0.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5Fd5TyvKi2xpf9WwJBhJ6rGAJzDMqKR { width:9.125rem;height:1.5625rem;top:31.5625rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsUZSCLeyvKrdIlEmEV7icVloWT46CcB { width:9.125rem;height:1.5625rem;top:31.5625rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxgF6ErwwlVzE2eQhz8rd8Lbs25VFnNT { width:9.125rem;height:1.5625rem;top:31.5625rem;left:36.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4p09qvByX7qsePF2UhAwSQ2muaFXF5c { display:block; }#L4p09qvByX7qsePF2UhAwSQ2muaFXF5c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oPQaq9urosPCUpGJR8107CtwXwLARI5p .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oPQaq9urosPCUpGJR8107CtwXwLARI5p { display:flex;height:auto;width:45.25rem;top:7.8125rem;left:0rem; }
#oPQaq9urosPCUpGJR8107CtwXwLARI5p .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #oPQaq9urosPCUpGJR8107CtwXwLARI5p #oIaaisxibu3mxl4u5XHWeWWgigDHL49W {  }
 }@media only screen and (max-width: 763px) { #oPQaq9urosPCUpGJR8107CtwXwLARI5p #IRTSHMFacTQGrdFyFtAWtaGLWwQ7HKL5 {  }
 }@media only screen and (max-width: 763px) { #oPQaq9urosPCUpGJR8107CtwXwLARI5p #elv6epsTx4ETCrwtdM4JQwfX4JSWxLJK {  }
 }@media only screen and (max-width: 763px) { #oPQaq9urosPCUpGJR8107CtwXwLARI5p #Jt4pdpxdLiNAPmarX24bumri2T1Z9yxp {  }
 }@media only screen and (max-width: 763px) { #oPQaq9urosPCUpGJR8107CtwXwLARI5p #tvdKial0I7q579zwz1Vgny9m1Ww96DMH {  }
 }@media only screen and (max-width: 763px) { #oPQaq9urosPCUpGJR8107CtwXwLARI5p #lAyXNDKiy1CJHEkxTm8tJiMNLO7NCBJP {  }
 }@media only screen and (max-width: 763px) { #oPQaq9urosPCUpGJR8107CtwXwLARI5p #gziRMixu8G05P4LOAgAoSKzTRAH5vCR4 {  }
 }@media only screen and (max-width: 763px) { #oPQaq9urosPCUpGJR8107CtwXwLARI5p #xsyAe3L37G0b4xxsCIZ1hT8UAZK1iQLr {  }
 }@media only screen and (max-width: 763px) { #oPQaq9urosPCUpGJR8107CtwXwLARI5p #WgLcy3I7USqFQfWEihDVoRLo7tnRVyA8 {  }
 }@media only screen and (max-width: 763px) { #oPQaq9urosPCUpGJR8107CtwXwLARI5p #Brahc63nQVighWQcpgiXfFgO4TJewLow {  }
 }@media only screen and (max-width: 763px) { #oPQaq9urosPCUpGJR8107CtwXwLARI5p #x70DWKvpTitAqbMpHzUhRxgXShQnDe5h {  }
 }@media only screen and (max-width: 763px) { #oPQaq9urosPCUpGJR8107CtwXwLARI5p #Scame9vQHpKpNmCXWrCeVveczmSUchdL {  }
 }@media only screen and (max-width: 763px) { #oPQaq9urosPCUpGJR8107CtwXwLARI5p #T3CJlQAvxCe7byzX0LUh1yXmJmy9MtIU {  }
 }@media only screen and (max-width: 763px) { #oPQaq9urosPCUpGJR8107CtwXwLARI5p #x46Au2VDyDiDPPI39DCZItKF9pD7F4v2 {  }
 }@media only screen and (max-width: 763px) { #oPQaq9urosPCUpGJR8107CtwXwLARI5p #MPTWcT1Js4SAHfJanRIcTO4fVdz2TQ2b {  }
 }@media only screen and (max-width: 763px) { #oPQaq9urosPCUpGJR8107CtwXwLARI5p #Jm7UMgeOpw9n8eHzC7MUrzpERVfV829x {  }
 }@media only screen and (max-width: 763px) { #oPQaq9urosPCUpGJR8107CtwXwLARI5p #RuCdME0CF7Uicx2pmQucr2LFv5zTFrbA {  }
 }@media only screen and (max-width: 763px) { #oPQaq9urosPCUpGJR8107CtwXwLARI5p #uXhiQ2ULRzDm9CPqcE9iEtUTvhyIp0bB {  }
 }@media only screen and (max-width: 763px) { #oPQaq9urosPCUpGJR8107CtwXwLARI5p #rREa7XUBFt5oyc6FW5Sn4tQWFEP78dWl {  }
 }@media only screen and (max-width: 763px) { #oPQaq9urosPCUpGJR8107CtwXwLARI5p #PRIzrcls8ApZXWWWg7tfXXakwWgQNXgV {  }
 }@media only screen and (max-width: 763px) { #P6obFKCyr4GrHZUpE6G8D3kitL1NdHem { width:26.3125rem;height:1.5rem;top:3.5625rem;left:10.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qloI3wGIFnAEbZ6UowLelmGVfnbbnDGZ { width:40.375rem;height:2.75rem;top:5.625rem;left:3.6875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRzfBUtLrsNi4C596Ix7aUKAqmgqJkAo { display:block; }#IRzfBUtLrsNi4C596Ix7aUKAqmgqJkAo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zbUU9W9LfFqaGgDxONZ6zqbXpmeuJHiT { width:35rem;height:5.5rem;top:4.875rem;left:6.375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTM8RXKMFFUOr4TIoVxg8bnFRL1QnBFv { width:31.25rem;height:6.0625rem;top:11.1875rem;left:8.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqEWndrb01AcALomigIqfTXTTbf5Ab1F { width:33.75rem;height:3.75rem;top:19.5rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJMKgNwVcwZwQrVonRqqJFeuGSEwBePS { display:block; }
 }@media only screen and (max-width: 763px) { #mRs3UtshkgvzUGH5poqzSl3Otm5UwRfv { width:31.25rem;height:1.4375rem;top:24.25rem;left:8.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1KK6Ttza7iwkHKGGTWFhbEeS2hJ7FiI { width:33.75rem;height:3.75rem;top:19.5rem;left:7rem;display:none; }
 }@media only screen and (max-width: 763px) { #m9HE75V0bELcn3Q6QDZQZkZMmCwKdQ4D { display:block; }
 }@media only screen and (max-width: 763px) { #s0r9bQREN2FWgo0D1IyMQSceKS2KBAxK { display:block; }#s0r9bQREN2FWgo0D1IyMQSceKS2KBAxK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HwGW4ULiN1KizEwCfZmVF8ct27BnDHbb { width:18.0625rem;height:5.5625rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xh63yEQSZF1ORiVARpBvkMMQKfEoRBwT { width:10.125rem;height:1.9375rem;top:15.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGT6PZWvGOoKiCJxHcUrWEFc6swZqk8v { width:16.0625rem;height:3.5625rem;top:18.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSiLxlexglEVbu5ay9nsnlP2BD6abfEV { width:13.75rem;height:2.875rem;top:22.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlTqC9nHUoha2UPCOvgIAiQopJb4sVQH { display:block; }
 }@media only screen and (max-width: 763px) { #lqX6L0nQ1GtT8urQ5oWwwODMS7OHQNiR { width:33.3125rem;height:18.5rem;top:6.8125rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIx0WE2LhOCcabHn4HLJxiupnUu3dU51 { width:10.6875rem;height:1.6875rem;top:28.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnNxRvSC5T3ud84n7Jqr75wd64KnAsKt { width:17.5rem;height:4.125rem;top:31.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT3abZDMLRTbliRwEiWPIh4hvqcA48NU { display:block; }#aT3abZDMLRTbliRwEiWPIh4hvqcA48NU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F4J9COVlee6Lu6LI0ihUUFMKpTVrvz8k { width:42.8125rem;height:3.75rem;top:3.25rem;left:2.46875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f9b83015-2766-4818-9490-714ac29073ee/BGMOBILE.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.adaptive-delivery-prevent-bg, #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.lazyload, #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.lazyloading { background-image: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { background-color: transparent; background-image: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,80,147,0.54); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,80,147,0.54); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .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); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { width:20rem;height:53.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DrgO7CXR8e794IewOwC2XCL1PQBa3mgr { width:19.375rem;height:10rem;top:11.4375rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:2.5rem;color:#ffffff;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #RoV8a6KiPhKFdPCQrLNHBGnzw0ic3Snt { width:19rem;height:9.75rem;top:22.125rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ILdSeUXCU3ZXzVp6k0yJF7TgeU4fMsMm { width:19.4375rem;height:3.75rem;top:33.375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bADRAocqDSg7khnxzisIFpOw4IVmorgZ { display:block; }
 }@media only screen and (max-width: 763px) { #CacRtT7Ll2qeCuJlEid0Br9poUh5Qc6x { width:7.8125rem;height:7.375rem;top:2.5625rem;left:6.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtk55ekTg6xfvaIZVgPPASgcMa7288dH { width:19.4375rem;height:3.75rem;top:37.8125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8GpgXHx0VDIIVB1UHlE182kNnicnCCA { display:block; }
 }@media only screen and (max-width: 763px) { #nITULglF8AtrqMwLc2G1MgcQnE9Cl0e6 { width:11.6875rem;height:1.4619125rem;top:43.1875rem;left:5.1875rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #c2qXfadZHzQk8M0SOurXEcNIXGTHFWlb { display:flex;width:1.625rem;height:1.625rem;top:43.125rem;left:3.1875rem; }
 }@media only screen and (max-width: 763px) { #fCgKTzr9Z2in41PTDEs48420J34Os5yb { width:12.8125rem;height:1.4619125rem;top:45.6875rem;left:4.625rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fwwgncvfFsNJK4kBlEgUEAmTQU7QDD8W { display:flex;width:1.625rem;height:1.625rem;top:45.5625rem;left:2.625rem; }
 }@media only screen and (max-width: 763px) { #IhxDDfolSrSdGXyveePbK5fRKVUT6Mic { width:16.875rem;height:1.3496125rem;top:48rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#ffffff;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tk4RseTb20f6wDLTpsdf62yiPiUGECTu { display:flex;width:1.625rem;height:1.625rem;top:47.8125rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #vHK1LtZT6DI0hQAF8mcsgsheQfNupMtp { display:block; }#vHK1LtZT6DI0hQAF8mcsgsheQfNupMtp > .row .container { width:20rem;height:24.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aEaRWDZryO9c5Aka1vuXTVvxNV7Zug1z { width:12.75rem;height:2.25rem;top:2.0625rem;left:3.625rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#35abc7;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #MtTvp91HmCCVltd2396iLu6yosVnmfxw { width:20rem;height:6rem;top:4.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#005093;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #kf97NMGeUhmSRBb3q5fwRnnP3uW8ewEw { width:18.6875rem;height:11.375rem;top:11.3125rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#373737;display:block; }
 }@media only screen and (max-width: 763px) { #H2U8nNDJUVhL5X0bUZcgtvwFpAN7xVVD { display:block; }#H2U8nNDJUVhL5X0bUZcgtvwFpAN7xVVD > .row .container { width:20rem;height:69.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iyi4nsIcm8CxQwJxlOf2xcTe0JqMEKS2 { width:10.0625rem;height:3.4375rem;top:5.25rem;left:3.1875rem;text-align:left;text-align-last:left;font-size:1.5625rem;color:#005093;display:block; }
 }@media only screen and (max-width: 763px) { #r3Gi65cFxz3QzNkySMN1F1z6Xd3wCudp { width:13.125rem;height:6.7480625rem;top:9.25rem;left:3.1875rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#373737;display:block; }
 }@media only screen and (max-width: 763px) { #E1HZgIutT88qODNf4IumiOf22n16xSoE { width:2.75rem;height:2.75rem;top:2.125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGmikK8TaEpJJHuridE2rfTOLyoJNzZW { width:12.3125rem;height:3.4375rem;top:21.9375rem;left:3.1875rem;text-align:left;text-align-last:left;font-size:1.5625rem;color:#005093;display:block; }
 }@media only screen and (max-width: 763px) { #E2glIXVrx96JnTxAKsyvthdEesE2Wiiq { width:13.625rem;height:6.7480625rem;top:25.875rem;left:3.1875rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#373737;display:block; }
 }@media only screen and (max-width: 763px) { #KKzx8szIcC4VamMNBxrhdmBu2wllPxVv { width:2.75rem;height:2.75rem;top:18.8125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WE1itAtTNgbcfRyeJL0gP5pUTDtAqrrD { width:11.25rem;height:3.4375rem;top:38.625rem;left:3.1875rem;text-align:left;text-align-last:left;font-size:1.5625rem;color:#005093;display:block; }
 }@media only screen and (max-width: 763px) { #qNJo0TDtItDsTgiQnLIKc8S6NUIqI13l { width:13.125rem;height:6.7480625rem;top:42.75rem;left:3.1875rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#373737;display:block; }
 }@media only screen and (max-width: 763px) { #wRLvntQAoOih8bHQl4E53EDgSNJXoEbX { width:2.75rem;height:2.75rem;top:35.1875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8X97x7lyKi1scpV3Wh9SH0OTCPfg9pF { width:12.5rem;height:3.4375rem;top:54.75rem;left:3.1875rem;text-align:left;text-align-last:left;font-size:1.5625rem;color:#005093;display:block; }
 }@media only screen and (max-width: 763px) { #QS0xK120eB6XGoiHTPdXueDLKTKzlZem { width:12.3125rem;height:6.7480625rem;top:59rem;left:3.1875rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#373737;display:block; }
 }@media only screen and (max-width: 763px) { #ImA6GQlAJtUTwHvd9EHuaKp5TVTbFFNu { width:2.75rem;height:2.75rem;top:51.8125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbnN9Ii9w8NUfpPBX9STZyNH3q9cBMiV { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #005093, #024278);background-image: -moz-linear-gradient(180deg, #005093, #024278);background-image: -ms-linear-gradient(180deg, #005093, #024278);background-image: -o-linear-gradient(180deg, #005093, #024278);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#005093', endColorstr='#024278' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#005093', endColorstr='#024278' );";background-image: linear-gradient(180deg, #005093, #024278);background-size:auto !important;display:block; }#VbnN9Ii9w8NUfpPBX9STZyNH3q9cBMiV > .row .container { background-color: transparent; background-image: none; }#VbnN9Ii9w8NUfpPBX9STZyNH3q9cBMiV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbnN9Ii9w8NUfpPBX9STZyNH3q9cBMiV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbnN9Ii9w8NUfpPBX9STZyNH3q9cBMiV > .row .container > .video-iframe-container { display: none; }#VbnN9Ii9w8NUfpPBX9STZyNH3q9cBMiV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbnN9Ii9w8NUfpPBX9STZyNH3q9cBMiV > .row > .video-iframe-container { display: none; }#VbnN9Ii9w8NUfpPBX9STZyNH3q9cBMiV > .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); }#VbnN9Ii9w8NUfpPBX9STZyNH3q9cBMiV > .row .container { width:20rem;height:57.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l9ro1acniBzpke9TZgeiKcnTwXZcDnQh { width:20rem;height:1.125rem;top:3.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#62e8ff;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #CHlDIzlmT10pWCw8oTUl8zHI4UBIwn4T { width:20rem;height:0;top:4.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;color:#ffffff;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #PEnoxsF1sBnb05U7UbpDta5iU3T7FXoR { width:18.5625rem;height:30.875rem;top:15.3125rem;left:0.71875rem;text-align:left;text-align-last:left;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Qu9eia6T6HZBTGQPTIZQkeha9gduRmu9 { width:19.3125rem;height:3.75rem;top:49.6875rem;left:0.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZAQimvhzJ1sDl7GBi09XQQzuTuUx5qSF { display:block; }
 }@media only screen and (max-width: 763px) { #Tv7pfAcwsqRNN4V4KDDEIkDAQn7W43Pb { width:20rem;height:1.5625rem;top:5.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#ffffff;line-height:1;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #H6XddffoTCPEWcw29UDXFANc0vZpoD2o { width:20rem;height:6rem;top:7rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#ffffff;line-height:1;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #zG7wKTtpzdaqHyB7VhMrKlT4dkpKKpoK { width:19.3125rem;height:4.625rem;top:49.0625rem;left:0.34375rem;z-index:15009;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Qlibz61owTSW2E8i5kPQKS7dIpMeG9hC { display:block; }
 }@media only screen and (max-width: 763px) { #D7vEcdt469sF8E5ZP0spcQJyUlyomzds { display:block; }#D7vEcdt469sF8E5ZP0spcQJyUlyomzds > .row .container { width:20rem;height:12.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W2B68VnO5oeEtN2KPbITfpUoiglT34h6 { width:10.8125rem;height:2.25rem;top:2.5625rem;left:4.59375rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#35abc7;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #w6EABk1zrceZlS9TuxcOgqhLTVnbDIC3 { width:20rem;height:6rem;top:5.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#005093;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #iFrOBZah3A2ka2852PKcfLpXMcIwrrM2 { display:block; }#iFrOBZah3A2ka2852PKcfLpXMcIwrrM2 > .row .container { width:20rem;height:103.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MWao0AVuQgHzpboUaEsm9kWhcsk5CDss { width:14.9375rem;height:5.3984375rem;top:26.8125rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#373737;display:block; }
 }@media only screen and (max-width: 763px) { #Elm5IB2wBvJgQ1Gc3IiWZXODictWZxkx { width:11.6875rem;height:3.4375rem;top:22.625rem;left:5.875rem;text-align:left;text-align-last:left;font-size:1.5625rem;color:#005093;display:block; }
 }@media only screen and (max-width: 763px) { #qKWQLAoGqTTiGGM8csCgnym4OlJZVi3f { width:1.9375rem;height:2rem;top:23.5rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:2rem;color:#ffffff;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #OeLEZQ64eJzrvN4OEolVmTzQrRNktfis { width:2.75rem;height:2.75rem;top:23rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3wzEsVDcXZNXz2VTTF1CMmuI28F5oid { width:14.1875rem;height:19.875rem;top:1.375rem;left:2.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZX6AUXOvQamxJ6JUmsDCm7HJm90MaiGO { width:14.1875rem;height:19.875rem;top:1.25rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTQy8AGJXPs00vzO4bhR9lxHnT0IAMxT { width:15.9375rem;height:5.3984375rem;top:60.625rem;left:2.0625rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#373737;display:block; }
 }@media only screen and (max-width: 763px) { #MvcGnpHJd5y5Emvl3rlsFv1Vb7MiR9er { width:2.75rem;height:2.75rem;top:56.625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyHbhqFT28PTxEKsbJVby0u3n7zWDQU2 { width:1.9375rem;height:2rem;top:57.0625rem;left:2.5rem;text-align:center;text-align-last:center;font-size:2rem;color:#ffffff;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #CTdqwIwEiTWK3hmLNbzuZtBluOHOmMKr { width:10.375rem;height:3.4375rem;top:56.375rem;left:5.4375rem;text-align:left;text-align-last:left;font-size:1.5625rem;color:#005093;display:block; }
 }@media only screen and (max-width: 763px) { #GFbFWfQ5QO6txbITS7F566TH1OvvKsyv { width:14.1875rem;height:19.875rem;top:35.375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPqR8e4LQXE3aeXWAiOe8aHvU4ThRznC { width:14.1875rem;height:19.875rem;top:35.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNP8ufrhRZhm1QTnea6byOfVT47e07l4 { width:15.3125rem;height:5.3984375rem;top:95.4375rem;left:2.375rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#373737;display:block; }
 }@media only screen and (max-width: 763px) { #T82FCan6ALttyAbScOeBCH89zTT0DcJI { width:2.75rem;height:2.75rem;top:91.4375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORumAiBloA0y8cbSfIUrUSun9X7ixfIO { width:1.9375rem;height:2rem;top:91.875rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:2rem;color:#ffffff;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #um5xHDvkDNMwBqh1CKKsLvENrddNCq1u { width:11.875rem;height:3.4375rem;top:91.125rem;left:5.5rem;text-align:left;text-align-last:left;font-size:1.5625rem;color:#005093;display:block; }
 }@media only screen and (max-width: 763px) { #ZpDJPzTsIo54fPdBwzaduFxXlE64zgyR { width:14.1875rem;height:19.875rem;top:70.0625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3xSmniwuCBsTSBfenvPs4kzDPMI26r7 { width:14.1875rem;height:19.875rem;top:69.75rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #grfoyCWZOmoNCNNGEvVsGAwbi6bQbmT4 { display:block; }#grfoyCWZOmoNCNNGEvVsGAwbi6bQbmT4 > .row .container { width:20rem;height:10.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bS3hp8JfE0UOwc7RqgKL7tWebx9ZQ0i2 { width:20rem;height:1.25rem;top:3.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#35abc7;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #sZyl3cSseeT1ib95ywes67vULpq33LIE { width:20rem;height:4rem;top:5.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#005093;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #mcW1oU5QiLsTwfcdUcMR3qNhSRtFp14w { display:block; }#mcW1oU5QiLsTwfcdUcMR3qNhSRtFp14w > .row .container { width:20rem;height:85.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PvMRze8yuAKUnb3cwq29gvlzbiw6fgHL { width:5.125rem;height:2.5rem;top:3.53125rem;left:3.40625rem;text-align:center;text-align-last:center;font-size:2.5rem;color:#005093;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ucpPNrHGV0Zs1wbTIiInhWbookGZyySq { width:7rem;height:2.75rem;top:6.28125rem;left:3.40625rem;text-align:left;text-align-last:left;font-size:1.375rem;color:#35abc7;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #cXOsNeelga8bJhgrq4QfdprNx9PsLcEi { width:13.125rem;height:8.097625rem;top:9.59375rem;left:3.40625rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#373737;display:block; }
 }@media only screen and (max-width: 763px) { #mP8y9nZ1ieq0pOUEM5TPEJQJUtnQMdIH { width:16.6875rem;height:18.6875rem;top:1.25rem;left:1.625rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #BpT1RXx9CyIXTSQObeX0GqPnRDZEazWT { width:16.6875rem;height:18.6875rem;top:1.15625rem;left:1.65625rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #PRt9rVBTm7hGboCJrfRTEnHnbQXCaTJw { width:16.6875rem;height:18.6875rem;top:21.875rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6oxBN1N1Vn8pTNrKlCThe3m1C9rnxD8 { width:16.6875rem;height:18.6875rem;top:21.78125rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQHvXVJUS0ALaX5pqMveSWTzJdnLBG3r { width:13.25rem;height:8.097625rem;top:30.1875rem;left:3.375rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#373737;display:block; }
 }@media only screen and (max-width: 763px) { #CJdVv2A5W1MPH94yBps7d1TOzi3JtC3y { width:13.5rem;height:2.75rem;top:26.5625rem;left:3.40625rem;text-align:left;text-align-last:left;font-size:1.375rem;color:#35abc7;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #HdUNlTeFdskQwplvlT3SLvDSHGJzy4CO { width:5.125rem;height:2.5rem;top:24.0625rem;left:3.40625rem;text-align:left;text-align-last:left;font-size:2.5rem;color:#005093;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #g0MHqXOcD8TAwzsquDlwSGkkpTiW08g6 { width:16.6875rem;height:18.6875rem;top:42.375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uofDkekqVrqXZ7QrwqD4Ps6X2Mv1iHBL { width:16.6875rem;height:18.6875rem;top:42.3125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6ZecANBEKgpT7gpsLUrh6eVXvkuewKT { width:13.5rem;height:1.375rem;top:48.25rem;left:3.375rem;text-align:left;text-align-last:left;font-size:1.375rem;color:#35abc7;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #TWoJRBdH76mzv5czKazk8ixwmzavdBUo { width:13.25rem;height:8.097625rem;top:50.75rem;left:3.375rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#373737;display:block; }
 }@media only screen and (max-width: 763px) { #VQUuiKbqVHs2IJMfunB5L2RahfaZoxXK { width:16.6875rem;height:18.6875rem;top:63.0625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbfTyhFBPmImbtV8GctJHRpVaMiqAsCO { width:16.6875rem;height:18.6875rem;top:63rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mATdpVwEFdGzhhrL6mC7zqLQz6KCSaVc { width:13.5rem;height:2.75rem;top:68.125rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:1.375rem;color:#35abc7;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #STtuSGRD6fU7KQXTNVUad5Je4WieRM4B { width:12.625rem;height:8.097625rem;top:71.4375rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#373737;display:block; }
 }@media only screen and (max-width: 763px) { #rTJMtbOes5bMDbIRy2dNVSZdWOTsmZW8 { display:flex;width:2.9375rem;height:2.9375rem;top:44.625rem;left:3.375rem; }
 }@media only screen and (max-width: 763px) { #E2H8JyrMSiTz4XePxTDRmEIRD2Gxusoh { display:flex;width:2.9375rem;height:2.9375rem;top:64.5625rem;left:3.4375rem; }
 }@media only screen and (max-width: 763px) { #boyXP8NhcCCXIyxoact2wgqmTqUiEbrT { display:block; }#boyXP8NhcCCXIyxoact2wgqmTqUiEbrT > .row .container { width:20rem;height:88.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vcH5qOOuMIHa8tLb9zAGLCnN0FnrmUSf { width:20rem;height:2.5rem;top:3.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#62e8ff;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #aeofbAZQQdwTpeCt2S02UKMmqs4TIvOs { width:17.5625rem;height:6rem;top:6.375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:2rem;color:#ffffff;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #mE4gLdyIIfw2CywbEw4ETCisSKM2ALXv { width:18.125rem;height:34.125rem;top:13.462890625rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IBoacA3mtNhRmTF74t50EOLlOZus2rxe { width:5.125rem;height:2rem;top:50.5rem;left:7.4375rem;text-align:center;text-align-last:center;font-size:2rem;color:#62e8ff;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #fTwe0cvs72uVIGrsrp75igwuZTezpNyp { width:8.6875rem;height:3.375rem;top:52.5rem;left:5.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #cSW28kZISDt6N8RlxRnTS2qDAVGRkOSP { width:5.125rem;height:2rem;top:59.3125rem;left:7.4375rem;text-align:center;text-align-last:center;font-size:2rem;color:#62e8ff;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #NnwhvTvviZ9ldDk6KS5egHLA9F9UEKUe { width:7.5625rem;height:3.375rem;top:61.4375rem;left:6.21875rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #czOfTcEI7fkJkPdU9HEXX3hwRifBlKf4 { width:6.375rem;height:2rem;top:67.875rem;left:6.8125rem;text-align:center;text-align-last:center;font-size:2rem;color:#62e8ff;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Bdbcx7Fldg9lfzbZTpkXQQDMmsBXulwA { width:7.375rem;height:4.5rem;top:70.0625rem;left:6.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #a27XAd9OOlZqu7XOz3zLxADombTCaFun { width:8.9375rem;height:4.5rem;top:80.826171875rem;left:5.53125rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #wOKvGggedmZ11Wb6AW3OyaG08lGIP4L8 { display:flex;width:2.625rem;height:2.625rem;top:77.5625rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #IWRVDvOBXw9Vfq5iUKo1uJRfwJ0Hb3Bm { width:9.125rem;height:1.5625rem;top:49.625rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5Fd5TyvKi2xpf9WwJBhJ6rGAJzDMqKR { width:9.125rem;height:1.5625rem;top:58.4375rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsUZSCLeyvKrdIlEmEV7icVloWT46CcB { width:9.125rem;height:1.5625rem;top:66.9375rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxgF6ErwwlVzE2eQhz8rd8Lbs25VFnNT { width:9.125rem;height:1.5625rem;top:76.5rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4p09qvByX7qsePF2UhAwSQ2muaFXF5c { display:block; }#L4p09qvByX7qsePF2UhAwSQ2muaFXF5c > .row .container { width:20rem;height:42.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oPQaq9urosPCUpGJR8107CtwXwLARI5p .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oPQaq9urosPCUpGJR8107CtwXwLARI5p .accordion-heading-text { line-height:1.4;overflow:hidden;height:auto; }
#oPQaq9urosPCUpGJR8107CtwXwLARI5p { display:flex;height:auto;width:17.5rem;top:9.75rem;left:0rem; }
#oPQaq9urosPCUpGJR8107CtwXwLARI5p .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #oPQaq9urosPCUpGJR8107CtwXwLARI5p #oIaaisxibu3mxl4u5XHWeWWgigDHL49W {  }
 }@media only screen and (max-width: 763px) { #oPQaq9urosPCUpGJR8107CtwXwLARI5p #IRTSHMFacTQGrdFyFtAWtaGLWwQ7HKL5 {  }
 }@media only screen and (max-width: 763px) { #oPQaq9urosPCUpGJR8107CtwXwLARI5p #elv6epsTx4ETCrwtdM4JQwfX4JSWxLJK {  }
 }@media only screen and (max-width: 763px) { #oPQaq9urosPCUpGJR8107CtwXwLARI5p #Jt4pdpxdLiNAPmarX24bumri2T1Z9yxp {  }
 }@media only screen and (max-width: 763px) { #oPQaq9urosPCUpGJR8107CtwXwLARI5p #tvdKial0I7q579zwz1Vgny9m1Ww96DMH {  }
 }@media only screen and (max-width: 763px) { #oPQaq9urosPCUpGJR8107CtwXwLARI5p #lAyXNDKiy1CJHEkxTm8tJiMNLO7NCBJP {  }
 }@media only screen and (max-width: 763px) { #oPQaq9urosPCUpGJR8107CtwXwLARI5p #gziRMixu8G05P4LOAgAoSKzTRAH5vCR4 {  }
 }@media only screen and (max-width: 763px) { #oPQaq9urosPCUpGJR8107CtwXwLARI5p #xsyAe3L37G0b4xxsCIZ1hT8UAZK1iQLr {  }
 }@media only screen and (max-width: 763px) { #oPQaq9urosPCUpGJR8107CtwXwLARI5p #WgLcy3I7USqFQfWEihDVoRLo7tnRVyA8 {  }
 }@media only screen and (max-width: 763px) { #oPQaq9urosPCUpGJR8107CtwXwLARI5p #Brahc63nQVighWQcpgiXfFgO4TJewLow {  }
 }@media only screen and (max-width: 763px) { #oPQaq9urosPCUpGJR8107CtwXwLARI5p #x70DWKvpTitAqbMpHzUhRxgXShQnDe5h {  }
 }@media only screen and (max-width: 763px) { #oPQaq9urosPCUpGJR8107CtwXwLARI5p #Scame9vQHpKpNmCXWrCeVveczmSUchdL {  }
 }@media only screen and (max-width: 763px) { #oPQaq9urosPCUpGJR8107CtwXwLARI5p #T3CJlQAvxCe7byzX0LUh1yXmJmy9MtIU {  }
 }@media only screen and (max-width: 763px) { #oPQaq9urosPCUpGJR8107CtwXwLARI5p #x46Au2VDyDiDPPI39DCZItKF9pD7F4v2 {  }
 }@media only screen and (max-width: 763px) { #oPQaq9urosPCUpGJR8107CtwXwLARI5p #MPTWcT1Js4SAHfJanRIcTO4fVdz2TQ2b {  }
 }@media only screen and (max-width: 763px) { #oPQaq9urosPCUpGJR8107CtwXwLARI5p #Jm7UMgeOpw9n8eHzC7MUrzpERVfV829x {  }
 }@media only screen and (max-width: 763px) { #oPQaq9urosPCUpGJR8107CtwXwLARI5p #RuCdME0CF7Uicx2pmQucr2LFv5zTFrbA {  }
 }@media only screen and (max-width: 763px) { #oPQaq9urosPCUpGJR8107CtwXwLARI5p #uXhiQ2ULRzDm9CPqcE9iEtUTvhyIp0bB {  }
 }@media only screen and (max-width: 763px) { #oPQaq9urosPCUpGJR8107CtwXwLARI5p #rREa7XUBFt5oyc6FW5Sn4tQWFEP78dWl {  }
 }@media only screen and (max-width: 763px) { #oPQaq9urosPCUpGJR8107CtwXwLARI5p #PRIzrcls8ApZXWWWg7tfXXakwWgQNXgV {  }
 }@media only screen and (max-width: 763px) { #P6obFKCyr4GrHZUpE6G8D3kitL1NdHem { width:20rem;height:1.25rem;top:3.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#35abc7;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #qloI3wGIFnAEbZ6UowLelmGVfnbbnDGZ { width:20rem;height:4rem;top:5.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#005093;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #IRzfBUtLrsNi4C596Ix7aUKAqmgqJkAo { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3c4fbd97-add2-4642-8bcc-ed4249fe9cc3/BG2MOBILE.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#IRzfBUtLrsNi4C596Ix7aUKAqmgqJkAo.adaptive-delivery-prevent-bg, #IRzfBUtLrsNi4C596Ix7aUKAqmgqJkAo.lazyload, #IRzfBUtLrsNi4C596Ix7aUKAqmgqJkAo.lazyloading { background-image: none; }#IRzfBUtLrsNi4C596Ix7aUKAqmgqJkAo > .row .container { background-color: transparent; background-image: none; }#IRzfBUtLrsNi4C596Ix7aUKAqmgqJkAo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,80,147,0.61); }#IRzfBUtLrsNi4C596Ix7aUKAqmgqJkAo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IRzfBUtLrsNi4C596Ix7aUKAqmgqJkAo > .row .container > .video-iframe-container { display: none; }#IRzfBUtLrsNi4C596Ix7aUKAqmgqJkAo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,80,147,0.61); }#IRzfBUtLrsNi4C596Ix7aUKAqmgqJkAo > .row > .video-iframe-container { display: none; }#IRzfBUtLrsNi4C596Ix7aUKAqmgqJkAo > .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); }#IRzfBUtLrsNi4C596Ix7aUKAqmgqJkAo > .row .container { width:20rem;height:29.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zbUU9W9LfFqaGgDxONZ6zqbXpmeuJHiT { width:20rem;height:4rem;top:3.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#ffffff;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #lTM8RXKMFFUOr4TIoVxg8bnFRL1QnBFv { width:19.3125rem;height:8.93554375rem;top:7.6875rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OqEWndrb01AcALomigIqfTXTTbf5Ab1F { width:19rem;height:3.75rem;top:19.9375rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #JJMKgNwVcwZwQrVonRqqJFeuGSEwBePS { display:block; }
 }@media only screen and (max-width: 763px) { #mRs3UtshkgvzUGH5poqzSl3Otm5UwRfv { width:18.625rem;height:2.923825rem;top:23.875rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #m1KK6Ttza7iwkHKGGTWFhbEeS2hJ7FiI { width:19rem;height:4.5625rem;top:18.75rem;left:0.5rem;z-index:15010;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #m9HE75V0bELcn3Q6QDZQZkZMmCwKdQ4D { display:block; }
 }@media only screen and (max-width: 763px) { #s0r9bQREN2FWgo0D1IyMQSceKS2KBAxK { display:block; }#s0r9bQREN2FWgo0D1IyMQSceKS2KBAxK > .row .container { width:20rem;height:66.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HwGW4ULiN1KizEwCfZmVF8ct27BnDHbb { width:15.625rem;height:4.8125rem;top:2.8125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xh63yEQSZF1ORiVARpBvkMMQKfEoRBwT { width:18.75rem;height:1.94921875rem;top:10.5rem;left:0.625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CGT6PZWvGOoKiCJxHcUrWEFc6swZqk8v { width:18.75rem;height:3.5996125rem;top:12.4375rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uSiLxlexglEVbu5ay9nsnlP2BD6abfEV { width:13.75rem;height:2.875rem;top:16.875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlTqC9nHUoha2UPCOvgIAiQopJb4sVQH { display:block; }
 }@media only screen and (max-width: 763px) { #lqX6L0nQ1GtT8urQ5oWwwODMS7OHQNiR { width:20rem;height:18.5rem;top:30.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIx0WE2LhOCcabHn4HLJxiupnUu3dU51 { width:10.6875rem;height:1.5625rem;top:22.75rem;left:4.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#000000;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #SnNxRvSC5T3ud84n7Jqr75wd64KnAsKt { width:17.5rem;height:3.75rem;top:25.5625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#000000;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #aT3abZDMLRTbliRwEiWPIh4hvqcA48NU { display:block; }#aT3abZDMLRTbliRwEiWPIh4hvqcA48NU > .row .container { width:20rem;height:14.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F4J9COVlee6Lu6LI0ihUUFMKpTVrvz8k { width:20rem;height:9.375rem;top:2.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#000000;line-height:1.2;display:block; }
 }