.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#197278;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/43a20832-b2be-46db-a6ed-c12dc09932b2/Bg_homekopia.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container {  }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:"open sans";height:47.875rem;width:75rem;overflow:visible;position:relative;display:block; }#DGyy0vqhbkyqka45MlMus4p5Iu2aUOmr { color:#000000;display:block;width:44.0625rem;position:absolute;font-family:"montserrat extrabold";font-size:4rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:10.1875rem;left:0rem;height:10.3984375rem;display:block; }
#KJtMkxo8XAS4Tl5LorXOQev0asy3sTdq { color:#000000;display:block;width:42.5625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:100001;line-height:1.5;letter-spacing:0;top:21.436820983887rem;left:0rem;height:11.25rem;display:block; }
#DQ9ccsN4LONTMmfILcQJF5aGhlNoq6tM { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.1875rem;width:10.75rem;top:2.125rem;left:0rem;overflow:hidden;display:block; }
#Q5ZMQkIbcJGt0vD8aNp1xQdxmfv6ksMM { background-color:#e30512;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.9375rem;height:4rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:33.311717987061rem;left:0rem;display:block; }
#tNnEOvTUNuigDoUG1KraiEiK0R2fIZ2A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GSWTXbJdTN6WeeozryCBVTcxx6yJUKpB { position:absolute;display:block;z-index:100000;background-color:#197278;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(255,255,255,0.5);border-left:0.0625rem solid rgba(255,255,255,0.5);border-right:0.0625rem solid rgba(255,255,255,0.5);border-bottom:0.0625rem solid rgba(255,255,255,0.5);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:19.125rem;width:14.375rem;top:43.1875rem;left:14.875rem;display:block; }
#lkH5lM8NvZTOurqZmmDNOdUBXDEODFPC { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.18671875rem;width:4.56171875rem;top:46.251563072204rem;left:19.75rem;overflow:hidden;display:block; }
#ROx3yQzxhMhuAcnehnuf1wIphiALVpE8 { position:absolute;display:block;z-index:99999;background-color:#197278;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(255,255,255,0.5);border-left:0.0625rem solid rgba(255,255,255,0.5);border-right:0.0625rem solid rgba(255,255,255,0.5);border-bottom:0.0625rem solid rgba(255,255,255,0.5);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:19.125rem;width:14.375rem;top:43.1875rem;left:30.25rem;display:block; }
#eqSLH7ucBVG4e8pBPEUNfuVV1m8C2ptX { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.3125rem;width:4.3125rem;top:46.188281059265rem;left:35.343751907349rem;overflow:hidden;display:block; }
#MNJlHO5TWZrwd9OLQRVT8qW9A9aRoJd4 { position:absolute;display:block;z-index:99998;background-color:#197278;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(255,255,255,0.5);border-left:0.0625rem solid rgba(255,255,255,0.5);border-right:0.0625rem solid rgba(255,255,255,0.5);border-bottom:0.0625rem solid rgba(255,255,255,0.5);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:19.125rem;width:14.375rem;top:43.1875rem;left:45.75rem;display:block; }
#qBiNa5oDWncObMCerIv0vkRB0yTdmOHV { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:4.31171875rem;top:46.157031059265rem;left:50.843751907349rem;overflow:hidden;display:block; }
#ZATAfOB0ISCVHNW04oIbZ8Mppap0JO8y { position:absolute;display:block;z-index:99997;background-color:#008695;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(255,255,255,0.5);border-left:0.0625rem solid rgba(255,255,255,0.5);border-right:0.0625rem solid rgba(255,255,255,0.5);border-bottom:0.0625rem solid rgba(255,255,255,0.5);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:19.125rem;width:14.375rem;top:43.1875rem;left:45.75rem;display:block; }
#JCilVN8JzTO5TNVkQ8lJTClRQ5QUVI7K { position:absolute;display:block;z-index:99996;background-color:#008695;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(255,255,255,0.5);border-left:0.0625rem solid rgba(255,255,255,0.5);border-right:0.0625rem solid rgba(255,255,255,0.5);border-bottom:0.0625rem solid rgba(255,255,255,0.5);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:19.125rem;width:14.375rem;top:43.1875rem;left:30.25rem;display:block; }
#pcf1DqMxNc9khQGbsgVJVG6rmc0a7QOR { position:absolute;display:block;z-index:99995;background-color:#008695;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(255,255,255,0.5);border-left:0.0625rem solid rgba(255,255,255,0.5);border-right:0.0625rem solid rgba(255,255,255,0.5);border-bottom:0.0625rem solid rgba(255,255,255,0.5);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:19.125rem;width:14.375rem;top:43.1875rem;left:14.875rem;display:block; }
#ahg4X3xcUFixZhXHquVgdEv8GZJTMVdQ { background-color:transparent;background-image:none;border-top:0.1875rem solid #e30512;border-left:0.1875rem solid #e30512;border-right:0.1875rem solid #e30512;border-bottom:0.1875rem solid #e30512;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-sizing:border-box;color:#e30512;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:4rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:33.311717987061rem;left:22.85000038147rem;display:block; }
#wzxgHNLotGCDhRdZKhJJSetpMw5sRmrD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vKuKuK4o5TdFG95PEu9Rx5PfrPKvqM3x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;background-image:none;position:relative;display:block; }#vKuKuK4o5TdFG95PEu9Rx5PfrPKvqM3x > .row .container { background-color: transparent; background-image: none; }#vKuKuK4o5TdFG95PEu9Rx5PfrPKvqM3x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKuKuK4o5TdFG95PEu9Rx5PfrPKvqM3x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKuKuK4o5TdFG95PEu9Rx5PfrPKvqM3x > .row .container > .video-iframe-container { display: none; }#vKuKuK4o5TdFG95PEu9Rx5PfrPKvqM3x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKuKuK4o5TdFG95PEu9Rx5PfrPKvqM3x > .row > .video-iframe-container { display: none; }#vKuKuK4o5TdFG95PEu9Rx5PfrPKvqM3x > .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); }#vKuKuK4o5TdFG95PEu9Rx5PfrPKvqM3x > .row .container { border-width: 0; border-radius: 0; }#vKuKuK4o5TdFG95PEu9Rx5PfrPKvqM3x > .row > .video-iframe-container {  }#vKuKuK4o5TdFG95PEu9Rx5PfrPKvqM3x > .row .container { font-size:0.875rem;font-family:arial;height:29.9375rem;width:75rem;position:relative;display:block; }#C3929P8Fw2PGpxUIrasGaTyOU7FLBdJ1 { color:#000000;display:block;width:10.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100007;line-height:1.4;letter-spacing:0;top:3.75rem;left:16.9375rem;height:5.59765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Sxu1zS4N3ArV3MQeUbAr6o4TX36vqR3M { color:#000000;display:block;width:10.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100008;line-height:1.4;letter-spacing:0;top:3.75rem;left:32.25rem;height:4.19824375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qLmXZgILxmcF3DKOTvnTTK6dOtOSkRkV { color:#000000;display:block;width:8.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100009;line-height:1.4;letter-spacing:0;top:3.75rem;left:48.6875rem;height:2.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UHZeqxcR5CQqsuK2nZRa2nS54MJ0zTHf { color:#000000;display:block;width:45.375rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:16.39999961853rem;left:14.8125rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ymyLzmIXWoMcrQkU5d5aQrLQe0Mq5l7B { color:#000000;display:block;width:46.625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:19.625rem;left:14.1875rem;height:3.4125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nKVtVSU5RrSo8MUtVTTpOzbDWXogFlBu { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.1873302459717rem;width:4.5618209838867rem;top:46.436820983887rem;left:19.750339508057rem;overflow:hidden;display:none; }
#T8tXkXRJwRQXfnKgaNNzJlRoIHG7LkHJ { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.1873302459717rem;width:4.1873302459717rem;top:46.39351272583rem;left:35.405910491943rem;overflow:hidden;display:none; }
#zrKbkRMW88AS6HacyX2PwO6KnGJEITGD { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:4.3125rem;top:46.143005371094rem;left:50.678501129151rem;overflow:hidden;display:none; }
#Gv1AqK8z9kXTBSt7PzIfV5z05iEhi5rG { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#ihkXSKkaUs74uVRpyM8eJdG4FJJ4Tocr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/783ae6ea-1731-49bf-9e60-8d8a87021f56/bg_zapis.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#ihkXSKkaUs74uVRpyM8eJdG4FJJ4Tocr.adaptive-delivery-prevent-bg, #ihkXSKkaUs74uVRpyM8eJdG4FJJ4Tocr.lazyload, #ihkXSKkaUs74uVRpyM8eJdG4FJJ4Tocr.lazyloading { background-image: none; }#ihkXSKkaUs74uVRpyM8eJdG4FJJ4Tocr > .row .container { background-color: transparent; background-image: none; }#ihkXSKkaUs74uVRpyM8eJdG4FJJ4Tocr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(25,114,120,0.78); }#ihkXSKkaUs74uVRpyM8eJdG4FJJ4Tocr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ihkXSKkaUs74uVRpyM8eJdG4FJJ4Tocr > .row .container > .video-iframe-container { display: none; }#ihkXSKkaUs74uVRpyM8eJdG4FJJ4Tocr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(25,114,120,0.78); }#ihkXSKkaUs74uVRpyM8eJdG4FJJ4Tocr > .row > .video-iframe-container { display: none; }#ihkXSKkaUs74uVRpyM8eJdG4FJJ4Tocr > .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); }#ihkXSKkaUs74uVRpyM8eJdG4FJJ4Tocr > .row .container { border-width: 0; border-radius: 0; }#ihkXSKkaUs74uVRpyM8eJdG4FJJ4Tocr::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#ihkXSKkaUs74uVRpyM8eJdG4FJJ4Tocr > .row > .video-iframe-container {  }#ihkXSKkaUs74uVRpyM8eJdG4FJJ4Tocr > .row .container { font-size:0.875rem;font-family:arial;height:41.625rem;width:75rem;position:relative;display:block; }#hruhhKIwSVDbXucxLJ6UsIDgBhoFUNvq { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.3125rem 0.1875rem 0.9375rem rgba(0,0,0,0.45) ;height:7.3125rem;width:7.3125rem;top:16.5625rem;left:7.25rem;display:block; }
#CeSAeQkpN3lyWeDKoEJaAfJiLkXr8APG { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:55.875rem;top:20.1875rem;left:8.5rem;display:block; }
#wT9w4HXgoOTiTMPgIADzxD0WTEfhfMyc { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5623302459717rem;width:3.3746604919434rem;top:18.461448669434rem;left:26.343410491943rem;overflow:hidden;display:block; }
#ZPNOhu2aa4zLysPxTHIbGQoz2s0yiVgn { color:#000000;display:block;width:44.0625rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:7.25rem;left:15.5rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tLk80HcfN7vxMTlTMoSsXnSO5UqFXwQ0 { color:#000000;display:block;width:44.0625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:10.8125rem;left:15.5rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pGZCIl6USDHNi1DPNDy7PPpGcQOyyRU8 { color:#000000;display:block;width:12.75rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:26rem;left:4.5rem;height:3.0859375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zDoZwI8db7KsQKLCsC3TaskGmKO03Vqb { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.3125rem 0.1875rem 0.9375rem rgba(0,0,0,0.45) ;height:7.3125rem;width:7.3125rem;top:16.5625rem;left:24.375rem;display:block; }
#c1MF8ruT3yswL0QBgtqL5UX7Afmh5LGC { color:#000000;display:block;width:12.75rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:26rem;left:21.625rem;height:3.0859375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IHmeTaqaOWmHDTaHeMNEoBpcfnPUaKgz { position:absolute;display:block;z-index:100004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.3125rem 0.1875rem 0.9375rem rgba(0,0,0,0.45) ;height:7.3125rem;width:7.3125rem;top:16.5625rem;left:42.625rem;display:block; }
#cMerqOskiZLmtxA18ATGkfnUpqqsRUhG { color:#000000;display:block;width:12.75rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:26rem;left:39.875rem;height:4.62890625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CIJrUzDRNwwQ9GzeAuw3USuFcD9e6UI8 { color:#000000;display:block;width:13.625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:26rem;left:56.9375rem;height:3.0859375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U1z4ZaXoxu4tGKE0kVnADENQN1rRRtsF { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.3125rem 0.1875rem 0.9375rem rgba(0,0,0,0.45) ;height:7.3125rem;width:7.3125rem;top:16.5625rem;left:60.125rem;display:block; }
#sVGx6byiuHR255thPmNtFCL5Uu59W2F5 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.3746604919434rem;width:3.3746604919434rem;top:18.554008483887rem;left:9.2170524597169rem;overflow:hidden;display:block; }
#V4NJMQ7CHiMSD3kRGWQZnMnyfyZie9es { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5625rem;width:3.5625rem;top:18.4375rem;left:44.5rem;overflow:hidden;display:block; }
#P4VqCpdisEwvmcTFdFpVXDJPSgUMJRt8 { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5625rem;width:3.5625rem;top:18.3125rem;left:62rem;overflow:hidden;display:block; }
#Ga3sTJH070ACzQfVv0nx8QLy1o9BKhN1 { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:5.5rem;width:51.5rem;top:36.125rem;left:11.75rem;display:block; }
#Nd8wQpSNdQtb3xwpW2PvE264mw5odkXU { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:37.6875rem;left:15.1875rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eqyCpEKobQz11UVT2unZyinBsq3znKnw { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100009;top:37.625rem;left:13.5625rem; }
#Z8yP6SWxOFCUSVosHJ8ZnZ0rVi4iVV9J { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100010;top:37.6875rem;left:31.0625rem; }
#OR7XlOpKq39G8Ub3OtnsScgWaX3fz9Qf { color:#000000;display:block;width:13rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:37.625rem;left:32.6875rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TZtgdE3Jgvxahqo6nzO2ESZ65JGWB9le { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100011;top:37.6875rem;left:46.8125rem; }
#dxqrsHDbugoGxRiQ3w9wASPi6xtmJSUE { color:#000000;display:block;width:13.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:37.625rem;left:48.5625rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zWMLWCWqL22C50WlvrQDrZSEZCnTvRmz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;background-image:url("https://images.assets-landingi.com/uc/a12cf5ed-9b25-4cb5-8c46-53810fd8a327/bg5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#zWMLWCWqL22C50WlvrQDrZSEZCnTvRmz.adaptive-delivery-prevent-bg, #zWMLWCWqL22C50WlvrQDrZSEZCnTvRmz.lazyload, #zWMLWCWqL22C50WlvrQDrZSEZCnTvRmz.lazyloading { background-image: none; }#zWMLWCWqL22C50WlvrQDrZSEZCnTvRmz > .row .container { background-color: transparent; background-image: none; }#zWMLWCWqL22C50WlvrQDrZSEZCnTvRmz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWMLWCWqL22C50WlvrQDrZSEZCnTvRmz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWMLWCWqL22C50WlvrQDrZSEZCnTvRmz > .row .container > .video-iframe-container { display: none; }#zWMLWCWqL22C50WlvrQDrZSEZCnTvRmz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWMLWCWqL22C50WlvrQDrZSEZCnTvRmz > .row > .video-iframe-container { display: none; }#zWMLWCWqL22C50WlvrQDrZSEZCnTvRmz > .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); }#zWMLWCWqL22C50WlvrQDrZSEZCnTvRmz > .row .container { border-width: 0; border-radius: 0; }#zWMLWCWqL22C50WlvrQDrZSEZCnTvRmz > .row > .video-iframe-container {  }#zWMLWCWqL22C50WlvrQDrZSEZCnTvRmz > .row .container { font-size:0.875rem;font-family:arial;height:52.75rem;width:75rem;position:relative;display:block; }#uNuKT3Xk9RgOlqpXca045UGdSJN3uiRL { color:#000000;display:block;width:42.124660491943rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100006;line-height:1.7;letter-spacing:0;top:15.875rem;left:0rem;height:6.796875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IPJaLhTymt2EkxccFcSASlJavdWc6yTr { color:#000000;display:block;width:41.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:25.8125rem;left:0rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IV249T6JTLxkMteerIJC8hyU4WNE6svk { color:#000000;display:block;width:11.687330245972rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:12.96110534668rem;left:55.929347991943rem;height:2.923825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pBkf03CQzdtmKAqWp1GRNolHTTSne3NW { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(255,255,255,0.5);border-left:0.0625rem solid rgba(255,255,255,0.5);border-right:0.0625rem solid rgba(255,255,255,0.5);border-bottom:0.0625rem solid rgba(255,255,255,0.5);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.125rem -0.125rem 1.0625rem rgba(0,0,0,0.05) ;height:10rem;width:17.937330245972rem;top:8.4375rem;left:52.5rem;display:block; }
#MqaGPGhdztp6gygXFnbX2y70F4bVJeJ0 { color:#000000;display:block;width:16.749320983887rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:22.728439331055rem;left:53.396739959717rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g3JhM9TMHbdKSFAueuJ49mTmCg8hZvML { position:absolute;display:block;z-index:100004;background-color:#73d2de;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.3125rem 0.1875rem 0.75rem rgba(0,0,0,0.09) ;height:4.375rem;width:4.375rem;top:31.1875rem;left:59.3125rem;display:block; }
#ELt3rQ8zDpIiLGmGWWva1GdN4saawBii { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.4375rem;width:2.4375rem;top:32.062164306641rem;left:60.312503814698rem;overflow:hidden;display:block; }
#oQ4qOXPedeb00yHZHe9EVeTalJzrD6T9 { color:#000000;display:block;width:11.624490737915rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:36.913223266601rem;left:55.960430145264rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e0DGAI2UTyuXILuibvq2kTnPCR6W2exH { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.1875rem;top:8.0078201293944rem;left:60.373645782471rem;overflow:hidden;display:block; }
#aVSdkdIWRTo8AIvVUNOxsqfnIPkqogRz { color:#000000;display:block;width:35.625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:100003;line-height:1.4;letter-spacing:0;top:33.75rem;left:0rem;height:5.51074375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sPSprIJ6yMchHDH1PNMvcym5JVcOS1y2 { position:absolute;display:block;z-index:100005;background-color:#73d2de;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.3125rem 0.1875rem 0.75rem rgba(0,0,0,0.09) ;height:4.375rem;width:4.375rem;top:6.8469772338869rem;left:59.34273147583rem;display:block; }
#VOWzAkM0qahkLao8z96QTPOrhuIA9aP4 { background-color:#e30512;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.936990737915rem;height:3.9996604919434rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:41.4375rem;left:0rem;display:block; }
#p9VG5amfVh2i0AJUzyHkTGx4NnwIGKCb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UHpDKN06Gkloy6RtUrC0HemzyDG9vTDE { color:#000000;display:block;width:69rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:2.0625rem;left:3rem;height:4.4021739959717rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#SWdwANrmJboe7QyxPuzuXUHfzITPBego { background-color:#e30512;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.9375rem;height:4rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:31.4375rem;left:0rem;display:none; }
#z1oJ9R3sqwk26gf4s57A5OKNbVKdIRia { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NaGzMWqQB27UKqeT1hLezDGeFbtME0py { position:absolute;display:block;z-index:99991;background-color:#197278;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(255,255,255,0.5);border-left:0.0625rem solid rgba(255,255,255,0.5);border-right:0.0625rem solid rgba(255,255,255,0.5);border-bottom:0.0625rem solid rgba(255,255,255,0.5);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.125rem -0.125rem 1.0625rem rgba(0,0,0,0.05) ;height:10.0625rem;width:20.875rem;top:19.686996459961rem;left:51.061992645264rem;display:block; }
#W7noW89idPemTcZN1Q8TwIOTWU1qHoTm { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(255,255,255,0.5);border-left:0.0625rem solid rgba(255,255,255,0.5);border-right:0.0625rem solid rgba(255,255,255,0.5);border-bottom:0.0625rem solid rgba(255,255,255,0.5);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.125rem -0.125rem 1.0625rem rgba(0,0,0,0.05) ;height:10rem;width:17.937330245972rem;top:32.091552734375rem;left:52.500003814698rem;display:block; }
#eoAWSD2gLS3xSKRByTgBgViTlaudTWrF { color:#000000;display:block;width:37.8125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:9.1875rem;left:0rem;height:3.4125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#s00lQM4JHG4SnxAs5IqLL8gOtufiKOSn { color:#000000;display:block;width:44.0625rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:5.25rem;left:0rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cUkEq0cAkAvs2WvZVOzkKeQpGGFTfTTU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d2d6a;background-image:none;position:relative;display:block; }#cUkEq0cAkAvs2WvZVOzkKeQpGGFTfTTU > .row .container { background-color: transparent; background-image: none; }#cUkEq0cAkAvs2WvZVOzkKeQpGGFTfTTU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cUkEq0cAkAvs2WvZVOzkKeQpGGFTfTTU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cUkEq0cAkAvs2WvZVOzkKeQpGGFTfTTU > .row .container > .video-iframe-container { display: none; }#cUkEq0cAkAvs2WvZVOzkKeQpGGFTfTTU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cUkEq0cAkAvs2WvZVOzkKeQpGGFTfTTU > .row > .video-iframe-container { display: none; }#cUkEq0cAkAvs2WvZVOzkKeQpGGFTfTTU > .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); }#cUkEq0cAkAvs2WvZVOzkKeQpGGFTfTTU > .row .container { border-width: 0; border-radius: 0; }#cUkEq0cAkAvs2WvZVOzkKeQpGGFTfTTU > .row > .video-iframe-container {  }#cUkEq0cAkAvs2WvZVOzkKeQpGGFTfTTU > .row .container { font-size:0.875rem;font-family:arial;height:17.625rem;width:75rem;position:relative;display:block; }#Qr6R7mL6kBwFLwgZhaMzl0pfUeH73o5F { color:#000000;display:block;width:17.875rem;position:absolute;font-family:"montserrat extrabold";font-size:2.5625rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:6.5625rem;left:0rem;height:3.33125rem;text-align:left;text-align-last:left;display:block; }
#SLqKVWxh0xtXBON3H54Wxi5w9lIsrkNm { color:#000000;display:block;width:13.374660491943rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:9.6875rem;left:0.1875rem;height:1.3rem;font-style:normal;display:block; }
#la32XSg0TN1ybskLHTZ3W2VovqKqmOby { position:absolute;display:block;z-index:100003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7497cf6f-4fae-42d3-a8c4-a4553fa45447/mapkakopia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.75rem;width:50.3125rem;top:2.375rem;left:24.625rem;display:block; }#la32XSg0TN1ybskLHTZ3W2VovqKqmOby.adaptive-delivery-prevent-bg, #la32XSg0TN1ybskLHTZ3W2VovqKqmOby.lazyload, #la32XSg0TN1ybskLHTZ3W2VovqKqmOby.lazyloading { background-image: none; }
#AtXdz7bkWrdskq1QZADoqTBHW3dSTVQT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ec1ab9ad-b3a2-495a-a2dc-badcf62e8246/Bg_section.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#AtXdz7bkWrdskq1QZADoqTBHW3dSTVQT.adaptive-delivery-prevent-bg, #AtXdz7bkWrdskq1QZADoqTBHW3dSTVQT.lazyload, #AtXdz7bkWrdskq1QZADoqTBHW3dSTVQT.lazyloading { background-image: none; }#AtXdz7bkWrdskq1QZADoqTBHW3dSTVQT > .row .container { background-color: transparent; background-image: none; }#AtXdz7bkWrdskq1QZADoqTBHW3dSTVQT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,23,49,0.38); }#AtXdz7bkWrdskq1QZADoqTBHW3dSTVQT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AtXdz7bkWrdskq1QZADoqTBHW3dSTVQT > .row .container > .video-iframe-container { display: none; }#AtXdz7bkWrdskq1QZADoqTBHW3dSTVQT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,23,49,0.38); }#AtXdz7bkWrdskq1QZADoqTBHW3dSTVQT > .row > .video-iframe-container { display: none; }#AtXdz7bkWrdskq1QZADoqTBHW3dSTVQT > .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); }#AtXdz7bkWrdskq1QZADoqTBHW3dSTVQT > .row .container { border-width: 0; border-radius: 0; }#AtXdz7bkWrdskq1QZADoqTBHW3dSTVQT::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#AtXdz7bkWrdskq1QZADoqTBHW3dSTVQT > .row > .video-iframe-container {  }#AtXdz7bkWrdskq1QZADoqTBHW3dSTVQT > .row .container { font-size:0.875rem;font-family:arial;height:45.0625rem;width:75rem;position:relative;display:block; }#osV3HQUqDPomNHXbxnZAagOUq5LE6bnd { color:#000000;display:block;width:40.5625rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:5.5625rem;left:0rem;height:7.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LL6kk6VwuMssJ5Wf1rX5eghcFULJDNPy { color:#000000;display:block;width:37.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:15.375rem;left:0rem;height:13.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#l8zc1u1R03NNEvnDm3aI5BVU4L0Qiz8i { color:#000000;display:block;width:10.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:37.4375rem;left:17.9375rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lEu3c9J082TkWEQxO8xA31gpASksJTM9 { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.1875rem;top:37.125rem;left:15.0625rem;overflow:hidden;display:block; }
#PTR54ZCubPXhMSSahFlJo1yRSiZT5xZ5 { position:absolute;display:block;z-index:100002;background-color:#0d2d6a;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;height:16.1875rem;width:51.8125rem;top:34.18733215332rem;left:11.593070983887rem;display:block; }
#nKpQoiNWKTvQOahut8m5y7X5VCHgzzHT { color:#000000;display:block;width:7.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:100009;line-height:1.5;letter-spacing:0;top:37.25rem;left:34.6875rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#g1q5ryH3BgPrxle7RpNAQieNgDP7uKLH { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:3.0625rem;top:37.25rem;left:30.9375rem;overflow:hidden;display:block; }
#uvSTM2SJmmdDS4D5JTRNGKc00L0h4nzn { color:#000000;display:block;width:11.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:100011;line-height:1.5;letter-spacing:0;top:37.4375rem;left:50.625rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KTPPKk3nQPgpqHqcwl8sFZNb1MG0M1nB { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.0625rem;width:2.9375rem;top:37.3125rem;left:46.75rem;overflow:hidden;display:block; }
#USyyAmuIqiboct5MOJS46GEklD65iuOK { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.4375rem;width:2.4375rem;top:42.9375rem;left:46.9375rem;overflow:hidden;display:block; }
#SNfGqEOgfuOT8uhXsXTFa0KwbmTQhxlX { color:#000000;display:block;width:7.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:100014;line-height:1.5;letter-spacing:0;top:42.9375rem;left:17.9375rem;height:5.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ztQ5Xc5XIRDgkhE8kGeAV4ZqfAg96A4R { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5625rem;width:2.5625rem;top:42.875rem;left:31.375rem;overflow:hidden;display:block; }
#fblEPqrULz2rResGH3TeCfG4D4Jtbm7E { color:#000000;display:block;width:9.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:100015;line-height:1.5;letter-spacing:0;top:42.9375rem;left:34.6875rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#R7Rf9DWNMTegVn6Mr6Vmi2ZKIrnT9hFl { color:#000000;display:block;width:11.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:100017;line-height:1.5;letter-spacing:0;top:42.9375rem;left:50.625rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WLZLdvXIWz63NPpXo4yu5XCg1cT1tTGv { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.1875rem;top:43.0625rem;left:15.0625rem;overflow:hidden;display:block; }
#zOvglZSktF9HSRXyL4IzaPQouSqPqCkX { position:absolute;display:block;z-index:100005;background-color:rgba(227,227,227,0.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;height:7.6875rem;width:0.0625rem;top:37.96875rem;left:29.3125rem;display:block; }
#TcHXlbUzspmdqDRMGeURTocEJM6Z5iZd { position:absolute;display:block;z-index:100006;background-color:rgba(227,227,227,0.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;height:7.6875rem;width:0.0625rem;top:37.96875rem;left:44.8125rem;display:block; }
#ZAXflMNKu4G50rnlp1cBotG2FrwkVnZ7 { position:absolute;display:block;z-index:100007;background-color:rgba(227,227,227,0.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;height:0.0625rem;width:37.5rem;top:41.78125rem;left:18.75rem;display:block; }
#yaLZah6N0lr8fQ7HsqDoVOKuUL6a6uJb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;background-image:none;position:relative;display:block; }#yaLZah6N0lr8fQ7HsqDoVOKuUL6a6uJb > .row .container { background-color: transparent; background-image: none; }#yaLZah6N0lr8fQ7HsqDoVOKuUL6a6uJb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yaLZah6N0lr8fQ7HsqDoVOKuUL6a6uJb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yaLZah6N0lr8fQ7HsqDoVOKuUL6a6uJb > .row .container > .video-iframe-container { display: none; }#yaLZah6N0lr8fQ7HsqDoVOKuUL6a6uJb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yaLZah6N0lr8fQ7HsqDoVOKuUL6a6uJb > .row > .video-iframe-container { display: none; }#yaLZah6N0lr8fQ7HsqDoVOKuUL6a6uJb > .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); }#yaLZah6N0lr8fQ7HsqDoVOKuUL6a6uJb > .row .container { border-width: 0; border-radius: 0; }#yaLZah6N0lr8fQ7HsqDoVOKuUL6a6uJb > .row > .video-iframe-container {  }#yaLZah6N0lr8fQ7HsqDoVOKuUL6a6uJb > .row .container { font-size:0.875rem;font-family:arial;height:26.4375rem;width:75rem;position:relative;display:block; }#vLCl6fUwNWGDnqeFEbdCZAiAqkKuDrey { color:#000000;display:block;width:65.75rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:12.1875rem;left:4.625rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XRHyahX2VkuDqqd38mBMyr9rXLa9z1Bg { position:absolute;display:block;z-index:100005;background-color:#197278;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.3) ;height:6.5625rem;width:6.5625rem;top:23.0625rem;left:34.21875rem;display:block; }
#uf8Sc8qUrZp06mOVFTlpJ4sdSR6ON427 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.9375rem;width:5.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100006;top:23.375rem;left:34.53125rem;filter: drop-shadow(0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.5)); }
#izZJ5Z1qJp3mzrVfn3Go5Ht2xxwqwurO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#197278;background-image:none;position:relative;display:block; }#izZJ5Z1qJp3mzrVfn3Go5Ht2xxwqwurO > .row .container { background-color: transparent; background-image: none; }#izZJ5Z1qJp3mzrVfn3Go5Ht2xxwqwurO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izZJ5Z1qJp3mzrVfn3Go5Ht2xxwqwurO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izZJ5Z1qJp3mzrVfn3Go5Ht2xxwqwurO > .row .container > .video-iframe-container { display: none; }#izZJ5Z1qJp3mzrVfn3Go5Ht2xxwqwurO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izZJ5Z1qJp3mzrVfn3Go5Ht2xxwqwurO > .row > .video-iframe-container { display: none; }#izZJ5Z1qJp3mzrVfn3Go5Ht2xxwqwurO > .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); }#izZJ5Z1qJp3mzrVfn3Go5Ht2xxwqwurO > .row .container { border-width: 0; border-radius: 0; }#izZJ5Z1qJp3mzrVfn3Go5Ht2xxwqwurO > .row > .video-iframe-container {  }#izZJ5Z1qJp3mzrVfn3Go5Ht2xxwqwurO > .row .container { font-size:0.875rem;font-family:arial;height:8rem;width:75rem;position:relative;display:block; }#aQxgT8TCtI0JTEftX9P4FE1ndFuPTfoq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#197278;background-image:none;position:relative;display:block; }#aQxgT8TCtI0JTEftX9P4FE1ndFuPTfoq > .row .container { background-color: transparent; background-image: none; }#aQxgT8TCtI0JTEftX9P4FE1ndFuPTfoq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aQxgT8TCtI0JTEftX9P4FE1ndFuPTfoq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aQxgT8TCtI0JTEftX9P4FE1ndFuPTfoq > .row .container > .video-iframe-container { display: none; }#aQxgT8TCtI0JTEftX9P4FE1ndFuPTfoq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aQxgT8TCtI0JTEftX9P4FE1ndFuPTfoq > .row > .video-iframe-container { display: none; }#aQxgT8TCtI0JTEftX9P4FE1ndFuPTfoq > .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); }#aQxgT8TCtI0JTEftX9P4FE1ndFuPTfoq > .row .container { border-width: 0; border-radius: 0; }#aQxgT8TCtI0JTEftX9P4FE1ndFuPTfoq > .row > .video-iframe-container {  }#aQxgT8TCtI0JTEftX9P4FE1ndFuPTfoq > .row .container { font-size:0.875rem;font-family:arial;height:18.125rem;width:75rem;position:relative;display:block; }#Tz9af6v95lgz4cviVrm90AIkDnzWFFO9 { color:#000000;display:block;width:13.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:2.65625rem;left:4.8125rem;height:2.923825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#E8991wHEM3ErySwT7GHlzfT4hM5BnQ4A { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.3125rem 0.1875rem 0.75rem rgba(0,0,0,0.09) ;height:3.6875rem;width:3.6875rem;top:1.53125rem;left:0rem;display:block; }
#PzQX4NObriTh2gqCLW1pMmbdl1T2XMND { color:#000000;display:block;width:19rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100003;line-height:1.2;letter-spacing:0;top:6.21875rem;left:4.8123321533203rem;height:7.1953125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZZRuZkRElcAhll9MkndTH4JP8Te3Fy6K { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100005;line-height:1.2;letter-spacing:0;top:6.2493286132812rem;left:31.187160491943rem;height:8.3945rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EyylCdwTlzb0rtqIATcShkmZhAc9Vec0 { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.3125rem 0.1875rem 0.75rem rgba(0,0,0,0.09) ;height:3.6875rem;width:3.6875rem;top:1.5625rem;left:26.375rem;display:block; }
#bLUScKg6XNBOeH4uSve2m0r0EtNKDLRE { color:#000000;display:block;width:14.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:2.65625rem;left:31.1875rem;height:2.923825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ruNqpFtqh4s6mna1n1JVJKXxTSHt0U6i { position:absolute;display:block;z-index:100004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.3125rem 0.1875rem 0.75rem rgba(0,0,0,0.09) ;height:3.6875rem;width:3.6875rem;top:1.5310668945312rem;left:50.843578338623rem;display:block; }
#xseFGIO0zqIfacn3GJPwI4qMCw7wUA6V { color:#000000;display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:2.6868286132812rem;left:55.936992645264rem;height:2.923825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TkAaVnawCohaFqbIk0OP07qEcgIVfy6F { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100006;line-height:1.2;letter-spacing:0;top:6.25rem;left:55.905574798584rem;height:7.1953125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rxhdbFgHNRxgoc2mBfOJ1h7Nh8ipH0kd { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.1875rem;top:2.21875rem;left:0.81216049194338rem;overflow:hidden;display:block; }
#ilIAwnVcF2fp5ifVG4SPAHrtHvtB0osp { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.1875rem;top:2.2809143066406rem;left:27.24983215332rem;overflow:hidden;display:block; }
#om2OMJRW5T1OlioqV31RRgWfCr7PfeZs { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.1875rem;top:2.2809143066406rem;left:51.593410491943rem;overflow:hidden;display:block; }
#BtVcoZfrDptbnGJ5XeXLlVCXTlvdLIae { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#197278;background-image:none;position:relative;display:block; }#BtVcoZfrDptbnGJ5XeXLlVCXTlvdLIae > .row .container { background-color: transparent; background-image: none; }#BtVcoZfrDptbnGJ5XeXLlVCXTlvdLIae::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BtVcoZfrDptbnGJ5XeXLlVCXTlvdLIae > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BtVcoZfrDptbnGJ5XeXLlVCXTlvdLIae > .row .container > .video-iframe-container { display: none; }#BtVcoZfrDptbnGJ5XeXLlVCXTlvdLIae > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BtVcoZfrDptbnGJ5XeXLlVCXTlvdLIae > .row > .video-iframe-container { display: none; }#BtVcoZfrDptbnGJ5XeXLlVCXTlvdLIae > .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); }#BtVcoZfrDptbnGJ5XeXLlVCXTlvdLIae > .row .container { border-width: 0; border-radius: 0; }#BtVcoZfrDptbnGJ5XeXLlVCXTlvdLIae > .row > .video-iframe-container {  }#BtVcoZfrDptbnGJ5XeXLlVCXTlvdLIae > .row .container { font-size:0.875rem;font-family:arial;height:32.875rem;width:75rem;position:relative;display:block; }#TS8ykaRvl9cCNGuXoXoKfqEzQTvMTrhq { color:#000000;display:block;width:16.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:2.65625rem;left:4.8123321533203rem;height:2.923825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AztL2zzcCiH6nP3cT6uEecJum69dbQaT { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.3125rem 0.1875rem 0.75rem rgba(0,0,0,0.09) ;height:3.6875rem;width:3.6875rem;top:1.53125rem;left:0rem;display:block; }
#fWbXzB3itnK76xIHW2WuUP9diIQ5TwEK { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100003;line-height:1.2;letter-spacing:0;top:6.2185974121094rem;left:4.8123321533203rem;height:4.796875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QUX5sLxyTw2cBbt8VT8dlRwP3NEG4uvN { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100005;line-height:1.2;letter-spacing:0;top:7.6241455078125rem;left:31.187160491943rem;height:5.99609375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TnUZ8L1laqPmfl4eqzUZNvBkIvcd75Kk { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.3125rem 0.1875rem 0.75rem rgba(0,0,0,0.09) ;height:3.6875rem;width:3.6875rem;top:1.5625rem;left:26.375rem;display:block; }
#QNXTOiBZQnciRf2dF7VSqRcuk0HbeNHa { color:#000000;display:block;width:17.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:2.46875rem;left:31.187160491943rem;height:4.3857375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BwZ9795F3UmVMPSBEKNR3xsbSynPGLhO { position:absolute;display:block;z-index:100004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.3125rem 0.1875rem 0.75rem rgba(0,0,0,0.09) ;height:3.6875rem;width:3.6875rem;top:1.5310974121094rem;left:51.000503540039rem;display:block; }
#r3NJ6ZOC1fVq0KvwznGgS4yvvEbKZveZ { color:#000000;display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:2.6868286132812rem;left:56.09391784668rem;height:2.923825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Rv6kdJQi0vprbq2u9sDUL7vx57CMOVLX { color:#000000;display:block;width:18.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100006;line-height:1.2;letter-spacing:0;top:6.25rem;left:56.062328338623rem;height:4.796875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EgaTNvlWNZ9tJfhLv6DUcMMWsS7Rors9 { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.1875rem;top:2.21875rem;left:0.81216049194338rem;overflow:hidden;display:block; }
#LmeX1TF1VQbelfr4wkUK3tEpmbAzppRJ { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.1875rem;top:2.3434143066406rem;left:27.186992645264rem;overflow:hidden;display:block; }
#wI012pX3LngloXJrgVK888sSqMcCg1Fz { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.1875rem;top:2.2809143066406rem;left:51.875335693359rem;overflow:hidden;display:block; }
#zUrPlrSAVJGThTniz3pTsQawSl52gTGw { color:#000000;display:block;width:65.749832153319rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:19.186492919922rem;left:4.6246604919434rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V4ZqPHwMAO535gdxGAD0HFKCguXCG3GI { color:#000000;display:block;width:43.624320983887rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:100007;line-height:1.2;letter-spacing:0;top:22.749664306641rem;left:15.687839508057rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NDTrQsoExZNCSTlPsIET4lt5seO23wcF { background-color:#e30512;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.9375rem;height:4rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:31.4375rem;left:0rem;display:none; }
#NnvU2gaOxLTgee44az3n0021bEaZTKCm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#az4nmTGB0dgD1076TpW8RpfPpf9vo3TQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/beb007a2-600e-4de6-9ed1-481044c4430b/bg3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#az4nmTGB0dgD1076TpW8RpfPpf9vo3TQ.adaptive-delivery-prevent-bg, #az4nmTGB0dgD1076TpW8RpfPpf9vo3TQ.lazyload, #az4nmTGB0dgD1076TpW8RpfPpf9vo3TQ.lazyloading { background-image: none; }#az4nmTGB0dgD1076TpW8RpfPpf9vo3TQ > .row .container { background-color: transparent; background-image: none; }#az4nmTGB0dgD1076TpW8RpfPpf9vo3TQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#az4nmTGB0dgD1076TpW8RpfPpf9vo3TQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#az4nmTGB0dgD1076TpW8RpfPpf9vo3TQ > .row .container > .video-iframe-container { display: none; }#az4nmTGB0dgD1076TpW8RpfPpf9vo3TQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#az4nmTGB0dgD1076TpW8RpfPpf9vo3TQ > .row > .video-iframe-container { display: none; }#az4nmTGB0dgD1076TpW8RpfPpf9vo3TQ > .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); }#az4nmTGB0dgD1076TpW8RpfPpf9vo3TQ > .row .container { border-width: 0; border-radius: 0; }#az4nmTGB0dgD1076TpW8RpfPpf9vo3TQ > .row > .video-iframe-container {  }#az4nmTGB0dgD1076TpW8RpfPpf9vo3TQ > .row .container { font-size:0.875rem;font-family:arial;height:44.1875rem;width:75rem;position:relative;display:block; }#SkMgQqqWAWRweA3HRu42a0UHnXTFQiEq { color:#000000;display:block;width:45.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:100005;line-height:1.5;letter-spacing:0;top:11.8125rem;left:1.0625rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TPz87sfm0MT0RaK2OpVqH5AoxDST3u5Z { position:absolute;display:block;z-index:100008;background-color:#0d2d6a;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;height:5.75rem;width:0.061990492045879rem;top:11.75rem;left:0rem;display:block; }
#AfbZmDXTs085zNZWN7zh6qKMlUqLDm80 { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.625rem;width:1.625rem;top:21.8125rem;left:1.0625rem;overflow:hidden;display:block; }
#faewaDFEmSCS50fQVtzwNmi3u0Ia1RHB { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:21.75rem;left:3.3125rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gtzFP6L6aNPTla6XZk8gNma7RUnUQqSQ { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.8125rem;width:1.8125rem;top:21.75rem;left:24.4375rem;overflow:hidden;display:block; }
#i5JVnivngxqQ54Zv0VGrkbVE2ATbWGHX { color:#000000;display:block;width:17.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:21.5625rem;left:26.6875rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kqitthQwf6KAGPRbrzRukxTgGdsdnTsA { color:#000000;display:block;width:19.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:25.9375rem;left:3.3125rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#P4ysE1FQFiQz65XGovECLOZPnIDw3zP7 { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.625rem;width:1.625rem;top:26.125rem;left:1.0625rem;overflow:hidden;display:block; }
#elC5kSbmrvTaDhOqGCZtkXfPQgMXes3g { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.6875rem;width:1.6875rem;top:25.9375rem;left:24.375rem;overflow:hidden;display:block; }
#q5NDyVvoNcUbbzM3QFIShwTnblWr0SWT { color:#000000;display:block;width:18rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:25.875rem;left:26.6875rem;height:3.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rBLTP1bMSdJF7s3obxZrwxI2cOo3gSUZ { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:27.124660491943rem;top:10.184295654297rem;left:47.875339508057rem;overflow:hidden;display:block; }
#awlP303C4it225KA4pPKeyWtdxmH6l8J { background-color:#e30512;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.9375rem;height:4rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:31.4375rem;left:0rem;display:none; }
#z1zWtyuNqN8ZzgXJ3fA1VnP917ce0sz5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MSZaT9ankaHmabtydvUwhaIzod8bv0PB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#197278;background-image:none;position:relative;display:block; }#MSZaT9ankaHmabtydvUwhaIzod8bv0PB > .row .container { background-color: transparent; background-image: none; }#MSZaT9ankaHmabtydvUwhaIzod8bv0PB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MSZaT9ankaHmabtydvUwhaIzod8bv0PB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MSZaT9ankaHmabtydvUwhaIzod8bv0PB > .row .container > .video-iframe-container { display: none; }#MSZaT9ankaHmabtydvUwhaIzod8bv0PB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MSZaT9ankaHmabtydvUwhaIzod8bv0PB > .row > .video-iframe-container { display: none; }#MSZaT9ankaHmabtydvUwhaIzod8bv0PB > .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); }#MSZaT9ankaHmabtydvUwhaIzod8bv0PB > .row .container { border-width: 0; border-radius: 0; }#MSZaT9ankaHmabtydvUwhaIzod8bv0PB > .row > .video-iframe-container {  }#MSZaT9ankaHmabtydvUwhaIzod8bv0PB > .row .container { font-size:0.875rem;font-family:arial;height:59.625rem;width:75rem;position:relative;display:block; }#BGWBvq8KIWtlxXt4t7VQNOX5JvbyJnpN { color:#000000;display:block;width:31.311990737915rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:7.4205017089844rem;left:29.6875rem;height:2.51875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TcoHcmRxQ2Hr7o230qABaIsDSxPTgCga { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100012;top:12.874816894531rem;left:29.6875rem; }
#CMoOTEbMJSBcNEZ30xMSmmmmbkgUnavt { color:#000000;display:block;width:37.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:12.811981201172rem;left:31.37483215332rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#psbna6AxQAzDr9guIHTW9W6xzVtNH3ya { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100013;top:17.311798095703rem;left:29.6875rem; }
#QkBqXpi7PAVGFwRTD40eGVoh8zVCgZQl { color:#000000;display:block;width:36.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:17.249816894531rem;left:31.436820983887rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gBme5RTMXBzrhdqq5RJAzekIxkA5Dl0F { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100014;top:21.312316894531rem;left:29.6875rem; }
#v57wwWA2ntKQCfgNg9Aci2PfarAHDStk { color:#000000;display:block;width:35.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:21.249481201172rem;left:31.436820983887rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kEBZqXd5iQHTtnQS9m41nIcTm9TZzGtN { background-color:#e30512;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.936990737915rem;height:3.9996604919434rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:49.977905273438rem;left:29.6875rem;display:block; }
#k0GBBnUbq9uXxnLFTvhLneCfE8fOhZ2O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#n0BukIAE81o906AFGZWIBKnL79inaseT { position:absolute;display:block;z-index:100015;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8baaf381-a834-48ed-adfa-bcb27664b312/1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:46.875rem;width:23.9375rem;top:7.1015625rem;left:0rem;display:block; }#n0BukIAE81o906AFGZWIBKnL79inaseT.adaptive-delivery-prevent-bg, #n0BukIAE81o906AFGZWIBKnL79inaseT.lazyload, #n0BukIAE81o906AFGZWIBKnL79inaseT.lazyloading { background-image: none; }
#dRSCuq3ee2ySlNmReN0qpeUiKaWQZTTt { position:absolute;display:block;z-index:100000;background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;box-shadow: 0.125rem 0.125rem 1.1875rem rgba(98,101,106,0.19) ;height:48.3125rem;width:68rem;top:3.7066955566406rem;left:3.4706192016601rem;display:block; }
#gZvFMuwSVJbSOfHLJMK6wtB8WNpwGB8d { color:#000000;display:block;width:39.5625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:29.1875rem;left:34.25rem;height:4.142575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TI5TUxDP2I1DgLQnnNgOGr56y5TfQA9x { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.125rem;width:7.1875rem;top:26.6875rem;left:26.1875rem;overflow:hidden;display:block; }
#Z2u5L4zW7W6Q1iTG8OI8LENR7kSNCTdz { color:#000000;display:block;width:39.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:37.0625rem;left:34.25rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Hdt7vClakzfvsSFfvdCZOUWFcld2wLTG { color:#73d2de;display:block;width:17.0625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:39.5rem;left:34.25rem;height:6.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#Hdt7vClakzfvsSFfvdCZOUWFcld2wLTG li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#Hdt7vClakzfvsSFfvdCZOUWFcld2wLTG li:before{  }
#hzDQGtvKNAq9lr3HOFtM10RobJQACGih { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.87466037273406rem;width:0.87466037273406rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100022;top:39.749481201172rem;left:47.811824798584rem; }
#hzDQGtvKNAq9lr3HOFtM10RobJQACGih > img { max-width: 100%;max-height:100%; }#sUkXTKZphOiMUu3NTtWLG901amH68ksc { position:absolute;display:block;z-index:100001;background-color:#0d2d6a;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;height:19.3125rem;width:45.25rem;top:28.0625rem;left:29.625rem;display:block; }
#ZJoewxXx9Ni81AwSHWZgMLWVk8TF65Vp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.87466037273406rem;width:0.87466037273406rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100023;top:41.312316894531rem;left:48.624492645264rem; }
#ZJoewxXx9Ni81AwSHWZgMLWVk8TF65Vp > img { max-width: 100%;max-height:100%; }#nGJ5eV4Noo4AINwNxuOlNVgVyKUdvldz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.87466037273406rem;width:0.87466037273406rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100020;top:42.999328613281rem;left:51.312160491943rem; }
#nGJ5eV4Noo4AINwNxuOlNVgVyKUdvldz > img { max-width: 100%;max-height:100%; }#x6ISnyDT4P5pG1rTeGkURBB0B4xcQpLX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.87466037273406rem;width:0.87466037273406rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100021;top:44.562164306641rem;left:42.811824798584rem; }
#x6ISnyDT4P5pG1rTeGkURBB0B4xcQpLX > img { max-width: 100%;max-height:100%; }#b7KdypBzCCfIGuNcO98FxpRk1HHa2MJH { color:#73d2de;display:block;width:17.061820983887rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:39.5rem;left:54.125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#b7KdypBzCCfIGuNcO98FxpRk1HHa2MJH li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#b7KdypBzCCfIGuNcO98FxpRk1HHa2MJH li:before{  }
#mFqvNrTV7HRc20dlJyZgNqOZkqw0IN4C { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.87466037273406rem;width:0.87466037273406rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100024;top:39.624664306641rem;left:64.249492645263rem; }
#mFqvNrTV7HRc20dlJyZgNqOZkqw0IN4C > img { max-width: 100%;max-height:100%; }#xiNaTELLFdlPM04JspeKvhcqtxpOZXhr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.87466037273406rem;width:0.87466037273406rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100025;top:41.373962402344rem;left:67.311824798581rem; }
#xiNaTELLFdlPM04JspeKvhcqtxpOZXhr > img { max-width: 100%;max-height:100%; }#zlzrIpW7VhK6NOeiCcsSo0ECdqlqtyWS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.87466037273406rem;width:0.87466037273406rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100021;top:42.934783935547rem;left:63.936145782469rem; }
#zlzrIpW7VhK6NOeiCcsSo0ECdqlqtyWS > img { max-width: 100%;max-height:100%; }#u7hxD65bm7aSOh8UNsoS8AqQo5r3FhLF { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32rem;width:27.5625rem;display:none; }
#ZLG0gDEibPntnyl9ryTeiEZApO5TUadG { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32rem;width:27.5625rem;display:none; }
#DFugsyI2ZdHHcNBx6HnKDWTW8PDQV4PZ { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32rem;width:27.5625rem;display:none; }
#bFxwNpQUxCQkMbEnUMsANIxirIevyKiR { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32rem;width:27.5625rem;display:none; }
#tKTvTimyHsh74vWT4MXL22NyEMdZZDIt { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32rem;width:27.5625rem;display:none; }
#I5uDJ58oDhRVWW5MDKfJ1rdmtHGPBF3C { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32rem;width:27.5625rem;display:none; }
#DbwLfXRhyzwPJ7fXDXmzgzv1QQG1J5yo { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32rem;width:27.5625rem;display:none; }
#UucTDEnAwFxBgyq5cNpTrLS1Ku0Xk5xM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e82270ed-e28d-48c9-88e2-034d907d51a9/3.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#UucTDEnAwFxBgyq5cNpTrLS1Ku0Xk5xM.adaptive-delivery-prevent-bg, #UucTDEnAwFxBgyq5cNpTrLS1Ku0Xk5xM.lazyload, #UucTDEnAwFxBgyq5cNpTrLS1Ku0Xk5xM.lazyloading { background-image: none; }#UucTDEnAwFxBgyq5cNpTrLS1Ku0Xk5xM > .row .container { background-color: transparent; background-image: none; }#UucTDEnAwFxBgyq5cNpTrLS1Ku0Xk5xM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(13,45,106,0.83); }#UucTDEnAwFxBgyq5cNpTrLS1Ku0Xk5xM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UucTDEnAwFxBgyq5cNpTrLS1Ku0Xk5xM > .row .container > .video-iframe-container { display: none; }#UucTDEnAwFxBgyq5cNpTrLS1Ku0Xk5xM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(13,45,106,0.83); }#UucTDEnAwFxBgyq5cNpTrLS1Ku0Xk5xM > .row > .video-iframe-container { display: none; }#UucTDEnAwFxBgyq5cNpTrLS1Ku0Xk5xM > .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); }#UucTDEnAwFxBgyq5cNpTrLS1Ku0Xk5xM > .row .container { border-width: 0; border-radius: 0; }#UucTDEnAwFxBgyq5cNpTrLS1Ku0Xk5xM::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#UucTDEnAwFxBgyq5cNpTrLS1Ku0Xk5xM > .row > .video-iframe-container {  }#UucTDEnAwFxBgyq5cNpTrLS1Ku0Xk5xM > .row .container { font-size:0.875rem;font-family:arial;height:49.0625rem;width:75rem;position:relative;display:block; }#LCv9qPcJwxLcNRBV0OgpKMgLG90O26bF { position:absolute;display:block;z-index:100000;background-color:#0d2d6a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:38.375rem;width:31.4375rem;top:5.3125rem;left:43.5625rem;display:block; }
#gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB .widget-form-header {  }
#gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB .widget-regular-label { height:auto;display:block;font-family:"montserrat semibold";font-size:1rem;font-weight:400;color:#fdfdfd;width:21.6875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden;line-height:1.5; }
#gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.6875rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:dosis; }
#gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB .widget-input-text {padding-top: 0; padding-bottom: 0;}#gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.6875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:dosis; }
#gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.6875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:dosis;font-size:0.875rem;overflow:hidden; }
#gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB .widget-input-select {padding-top: 0; padding-bottom: 0;}#gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#e30512;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.1875rem;font-weight:bold;color:#ffffff;width:21.6875rem;height:4rem;font-family:montserrat;overflow:hidden; }
#gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:dosis;font-size:0.875rem; }
#gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:dosis;font-size:0.875rem; }
#gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:dosis;font-size:0.875rem; }
#gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:dosis;font-size:0.875rem; }
#gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:montserrat;line-height:1.3;font-size:0.625rem;font-weight:300;color:#ffffff;vertical-align:top;width:20.25rem;overflow:hidden;font-style:normal; }
#gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:dosis;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB .widget-container:first-of-type{padding-top:0;}#gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB .widget-container:last-of-type{padding-bottom:0;}#gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100009;position:absolute;top:5.564453125rem;left:47.185546875rem; }
#gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.6875rem; }
#gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB .widget-info-text { display:block;height:auto;font-family:montserrat;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB {display:block;}#gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100009;position:absolute;top:5.564453125rem;left:47.185546875rem; }
#gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB #bgfvkBegNhv7Ti33FgaK52enuV9SGdfB { position:relative; }
#gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB #DElmuJNI2KaT3QW0nHTh4yre6TUd4PV7 { position:relative; }
#gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB #pkoEGkTU45O3SRtPwKuh9zO14wS8k31k { position:relative; }
#gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB #CU233AktSnnGui5RwDCJES7yCTo6WmJF { position:relative; }
#gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB #tJcIwEBJtm7HHdk2kv2dZlTKe0rSWETA { position:relative; }
#gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB #Th7cO53qHxTiTEUiUJhu9uk31kmP59Ir { position:relative; }
#gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB #PBmHtCioVCJv7S0CIpsO6cF53G4penWb { position:relative; }
#gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB #fG7bDUsPnxwWdX9G4M0dOrUpOMJDVTun { position:relative; }
#gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB #J0hXWTlAbvPe4vT8AFne6L0CKBbt5MCL { position:relative; }
#gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB #KqPoVMgHp3T03UEp124H8H4sAy7tkmFO { position:relative; }
#gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB #JrZTUJIAnl6ahLTSnqEbxwnWh2AWoSwv { position:relative; }
#gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB #MozxXyxJdKCrOr5OnL22bTWsWJbhCk3S { position:relative; }
#gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB #IXUQoapoMlEqmKQJdLvpXGm0F6BHJehR { position:relative; }
#gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB #SFA6h3aK26zkGmwPO7rzUysufqQA7CO0 { position:relative; }
#gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB #xWIJAyTw27lTRxQSxBfwTNBbs3AdqTGI { position:relative; }
#gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB #R0OtPTJrxsgIJQpuPss7qz0ZN53TzIIt { position:relative; }
#gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB #C36dIlLDh9PGGgWqUZJmc5wXaXzSBRox { position:relative;z-index:2; }
#gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB #f3CMaSbMvBHhPRTLD2taITewhogXTo1l { position:relative; }
#gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB #zkULsbRVEcvd3QcP7Pm4tJcbpaFpG26x { position:relative;display:block;z-index:100000; }
#gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB #vAQGktb24XACfqKJpBWwIF7tXbAIhrrt { position:relative;display:block;z-index:100000; }
#gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB #gHi5wvzHuShB1WZv5I17EgUqs8cQAseB { position:relative; }
#gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB #MQGfTrZbmCnawe6KqPyQ8ipQ26SyxgB3 { position:relative; }
#TXQdUUaTrthVUDTWTJV3HCEWTseC4u3V { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.8121603727341rem;width:2.9993207454681rem;top:41.1875rem;left:39.375rem;overflow:hidden;display:block; }
#Z5EBXNwLZsNg1z4UBqxnuIR5Kfc7yuRN { color:#000000;display:block;width:39.375rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:16.75rem;left:0rem;height:12.347625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wxD5ctnJD7IsduKP1ni7fNOVSJDS3fac { color:#000000;display:block;width:39.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:30.625rem;left:0rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VCTEkTCt4XLblmTKgGImMDsOU9wNAUNO { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:35.955169677734rem;left:49.812328338623rem;height:0.8125rem;font-style:normal;display:block; }
#T8qTJN4ziR4dunfHlmMTMwX1gapKnm7N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#197278;background-image:none;position:relative;display:block; }#T8qTJN4ziR4dunfHlmMTMwX1gapKnm7N > .row .container { background-color: transparent; background-image: none; }#T8qTJN4ziR4dunfHlmMTMwX1gapKnm7N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8qTJN4ziR4dunfHlmMTMwX1gapKnm7N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8qTJN4ziR4dunfHlmMTMwX1gapKnm7N > .row .container > .video-iframe-container { display: none; }#T8qTJN4ziR4dunfHlmMTMwX1gapKnm7N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8qTJN4ziR4dunfHlmMTMwX1gapKnm7N > .row > .video-iframe-container { display: none; }#T8qTJN4ziR4dunfHlmMTMwX1gapKnm7N > .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); }#T8qTJN4ziR4dunfHlmMTMwX1gapKnm7N > .row .container { border-width: 0; border-radius: 0; }#T8qTJN4ziR4dunfHlmMTMwX1gapKnm7N > .row > .video-iframe-container {  }#T8qTJN4ziR4dunfHlmMTMwX1gapKnm7N > .row .container { font-size:0.875rem;font-family:arial;height:11.5rem;width:75rem;position:relative;display:block; }#sMAF3CRtgxSAHytBVPQtT7U2Kp2npGME { color:#000000;display:block;width:31.311990737915rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:6.4563293457031rem;left:21.84358215332rem;height:2.51875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GQOFAqrde706CW3NhiXcaA7t28FdhJT9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#197278;background-image:none;position:relative;display:block; }#GQOFAqrde706CW3NhiXcaA7t28FdhJT9 > .row .container { background-color: transparent; background-image: none; }#GQOFAqrde706CW3NhiXcaA7t28FdhJT9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQOFAqrde706CW3NhiXcaA7t28FdhJT9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQOFAqrde706CW3NhiXcaA7t28FdhJT9 > .row .container > .video-iframe-container { display: none; }#GQOFAqrde706CW3NhiXcaA7t28FdhJT9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQOFAqrde706CW3NhiXcaA7t28FdhJT9 > .row > .video-iframe-container { display: none; }#GQOFAqrde706CW3NhiXcaA7t28FdhJT9 > .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); }#GQOFAqrde706CW3NhiXcaA7t28FdhJT9 > .row .container { border-width: 0; border-radius: 0; }#GQOFAqrde706CW3NhiXcaA7t28FdhJT9 > .row > .video-iframe-container {  }#GQOFAqrde706CW3NhiXcaA7t28FdhJT9 > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#Xu1iH7vFeiDMMMSpAL2r17Ad3Db3y6xQ { color:#f8f8f8;display:block;width:54.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100000;line-height:1.4;letter-spacing:0;top:1.90625rem;left:4.4375rem;height:1.575rem;font-style:normal;display:block; }
#X4DtGTIXEShuBHv7Rr4awxa60L6cnwU8 { box-sizing:content-box;color:#fbfbfb;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:1.75rem;left:69.8740234375rem;display:block; }
#Xn41iSpK21auSVzmuobUr9RB8xQ9MheE { position:absolute;display:block;z-index:100002;background-color:#0d2d6a;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;height:6.375rem;width:2.3125rem;top:-0.9375rem;left:0rem;display:block; }
#HXNTCitFvZrTDdqftpSaNUQH6zQtfNID { color:#f8f8f8;display:block;width:0.75rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:1.71875rem;left:0.78125rem;height:1.95rem;font-style:normal;display:block; }
#xOKalaV9eMadbr07q52HGB6ie6awk111 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/5QeVyGA8/bg_section2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#xOKalaV9eMadbr07q52HGB6ie6awk111.adaptive-delivery-prevent-bg, #xOKalaV9eMadbr07q52HGB6ie6awk111.lazyload, #xOKalaV9eMadbr07q52HGB6ie6awk111.lazyloading { background-image: none; }#xOKalaV9eMadbr07q52HGB6ie6awk111 > .row .container { background-color: transparent; background-image: none; }#xOKalaV9eMadbr07q52HGB6ie6awk111::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #fbfbfb; }#xOKalaV9eMadbr07q52HGB6ie6awk111 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOKalaV9eMadbr07q52HGB6ie6awk111 > .row .container > .video-iframe-container { display: none; }#xOKalaV9eMadbr07q52HGB6ie6awk111 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #fbfbfb; }#xOKalaV9eMadbr07q52HGB6ie6awk111 > .row > .video-iframe-container { display: none; }#xOKalaV9eMadbr07q52HGB6ie6awk111 > .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); }#xOKalaV9eMadbr07q52HGB6ie6awk111 > .row .container { border-width: 0; border-radius: 0; }#xOKalaV9eMadbr07q52HGB6ie6awk111::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#xOKalaV9eMadbr07q52HGB6ie6awk111 > .row > .video-iframe-container {  }#xOKalaV9eMadbr07q52HGB6ie6awk111 > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#UUwoBlJBFI1pkxQpDK0IT59ukOAsKiyC { color:#000000;display:block;width:56.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:2.5rem;left:4.3121604919434rem;height:2.5996125rem;font-style:normal;display:block; }
#Kn3PtT3uBCbGi2TTz35bTuvNJ8anN088 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#197278;background-image:none;position:relative;display:block; }#Kn3PtT3uBCbGi2TTz35bTuvNJ8anN088 > .row .container { background-color: transparent; background-image: none; }#Kn3PtT3uBCbGi2TTz35bTuvNJ8anN088::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kn3PtT3uBCbGi2TTz35bTuvNJ8anN088 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kn3PtT3uBCbGi2TTz35bTuvNJ8anN088 > .row .container > .video-iframe-container { display: none; }#Kn3PtT3uBCbGi2TTz35bTuvNJ8anN088 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kn3PtT3uBCbGi2TTz35bTuvNJ8anN088 > .row > .video-iframe-container { display: none; }#Kn3PtT3uBCbGi2TTz35bTuvNJ8anN088 > .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); }#Kn3PtT3uBCbGi2TTz35bTuvNJ8anN088 > .row .container { border-width: 0; border-radius: 0; }#Kn3PtT3uBCbGi2TTz35bTuvNJ8anN088 > .row > .video-iframe-container {  }#Kn3PtT3uBCbGi2TTz35bTuvNJ8anN088 > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#evMZuFmnGy9zlGvfnTpq2faSVgBbvxI9 { color:#f8f8f8;display:block;width:57.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100000;line-height:1.4;letter-spacing:0;top:1.8743286132812rem;left:4.0625rem;height:1.575rem;font-style:normal;display:block; }
#Li2XbH3dCfkJR84wRqhZMPqXPyZGEnKU { box-sizing:content-box;color:#fbfbfb;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:1.75rem;left:69.8740234375rem;display:block; }
#ESpra27CaLKiEaoWd7bBM1eHxO3onH3g { position:absolute;display:block;z-index:100002;background-color:#0d2d6a;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;height:5.5rem;width:2.3125rem;top:-0.0625rem;left:0rem;display:block; }
#ivyfei9wKLFUtEOrVbG7rrCn0RTf72iT { color:#f8f8f8;display:block;width:0.75rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:1.71875rem;left:0.78125rem;height:1.95rem;font-style:normal;display:block; }
#uX37q0k8qNox6MzOSaC6J5OA9rP0yT1y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/5QeVyGA8/bg_section2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#uX37q0k8qNox6MzOSaC6J5OA9rP0yT1y.adaptive-delivery-prevent-bg, #uX37q0k8qNox6MzOSaC6J5OA9rP0yT1y.lazyload, #uX37q0k8qNox6MzOSaC6J5OA9rP0yT1y.lazyloading { background-image: none; }#uX37q0k8qNox6MzOSaC6J5OA9rP0yT1y > .row .container { background-color: transparent; background-image: none; }#uX37q0k8qNox6MzOSaC6J5OA9rP0yT1y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #fbfbfb; }#uX37q0k8qNox6MzOSaC6J5OA9rP0yT1y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uX37q0k8qNox6MzOSaC6J5OA9rP0yT1y > .row .container > .video-iframe-container { display: none; }#uX37q0k8qNox6MzOSaC6J5OA9rP0yT1y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #fbfbfb; }#uX37q0k8qNox6MzOSaC6J5OA9rP0yT1y > .row > .video-iframe-container { display: none; }#uX37q0k8qNox6MzOSaC6J5OA9rP0yT1y > .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); }#uX37q0k8qNox6MzOSaC6J5OA9rP0yT1y > .row .container { border-width: 0; border-radius: 0; }#uX37q0k8qNox6MzOSaC6J5OA9rP0yT1y::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#uX37q0k8qNox6MzOSaC6J5OA9rP0yT1y > .row > .video-iframe-container {  }#uX37q0k8qNox6MzOSaC6J5OA9rP0yT1y > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#aEQuUBiwQEJAu8UbzLAmqbqu1tiOzAgf { color:#000000;display:block;width:57.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:2.5rem;left:4.3121604919434rem;height:3.9rem;font-style:normal;display:block; }
#IlbCtsbFCXW6xdwMWZFWao2yLEedDEmw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#197278;background-image:none;position:relative;display:block; }#IlbCtsbFCXW6xdwMWZFWao2yLEedDEmw > .row .container { background-color: transparent; background-image: none; }#IlbCtsbFCXW6xdwMWZFWao2yLEedDEmw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IlbCtsbFCXW6xdwMWZFWao2yLEedDEmw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IlbCtsbFCXW6xdwMWZFWao2yLEedDEmw > .row .container > .video-iframe-container { display: none; }#IlbCtsbFCXW6xdwMWZFWao2yLEedDEmw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IlbCtsbFCXW6xdwMWZFWao2yLEedDEmw > .row > .video-iframe-container { display: none; }#IlbCtsbFCXW6xdwMWZFWao2yLEedDEmw > .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); }#IlbCtsbFCXW6xdwMWZFWao2yLEedDEmw > .row .container { border-width: 0; border-radius: 0; }#IlbCtsbFCXW6xdwMWZFWao2yLEedDEmw > .row > .video-iframe-container {  }#IlbCtsbFCXW6xdwMWZFWao2yLEedDEmw > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#PyI9KcUCm7iHeP0lDv2635xfFa5Q1IeF { color:#f8f8f8;display:block;width:57.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100000;line-height:1.4;letter-spacing:0;top:1.125rem;left:4.0625rem;height:3.1484375rem;font-style:normal;display:block; }
#xiiLvgKnoa9WLtNwDSvX5gsIF1bA7PGb { box-sizing:content-box;color:#fbfbfb;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:1.75rem;left:69.8740234375rem;display:block; }
#mlTvuxLfT7MWMAPbEzwJxV1wTeOfLihy { position:absolute;display:block;z-index:100002;background-color:#0d2d6a;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;height:5.5rem;width:2.3125rem;top:-0.0625rem;left:0rem;display:block; }
#oCziVw4zOi2ZdibTiZvAyamgX0eF6LTr { color:#f8f8f8;display:block;width:0.75rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:1.71875rem;left:0.78125rem;height:1.95rem;font-style:normal;display:block; }
#WLkWLEqTMaWzdbEMdWcLeQPGD2FIB5hq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/5QeVyGA8/bg_section2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#WLkWLEqTMaWzdbEMdWcLeQPGD2FIB5hq.adaptive-delivery-prevent-bg, #WLkWLEqTMaWzdbEMdWcLeQPGD2FIB5hq.lazyload, #WLkWLEqTMaWzdbEMdWcLeQPGD2FIB5hq.lazyloading { background-image: none; }#WLkWLEqTMaWzdbEMdWcLeQPGD2FIB5hq > .row .container { background-color: transparent; background-image: none; }#WLkWLEqTMaWzdbEMdWcLeQPGD2FIB5hq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #fbfbfb; }#WLkWLEqTMaWzdbEMdWcLeQPGD2FIB5hq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WLkWLEqTMaWzdbEMdWcLeQPGD2FIB5hq > .row .container > .video-iframe-container { display: none; }#WLkWLEqTMaWzdbEMdWcLeQPGD2FIB5hq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #fbfbfb; }#WLkWLEqTMaWzdbEMdWcLeQPGD2FIB5hq > .row > .video-iframe-container { display: none; }#WLkWLEqTMaWzdbEMdWcLeQPGD2FIB5hq > .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); }#WLkWLEqTMaWzdbEMdWcLeQPGD2FIB5hq > .row .container { border-width: 0; border-radius: 0; }#WLkWLEqTMaWzdbEMdWcLeQPGD2FIB5hq::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#WLkWLEqTMaWzdbEMdWcLeQPGD2FIB5hq > .row > .video-iframe-container {  }#WLkWLEqTMaWzdbEMdWcLeQPGD2FIB5hq > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#u1iZ5nOlncmk3gvvdd4l5KUpMLPO5JH8 { color:#000000;display:block;width:56.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:2.5rem;left:4.3125rem;height:2.6rem;font-style:normal;display:block; }
#rISat2Tuc7FT6QQQKSvMudeTDIyhop0q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#197278;background-image:none;position:relative;display:block; }#rISat2Tuc7FT6QQQKSvMudeTDIyhop0q > .row .container { background-color: transparent; background-image: none; }#rISat2Tuc7FT6QQQKSvMudeTDIyhop0q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rISat2Tuc7FT6QQQKSvMudeTDIyhop0q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rISat2Tuc7FT6QQQKSvMudeTDIyhop0q > .row .container > .video-iframe-container { display: none; }#rISat2Tuc7FT6QQQKSvMudeTDIyhop0q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rISat2Tuc7FT6QQQKSvMudeTDIyhop0q > .row > .video-iframe-container { display: none; }#rISat2Tuc7FT6QQQKSvMudeTDIyhop0q > .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); }#rISat2Tuc7FT6QQQKSvMudeTDIyhop0q > .row .container { border-width: 0; border-radius: 0; }#rISat2Tuc7FT6QQQKSvMudeTDIyhop0q > .row > .video-iframe-container {  }#rISat2Tuc7FT6QQQKSvMudeTDIyhop0q > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#P3e1cAGoTcNFUr55TZH6RZxWWor3Vw2R { color:#f8f8f8;display:block;width:57.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100000;line-height:1.4;letter-spacing:0;top:1.9993286132812rem;left:4.0625rem;height:1.575rem;font-style:normal;display:block; }
#owylgIe8U9OfMcAAo86WRHd2mZTd10hz { box-sizing:content-box;color:#fbfbfb;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:1.75rem;left:69.8740234375rem;display:block; }
#VP2XcM4t0r8octhM2U5HFkwU7fMrhDZ6 { position:absolute;display:block;z-index:100002;background-color:#0d2d6a;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;height:6.3125rem;width:2.3125rem;top:-0.0625rem;left:0rem;display:block; }
#CWkCoUXq5zUCZpMO1cxNs2Krmd3cEp9d { color:#f8f8f8;display:block;width:0.75rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:1.71875rem;left:0.78125rem;height:1.95rem;font-style:normal;display:block; }
#OeMmRmtx6hmJsTZwV5HPMDysMfMgHId3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/5QeVyGA8/bg_section2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#OeMmRmtx6hmJsTZwV5HPMDysMfMgHId3.adaptive-delivery-prevent-bg, #OeMmRmtx6hmJsTZwV5HPMDysMfMgHId3.lazyload, #OeMmRmtx6hmJsTZwV5HPMDysMfMgHId3.lazyloading { background-image: none; }#OeMmRmtx6hmJsTZwV5HPMDysMfMgHId3 > .row .container { background-color: transparent; background-image: none; }#OeMmRmtx6hmJsTZwV5HPMDysMfMgHId3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#OeMmRmtx6hmJsTZwV5HPMDysMfMgHId3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OeMmRmtx6hmJsTZwV5HPMDysMfMgHId3 > .row .container > .video-iframe-container { display: none; }#OeMmRmtx6hmJsTZwV5HPMDysMfMgHId3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#OeMmRmtx6hmJsTZwV5HPMDysMfMgHId3 > .row > .video-iframe-container { display: none; }#OeMmRmtx6hmJsTZwV5HPMDysMfMgHId3 > .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); }#OeMmRmtx6hmJsTZwV5HPMDysMfMgHId3 > .row .container { border-width: 0; border-radius: 0; }#OeMmRmtx6hmJsTZwV5HPMDysMfMgHId3::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#OeMmRmtx6hmJsTZwV5HPMDysMfMgHId3 > .row > .video-iframe-container {  }#OeMmRmtx6hmJsTZwV5HPMDysMfMgHId3 > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#mqr79lhJMGzvJox2MFe32aLJWzfHJldZ { color:#000000;display:block;width:56.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:2.5rem;left:4.3125rem;height:2.6rem;font-style:normal;display:block; }
#zTGmGgu4i41FfBuitvgTRkiqtE2ZS3No { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#197278;background-image:none;position:relative;display:block; }#zTGmGgu4i41FfBuitvgTRkiqtE2ZS3No > .row .container { background-color: transparent; background-image: none; }#zTGmGgu4i41FfBuitvgTRkiqtE2ZS3No::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTGmGgu4i41FfBuitvgTRkiqtE2ZS3No > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTGmGgu4i41FfBuitvgTRkiqtE2ZS3No > .row .container > .video-iframe-container { display: none; }#zTGmGgu4i41FfBuitvgTRkiqtE2ZS3No > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTGmGgu4i41FfBuitvgTRkiqtE2ZS3No > .row > .video-iframe-container { display: none; }#zTGmGgu4i41FfBuitvgTRkiqtE2ZS3No > .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); }#zTGmGgu4i41FfBuitvgTRkiqtE2ZS3No > .row .container { border-width: 0; border-radius: 0; }#zTGmGgu4i41FfBuitvgTRkiqtE2ZS3No > .row > .video-iframe-container {  }#zTGmGgu4i41FfBuitvgTRkiqtE2ZS3No > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#HKFEnQSN8ei3gaWm8BSi2rhOTs6zSI3T { color:#f8f8f8;display:block;width:57.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100000;line-height:1.4;letter-spacing:0;top:1.9993286132812rem;left:4.0625rem;height:1.575rem;font-style:normal;display:block; }
#fiAmGsZwDTn0G7ED64sXJ1rwHtHpvrmr { box-sizing:content-box;color:#fbfbfb;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:1.75rem;left:69.8740234375rem;display:block; }
#VigfQR6LsiIA6tzrkRrPSdMxoyZKvp1J { position:absolute;display:block;z-index:100002;background-color:#0d2d6a;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;height:6.3125rem;width:2.3125rem;top:-0.0625rem;left:0rem;display:block; }
#SoZWc2l6TXygwsEcRHkvkfvZcCVNdKAS { color:#f8f8f8;display:block;width:0.75rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:1.71875rem;left:0.78125rem;height:1.95rem;font-style:normal;display:block; }
#gIveJFn08Ii09nbWsDZ14CHxT11gcTdF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/5QeVyGA8/bg_section2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#gIveJFn08Ii09nbWsDZ14CHxT11gcTdF.adaptive-delivery-prevent-bg, #gIveJFn08Ii09nbWsDZ14CHxT11gcTdF.lazyload, #gIveJFn08Ii09nbWsDZ14CHxT11gcTdF.lazyloading { background-image: none; }#gIveJFn08Ii09nbWsDZ14CHxT11gcTdF > .row .container { background-color: transparent; background-image: none; }#gIveJFn08Ii09nbWsDZ14CHxT11gcTdF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#gIveJFn08Ii09nbWsDZ14CHxT11gcTdF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gIveJFn08Ii09nbWsDZ14CHxT11gcTdF > .row .container > .video-iframe-container { display: none; }#gIveJFn08Ii09nbWsDZ14CHxT11gcTdF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#gIveJFn08Ii09nbWsDZ14CHxT11gcTdF > .row > .video-iframe-container { display: none; }#gIveJFn08Ii09nbWsDZ14CHxT11gcTdF > .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); }#gIveJFn08Ii09nbWsDZ14CHxT11gcTdF > .row .container { border-width: 0; border-radius: 0; }#gIveJFn08Ii09nbWsDZ14CHxT11gcTdF::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#gIveJFn08Ii09nbWsDZ14CHxT11gcTdF > .row > .video-iframe-container {  }#gIveJFn08Ii09nbWsDZ14CHxT11gcTdF > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#qTfzsgO5KXKt2Re4z2KFlZkUrXWTAXMT { color:#000000;display:block;width:56.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:2.5rem;left:4.3125rem;height:3.9rem;font-style:normal;display:block; }
#cv5Sd1f9Po1tC1Z27LFEwsbla3Qymgdl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#197278;background-image:none;position:relative;display:block; }#cv5Sd1f9Po1tC1Z27LFEwsbla3Qymgdl > .row .container { background-color: transparent; background-image: none; }#cv5Sd1f9Po1tC1Z27LFEwsbla3Qymgdl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cv5Sd1f9Po1tC1Z27LFEwsbla3Qymgdl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cv5Sd1f9Po1tC1Z27LFEwsbla3Qymgdl > .row .container > .video-iframe-container { display: none; }#cv5Sd1f9Po1tC1Z27LFEwsbla3Qymgdl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cv5Sd1f9Po1tC1Z27LFEwsbla3Qymgdl > .row > .video-iframe-container { display: none; }#cv5Sd1f9Po1tC1Z27LFEwsbla3Qymgdl > .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); }#cv5Sd1f9Po1tC1Z27LFEwsbla3Qymgdl > .row .container { border-width: 0; border-radius: 0; }#cv5Sd1f9Po1tC1Z27LFEwsbla3Qymgdl > .row > .video-iframe-container {  }#cv5Sd1f9Po1tC1Z27LFEwsbla3Qymgdl > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#OsVmfK4EX3VMSsPfo6KJTeMb7Tpa2wGE { color:#f8f8f8;display:block;width:57.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100000;line-height:1.4;letter-spacing:0;top:1.9993286132812rem;left:4.0625rem;height:1.575rem;font-style:normal;display:block; }
#tbiwqt1TW4XciInoiKPoaHpQiqrtt9PS { box-sizing:content-box;color:#fbfbfb;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:1.75rem;left:69.8740234375rem;display:block; }
#xyTCJtJ2s6nwDRsC5eaXU9yhp7SuZObT { position:absolute;display:block;z-index:100002;background-color:#0d2d6a;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;height:6.3125rem;width:2.3125rem;top:-0.0625rem;left:0rem;display:block; }
#pPlHdKirw6H5mNZefk6iLZVG85a6GX4s { color:#f8f8f8;display:block;width:0.75rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:1.71875rem;left:0.78125rem;height:1.95rem;font-style:normal;display:block; }
#zJB7QogaRwCrMBH16Sd65TdOZCeTKPVq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/5QeVyGA8/bg_section2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#zJB7QogaRwCrMBH16Sd65TdOZCeTKPVq.adaptive-delivery-prevent-bg, #zJB7QogaRwCrMBH16Sd65TdOZCeTKPVq.lazyload, #zJB7QogaRwCrMBH16Sd65TdOZCeTKPVq.lazyloading { background-image: none; }#zJB7QogaRwCrMBH16Sd65TdOZCeTKPVq > .row .container { background-color: transparent; background-image: none; }#zJB7QogaRwCrMBH16Sd65TdOZCeTKPVq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#zJB7QogaRwCrMBH16Sd65TdOZCeTKPVq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zJB7QogaRwCrMBH16Sd65TdOZCeTKPVq > .row .container > .video-iframe-container { display: none; }#zJB7QogaRwCrMBH16Sd65TdOZCeTKPVq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#zJB7QogaRwCrMBH16Sd65TdOZCeTKPVq > .row > .video-iframe-container { display: none; }#zJB7QogaRwCrMBH16Sd65TdOZCeTKPVq > .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); }#zJB7QogaRwCrMBH16Sd65TdOZCeTKPVq > .row .container { border-width: 0; border-radius: 0; }#zJB7QogaRwCrMBH16Sd65TdOZCeTKPVq::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#zJB7QogaRwCrMBH16Sd65TdOZCeTKPVq > .row > .video-iframe-container {  }#zJB7QogaRwCrMBH16Sd65TdOZCeTKPVq > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#TfLmiJ50ITlBHz9PvGU7u7hQWenxtnz1 { color:#000000;display:block;width:56.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:2.5rem;left:4.3125rem;height:2.5996125rem;font-style:normal;display:block; }
#aXxNX3HbOXM54r1slHy8ugI0opfeuHIF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#197278;background-image:none;position:relative;display:block; }#aXxNX3HbOXM54r1slHy8ugI0opfeuHIF > .row .container { background-color: transparent; background-image: none; }#aXxNX3HbOXM54r1slHy8ugI0opfeuHIF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aXxNX3HbOXM54r1slHy8ugI0opfeuHIF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aXxNX3HbOXM54r1slHy8ugI0opfeuHIF > .row .container > .video-iframe-container { display: none; }#aXxNX3HbOXM54r1slHy8ugI0opfeuHIF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aXxNX3HbOXM54r1slHy8ugI0opfeuHIF > .row > .video-iframe-container { display: none; }#aXxNX3HbOXM54r1slHy8ugI0opfeuHIF > .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); }#aXxNX3HbOXM54r1slHy8ugI0opfeuHIF > .row .container { border-width: 0; border-radius: 0; }#aXxNX3HbOXM54r1slHy8ugI0opfeuHIF > .row > .video-iframe-container {  }#aXxNX3HbOXM54r1slHy8ugI0opfeuHIF > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#TSLUL7WpAdyxa30ZykQaKUEXe2Bxt1aM { color:#f8f8f8;display:block;width:57.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100000;line-height:1.4;letter-spacing:0;top:1.9993286132812rem;left:4.0625rem;height:1.575rem;font-style:normal;display:block; }
#Optzaxz86vp25VkFlPtXTzfDryua9wHX { box-sizing:content-box;color:#f3f4f6;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:1.75rem;left:69.8740234375rem;display:block; }
#S3eTNluonAbT4wLuX4BylXHy02IQyv5K { position:absolute;display:block;z-index:100002;background-color:#0d2d6a;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;height:6.3125rem;width:2.3125rem;top:-0.0625rem;left:0rem;display:block; }
#WnusqD5DTHUohBE8wNcI9CEc7mmmOFak { color:#f8f8f8;display:block;width:0.75rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:1.71875rem;left:0.78125rem;height:1.95rem;font-style:normal;display:block; }
#Rd4lXAfJ1e26CIFKgp24oM79lLLI6p1B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/5QeVyGA8/bg_section2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#Rd4lXAfJ1e26CIFKgp24oM79lLLI6p1B.adaptive-delivery-prevent-bg, #Rd4lXAfJ1e26CIFKgp24oM79lLLI6p1B.lazyload, #Rd4lXAfJ1e26CIFKgp24oM79lLLI6p1B.lazyloading { background-image: none; }#Rd4lXAfJ1e26CIFKgp24oM79lLLI6p1B > .row .container { background-color: transparent; background-image: none; }#Rd4lXAfJ1e26CIFKgp24oM79lLLI6p1B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#Rd4lXAfJ1e26CIFKgp24oM79lLLI6p1B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rd4lXAfJ1e26CIFKgp24oM79lLLI6p1B > .row .container > .video-iframe-container { display: none; }#Rd4lXAfJ1e26CIFKgp24oM79lLLI6p1B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#Rd4lXAfJ1e26CIFKgp24oM79lLLI6p1B > .row > .video-iframe-container { display: none; }#Rd4lXAfJ1e26CIFKgp24oM79lLLI6p1B > .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); }#Rd4lXAfJ1e26CIFKgp24oM79lLLI6p1B > .row .container { border-width: 0; border-radius: 0; }#Rd4lXAfJ1e26CIFKgp24oM79lLLI6p1B::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#Rd4lXAfJ1e26CIFKgp24oM79lLLI6p1B > .row > .video-iframe-container {  }#Rd4lXAfJ1e26CIFKgp24oM79lLLI6p1B > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#fPeAFhNJrCgFfT4XoaJNNQFd59uLkc9q { color:#000000;display:block;width:56.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:2.5rem;left:4.3125rem;height:3.9rem;font-style:normal;display:block; }
#T051DZIzloqpXCL1kfgdEdPERwSdLERO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#197278;background-image:none;position:relative;display:block; }#T051DZIzloqpXCL1kfgdEdPERwSdLERO > .row .container { background-color: transparent; background-image: none; }#T051DZIzloqpXCL1kfgdEdPERwSdLERO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T051DZIzloqpXCL1kfgdEdPERwSdLERO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T051DZIzloqpXCL1kfgdEdPERwSdLERO > .row .container > .video-iframe-container { display: none; }#T051DZIzloqpXCL1kfgdEdPERwSdLERO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T051DZIzloqpXCL1kfgdEdPERwSdLERO > .row > .video-iframe-container { display: none; }#T051DZIzloqpXCL1kfgdEdPERwSdLERO > .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); }#T051DZIzloqpXCL1kfgdEdPERwSdLERO > .row .container { border-width: 0; border-radius: 0; }#T051DZIzloqpXCL1kfgdEdPERwSdLERO > .row > .video-iframe-container {  }#T051DZIzloqpXCL1kfgdEdPERwSdLERO > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#dIgo9tVFCf356bFGOyOySimDdJFD4IEZ { color:#f8f8f8;display:block;width:57.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100000;line-height:1.4;letter-spacing:0;top:1.9993286132812rem;left:4.0625rem;height:1.575rem;font-style:normal;display:block; }
#O0xX2ptU7VzbseV5SFFFAT8sv1cmz7eC { box-sizing:content-box;color:#f3f4f6;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:1.75rem;left:69.8740234375rem;display:block; }
#yE2srMTk3pIByTqSTTVyQlT7H3viZQyS { position:absolute;display:block;z-index:100002;background-color:#0d2d6a;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;height:6.3125rem;width:2.3125rem;top:-0.0625rem;left:0rem;display:block; }
#TZoSnnwFWFvBKr0dhCfPf2pk6ZJMFeXH { color:#f8f8f8;display:block;width:0.75rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:1.71875rem;left:0.78125rem;height:1.95rem;font-style:normal;display:block; }
#MNTiBCmINxUmbGnHtRzdvydaMIITRZzT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/5QeVyGA8/bg_section2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#MNTiBCmINxUmbGnHtRzdvydaMIITRZzT.adaptive-delivery-prevent-bg, #MNTiBCmINxUmbGnHtRzdvydaMIITRZzT.lazyload, #MNTiBCmINxUmbGnHtRzdvydaMIITRZzT.lazyloading { background-image: none; }#MNTiBCmINxUmbGnHtRzdvydaMIITRZzT > .row .container { background-color: transparent; background-image: none; }#MNTiBCmINxUmbGnHtRzdvydaMIITRZzT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#MNTiBCmINxUmbGnHtRzdvydaMIITRZzT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MNTiBCmINxUmbGnHtRzdvydaMIITRZzT > .row .container > .video-iframe-container { display: none; }#MNTiBCmINxUmbGnHtRzdvydaMIITRZzT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#MNTiBCmINxUmbGnHtRzdvydaMIITRZzT > .row > .video-iframe-container { display: none; }#MNTiBCmINxUmbGnHtRzdvydaMIITRZzT > .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); }#MNTiBCmINxUmbGnHtRzdvydaMIITRZzT > .row .container { border-width: 0; border-radius: 0; }#MNTiBCmINxUmbGnHtRzdvydaMIITRZzT::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#MNTiBCmINxUmbGnHtRzdvydaMIITRZzT > .row > .video-iframe-container {  }#MNTiBCmINxUmbGnHtRzdvydaMIITRZzT > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#Oqo2VRAsOotTOReQGdOmB3Vt21CaRNLv { color:#000000;display:block;width:56.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:2.5rem;left:4.3121604919434rem;height:2.5996125rem;font-style:normal;display:block; }
#Fxym7CIT2fvUrHQglPJMCzVaiwPVpurH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#197278;background-image:none;position:relative;display:block; }#Fxym7CIT2fvUrHQglPJMCzVaiwPVpurH > .row .container { background-color: transparent; background-image: none; }#Fxym7CIT2fvUrHQglPJMCzVaiwPVpurH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fxym7CIT2fvUrHQglPJMCzVaiwPVpurH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fxym7CIT2fvUrHQglPJMCzVaiwPVpurH > .row .container > .video-iframe-container { display: none; }#Fxym7CIT2fvUrHQglPJMCzVaiwPVpurH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fxym7CIT2fvUrHQglPJMCzVaiwPVpurH > .row > .video-iframe-container { display: none; }#Fxym7CIT2fvUrHQglPJMCzVaiwPVpurH > .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); }#Fxym7CIT2fvUrHQglPJMCzVaiwPVpurH > .row .container { border-width: 0; border-radius: 0; }#Fxym7CIT2fvUrHQglPJMCzVaiwPVpurH > .row > .video-iframe-container {  }#Fxym7CIT2fvUrHQglPJMCzVaiwPVpurH > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#pPTwpRrDzSuJmsTvAxTU64IKguhrKM3b { color:#f8f8f8;display:block;width:57.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100000;line-height:1.4;letter-spacing:0;top:1.9993286132812rem;left:4.0625rem;height:1.575rem;font-style:normal;display:block; }
#whoroGvdqoW9rzUaHPxZ3TFfz7GsmWUT { box-sizing:content-box;color:#fbfbfb;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:1.75rem;left:69.8740234375rem;display:block; }
#dkByZTBvIvTl2MXXgS0hDZExMyOnTpKJ { position:absolute;display:block;z-index:100002;background-color:#0d2d6a;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;height:6.3125rem;width:2.3125rem;top:-0.0625rem;left:0rem;display:block; }
#qTyoeanshTDc8kX2OTl2dva3HqOWSJ1W { color:#f8f8f8;display:block;width:0.75rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:1.71875rem;left:0.78125rem;height:1.95rem;font-style:normal;display:block; }
#XQzW817UhiyzR5DJLMS4sVbTJ1n0r8Q8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/5QeVyGA8/bg_section2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#XQzW817UhiyzR5DJLMS4sVbTJ1n0r8Q8.adaptive-delivery-prevent-bg, #XQzW817UhiyzR5DJLMS4sVbTJ1n0r8Q8.lazyload, #XQzW817UhiyzR5DJLMS4sVbTJ1n0r8Q8.lazyloading { background-image: none; }#XQzW817UhiyzR5DJLMS4sVbTJ1n0r8Q8 > .row .container { background-color: transparent; background-image: none; }#XQzW817UhiyzR5DJLMS4sVbTJ1n0r8Q8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#XQzW817UhiyzR5DJLMS4sVbTJ1n0r8Q8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQzW817UhiyzR5DJLMS4sVbTJ1n0r8Q8 > .row .container > .video-iframe-container { display: none; }#XQzW817UhiyzR5DJLMS4sVbTJ1n0r8Q8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#XQzW817UhiyzR5DJLMS4sVbTJ1n0r8Q8 > .row > .video-iframe-container { display: none; }#XQzW817UhiyzR5DJLMS4sVbTJ1n0r8Q8 > .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); }#XQzW817UhiyzR5DJLMS4sVbTJ1n0r8Q8 > .row .container { border-width: 0; border-radius: 0; }#XQzW817UhiyzR5DJLMS4sVbTJ1n0r8Q8::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#XQzW817UhiyzR5DJLMS4sVbTJ1n0r8Q8 > .row > .video-iframe-container {  }#XQzW817UhiyzR5DJLMS4sVbTJ1n0r8Q8 > .row .container { font-size:0.875rem;font-family:arial;height:12.4375rem;width:75rem;position:relative;display:block; }#JNBPxfVyaBFOC8cC2DdAvi8EbGzwd57I { color:#000000;display:block;width:56.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:2.5rem;left:4.3121604919434rem;height:7.7988125rem;font-style:normal;display:block; }
#cpXnRgkFPzGHg0eEzT8dICNIX3k2SNVJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#197278;background-image:none;position:relative;display:block; }#cpXnRgkFPzGHg0eEzT8dICNIX3k2SNVJ > .row .container { background-color: transparent; background-image: none; }#cpXnRgkFPzGHg0eEzT8dICNIX3k2SNVJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cpXnRgkFPzGHg0eEzT8dICNIX3k2SNVJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cpXnRgkFPzGHg0eEzT8dICNIX3k2SNVJ > .row .container > .video-iframe-container { display: none; }#cpXnRgkFPzGHg0eEzT8dICNIX3k2SNVJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cpXnRgkFPzGHg0eEzT8dICNIX3k2SNVJ > .row > .video-iframe-container { display: none; }#cpXnRgkFPzGHg0eEzT8dICNIX3k2SNVJ > .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); }#cpXnRgkFPzGHg0eEzT8dICNIX3k2SNVJ > .row .container { border-width: 0; border-radius: 0; }#cpXnRgkFPzGHg0eEzT8dICNIX3k2SNVJ > .row > .video-iframe-container {  }#cpXnRgkFPzGHg0eEzT8dICNIX3k2SNVJ > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#zqzSM68mTp5fwMZQQbXoOcpAyRA4LeKr { color:#f8f8f8;display:block;width:57.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100000;line-height:1.4;letter-spacing:0;top:1.9993286132812rem;left:4.0625rem;height:1.575rem;font-style:normal;display:block; }
#rn33ATKE4QSoLdKE5JlU7OMXob6B7fxk { box-sizing:content-box;color:#f3f4f6;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:1.75rem;left:69.8740234375rem;display:block; }
#hgANIw2ZJfhZhb2QoFgfQTLTNkVGvX3y { position:absolute;display:block;z-index:100002;background-color:#0d2d6a;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;height:6.3125rem;width:2.3125rem;top:-0.0625rem;left:0rem;display:block; }
#e1RphUwtXx7Aev95vcMpyXXfTr0Q0L2D { color:#f8f8f8;display:block;width:1.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:1.71875rem;left:0.40625rem;height:1.95rem;font-style:normal;display:block; }
#xkZSIcVN0yOItMUZyBtVHuoyRRkTPm2a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/5QeVyGA8/bg_section2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#xkZSIcVN0yOItMUZyBtVHuoyRRkTPm2a.adaptive-delivery-prevent-bg, #xkZSIcVN0yOItMUZyBtVHuoyRRkTPm2a.lazyload, #xkZSIcVN0yOItMUZyBtVHuoyRRkTPm2a.lazyloading { background-image: none; }#xkZSIcVN0yOItMUZyBtVHuoyRRkTPm2a > .row .container { background-color: transparent; background-image: none; }#xkZSIcVN0yOItMUZyBtVHuoyRRkTPm2a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#xkZSIcVN0yOItMUZyBtVHuoyRRkTPm2a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xkZSIcVN0yOItMUZyBtVHuoyRRkTPm2a > .row .container > .video-iframe-container { display: none; }#xkZSIcVN0yOItMUZyBtVHuoyRRkTPm2a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#xkZSIcVN0yOItMUZyBtVHuoyRRkTPm2a > .row > .video-iframe-container { display: none; }#xkZSIcVN0yOItMUZyBtVHuoyRRkTPm2a > .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); }#xkZSIcVN0yOItMUZyBtVHuoyRRkTPm2a > .row .container { border-width: 0; border-radius: 0; }#xkZSIcVN0yOItMUZyBtVHuoyRRkTPm2a::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#xkZSIcVN0yOItMUZyBtVHuoyRRkTPm2a > .row > .video-iframe-container {  }#xkZSIcVN0yOItMUZyBtVHuoyRRkTPm2a > .row .container { font-size:0.875rem;font-family:arial;height:12.4375rem;width:75rem;position:relative;display:block; }#vwaLKreMy3lcqRF6JXRrCSsuK26iQ96T { color:#000000;display:block;width:57.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:2.5rem;left:4.3121604919434rem;height:5.19921875rem;font-style:normal;display:block; }
#F7KBlrQTJIox5KfPopVA7yD0byaHiCa3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d2d6a;background-image:none;position:relative;display:block; }#F7KBlrQTJIox5KfPopVA7yD0byaHiCa3 > .row .container { background-color: transparent; background-image: none; }#F7KBlrQTJIox5KfPopVA7yD0byaHiCa3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F7KBlrQTJIox5KfPopVA7yD0byaHiCa3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F7KBlrQTJIox5KfPopVA7yD0byaHiCa3 > .row .container > .video-iframe-container { display: none; }#F7KBlrQTJIox5KfPopVA7yD0byaHiCa3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F7KBlrQTJIox5KfPopVA7yD0byaHiCa3 > .row > .video-iframe-container { display: none; }#F7KBlrQTJIox5KfPopVA7yD0byaHiCa3 > .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); }#F7KBlrQTJIox5KfPopVA7yD0byaHiCa3 > .row .container { border-width: 0; border-radius: 0; }#F7KBlrQTJIox5KfPopVA7yD0byaHiCa3 > .row > .video-iframe-container {  }#F7KBlrQTJIox5KfPopVA7yD0byaHiCa3 > .row .container { font-size:0.875rem;font-family:arial;height:1.5rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DGyy0vqhbkyqka45MlMus4p5Iu2aUOmr { top:10.1875rem;left:0rem;width:44.0625rem;height:10.375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJtMkxo8XAS4Tl5LorXOQev0asy3sTdq { top:21.375rem;left:0rem;width:42.5625rem;height:11.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQ9ccsN4LONTMmfILcQJF5aGhlNoq6tM { top:2.125rem;left:0rem;width:10.75rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5ZMQkIbcJGt0vD8aNp1xQdxmfv6ksMM { width:21.9375rem;height:4rem;top:33.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNnEOvTUNuigDoUG1KraiEiK0R2fIZ2A { display:block; }
 }@media only screen and (max-width: 763px) { #GSWTXbJdTN6WeeozryCBVTcxx6yJUKpB { top:43.1875rem;left:1.25rem;width:14.375rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkH5lM8NvZTOurqZmmDNOdUBXDEODFPC { top:46.25rem;left:6.125rem;width:4.5rem;height:4.1300736427471rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROx3yQzxhMhuAcnehnuf1wIphiALVpE8 { top:43.1875rem;left:16.625rem;width:14.375rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqSLH7ucBVG4e8pBPEUNfuVV1m8C2ptX { top:46.1875rem;left:21.718751907349rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNJlHO5TWZrwd9OLQRVT8qW9A9aRoJd4 { top:43.1875rem;left:32.125rem;width:14.375rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBiNa5oDWncObMCerIv0vkRB0yTdmOHV { top:46.125rem;left:37.218751907349rem;width:4.25rem;height:4.3123754303316rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZATAfOB0ISCVHNW04oIbZ8Mppap0JO8y { top:43.1875rem;left:32.125rem;width:14.375rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCilVN8JzTO5TNVkQ8lJTClRQ5QUVI7K { top:43.1875rem;left:16.625rem;width:14.375rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcf1DqMxNc9khQGbsgVJVG6rmc0a7QOR { top:43.1875rem;left:1.25rem;width:14.375rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahg4X3xcUFixZhXHquVgdEv8GZJTMVdQ { width:15.5625rem;height:4rem;top:33.25rem;left:9.22500038147rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzxgHNLotGCDhRdZKhJJSetpMw5sRmrD { display:block; }
 }@media only screen and (max-width: 763px) { #vKuKuK4o5TdFG95PEu9Rx5PfrPKvqM3x { display:block; }#vKuKuK4o5TdFG95PEu9Rx5PfrPKvqM3x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C3929P8Fw2PGpxUIrasGaTyOU7FLBdJ1 { top:3.75rem;left:3.3125rem;width:10.5rem;height:6.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sxu1zS4N3ArV3MQeUbAr6o4TX36vqR3M { top:3.75rem;left:18.625rem;width:10.5rem;height:5.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLmXZgILxmcF3DKOTvnTTK6dOtOSkRkV { top:3.75rem;left:35.0625rem;width:8.8125rem;height:4.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHZeqxcR5CQqsuK2nZRa2nS54MJ0zTHf { top:16.375rem;left:1.1875rem;width:45.375rem;height:2.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymyLzmIXWoMcrQkU5d5aQrLQe0Mq5l7B { top:19.625rem;left:0.5625rem;width:46.625rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKVtVSU5RrSo8MUtVTTpOzbDWXogFlBu { top:46.375rem;left:6.1253395080566rem;width:4.5rem;height:4.1305842937349rem;display:none; }
 }@media only screen and (max-width: 763px) { #T8tXkXRJwRQXfnKgaNNzJlRoIHG7LkHJ { top:46.375rem;left:21.780910491943rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zrKbkRMW88AS6HacyX2PwO6KnGJEITGD { top:46.125rem;left:37.053501129151rem;width:4.3125rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gv1AqK8z9kXTBSt7PzIfV5z05iEhi5rG { display:none; }
 }@media only screen and (max-width: 763px) { #ihkXSKkaUs74uVRpyM8eJdG4FJJ4Tocr { display:block; }#ihkXSKkaUs74uVRpyM8eJdG4FJJ4Tocr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hruhhKIwSVDbXucxLJ6UsIDgBhoFUNvq { top:16.5625rem;left:0rem;width:7.3125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeSAeQkpN3lyWeDKoEJaAfJiLkXr8APG { top:20.1875rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wT9w4HXgoOTiTMPgIADzxD0WTEfhfMyc { top:18.4375rem;left:12.718410491943rem;width:3.3125rem;height:3.4967129191079rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPNOhu2aa4zLysPxTHIbGQoz2s0yiVgn { top:7.25rem;left:1.875rem;width:44.0625rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLk80HcfN7vxMTlTMoSsXnSO5UqFXwQ0 { top:10.8125rem;left:1.875rem;width:44.0625rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGZCIl6USDHNi1DPNDy7PPpGcQOyyRU8 { top:25.9375rem;left:0rem;width:12.6875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDoZwI8db7KsQKLCsC3TaskGmKO03Vqb { top:16.5625rem;left:10.75rem;width:7.3125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1MF8ruT3yswL0QBgtqL5UX7Afmh5LGC { top:26rem;left:8rem;width:12.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHmeTaqaOWmHDTaHeMNEoBpcfnPUaKgz { top:16.5625rem;left:29rem;width:7.3125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMerqOskiZLmtxA18ATGkfnUpqqsRUhG { top:26rem;left:26.25rem;width:12.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIJrUzDRNwwQ9GzeAuw3USuFcD9e6UI8 { top:26rem;left:34.125rem;width:13.625rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1z4ZaXoxu4tGKE0kVnADENQN1rRRtsF { top:16.5625rem;left:40.4375rem;width:7.3125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVGx6byiuHR255thPmNtFCL5Uu59W2F5 { top:18.5rem;left:0rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4NJMQ7CHiMSD3kRGWQZnMnyfyZie9es { top:18.4375rem;left:30.875rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4VqCpdisEwvmcTFdFpVXDJPSgUMJRt8 { top:18.3125rem;left:44.1875rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ga3sTJH070ACzQfVv0nx8QLy1o9BKhN1 { top:36.125rem;left:0rem;width:47.75rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nd8wQpSNdQtb3xwpW2PvE264mw5odkXU { top:37.6875rem;left:1.5625rem;width:15.4375rem;height:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqyCpEKobQz11UVT2unZyinBsq3znKnw { top:37.625rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8yP6SWxOFCUSVosHJ8ZnZ0rVi4iVV9J { top:37.6875rem;left:17.4375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OR7XlOpKq39G8Ub3OtnsScgWaX3fz9Qf { top:37.625rem;left:19.0625rem;width:13rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZtgdE3Jgvxahqo6nzO2ESZ65JGWB9le { top:37.6875rem;left:33.1875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxqrsHDbugoGxRiQ3w9wASPi6xtmJSUE { top:37.625rem;left:34.375rem;width:13.375rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWMLWCWqL22C50WlvrQDrZSEZCnTvRmz { display:block; }#zWMLWCWqL22C50WlvrQDrZSEZCnTvRmz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uNuKT3Xk9RgOlqpXca045UGdSJN3uiRL { top:15.875rem;left:0rem;width:42.0625rem;height:8.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPJaLhTymt2EkxccFcSASlJavdWc6yTr { top:25.8125rem;left:0rem;width:41.25rem;height:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IV249T6JTLxkMteerIJC8hyU4WNE6svk { top:12.9375rem;left:36.125rem;width:11.625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBkf03CQzdtmKAqWp1GRNolHTTSne3NW { top:8.4375rem;left:29.75rem;width:17.875rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqaGPGhdztp6gygXFnbX2y70F4bVJeJ0 { top:22.6875rem;left:31.0625rem;width:16.6875rem;height:4rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3JhM9TMHbdKSFAueuJ49mTmCg8hZvML { top:31.1875rem;left:43.375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELt3rQ8zDpIiLGmGWWva1GdN4saawBii { top:32rem;left:45.375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQ4qOXPedeb00yHZHe9EVeTalJzrD6T9 { top:36.875rem;left:36.1875rem;width:11.5625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0DGAI2UTyuXILuibvq2kTnPCR6W2exH { top:8rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVSdkdIWRTo8AIvVUNOxsqfnIPkqogRz { top:33.75rem;left:0rem;width:35.625rem;height:5.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPSprIJ6yMchHDH1PNMvcym5JVcOS1y2 { top:6.8125rem;left:43.375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOWzAkM0qahkLao8z96QTPOrhuIA9aP4 { width:21.875rem;height:3.9375rem;top:41.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9VG5amfVh2i0AJUzyHkTGx4NnwIGKCb { display:block; }
 }@media only screen and (max-width: 763px) { #UHpDKN06Gkloy6RtUrC0HemzyDG9vTDE { top:14.0625rem;left:0rem;width:20rem;height:11.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SWdwANrmJboe7QyxPuzuXUHfzITPBego { width:21.9375rem;height:4rem;top:31.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #z1oJ9R3sqwk26gf4s57A5OKNbVKdIRia { display:block; }
 }@media only screen and (max-width: 763px) { #NaGzMWqQB27UKqeT1hLezDGeFbtME0py { top:19.625rem;left:26.8125rem;width:20.8125rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7noW89idPemTcZN1Q8TwIOTWU1qHoTm { top:32.0625rem;left:29.75rem;width:17.875rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoAWSD2gLS3xSKRByTgBgViTlaudTWrF { top:9.1875rem;left:0rem;width:37.8125rem;height:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s00lQM4JHG4SnxAs5IqLL8gOtufiKOSn { top:5.25rem;left:0rem;width:44.0625rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUkEq0cAkAvs2WvZVOzkKeQpGGFTfTTU { display:block; }#cUkEq0cAkAvs2WvZVOzkKeQpGGFTfTTU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qr6R7mL6kBwFLwgZhaMzl0pfUeH73o5F { top:6.5625rem;left:0rem;width:17.8125rem;height:3.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLqKVWxh0xtXBON3H54Wxi5w9lIsrkNm { width:13.3125rem;height:1.25rem;top:9.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #la32XSg0TN1ybskLHTZ3W2VovqKqmOby { top:2.375rem;left:0rem;width:47.75rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtXdz7bkWrdskq1QZADoqTBHW3dSTVQT { display:block; }#AtXdz7bkWrdskq1QZADoqTBHW3dSTVQT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #osV3HQUqDPomNHXbxnZAagOUq5LE6bnd { top:5.5625rem;left:0rem;width:40.5625rem;height:7.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LL6kk6VwuMssJ5Wf1rX5eghcFULJDNPy { top:15.375rem;left:0rem;width:37.4375rem;height:15rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8zc1u1R03NNEvnDm3aI5BVU4L0Qiz8i { top:37.4375rem;left:4.3125rem;width:10.8125rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEu3c9J082TkWEQxO8xA31gpASksJTM9 { top:37.125rem;left:1.4375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTR54ZCubPXhMSSahFlJo1yRSiZT5xZ5 { top:34.125rem;left:0rem;width:47.75rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKpQoiNWKTvQOahut8m5y7X5VCHgzzHT { top:37.25rem;left:21.0625rem;width:7.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1q5ryH3BgPrxle7RpNAQieNgDP7uKLH { top:37.25rem;left:17.3125rem;width:3.0625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvSTM2SJmmdDS4D5JTRNGKc00L0h4nzn { top:37.4375rem;left:36.5625rem;width:11.1875rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTPPKk3nQPgpqHqcwl8sFZNb1MG0M1nB { top:37.3125rem;left:33.125rem;width:2.9375rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #USyyAmuIqiboct5MOJS46GEklD65iuOK { top:42.9375rem;left:33.3125rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNfGqEOgfuOT8uhXsXTFa0KwbmTQhxlX { top:42.9375rem;left:4.3125rem;width:7.1875rem;height:5.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztQ5Xc5XIRDgkhE8kGeAV4ZqfAg96A4R { top:42.875rem;left:17.75rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fblEPqrULz2rResGH3TeCfG4D4Jtbm7E { top:42.9375rem;left:21.0625rem;width:9.5625rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7Rf9DWNMTegVn6Mr6Vmi2ZKIrnT9hFl { top:42.9375rem;left:36.5625rem;width:11.1875rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLZLdvXIWz63NPpXo4yu5XCg1cT1tTGv { top:43.0625rem;left:1.4375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOvglZSktF9HSRXyL4IzaPQouSqPqCkX { top:37.9375rem;left:15.6875rem;width:0.0625rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcHXlbUzspmdqDRMGeURTocEJM6Z5iZd { top:37.9375rem;left:31.1875rem;width:0.0625rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAXflMNKu4G50rnlp1cBotG2FrwkVnZ7 { top:41.75rem;left:5.125rem;width:37.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaLZah6N0lr8fQ7HsqDoVOKuUL6a6uJb { display:block; }#yaLZah6N0lr8fQ7HsqDoVOKuUL6a6uJb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vLCl6fUwNWGDnqeFEbdCZAiAqkKuDrey { top:12.1875rem;left:0rem;width:47.75rem;height:7.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRHyahX2VkuDqqd38mBMyr9rXLa9z1Bg { top:23.0625rem;left:20.59375rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uf8Sc8qUrZp06mOVFTlpJ4sdSR6ON427 { top:23.375rem;left:20.90625rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #izZJ5Z1qJp3mzrVfn3Go5Ht2xxwqwurO { display:block; }#izZJ5Z1qJp3mzrVfn3Go5Ht2xxwqwurO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aQxgT8TCtI0JTEftX9P4FE1ndFuPTfoq { display:block; }#aQxgT8TCtI0JTEftX9P4FE1ndFuPTfoq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tz9af6v95lgz4cviVrm90AIkDnzWFFO9 { top:2.625rem;left:0.24983215332031rem;width:13.5625rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8991wHEM3ErySwT7GHlzfT4hM5BnQ4A { top:1.5rem;left:0rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzQX4NObriTh2gqCLW1pMmbdl1T2XMND { top:6.1875rem;left:0rem;width:18.9375rem;height:7.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZRuZkRElcAhll9MkndTH4JP8Te3Fy6K { top:6.1875rem;left:14.75rem;width:17rem;height:7.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyylCdwTlzb0rtqIATcShkmZhAc9Vec0 { top:1.5625rem;left:15.875rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLUScKg6XNBOeH4uSve2m0r0EtNKDLRE { top:2.625rem;left:16.9375rem;width:14.8125rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruNqpFtqh4s6mna1n1JVJKXxTSHt0U6i { top:1.5rem;left:31.75rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xseFGIO0zqIfacn3GJPwI4qMCw7wUA6V { top:2.625rem;left:31.1875rem;width:16.4375rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkAaVnawCohaFqbIk0OP07qEcgIVfy6F { top:6.25rem;left:30.25rem;width:17.375rem;height:7.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxhdbFgHNRxgoc2mBfOJ1h7Nh8ipH0kd { top:2.1875rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilIAwnVcF2fp5ifVG4SPAHrtHvtB0osp { top:2.25rem;left:15.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #om2OMJRW5T1OlioqV31RRgWfCr7PfeZs { top:2.25rem;left:31.75rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtVcoZfrDptbnGJ5XeXLlVCXTlvdLIae { display:block; }#BtVcoZfrDptbnGJ5XeXLlVCXTlvdLIae > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TS8ykaRvl9cCNGuXoXoKfqEzQTvMTrhq { top:2.625rem;left:0.24983215332031rem;width:16.625rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AztL2zzcCiH6nP3cT6uEecJum69dbQaT { top:1.5rem;left:0rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWbXzB3itnK76xIHW2WuUP9diIQ5TwEK { top:6.1875rem;left:0rem;width:20.0625rem;height:6.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUX5sLxyTw2cBbt8VT8dlRwP3NEG4uvN { top:7.5625rem;left:14.75rem;width:17rem;height:6.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnUZ8L1laqPmfl4eqzUZNvBkIvcd75Kk { top:1.5625rem;left:15.875rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNXTOiBZQnciRf2dF7VSqRcuk0HbeNHa { top:2.4375rem;left:10.5rem;width:17.375rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwZ9795F3UmVMPSBEKNR3xsbSynPGLhO { top:1.5rem;left:31.75rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3NJ6ZOC1fVq0KvwznGgS4yvvEbKZveZ { top:2.625rem;left:31.1875rem;width:16.4375rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rv6kdJQi0vprbq2u9sDUL7vx57CMOVLX { top:6.25rem;left:28.625rem;width:18.625rem;height:4.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgaTNvlWNZ9tJfhLv6DUcMMWsS7Rors9 { top:2.1875rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmeX1TF1VQbelfr4wkUK3tEpmbAzppRJ { top:2.3125rem;left:15.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wI012pX3LngloXJrgVK888sSqMcCg1Fz { top:2.25rem;left:31.75rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUrPlrSAVJGThTniz3pTsQawSl52gTGw { top:19.125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4ZqPHwMAO535gdxGAD0HFKCguXCG3GI { top:22.6875rem;left:0rem;width:43.5625rem;height:2.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDTrQsoExZNCSTlPsIET4lt5seO23wcF { width:21.9375rem;height:4rem;top:31.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NnvU2gaOxLTgee44az3n0021bEaZTKCm { display:block; }
 }@media only screen and (max-width: 763px) { #az4nmTGB0dgD1076TpW8RpfPpf9vo3TQ { display:block; }#az4nmTGB0dgD1076TpW8RpfPpf9vo3TQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SkMgQqqWAWRweA3HRu42a0UHnXTFQiEq { top:11.8125rem;left:0rem;width:45.3125rem;height:5.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPz87sfm0MT0RaK2OpVqH5AoxDST3u5Z { top:11.75rem;left:0rem;width:0;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfbZmDXTs085zNZWN7zh6qKMlUqLDm80 { top:21.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #faewaDFEmSCS50fQVtzwNmi3u0Ia1RHB { top:21.75rem;left:0rem;width:19.25rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtzFP6L6aNPTla6XZk8gNma7RUnUQqSQ { top:21.75rem;left:10.8125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5JVnivngxqQ54Zv0VGrkbVE2ATbWGHX { top:21.5625rem;left:13.0625rem;width:17.6875rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqitthQwf6KAGPRbrzRukxTgGdsdnTsA { top:25.9375rem;left:0rem;width:19.1875rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4ysE1FQFiQz65XGovECLOZPnIDw3zP7 { top:26.125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #elC5kSbmrvTaDhOqGCZtkXfPQgMXes3g { top:25.9375rem;left:10.75rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5NDyVvoNcUbbzM3QFIShwTnblWr0SWT { top:25.875rem;left:13.0625rem;width:17.9375rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBLTP1bMSdJF7s3obxZrwxI2cOo3gSUZ { top:10.125rem;left:20.625rem;width:27.0625rem;height:23.695573081584rem;display:block; }
 }@media only screen and (max-width: 763px) { #awlP303C4it225KA4pPKeyWtdxmH6l8J { width:21.9375rem;height:4rem;top:31.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #z1zWtyuNqN8ZzgXJ3fA1VnP917ce0sz5 { display:block; }
 }@media only screen and (max-width: 763px) { #MSZaT9ankaHmabtydvUwhaIzod8bv0PB { display:block; }#MSZaT9ankaHmabtydvUwhaIzod8bv0PB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BGWBvq8KIWtlxXt4t7VQNOX5JvbyJnpN { top:7.375rem;left:16.0625rem;width:31.25rem;height:2.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcoHcmRxQ2Hr7o230qABaIsDSxPTgCga { top:12.8125rem;left:16.0625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMoOTEbMJSBcNEZ30xMSmmmmbkgUnavt { top:12.75rem;left:10.375rem;width:37.375rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #psbna6AxQAzDr9guIHTW9W6xzVtNH3ya { top:17.25rem;left:16.0625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkBqXpi7PAVGFwRTD40eGVoh8zVCgZQl { top:17.1875rem;left:11.0625rem;width:36.6875rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBme5RTMXBzrhdqq5RJAzekIxkA5Dl0F { top:21.25rem;left:16.0625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v57wwWA2ntKQCfgNg9Aci2PfarAHDStk { top:21.1875rem;left:12.125rem;width:35.625rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEBZqXd5iQHTtnQS9m41nIcTm9TZzGtN { width:21.875rem;height:3.9375rem;top:49.9375rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0GBBnUbq9uXxnLFTvhLneCfE8fOhZ2O { display:block; }
 }@media only screen and (max-width: 763px) { #n0BukIAE81o906AFGZWIBKnL79inaseT { top:7.0625rem;left:0rem;width:23.9375rem;height:46.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRSCuq3ee2ySlNmReN0qpeUiKaWQZTTt { top:3.6875rem;left:0rem;width:47.5rem;height:48.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZvFMuwSVJbSOfHLJMK6wtB8WNpwGB8d { top:29.1875rem;left:8.25rem;width:39.5rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI5TUxDP2I1DgLQnnNgOGr56y5TfQA9x { top:26.6875rem;left:12.5625rem;width:7.1875rem;height:7.1246604919431rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2u5L4zW7W6Q1iTG8OI8LENR7kSNCTdz { top:37.0625rem;left:8.375rem;width:39.375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hdt7vClakzfvsSFfvdCZOUWFcld2wLTG { top:39.5rem;left:20.625rem;width:17rem;height:;font-size:0.75rem;display:block; }#Hdt7vClakzfvsSFfvdCZOUWFcld2wLTG li:before{  }
 }@media only screen and (max-width: 763px) { #hzDQGtvKNAq9lr3HOFtM10RobJQACGih { top:39.6875rem;left:34.186824798584rem;width:0.8125rem;height:0.8125rem;display:block; }
#hzDQGtvKNAq9lr3HOFtM10RobJQACGih > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #sUkXTKZphOiMUu3NTtWLG901amH68ksc { top:28.0625rem;left:2.5625rem;width:45.1875rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJoewxXx9Ni81AwSHWZgMLWVk8TF65Vp { top:41.25rem;left:34.999492645264rem;width:0.8125rem;height:0.8125rem;display:block; }
#ZJoewxXx9Ni81AwSHWZgMLWVk8TF65Vp > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #nGJ5eV4Noo4AINwNxuOlNVgVyKUdvldz { top:42.9375rem;left:37.687160491943rem;width:0.8125rem;height:0.8125rem;display:block; }
#nGJ5eV4Noo4AINwNxuOlNVgVyKUdvldz > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #x6ISnyDT4P5pG1rTeGkURBB0B4xcQpLX { top:44.5rem;left:29.186824798584rem;width:0.8125rem;height:0.8125rem;display:block; }
#x6ISnyDT4P5pG1rTeGkURBB0B4xcQpLX > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #b7KdypBzCCfIGuNcO98FxpRk1HHa2MJH { top:39.4375rem;left:30.75rem;width:17rem;height:;font-size:0.75rem;display:block; }#b7KdypBzCCfIGuNcO98FxpRk1HHa2MJH li:before{  }
 }@media only screen and (max-width: 763px) { #mFqvNrTV7HRc20dlJyZgNqOZkqw0IN4C { top:39.5625rem;left:46.9375rem;width:0.8125rem;height:0.8125rem;display:block; }
#mFqvNrTV7HRc20dlJyZgNqOZkqw0IN4C > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #xiNaTELLFdlPM04JspeKvhcqtxpOZXhr { top:41.3125rem;left:46.9375rem;width:0.8125rem;height:0.8125rem;display:block; }
#xiNaTELLFdlPM04JspeKvhcqtxpOZXhr > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #zlzrIpW7VhK6NOeiCcsSo0ECdqlqtyWS { top:42.875rem;left:46.9375rem;width:0.8125rem;height:0.8125rem;display:block; }
#zlzrIpW7VhK6NOeiCcsSo0ECdqlqtyWS > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #u7hxD65bm7aSOh8UNsoS8AqQo5r3FhLF { width:27.5625rem;height:32rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZLG0gDEibPntnyl9ryTeiEZApO5TUadG { width:27.5625rem;height:32rem;display:none; }
 }@media only screen and (max-width: 763px) { #DFugsyI2ZdHHcNBx6HnKDWTW8PDQV4PZ { width:27.5625rem;height:32rem;display:none; }
 }@media only screen and (max-width: 763px) { #bFxwNpQUxCQkMbEnUMsANIxirIevyKiR { width:27.5625rem;height:32rem;display:none; }
 }@media only screen and (max-width: 763px) { #tKTvTimyHsh74vWT4MXL22NyEMdZZDIt { width:27.5625rem;height:32rem;display:none; }
 }@media only screen and (max-width: 763px) { #I5uDJ58oDhRVWW5MDKfJ1rdmtHGPBF3C { width:27.5625rem;height:32rem;display:none; }
 }@media only screen and (max-width: 763px) { #DbwLfXRhyzwPJ7fXDXmzgzv1QQG1J5yo { width:27.5625rem;height:32rem;display:none; }
 }@media only screen and (max-width: 763px) { #UucTDEnAwFxBgyq5cNpTrLS1Ku0Xk5xM { display:block; }#UucTDEnAwFxBgyq5cNpTrLS1Ku0Xk5xM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LCv9qPcJwxLcNRBV0OgpKMgLG90O26bF { top:5.3125rem;left:16.3125rem;width:31.375rem;height:38.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB .widget-regular-label { width:21.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB .widget-input-text { width:21.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB .widget-input-text {padding-top: 0; padding-bottom: 0;}#gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB .widget-textarea { width:21.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB .widget-input-select { width:21.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB .widget-input-select {padding-top: 0; padding-bottom: 0;}#gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB .widget-input-button { width:21.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB .widget-checkbox-label { width:20.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB  { width:21.6875rem;height:auto;top:5.5625rem;left:23.5625rem; }
#gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB .radio-container { width:21.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB {display:block;}#gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB { width:21.6875rem;height:auto;top:5.5625rem;left:23.5625rem; }
 }@media only screen and (max-width: 763px) { #gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB #bgfvkBegNhv7Ti33FgaK52enuV9SGdfB {  }
 }@media only screen and (max-width: 763px) { #gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB #DElmuJNI2KaT3QW0nHTh4yre6TUd4PV7 {  }
 }@media only screen and (max-width: 763px) { #gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB #pkoEGkTU45O3SRtPwKuh9zO14wS8k31k {  }
 }@media only screen and (max-width: 763px) { #gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB #CU233AktSnnGui5RwDCJES7yCTo6WmJF {  }
 }@media only screen and (max-width: 763px) { #gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB #tJcIwEBJtm7HHdk2kv2dZlTKe0rSWETA {  }
 }@media only screen and (max-width: 763px) { #gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB #Th7cO53qHxTiTEUiUJhu9uk31kmP59Ir {  }
 }@media only screen and (max-width: 763px) { #gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB #PBmHtCioVCJv7S0CIpsO6cF53G4penWb {  }
 }@media only screen and (max-width: 763px) { #gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB #fG7bDUsPnxwWdX9G4M0dOrUpOMJDVTun {  }
 }@media only screen and (max-width: 763px) { #gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB #J0hXWTlAbvPe4vT8AFne6L0CKBbt5MCL {  }
 }@media only screen and (max-width: 763px) { #gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB #KqPoVMgHp3T03UEp124H8H4sAy7tkmFO {  }
 }@media only screen and (max-width: 763px) { #gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB #JrZTUJIAnl6ahLTSnqEbxwnWh2AWoSwv {  }
 }@media only screen and (max-width: 763px) { #gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB #MozxXyxJdKCrOr5OnL22bTWsWJbhCk3S {  }
 }@media only screen and (max-width: 763px) { #gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB #IXUQoapoMlEqmKQJdLvpXGm0F6BHJehR {  }
 }@media only screen and (max-width: 763px) { #gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB #SFA6h3aK26zkGmwPO7rzUysufqQA7CO0 {  }
 }@media only screen and (max-width: 763px) { #gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB #xWIJAyTw27lTRxQSxBfwTNBbs3AdqTGI {  }
 }@media only screen and (max-width: 763px) { #gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB #R0OtPTJrxsgIJQpuPss7qz0ZN53TzIIt {  }
 }@media only screen and (max-width: 763px) { #gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB #C36dIlLDh9PGGgWqUZJmc5wXaXzSBRox {  }
 }@media only screen and (max-width: 763px) { #gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB #f3CMaSbMvBHhPRTLD2taITewhogXTo1l {  }
 }@media only screen and (max-width: 763px) { #gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB #zkULsbRVEcvd3QcP7Pm4tJcbpaFpG26x {  }
 }@media only screen and (max-width: 763px) { #gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB #vAQGktb24XACfqKJpBWwIF7tXbAIhrrt {  }
 }@media only screen and (max-width: 763px) { #gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB #gHi5wvzHuShB1WZv5I17EgUqs8cQAseB {  }
 }@media only screen and (max-width: 763px) { #gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB #MQGfTrZbmCnawe6KqPyQ8ipQ26SyxgB3 {  }
 }@media only screen and (max-width: 763px) { #TXQdUUaTrthVUDTWTJV3HCEWTseC4u3V { top:41.1875rem;left:25.75rem;width:2.9375rem;height:1.7748088806272rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5EBXNwLZsNg1z4UBqxnuIR5Kfc7yuRN { top:16.6875rem;left:0rem;width:39.375rem;height:12.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxD5ctnJD7IsduKP1ni7fNOVSJDS3fac { top:30.625rem;left:0rem;width:39.375rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCTEkTCt4XLblmTKgGImMDsOU9wNAUNO { top:35.9375rem;left:35.25rem;width:12.5rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8qTJN4ziR4dunfHlmMTMwX1gapKnm7N { display:block; }#T8qTJN4ziR4dunfHlmMTMwX1gapKnm7N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sMAF3CRtgxSAHytBVPQtT7U2Kp2npGME { top:6.4375rem;left:8.21858215332rem;width:31.25rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQOFAqrde706CW3NhiXcaA7t28FdhJT9 { display:block; }#GQOFAqrde706CW3NhiXcaA7t28FdhJT9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xu1iH7vFeiDMMMSpAL2r17Ad3Db3y6xQ { width:47.75rem;height:1.5625rem;top:1.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4DtGTIXEShuBHv7Rr4awxa60L6cnwU8 { width:1.875rem;height:1.875rem;top:1.75rem;left:45.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xn41iSpK21auSVzmuobUr9RB8xQ9MheE { top:-0.9375rem;left:0rem;width:2.3125rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXNTCitFvZrTDdqftpSaNUQH6zQtfNID { width:0.75rem;height:1.9375rem;top:1.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOKalaV9eMadbr07q52HGB6ie6awk111 { display:block; }#xOKalaV9eMadbr07q52HGB6ie6awk111 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UUwoBlJBFI1pkxQpDK0IT59ukOAsKiyC { width:47.75rem;height:2.5rem;top:2.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kn3PtT3uBCbGi2TTz35bTuvNJ8anN088 { display:block; }#Kn3PtT3uBCbGi2TTz35bTuvNJ8anN088 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #evMZuFmnGy9zlGvfnTpq2faSVgBbvxI9 { width:47.75rem;height:1.5625rem;top:1.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Li2XbH3dCfkJR84wRqhZMPqXPyZGEnKU { width:1.875rem;height:1.875rem;top:1.75rem;left:45.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESpra27CaLKiEaoWd7bBM1eHxO3onH3g { top:-0.0625rem;left:0rem;width:2.3125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivyfei9wKLFUtEOrVbG7rrCn0RTf72iT { width:0.75rem;height:1.9375rem;top:1.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uX37q0k8qNox6MzOSaC6J5OA9rP0yT1y { display:block; }#uX37q0k8qNox6MzOSaC6J5OA9rP0yT1y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aEQuUBiwQEJAu8UbzLAmqbqu1tiOzAgf { width:47.75rem;height:3.75rem;top:2.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlbCtsbFCXW6xdwMWZFWao2yLEedDEmw { display:block; }#IlbCtsbFCXW6xdwMWZFWao2yLEedDEmw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PyI9KcUCm7iHeP0lDv2635xfFa5Q1IeF { width:47.75rem;height:3.125rem;top:1.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiiLvgKnoa9WLtNwDSvX5gsIF1bA7PGb { width:1.875rem;height:1.875rem;top:1.75rem;left:45.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlTvuxLfT7MWMAPbEzwJxV1wTeOfLihy { top:-0.0625rem;left:0rem;width:2.3125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCziVw4zOi2ZdibTiZvAyamgX0eF6LTr { width:0.75rem;height:1.9375rem;top:1.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLkWLEqTMaWzdbEMdWcLeQPGD2FIB5hq { display:block; }#WLkWLEqTMaWzdbEMdWcLeQPGD2FIB5hq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u1iZ5nOlncmk3gvvdd4l5KUpMLPO5JH8 { width:47.75rem;height:2.5rem;top:2.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rISat2Tuc7FT6QQQKSvMudeTDIyhop0q { display:block; }#rISat2Tuc7FT6QQQKSvMudeTDIyhop0q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P3e1cAGoTcNFUr55TZH6RZxWWor3Vw2R { width:47.75rem;height:1.5625rem;top:1.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #owylgIe8U9OfMcAAo86WRHd2mZTd10hz { width:1.875rem;height:1.875rem;top:1.75rem;left:45.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VP2XcM4t0r8octhM2U5HFkwU7fMrhDZ6 { top:-0.0625rem;left:0rem;width:2.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWkCoUXq5zUCZpMO1cxNs2Krmd3cEp9d { width:0.75rem;height:1.9375rem;top:1.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeMmRmtx6hmJsTZwV5HPMDysMfMgHId3 { display:block; }#OeMmRmtx6hmJsTZwV5HPMDysMfMgHId3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mqr79lhJMGzvJox2MFe32aLJWzfHJldZ { width:47.75rem;height:2.5rem;top:2.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTGmGgu4i41FfBuitvgTRkiqtE2ZS3No { display:block; }#zTGmGgu4i41FfBuitvgTRkiqtE2ZS3No > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HKFEnQSN8ei3gaWm8BSi2rhOTs6zSI3T { width:47.75rem;height:1.5625rem;top:1.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiAmGsZwDTn0G7ED64sXJ1rwHtHpvrmr { width:1.875rem;height:1.875rem;top:1.75rem;left:45.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VigfQR6LsiIA6tzrkRrPSdMxoyZKvp1J { top:-0.0625rem;left:0rem;width:2.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoZWc2l6TXygwsEcRHkvkfvZcCVNdKAS { width:0.6875rem;height:1.9375rem;top:1.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIveJFn08Ii09nbWsDZ14CHxT11gcTdF { display:block; }#gIveJFn08Ii09nbWsDZ14CHxT11gcTdF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qTfzsgO5KXKt2Re4z2KFlZkUrXWTAXMT { width:47.75rem;height:3.75rem;top:2.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cv5Sd1f9Po1tC1Z27LFEwsbla3Qymgdl { display:block; }#cv5Sd1f9Po1tC1Z27LFEwsbla3Qymgdl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OsVmfK4EX3VMSsPfo6KJTeMb7Tpa2wGE { width:47.75rem;height:1.5625rem;top:1.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbiwqt1TW4XciInoiKPoaHpQiqrtt9PS { width:1.875rem;height:1.875rem;top:1.75rem;left:45.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyTCJtJ2s6nwDRsC5eaXU9yhp7SuZObT { top:-0.0625rem;left:0rem;width:2.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPlHdKirw6H5mNZefk6iLZVG85a6GX4s { width:0.6875rem;height:1.9375rem;top:1.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJB7QogaRwCrMBH16Sd65TdOZCeTKPVq { display:block; }#zJB7QogaRwCrMBH16Sd65TdOZCeTKPVq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfLmiJ50ITlBHz9PvGU7u7hQWenxtnz1 { width:47.75rem;height:3.75rem;top:2.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXxNX3HbOXM54r1slHy8ugI0opfeuHIF { display:block; }#aXxNX3HbOXM54r1slHy8ugI0opfeuHIF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSLUL7WpAdyxa30ZykQaKUEXe2Bxt1aM { width:47.75rem;height:1.5625rem;top:1.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Optzaxz86vp25VkFlPtXTzfDryua9wHX { width:1.875rem;height:1.875rem;top:1.75rem;left:45.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3eTNluonAbT4wLuX4BylXHy02IQyv5K { top:-0.0625rem;left:0rem;width:2.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnusqD5DTHUohBE8wNcI9CEc7mmmOFak { width:0.6875rem;height:1.9375rem;top:1.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rd4lXAfJ1e26CIFKgp24oM79lLLI6p1B { display:block; }#Rd4lXAfJ1e26CIFKgp24oM79lLLI6p1B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fPeAFhNJrCgFfT4XoaJNNQFd59uLkc9q { width:47.75rem;height:3.75rem;top:2.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T051DZIzloqpXCL1kfgdEdPERwSdLERO { display:block; }#T051DZIzloqpXCL1kfgdEdPERwSdLERO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dIgo9tVFCf356bFGOyOySimDdJFD4IEZ { width:47.75rem;height:1.5625rem;top:1.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0xX2ptU7VzbseV5SFFFAT8sv1cmz7eC { width:1.875rem;height:1.875rem;top:1.75rem;left:45.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yE2srMTk3pIByTqSTTVyQlT7H3viZQyS { top:-0.0625rem;left:0rem;width:2.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZoSnnwFWFvBKr0dhCfPf2pk6ZJMFeXH { width:0.6875rem;height:1.9375rem;top:1.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNTiBCmINxUmbGnHtRzdvydaMIITRZzT { display:block; }#MNTiBCmINxUmbGnHtRzdvydaMIITRZzT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oqo2VRAsOotTOReQGdOmB3Vt21CaRNLv { width:47.75rem;height:3.75rem;top:2.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fxym7CIT2fvUrHQglPJMCzVaiwPVpurH { display:block; }#Fxym7CIT2fvUrHQglPJMCzVaiwPVpurH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pPTwpRrDzSuJmsTvAxTU64IKguhrKM3b { width:47.75rem;height:1.5625rem;top:1.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #whoroGvdqoW9rzUaHPxZ3TFfz7GsmWUT { width:1.875rem;height:1.875rem;top:1.75rem;left:45.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkByZTBvIvTl2MXXgS0hDZExMyOnTpKJ { top:-0.0625rem;left:0rem;width:2.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTyoeanshTDc8kX2OTl2dva3HqOWSJ1W { width:0.6875rem;height:1.9375rem;top:1.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQzW817UhiyzR5DJLMS4sVbTJ1n0r8Q8 { display:block; }#XQzW817UhiyzR5DJLMS4sVbTJ1n0r8Q8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JNBPxfVyaBFOC8cC2DdAvi8EbGzwd57I { width:47.75rem;height:7.5rem;top:2.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpXnRgkFPzGHg0eEzT8dICNIX3k2SNVJ { display:block; }#cpXnRgkFPzGHg0eEzT8dICNIX3k2SNVJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zqzSM68mTp5fwMZQQbXoOcpAyRA4LeKr { width:47.75rem;height:1.5625rem;top:1.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rn33ATKE4QSoLdKE5JlU7OMXob6B7fxk { width:1.875rem;height:1.875rem;top:1.75rem;left:45.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgANIw2ZJfhZhb2QoFgfQTLTNkVGvX3y { top:-0.0625rem;left:0rem;width:2.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1RphUwtXx7Aev95vcMpyXXfTr0Q0L2D { width:1.5rem;height:1.9375rem;top:1.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkZSIcVN0yOItMUZyBtVHuoyRRkTPm2a { display:block; }#xkZSIcVN0yOItMUZyBtVHuoyRRkTPm2a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vwaLKreMy3lcqRF6JXRrCSsuK26iQ96T { width:47.75rem;height:6.25rem;top:2.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7KBlrQTJIox5KfPopVA7yD0byaHiCa3 { display:block; }#F7KBlrQTJIox5KfPopVA7yD0byaHiCa3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/216eded5-3400-4a65-9c57-c2ae8c3f81b5/Bg_homemob.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:53.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DGyy0vqhbkyqka45MlMus4p5Iu2aUOmr { width:18.75rem;height:8.2875rem;top:3.5769362449646rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJtMkxo8XAS4Tl5LorXOQev0asy3sTdq { width:20rem;height:10.96875rem;top:11.740999221802rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQ9ccsN4LONTMmfILcQJF5aGhlNoq6tM { width:7.5625rem;height:2.0625rem;top:0.76511573791506rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5ZMQkIbcJGt0vD8aNp1xQdxmfv6ksMM { width:15.9375rem;height:3.31171875rem;top:23.813282012939rem;left:2.0312501192093rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNnEOvTUNuigDoUG1KraiEiK0R2fIZ2A { display:block; }
 }@media only screen and (max-width: 763px) { #GSWTXbJdTN6WeeozryCBVTcxx6yJUKpB { width:7.249490737915rem;height:13.374660491943rem;top:31.27717590332rem;left:0.94429349899294rem;display:none; }
 }@media only screen and (max-width: 763px) { #lkH5lM8NvZTOurqZmmDNOdUBXDEODFPC { width:2.5rem;height:2.25rem;top:42.25rem;left:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ROx3yQzxhMhuAcnehnuf1wIphiALVpE8 { width:9.375rem;height:17.25rem;top:41.25rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #eqSLH7ucBVG4e8pBPEUNfuVV1m8C2ptX { width:2.5rem;height:2.5rem;top:42.25rem;left:13.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MNJlHO5TWZrwd9OLQRVT8qW9A9aRoJd4 { width:9.375rem;height:22.5625rem;top:59.125rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qBiNa5oDWncObMCerIv0vkRB0yTdmOHV { width:2.5rem;height:2.5rem;top:60.125rem;left:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZATAfOB0ISCVHNW04oIbZ8Mppap0JO8y { width:14.375rem;height:19.125rem;top:101.32387253642rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JCilVN8JzTO5TNVkQ8lJTClRQ5QUVI7K { width:14.375rem;height:19.125rem;top:80.840686142444rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pcf1DqMxNc9khQGbsgVJVG6rmc0a7QOR { width:14.375rem;height:19.125rem;top:60.357499748468rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ahg4X3xcUFixZhXHquVgdEv8GZJTMVdQ { width:15.5625rem;height:3.3125rem;top:27.875rem;left:2.2187501192093rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzxgHNLotGCDhRdZKhJJSetpMw5sRmrD { display:block; }
 }@media only screen and (max-width: 763px) { #vKuKuK4o5TdFG95PEu9Rx5PfrPKvqM3x { display:block; }#vKuKuK4o5TdFG95PEu9Rx5PfrPKvqM3x > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C3929P8Fw2PGpxUIrasGaTyOU7FLBdJ1 { width:13.936820983887rem;height:3.4125rem;top:1.1616859436035rem;left:4.6869907379151rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Sxu1zS4N3ArV3MQeUbAr6o4TX36vqR3M { width:14rem;height:2.45rem;top:5.8952121734619rem;left:4.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qLmXZgILxmcF3DKOTvnTTK6dOtOSkRkV { width:14.249320983887rem;height:2.45rem;top:9.5363445281981rem;left:4.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UHZeqxcR5CQqsuK2nZRa2nS54MJ0zTHf { width:20rem;height:4.875rem;top:15.990999221802rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymyLzmIXWoMcrQkU5d5aQrLQe0Mq5l7B { width:20rem;height:3.9rem;top:21.333223342896rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKVtVSU5RrSo8MUtVTTpOzbDWXogFlBu { width:2.5rem;height:2.2494904994964rem;top:1.1875rem;left:1.2415082454681rem;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #T8tXkXRJwRQXfnKgaNNzJlRoIHG7LkHJ { width:2.5rem;height:2.5rem;top:5.7561149597168rem;left:1.2415082454681rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #zrKbkRMW88AS6HacyX2PwO6KnGJEITGD { width:2.5rem;height:2.5rem;top:9.5618286132812rem;left:1.3040082454681rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #Gv1AqK8z9kXTBSt7PzIfV5z05iEhi5rG { top:0rem;left:0rem;width:20rem;height:13.874830245972rem;z-index:100000;background-color:#197278;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ihkXSKkaUs74uVRpyM8eJdG4FJJ4Tocr { display:block; }#ihkXSKkaUs74uVRpyM8eJdG4FJJ4Tocr > .row .container { width:20rem;height:54.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hruhhKIwSVDbXucxLJ6UsIDgBhoFUNvq { width:5.1248302459717rem;height:5.1248302459717rem;top:12.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeSAeQkpN3lyWeDKoEJaAfJiLkXr8APG { width:0.125rem;height:25rem;top:15.250511169434rem;left:2.5000002384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #wT9w4HXgoOTiTMPgIADzxD0WTEfhfMyc { width:2.3125rem;height:2.4375rem;top:22.4375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPNOhu2aa4zLysPxTHIbGQoz2s0yiVgn { width:20rem;height:5.2rem;top:2.8062171936035rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLk80HcfN7vxMTlTMoSsXnSO5UqFXwQ0 { width:20rem;height:1.54375rem;top:8.7007522583006rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGZCIl6USDHNi1DPNDy7PPpGcQOyyRU8 { width:10.8125rem;height:2.6rem;top:14.126190185547rem;left:6.1786689758301rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zDoZwI8db7KsQKLCsC3TaskGmKO03Vqb { width:5.125rem;height:5.125rem;top:21.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1MF8ruT3yswL0QBgtqL5UX7Afmh5LGC { width:12.749660491943rem;height:2.6rem;top:22.448883056641rem;left:6.1786689758301rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IHmeTaqaOWmHDTaHeMNEoBpcfnPUaKgz { width:5.125rem;height:5.125rem;top:28.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMerqOskiZLmtxA18ATGkfnUpqqsRUhG { width:12.749660491943rem;height:3.9rem;top:28.974533081055rem;left:6.1786689758301rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CIJrUzDRNwwQ9GzeAuw3USuFcD9e6UI8 { width:12.625rem;height:2.6rem;top:37.753059387207rem;left:6.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U1z4ZaXoxu4tGKE0kVnADENQN1rRRtsF { width:5.125rem;height:5.125rem;top:36.10139465332rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVGx6byiuHR255thPmNtFCL5Uu59W2F5 { width:2.1246602535248rem;height:2.1246602535248rem;top:14.3125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4NJMQ7CHiMSD3kRGWQZnMnyfyZie9es { width:2.8125rem;height:2.8125rem;top:29.5625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4VqCpdisEwvmcTFdFpVXDJPSgUMJRt8 { width:2.6868207454681rem;height:2.6868207454681rem;top:37.170516967774rem;left:1.2185802459717rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ga3sTJH070ACzQfVv0nx8QLy1o9BKhN1 { width:20rem;height:9.6875rem;top:44.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nd8wQpSNdQtb3xwpW2PvE264mw5odkXU { width:11.936990737915rem;height:2.1125rem;top:45.12483215332rem;left:4.6560802459717rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqyCpEKobQz11UVT2unZyinBsq3znKnw { width:1.25rem;height:1.25rem;top:45.551467895507rem;left:2.5619904994964rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8yP6SWxOFCUSVosHJ8ZnZ0rVi4iVV9J { width:1.25rem;height:1.25rem;top:51.842735290528rem;left:2.5619904994964rem;display:block; }
 }@media only screen and (max-width: 763px) { #OR7XlOpKq39G8Ub3OtnsScgWaX3fz9Qf { width:11.749320983887rem;height:2.275rem;top:48.232849121094rem;left:4.7494907379151rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZtgdE3Jgvxahqo6nzO2ESZ65JGWB9le { width:1.25rem;height:1.25rem;top:48.574226379394rem;left:2.5619904994964rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxqrsHDbugoGxRiQ3w9wASPi6xtmJSUE { width:13.374660491943rem;height:2.275rem;top:51.38077545166rem;left:4.3121604919434rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWMLWCWqL22C50WlvrQDrZSEZCnTvRmz { display:block; }#zWMLWCWqL22C50WlvrQDrZSEZCnTvRmz > .row .container { width:20rem;height:90rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uNuKT3Xk9RgOlqpXca045UGdSJN3uiRL { width:20rem;height:0;top:1.756103515625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #IPJaLhTymt2EkxccFcSASlJavdWc6yTr { width:20rem;height:5.25rem;top:26.247451782226rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IV249T6JTLxkMteerIJC8hyU4WNE6svk { width:12.061820983887rem;height:2.925rem;top:40.1875rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBkf03CQzdtmKAqWp1GRNolHTTSne3NW { width:14.375rem;height:9.9371604919431rem;top:35.9375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqaGPGhdztp6gygXFnbX2y70F4bVJeJ0 { width:15rem;height:5.85rem;top:50.3125rem;left:2.5625rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #g3JhM9TMHbdKSFAueuJ49mTmCg8hZvML { width:4.375rem;height:4.375rem;top:59.375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELt3rQ8zDpIiLGmGWWva1GdN4saawBii { width:2.2494904994964rem;height:2.2494904994964rem;top:60.4375rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQ4qOXPedeb00yHZHe9EVeTalJzrD6T9 { width:11.624490737915rem;height:2.925rem;top:65.4375rem;left:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0DGAI2UTyuXILuibvq2kTnPCR6W2exH { width:2.1875rem;height:2.1875rem;top:35.375rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVSdkdIWRTo8AIvVUNOxsqfnIPkqogRz { width:20rem;height:7.4375rem;top:74.307907104494rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sPSprIJ6yMchHDH1PNMvcym5JVcOS1y2 { width:4.375rem;height:4.375rem;top:34.25rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOWzAkM0qahkLao8z96QTPOrhuIA9aP4 { width:18.999660491943rem;height:3.3125rem;top:69.469436645506rem;left:0.49932074546814rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #p9VG5amfVh2i0AJUzyHkTGx4NnwIGKCb { display:block; }
 }@media only screen and (max-width: 763px) { #UHpDKN06Gkloy6RtUrC0HemzyDG9vTDE { width:20rem;height:11.8125rem;top:12.820983886719rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #SWdwANrmJboe7QyxPuzuXUHfzITPBego { width:15.9375rem;height:3.3118207454681rem;top:83.811996459963rem;left:2.03125rem;font-size:0.9375rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #z1oJ9R3sqwk26gf4s57A5OKNbVKdIRia { display:block; }
 }@media only screen and (max-width: 763px) { #NaGzMWqQB27UKqeT1hLezDGeFbtME0py { width:17.686820983887rem;height:10.061990737915rem;top:48.125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7noW89idPemTcZN1Q8TwIOTWU1qHoTm { width:14.375rem;height:10rem;top:60.4375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoAWSD2gLS3xSKRByTgBgViTlaudTWrF { width:20rem;height:3.9rem;top:7.6868133544925rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s00lQM4JHG4SnxAs5IqLL8gOtufiKOSn { width:20rem;height:4.875rem;top:2.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUkEq0cAkAvs2WvZVOzkKeQpGGFTfTTU { display:block; }#cUkEq0cAkAvs2WvZVOzkKeQpGGFTfTTU > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qr6R7mL6kBwFLwgZhaMzl0pfUeH73o5F { width:11.749320983887rem;height:2.03125rem;top:2.0625rem;left:4.125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SLqKVWxh0xtXBON3H54Wxi5w9lIsrkNm { width:11.311990737915rem;height:2.275rem;top:4.1875rem;left:4.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #la32XSg0TN1ybskLHTZ3W2VovqKqmOby { width:20rem;height:9.625rem;top:7.6316375732425rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtXdz7bkWrdskq1QZADoqTBHW3dSTVQT { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ec1ab9ad-b3a2-495a-a2dc-badcf62e8246/Bg_section.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#AtXdz7bkWrdskq1QZADoqTBHW3dSTVQT.adaptive-delivery-prevent-bg, #AtXdz7bkWrdskq1QZADoqTBHW3dSTVQT.lazyload, #AtXdz7bkWrdskq1QZADoqTBHW3dSTVQT.lazyloading { background-image: none; }#AtXdz7bkWrdskq1QZADoqTBHW3dSTVQT > .row .container { background-color: transparent; background-image: none; }#AtXdz7bkWrdskq1QZADoqTBHW3dSTVQT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,23,49,0.66); }#AtXdz7bkWrdskq1QZADoqTBHW3dSTVQT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AtXdz7bkWrdskq1QZADoqTBHW3dSTVQT > .row .container > .video-iframe-container { display: none; }#AtXdz7bkWrdskq1QZADoqTBHW3dSTVQT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,23,49,0.66); }#AtXdz7bkWrdskq1QZADoqTBHW3dSTVQT > .row > .video-iframe-container { display: none; }#AtXdz7bkWrdskq1QZADoqTBHW3dSTVQT > .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); }#AtXdz7bkWrdskq1QZADoqTBHW3dSTVQT > .row .container { width:20rem;height:65.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #osV3HQUqDPomNHXbxnZAagOUq5LE6bnd { width:20rem;height:7.3125rem;top:2.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LL6kk6VwuMssJ5Wf1rX5eghcFULJDNPy { width:20rem;height:23.90625rem;top:11.201110839844rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8zc1u1R03NNEvnDm3aI5BVU4L0Qiz8i { width:10.811820983887rem;height:2.7625rem;top:37.625rem;left:5.3125rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lEu3c9J082TkWEQxO8xA31gpASksJTM9 { width:2.1875rem;height:2.1875rem;top:37.625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTR54ZCubPXhMSSahFlJo1yRSiZT5xZ5 { width:20rem;height:28.875rem;top:36.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKpQoiNWKTvQOahut8m5y7X5VCHgzzHT { width:7.7496604919431rem;height:2.925rem;top:46.75rem;left:5.3125rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #g1q5ryH3BgPrxle7RpNAQieNgDP7uKLH { width:3.0621604919434rem;height:2.1875rem;top:47.0625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvSTM2SJmmdDS4D5JTRNGKc00L0h4nzn { width:11.187160491943rem;height:2.7625rem;top:42.25rem;left:5.3125rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #KTPPKk3nQPgpqHqcwl8sFZNb1MG0M1nB { width:2.9373302459717rem;height:2.0618207454681rem;top:42.68733215332rem;left:1.3748302459717rem;display:block; }
 }@media only screen and (max-width: 763px) { #USyyAmuIqiboct5MOJS46GEklD65iuOK { width:2.4371604919434rem;height:2.4371604919434rem;top:55.9375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNfGqEOgfuOT8uhXsXTFa0KwbmTQhxlX { width:13.125rem;height:2.7625rem;top:51.5rem;left:5.3125rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ztQ5Xc5XIRDgkhE8kGeAV4ZqfAg96A4R { width:2.5619904994964rem;height:2.5619904994964rem;top:60.4375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fblEPqrULz2rResGH3TeCfG4D4Jtbm7E { width:9.5618209838869rem;height:2.7625rem;top:60.3125rem;left:5.3125rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #R7Rf9DWNMTegVn6Mr6Vmi2ZKIrnT9hFl { width:11.187160491943rem;height:2.7625rem;top:55.75rem;left:5.3125rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WLZLdvXIWz63NPpXo4yu5XCg1cT1tTGv { width:2.1875rem;height:2.1875rem;top:51.8125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOvglZSktF9HSRXyL4IzaPQouSqPqCkX { width:0.0625rem;height:7.6875rem;top:41.770548820496rem;left:17.719089508057rem;display:none; }
 }@media only screen and (max-width: 763px) { #TcHXlbUzspmdqDRMGeURTocEJM6Z5iZd { width:0.0625rem;height:7.6875rem;top:41.770548820496rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAXflMNKu4G50rnlp1cBotG2FrwkVnZ7 { width:20rem;height:0.0625rem;top:45.582545280456rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yaLZah6N0lr8fQ7HsqDoVOKuUL6a6uJb { display:block; }#yaLZah6N0lr8fQ7HsqDoVOKuUL6a6uJb > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vLCl6fUwNWGDnqeFEbdCZAiAqkKuDrey { width:20rem;height:9.425rem;top:2.4375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRHyahX2VkuDqqd38mBMyr9rXLa9z1Bg { width:4.6875rem;height:4.6875rem;top:12.8125rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uf8Sc8qUrZp06mOVFTlpJ4sdSR6ON427 { width:3.9996604919434rem;height:3.9996604919434rem;top:13.125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #izZJ5Z1qJp3mzrVfn3Go5Ht2xxwqwurO { display:block; }#izZJ5Z1qJp3mzrVfn3Go5Ht2xxwqwurO > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aQxgT8TCtI0JTEftX9P4FE1ndFuPTfoq { display:block; }#aQxgT8TCtI0JTEftX9P4FE1ndFuPTfoq > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tz9af6v95lgz4cviVrm90AIkDnzWFFO9 { width:13.624320983887rem;height:2.6rem;top:2.3252563476562rem;left:4.4911684989929rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8991wHEM3ErySwT7GHlzfT4hM5BnQ4A { width:3.6875rem;height:3.6875rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzQX4NObriTh2gqCLW1pMmbdl1T2XMND { width:18.999660491943rem;height:6.75rem;top:5.93408203125rem;left:0.49932074546814rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZRuZkRElcAhll9MkndTH4JP8Te3Fy6K { width:19.1875rem;height:7.875rem;top:19.51953125rem;left:0.49932074546814rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyylCdwTlzb0rtqIATcShkmZhAc9Vec0 { width:3.6875rem;height:3.6875rem;top:15.062164306641rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLUScKg6XNBOeH4uSve2m0r0EtNKDLRE { width:14.874320983887rem;height:2.6rem;top:15.621765136719rem;left:4.4904894828796rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruNqpFtqh4s6mna1n1JVJKXxTSHt0U6i { width:3.6875rem;height:3.6875rem;top:29.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xseFGIO0zqIfacn3GJPwI4qMCw7wUA6V { width:11.687330245972rem;height:2.6rem;top:29.747802734375rem;left:4.4904894828796rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkAaVnawCohaFqbIk0OP07qEcgIVfy6F { width:17.437160491943rem;height:7.875rem;top:33.862762451172rem;left:0.49932074546814rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxhdbFgHNRxgoc2mBfOJ1h7Nh8ipH0kd { width:2.1875rem;height:2.1875rem;top:2.3125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilIAwnVcF2fp5ifVG4SPAHrtHvtB0osp { width:2.1875rem;height:2.1875rem;top:15.75rem;left:0.81182074546812rem;display:block; }
 }@media only screen and (max-width: 763px) { #om2OMJRW5T1OlioqV31RRgWfCr7PfeZs { width:2.25rem;height:2.25rem;top:29.9375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtVcoZfrDptbnGJ5XeXLlVCXTlvdLIae { display:block; }#BtVcoZfrDptbnGJ5XeXLlVCXTlvdLIae > .row .container { width:20rem;height:56.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TS8ykaRvl9cCNGuXoXoKfqEzQTvMTrhq { width:15.499320983887rem;height:2.6rem;top:2.188720703125rem;left:4.4998302459717rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AztL2zzcCiH6nP3cT6uEecJum69dbQaT { width:3.6875rem;height:3.6875rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWbXzB3itnK76xIHW2WuUP9diIQ5TwEK { width:18.999660491943rem;height:5.625rem;top:5.93408203125rem;left:0.49932074546814rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUX5sLxyTw2cBbt8VT8dlRwP3NEG4uvN { width:19.1875rem;height:5.625rem;top:18.581695556641rem;left:0.49932074546814rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnUZ8L1laqPmfl4eqzUZNvBkIvcd75Kk { width:3.6875rem;height:3.6875rem;top:14.124328613281rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNXTOiBZQnciRf2dF7VSqRcuk0HbeNHa { width:15.3125rem;height:3.9rem;top:14.341735839844rem;left:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwZ9795F3UmVMPSBEKNR3xsbSynPGLhO { width:3.6875rem;height:3.6875rem;top:26.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3NJ6ZOC1fVq0KvwznGgS4yvvEbKZveZ { width:13.374660491943rem;height:2.6rem;top:27.25rem;left:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rv6kdJQi0vprbq2u9sDUL7vx57CMOVLX { width:17.437160491943rem;height:5.625rem;top:31.375rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgaTNvlWNZ9tJfhLv6DUcMMWsS7Rors9 { width:2.1875rem;height:2.1875rem;top:2.3125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmeX1TF1VQbelfr4wkUK3tEpmbAzppRJ { width:2.1875rem;height:2.1875rem;top:14.812164306641rem;left:0.81182074546812rem;display:block; }
 }@media only screen and (max-width: 763px) { #wI012pX3LngloXJrgVK888sSqMcCg1Fz { width:2.1875rem;height:2.1875rem;top:27.4375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUrPlrSAVJGThTniz3pTsQawSl52gTGw { width:20rem;height:3.9rem;top:40.083068847656rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4ZqPHwMAO535gdxGAD0HFKCguXCG3GI { width:20rem;height:3.9rem;top:43.980133056641rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDTrQsoExZNCSTlPsIET4lt5seO23wcF { width:15.9375rem;height:3.3118207454681rem;top:50.281066894531rem;left:2.03125rem;font-size:0.9375rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #NnvU2gaOxLTgee44az3n0021bEaZTKCm { display:block; }
 }@media only screen and (max-width: 763px) { #az4nmTGB0dgD1076TpW8RpfPpf9vo3TQ { background-color:#ffffff;background-image:none;display:block; }#az4nmTGB0dgD1076TpW8RpfPpf9vo3TQ > .row .container { background-color: transparent; background-image: none; }#az4nmTGB0dgD1076TpW8RpfPpf9vo3TQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#az4nmTGB0dgD1076TpW8RpfPpf9vo3TQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#az4nmTGB0dgD1076TpW8RpfPpf9vo3TQ > .row .container > .video-iframe-container { display: none; }#az4nmTGB0dgD1076TpW8RpfPpf9vo3TQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#az4nmTGB0dgD1076TpW8RpfPpf9vo3TQ > .row > .video-iframe-container { display: none; }#az4nmTGB0dgD1076TpW8RpfPpf9vo3TQ > .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); }#az4nmTGB0dgD1076TpW8RpfPpf9vo3TQ > .row .container { width:20rem;height:54.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SkMgQqqWAWRweA3HRu42a0UHnXTFQiEq { width:20rem;height:10.5rem;top:20.06201171875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPz87sfm0MT0RaK2OpVqH5AoxDST3u5Z { width:0.061990492045879rem;height:10rem;top:7.9848937988281rem;left:6.3340697288512rem;display:none; }
 }@media only screen and (max-width: 763px) { #AfbZmDXTs085zNZWN7zh6qKMlUqLDm80 { width:1.6244904994964rem;height:1.6244904994964rem;top:32.675109863281rem;left:0.28023099899292rem;display:block; }
 }@media only screen and (max-width: 763px) { #faewaDFEmSCS50fQVtzwNmi3u0Ia1RHB { width:12.249490737915rem;height:1.7875rem;top:32.600219726562rem;left:2.7496604919434rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtzFP6L6aNPTla6XZk8gNma7RUnUQqSQ { width:1.8121603727341rem;height:1.8121603727341rem;top:36.064056396484rem;left:0.18597149848938rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5JVnivngxqQ54Zv0VGrkbVE2ATbWGHX { width:12.1875rem;height:1.7875rem;top:36.083587646484rem;left:2.7802309989929rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqitthQwf6KAGPRbrzRukxTgGdsdnTsA { width:16.124320983887rem;height:1.7875rem;top:39.389099121094rem;left:2.7496604919434rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4ysE1FQFiQz65XGovECLOZPnIDw3zP7 { width:1.4375rem;height:1.4375rem;top:39.549438476562rem;left:0.28023099899292rem;display:block; }
 }@media only screen and (max-width: 763px) { #elC5kSbmrvTaDhOqGCZtkXfPQgMXes3g { width:1.6873302459717rem;height:1.6873302459717rem;top:42.819305419922rem;left:0.24796199798584rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5NDyVvoNcUbbzM3QFIShwTnblWr0SWT { width:14.937160491943rem;height:2.68125rem;top:42.810821533203rem;left:2.7496604919434rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBLTP1bMSdJF7s3obxZrwxI2cOo3gSUZ { width:20rem;height:17.375rem;top:1.3136901855469rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #awlP303C4it225KA4pPKeyWtdxmH6l8J { width:15.9375rem;height:3.3118207454681rem;top:48.313323974609rem;left:2.03125rem;font-size:0.9375rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #z1zWtyuNqN8ZzgXJ3fA1VnP917ce0sz5 { display:block; }
 }@media only screen and (max-width: 763px) { #MSZaT9ankaHmabtydvUwhaIzod8bv0PB { background-color:#197278;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#MSZaT9ankaHmabtydvUwhaIzod8bv0PB > .row .container { background-color: transparent; background-image: none; }#MSZaT9ankaHmabtydvUwhaIzod8bv0PB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MSZaT9ankaHmabtydvUwhaIzod8bv0PB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MSZaT9ankaHmabtydvUwhaIzod8bv0PB > .row .container > .video-iframe-container { display: none; }#MSZaT9ankaHmabtydvUwhaIzod8bv0PB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MSZaT9ankaHmabtydvUwhaIzod8bv0PB > .row > .video-iframe-container { display: none; }#MSZaT9ankaHmabtydvUwhaIzod8bv0PB > .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); }#MSZaT9ankaHmabtydvUwhaIzod8bv0PB > .row .container { border-width: 0; border-radius: 0; }#MSZaT9ankaHmabtydvUwhaIzod8bv0PB > .row > .video-iframe-container {  }#MSZaT9ankaHmabtydvUwhaIzod8bv0PB > .row .container { width:20rem;height:81.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BGWBvq8KIWtlxXt4t7VQNOX5JvbyJnpN { width:17.1875rem;height:3.9rem;top:4.1253662109375rem;left:0.67798924446106rem;font-size:1.5rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #TcoHcmRxQ2Hr7o230qABaIsDSxPTgCga { width:1.25rem;height:1.25rem;top:9.75rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMoOTEbMJSBcNEZ30xMSmmmmbkgUnavt { width:15.375rem;height:2.68125rem;top:9.75rem;left:2.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #psbna6AxQAzDr9guIHTW9W6xzVtNH3ya { width:1.25rem;height:1.25rem;top:14.4375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkBqXpi7PAVGFwRTD40eGVoh8zVCgZQl { width:16.875rem;height:2.68125rem;top:14.4375rem;left:2.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBme5RTMXBzrhdqq5RJAzekIxkA5Dl0F { width:1.25rem;height:1.25rem;top:18.625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v57wwWA2ntKQCfgNg9Aci2PfarAHDStk { width:15.562160491943rem;height:2.68125rem;top:18.625rem;left:2.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEBZqXd5iQHTtnQS9m41nIcTm9TZzGtN { width:19rem;height:3.9375rem;top:123.77376508712rem;left:0.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #k0GBBnUbq9uXxnLFTvhLneCfE8fOhZ2O { display:block; }
 }@media only screen and (max-width: 763px) { #n0BukIAE81o906AFGZWIBKnL79inaseT { width:17.4375rem;height:15.8125rem;top:22.439422607422rem;left:2.4375rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8baaf381-a834-48ed-adfa-bcb27664b312/1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#n0BukIAE81o906AFGZWIBKnL79inaseT.adaptive-delivery-prevent-bg, #n0BukIAE81o906AFGZWIBKnL79inaseT.lazyload, #n0BukIAE81o906AFGZWIBKnL79inaseT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #dRSCuq3ee2ySlNmReN0qpeUiKaWQZTTt { width:18.5625rem;height:27rem;top:2.6867980957031rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZvFMuwSVJbSOfHLJMK6wtB8WNpwGB8d { width:18.186990737915rem;height:7.875rem;top:50.782958984375rem;left:0.90608024597169rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TI5TUxDP2I1DgLQnnNgOGr56y5TfQA9x { width:7.1875rem;height:7.1246604919431rem;top:42.181182861328rem;left:6.4062504768369rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2u5L4zW7W6Q1iTG8OI8LENR7kSNCTdz { width:18.499490737915rem;height:1.95rem;top:61.258483886719rem;left:0.74983024597169rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Hdt7vClakzfvsSFfvdCZOUWFcld2wLTG { width:16.999830245972rem;height:6.7125rem;top:64.876037597656rem;left:0.77021074295044rem;font-size:0.75rem;line-height:1.8;display:block; }#Hdt7vClakzfvsSFfvdCZOUWFcld2wLTG li:before{  }
 }@media only screen and (max-width: 763px) { #hzDQGtvKNAq9lr3HOFtM10RobJQACGih { width:0.8118206858635rem;height:0.8118206858635rem;top:65.029693603512rem;left:12.123811721802rem;display:none; }
#hzDQGtvKNAq9lr3HOFtM10RobJQACGih > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #sUkXTKZphOiMUu3NTtWLG901amH68ksc { width:20rem;height:33.125rem;top:45.499298095703rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJoewxXx9Ni81AwSHWZgMLWVk8TF65Vp { width:0.8118206858635rem;height:0.8118206858635rem;top:66.610015869137rem;left:12.709749221802rem;display:none; }
#ZJoewxXx9Ni81AwSHWZgMLWVk8TF65Vp > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #nGJ5eV4Noo4AINwNxuOlNVgVyKUdvldz { width:0.8118206858635rem;height:0.8118206858635rem;top:68.25997924805rem;left:14.873472213745rem;display:none; }
#nGJ5eV4Noo4AINwNxuOlNVgVyKUdvldz > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #x6ISnyDT4P5pG1rTeGkURBB0B4xcQpLX { width:0.8118206858635rem;height:0.8118206858635rem;top:69.801788330075rem;left:7.93648147583rem;display:none; }
#x6ISnyDT4P5pG1rTeGkURBB0B4xcQpLX > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #b7KdypBzCCfIGuNcO98FxpRk1HHa2MJH { width:16.999830245972rem;height:4.925rem;top:71.9977722168rem;left:0.77021074295044rem;font-size:0.75rem;line-height:1.8;display:block; }#b7KdypBzCCfIGuNcO98FxpRk1HHa2MJH li:before{  }
 }@media only screen and (max-width: 763px) { #mFqvNrTV7HRc20dlJyZgNqOZkqw0IN4C { width:0.8118206858635rem;height:0.8118206858635rem;top:71.484039306637rem;left:9.1151494979856rem;display:none; }
#mFqvNrTV7HRc20dlJyZgNqOZkqw0IN4C > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #xiNaTELLFdlPM04JspeKvhcqtxpOZXhr { width:0.8118206858635rem;height:0.8118206858635rem;top:73.10427856445rem;left:11.811311721802rem;display:none; }
#xiNaTELLFdlPM04JspeKvhcqtxpOZXhr > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #zlzrIpW7VhK6NOeiCcsSo0ECdqlqtyWS { width:0.8118206858635rem;height:0.8118206858635rem;top:74.651458740238rem;left:8.8731317520144rem;display:none; }
#zlzrIpW7VhK6NOeiCcsSo0ECdqlqtyWS > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #u7hxD65bm7aSOh8UNsoS8AqQo5r3FhLF { top:64.996765136719rem;left:12.156250953674rem;width:1.0623301267624rem;height:1.1871603727341rem;z-index:100026;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZLG0gDEibPntnyl9ryTeiEZApO5TUadG { top:66.802978515625rem;left:12.899117469787rem;width:1.0614809989929rem;height:1.1871603727341rem;z-index:100027;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DFugsyI2ZdHHcNBx6HnKDWTW8PDQV4PZ { top:68.629760742188rem;left:14.983016967774rem;width:1.0614809989929rem;height:1.1871603727341rem;z-index:100028;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bFxwNpQUxCQkMbEnUMsANIxirIevyKiR { top:70.366149902344rem;left:8.1705169677738rem;width:1.0614809989929rem;height:1.1871603727341rem;z-index:100029;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tKTvTimyHsh74vWT4MXL22NyEMdZZDIt { top:72.123962402344rem;left:9.304178237915rem;width:1.0614809989929rem;height:1.1871603727341rem;z-index:100030;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #I5uDJ58oDhRVWW5MDKfJ1rdmtHGPBF3C { top:73.891967773438rem;left:11.836617469787rem;width:1.0614809989929rem;height:1.1871603727341rem;z-index:100031;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DbwLfXRhyzwPJ7fXDXmzgzv1QQG1J5yo { top:75.614318847656rem;left:9.0942602157594rem;width:1.0614809989929rem;height:1.1871603727341rem;z-index:100032;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UucTDEnAwFxBgyq5cNpTrLS1Ku0Xk5xM { display:block; }#UucTDEnAwFxBgyq5cNpTrLS1Ku0Xk5xM > .row .container { width:20rem;height:64.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LCv9qPcJwxLcNRBV0OgpKMgLG90O26bF { width:20rem;height:40rem;top:21.249145507812rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB .widget-input-text {padding-top: 0; padding-bottom: 0;}#gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB .widget-input-select {padding-top: 0; padding-bottom: 0;}#gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB  { width:17.5rem;height:auto;top:21.711120605469rem;left:0rem; }
#gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB {display:block;}#gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB { width:17.5rem;height:auto;top:21.711120605469rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB #bgfvkBegNhv7Ti33FgaK52enuV9SGdfB {  }
 }@media only screen and (max-width: 763px) { #gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB #DElmuJNI2KaT3QW0nHTh4yre6TUd4PV7 {  }
 }@media only screen and (max-width: 763px) { #gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB #pkoEGkTU45O3SRtPwKuh9zO14wS8k31k {  }
 }@media only screen and (max-width: 763px) { #gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB #CU233AktSnnGui5RwDCJES7yCTo6WmJF {  }
 }@media only screen and (max-width: 763px) { #gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB #tJcIwEBJtm7HHdk2kv2dZlTKe0rSWETA {  }
 }@media only screen and (max-width: 763px) { #gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB #Th7cO53qHxTiTEUiUJhu9uk31kmP59Ir {  }
 }@media only screen and (max-width: 763px) { #gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB #PBmHtCioVCJv7S0CIpsO6cF53G4penWb {  }
 }@media only screen and (max-width: 763px) { #gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB #fG7bDUsPnxwWdX9G4M0dOrUpOMJDVTun {  }
 }@media only screen and (max-width: 763px) { #gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB #J0hXWTlAbvPe4vT8AFne6L0CKBbt5MCL {  }
 }@media only screen and (max-width: 763px) { #gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB #KqPoVMgHp3T03UEp124H8H4sAy7tkmFO {  }
 }@media only screen and (max-width: 763px) { #gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB #JrZTUJIAnl6ahLTSnqEbxwnWh2AWoSwv {  }
 }@media only screen and (max-width: 763px) { #gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB #MozxXyxJdKCrOr5OnL22bTWsWJbhCk3S {  }
 }@media only screen and (max-width: 763px) { #gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB #IXUQoapoMlEqmKQJdLvpXGm0F6BHJehR {  }
 }@media only screen and (max-width: 763px) { #gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB #SFA6h3aK26zkGmwPO7rzUysufqQA7CO0 {  }
 }@media only screen and (max-width: 763px) { #gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB #xWIJAyTw27lTRxQSxBfwTNBbs3AdqTGI {  }
 }@media only screen and (max-width: 763px) { #gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB #R0OtPTJrxsgIJQpuPss7qz0ZN53TzIIt {  }
 }@media only screen and (max-width: 763px) { #gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB #C36dIlLDh9PGGgWqUZJmc5wXaXzSBRox {  }
 }@media only screen and (max-width: 763px) { #gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB #f3CMaSbMvBHhPRTLD2taITewhogXTo1l {  }
 }@media only screen and (max-width: 763px) { #gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB #zkULsbRVEcvd3QcP7Pm4tJcbpaFpG26x {  }
 }@media only screen and (max-width: 763px) { #gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB #vAQGktb24XACfqKJpBWwIF7tXbAIhrrt {  }
 }@media only screen and (max-width: 763px) { #gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB #gHi5wvzHuShB1WZv5I17EgUqs8cQAseB {  }
 }@media only screen and (max-width: 763px) { #gbsGtMPXBM2SQ5wBNf0a11btkoMAzUlB #MQGfTrZbmCnawe6KqPyQ8ipQ26SyxgB3 {  }
 }@media only screen and (max-width: 763px) { #TXQdUUaTrthVUDTWTJV3HCEWTseC4u3V { width:2.9993207454681rem;height:1.8121603727341rem;top:60.708251953125rem;left:8.5003404617313rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5EBXNwLZsNg1z4UBqxnuIR5Kfc7yuRN { width:20rem;height:13.65rem;top:1.779052734375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxD5ctnJD7IsduKP1ni7fNOVSJDS3fac { width:20rem;height:2.925rem;top:16.430877685547rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCTEkTCt4XLblmTKgGImMDsOU9wNAUNO { width:12.5rem;height:0.8125rem;top:52.85888671875rem;left:2.6868207454681rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8qTJN4ziR4dunfHlmMTMwX1gapKnm7N { display:block; }#T8qTJN4ziR4dunfHlmMTMwX1gapKnm7N > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sMAF3CRtgxSAHytBVPQtT7U2Kp2npGME { width:20rem;height:5.0375rem;top:1.25rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQOFAqrde706CW3NhiXcaA7t28FdhJT9 { display:block; }#GQOFAqrde706CW3NhiXcaA7t28FdhJT9 > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xu1iH7vFeiDMMMSpAL2r17Ad3Db3y6xQ { width:15.375rem;height:3.675rem;top:0.6875rem;left:2.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X4DtGTIXEShuBHv7Rr4awxa60L6cnwU8 { width:1.875rem;height:1.875rem;top:0.5625rem;left:18.125rem;font-size:1.3125rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #Xn41iSpK21auSVzmuobUr9RB8xQ9MheE { width:2.3125rem;height:3.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXNTCitFvZrTDdqftpSaNUQH6zQtfNID { width:0.75rem;height:1.95rem;top:0.9375rem;left:0.8125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xOKalaV9eMadbr07q52HGB6ie6awk111 { display:block; }#xOKalaV9eMadbr07q52HGB6ie6awk111 > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UUwoBlJBFI1pkxQpDK0IT59ukOAsKiyC { width:20rem;height:6.825rem;top:1.0625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Kn3PtT3uBCbGi2TTz35bTuvNJ8anN088 { display:block; }#Kn3PtT3uBCbGi2TTz35bTuvNJ8anN088 > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #evMZuFmnGy9zlGvfnTpq2faSVgBbvxI9 { width:15.4375rem;height:3.675rem;top:0.6875rem;left:2.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Li2XbH3dCfkJR84wRqhZMPqXPyZGEnKU { width:1.875rem;height:1.875rem;top:0rem;left:18.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESpra27CaLKiEaoWd7bBM1eHxO3onH3g { width:2.3125rem;height:3.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivyfei9wKLFUtEOrVbG7rrCn0RTf72iT { width:0.75rem;height:1.95rem;top:0.78125rem;left:0.78125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uX37q0k8qNox6MzOSaC6J5OA9rP0yT1y { display:block; }#uX37q0k8qNox6MzOSaC6J5OA9rP0yT1y > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aEQuUBiwQEJAu8UbzLAmqbqu1tiOzAgf { width:20rem;height:7.9625rem;top:1.0625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IlbCtsbFCXW6xdwMWZFWao2yLEedDEmw { display:block; }#IlbCtsbFCXW6xdwMWZFWao2yLEedDEmw > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PyI9KcUCm7iHeP0lDv2635xfFa5Q1IeF { width:16.125rem;height:7.35rem;top:0.68701171875rem;left:2.7496604919434rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xiiLvgKnoa9WLtNwDSvX5gsIF1bA7PGb { width:1.875rem;height:1.875rem;top:0rem;left:18.125rem;font-size:1.3125rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #mlTvuxLfT7MWMAPbEzwJxV1wTeOfLihy { width:2.3125rem;height:3.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCziVw4zOi2ZdibTiZvAyamgX0eF6LTr { width:0.75rem;height:1.95rem;top:0.78125rem;left:0.78125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WLkWLEqTMaWzdbEMdWcLeQPGD2FIB5hq { display:block; }#WLkWLEqTMaWzdbEMdWcLeQPGD2FIB5hq > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u1iZ5nOlncmk3gvvdd4l5KUpMLPO5JH8 { width:20rem;height:6.825rem;top:1.0625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rISat2Tuc7FT6QQQKSvMudeTDIyhop0q { display:block; }#rISat2Tuc7FT6QQQKSvMudeTDIyhop0q > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P3e1cAGoTcNFUr55TZH6RZxWWor3Vw2R { width:15.4375rem;height:3.675rem;top:0.6875rem;left:2.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #owylgIe8U9OfMcAAo86WRHd2mZTd10hz { width:1.875rem;height:1.875rem;top:0rem;left:18.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VP2XcM4t0r8octhM2U5HFkwU7fMrhDZ6 { width:2.3125rem;height:3.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWkCoUXq5zUCZpMO1cxNs2Krmd3cEp9d { width:0.75rem;height:1.95rem;top:0.78125rem;left:0.78125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OeMmRmtx6hmJsTZwV5HPMDysMfMgHId3 { display:block; }#OeMmRmtx6hmJsTZwV5HPMDysMfMgHId3 > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mqr79lhJMGzvJox2MFe32aLJWzfHJldZ { width:20rem;height:4.55rem;top:1.0625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zTGmGgu4i41FfBuitvgTRkiqtE2ZS3No { display:block; }#zTGmGgu4i41FfBuitvgTRkiqtE2ZS3No > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HKFEnQSN8ei3gaWm8BSi2rhOTs6zSI3T { width:15.4375rem;height:3.675rem;top:0.6875rem;left:2.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fiAmGsZwDTn0G7ED64sXJ1rwHtHpvrmr { width:1.875rem;height:1.875rem;top:0rem;left:18.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VigfQR6LsiIA6tzrkRrPSdMxoyZKvp1J { width:2.3125rem;height:3.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoZWc2l6TXygwsEcRHkvkfvZcCVNdKAS { width:0.75rem;height:1.95rem;top:0.78125rem;left:0.78125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gIveJFn08Ii09nbWsDZ14CHxT11gcTdF { display:block; }#gIveJFn08Ii09nbWsDZ14CHxT11gcTdF > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qTfzsgO5KXKt2Re4z2KFlZkUrXWTAXMT { width:20rem;height:7.9625rem;top:1.0625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cv5Sd1f9Po1tC1Z27LFEwsbla3Qymgdl { display:block; }#cv5Sd1f9Po1tC1Z27LFEwsbla3Qymgdl > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OsVmfK4EX3VMSsPfo6KJTeMb7Tpa2wGE { width:15.4375rem;height:3.675rem;top:0.6875rem;left:2.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tbiwqt1TW4XciInoiKPoaHpQiqrtt9PS { width:1.875rem;height:1.875rem;top:0rem;left:18.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyTCJtJ2s6nwDRsC5eaXU9yhp7SuZObT { width:2.3125rem;height:3.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPlHdKirw6H5mNZefk6iLZVG85a6GX4s { width:0.75rem;height:1.95rem;top:0.78125rem;left:0.78125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zJB7QogaRwCrMBH16Sd65TdOZCeTKPVq { display:block; }#zJB7QogaRwCrMBH16Sd65TdOZCeTKPVq > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfLmiJ50ITlBHz9PvGU7u7hQWenxtnz1 { width:20rem;height:6.825rem;top:1.0625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aXxNX3HbOXM54r1slHy8ugI0opfeuHIF { display:block; }#aXxNX3HbOXM54r1slHy8ugI0opfeuHIF > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSLUL7WpAdyxa30ZykQaKUEXe2Bxt1aM { width:15.4375rem;height:3.675rem;top:0.6875rem;left:2.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Optzaxz86vp25VkFlPtXTzfDryua9wHX { width:1.875rem;height:1.875rem;top:0rem;left:18.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3eTNluonAbT4wLuX4BylXHy02IQyv5K { width:2.3125rem;height:3.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnusqD5DTHUohBE8wNcI9CEc7mmmOFak { width:0.75rem;height:1.95rem;top:0.78125rem;left:0.78125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rd4lXAfJ1e26CIFKgp24oM79lLLI6p1B { display:block; }#Rd4lXAfJ1e26CIFKgp24oM79lLLI6p1B > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fPeAFhNJrCgFfT4XoaJNNQFd59uLkc9q { width:20rem;height:9.1rem;top:1.0625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T051DZIzloqpXCL1kfgdEdPERwSdLERO { display:block; }#T051DZIzloqpXCL1kfgdEdPERwSdLERO > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dIgo9tVFCf356bFGOyOySimDdJFD4IEZ { width:15.4375rem;height:3.675rem;top:0.6875rem;left:2.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O0xX2ptU7VzbseV5SFFFAT8sv1cmz7eC { width:1.875rem;height:1.875rem;top:0rem;left:18.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yE2srMTk3pIByTqSTTVyQlT7H3viZQyS { width:2.3125rem;height:3.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZoSnnwFWFvBKr0dhCfPf2pk6ZJMFeXH { width:0.75rem;height:1.95rem;top:0.78125rem;left:0.78125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MNTiBCmINxUmbGnHtRzdvydaMIITRZzT { display:block; }#MNTiBCmINxUmbGnHtRzdvydaMIITRZzT > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oqo2VRAsOotTOReQGdOmB3Vt21CaRNLv { width:20rem;height:6.825rem;top:1.0625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Fxym7CIT2fvUrHQglPJMCzVaiwPVpurH { display:block; }#Fxym7CIT2fvUrHQglPJMCzVaiwPVpurH > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pPTwpRrDzSuJmsTvAxTU64IKguhrKM3b { width:15.4375rem;height:3.675rem;top:0.6875rem;left:2.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #whoroGvdqoW9rzUaHPxZ3TFfz7GsmWUT { width:1.875rem;height:1.875rem;top:0rem;left:18.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkByZTBvIvTl2MXXgS0hDZExMyOnTpKJ { width:2.3125rem;height:3.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTyoeanshTDc8kX2OTl2dva3HqOWSJ1W { width:0.75rem;height:1.95rem;top:0.78125rem;left:0.78125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XQzW817UhiyzR5DJLMS4sVbTJ1n0r8Q8 { display:block; }#XQzW817UhiyzR5DJLMS4sVbTJ1n0r8Q8 > .row .container { width:20rem;height:20.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JNBPxfVyaBFOC8cC2DdAvi8EbGzwd57I { width:20rem;height:19.3375rem;top:1.0625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cpXnRgkFPzGHg0eEzT8dICNIX3k2SNVJ { display:block; }#cpXnRgkFPzGHg0eEzT8dICNIX3k2SNVJ > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zqzSM68mTp5fwMZQQbXoOcpAyRA4LeKr { width:15.4375rem;height:3.675rem;top:0.6875rem;left:2.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rn33ATKE4QSoLdKE5JlU7OMXob6B7fxk { width:1.875rem;height:1.875rem;top:0rem;left:18.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgANIw2ZJfhZhb2QoFgfQTLTNkVGvX3y { width:2.3125rem;height:3.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1RphUwtXx7Aev95vcMpyXXfTr0Q0L2D { width:1.625rem;height:1.95rem;top:0.78125rem;left:0.34375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xkZSIcVN0yOItMUZyBtVHuoyRRkTPm2a { display:block; }#xkZSIcVN0yOItMUZyBtVHuoyRRkTPm2a > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vwaLKreMy3lcqRF6JXRrCSsuK26iQ96T { width:19.3125rem;height:13.65rem;top:1.0623168945312rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F7KBlrQTJIox5KfPopVA7yD0byaHiCa3 { display:block; }#F7KBlrQTJIox5KfPopVA7yD0byaHiCa3 > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }