.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:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eylSWxFyvpuzshsfsPrFQmJv5BQ9oAPG { position:relative;display:block; }#eylSWxFyvpuzshsfsPrFQmJv5BQ9oAPG { background-color: transparent; background-image: none; }#eylSWxFyvpuzshsfsPrFQmJv5BQ9oAPG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eylSWxFyvpuzshsfsPrFQmJv5BQ9oAPG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eylSWxFyvpuzshsfsPrFQmJv5BQ9oAPG > .row .container > .video-iframe-container { display: none; }#eylSWxFyvpuzshsfsPrFQmJv5BQ9oAPG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eylSWxFyvpuzshsfsPrFQmJv5BQ9oAPG > .row > .video-iframe-container { display: none; }#eylSWxFyvpuzshsfsPrFQmJv5BQ9oAPG > .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); }#eylSWxFyvpuzshsfsPrFQmJv5BQ9oAPG { border-width: 0; border-radius: 0; }#eylSWxFyvpuzshsfsPrFQmJv5BQ9oAPG > .row .container > .video-iframe-container {  }#eylSWxFyvpuzshsfsPrFQmJv5BQ9oAPG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.0625rem;width:75rem;position:relative;display:block; }#bnbsetbv3ugH66ppo03EpW8fwU3FyG3I { position:absolute;display:block;z-index:100013;height:4.3125rem;width:20rem;top:0rem;left:27.500001907349rem;display:block; }
#KvMvvWazW3PFfRSueOXfIeBBAh0cVCJX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1a1a;background-image:none;position:relative;display:block; }#KvMvvWazW3PFfRSueOXfIeBBAh0cVCJX > .row .container { background-color: transparent; background-image: none; }#KvMvvWazW3PFfRSueOXfIeBBAh0cVCJX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KvMvvWazW3PFfRSueOXfIeBBAh0cVCJX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KvMvvWazW3PFfRSueOXfIeBBAh0cVCJX > .row .container > .video-iframe-container { display: none; }#KvMvvWazW3PFfRSueOXfIeBBAh0cVCJX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KvMvvWazW3PFfRSueOXfIeBBAh0cVCJX > .row > .video-iframe-container { display: none; }#KvMvvWazW3PFfRSueOXfIeBBAh0cVCJX > .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); }#KvMvvWazW3PFfRSueOXfIeBBAh0cVCJX > .row .container { border-width: 0; border-radius: 0; }#KvMvvWazW3PFfRSueOXfIeBBAh0cVCJX > .row > .video-iframe-container {  }#KvMvvWazW3PFfRSueOXfIeBBAh0cVCJX > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#cnalZ0mMNf1vD6bHxIwFRIogVNd7qq3l { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.3125rem;width:17.5625rem;top:1.40625rem;left:28.71875rem;overflow:hidden;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container {  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:50.0625rem;width:75rem;position:relative;display:block; }#JefcEzlyO0Xs1epAICAM8TbR0yLJLZs1 { color:#006bca;display:block;width:28.6875rem;position:absolute;font-family:raleway;font-size:2rem;font-weight:700;z-index:100000;line-height:1.4;letter-spacing:0;top:2.1875rem;left:13.78125rem;height:11.199225rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#X1PeJrXbOot1zdXz2b3bWTgnKdfbybC4 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.375rem;width:30.25rem;top:1.125rem;left:48.602957564778rem;overflow:hidden;display:block; }
#BHASfFhdVOie6fiFaCmGzyOClctwFDA8 { color:#006bca;display:block;width:24.4375rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:400;z-index:100001;line-height:1.5;letter-spacing:0;top:30.4375rem;left:48rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yPNSWTm0AcNMX4NVpD4TRXQc3PAMmVZZ { position:absolute;display:block;z-index:99999;background-color:rgba(0,107,202,0.12);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:50.125rem;width:72.8125rem;top:-0.0625rem;left:45.1875rem;display:block; }
#TdfcUeE9TNBsAxw95sLad9ZDBrGei2CZ { position:absolute;display:block;z-index:99998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:39.125rem;width:47.0625rem;top:10.875rem;left:0rem;overflow:hidden;display:block; }
#F5hViul7Ui8SiiGoBTH8pBBGQlZ3CBvk { background-color:#006bca;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.375rem 0.375rem rgba(0,0,0,0.2) ;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:raleway;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.125rem;height:4.25rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:43.1875rem;left:48rem;display:block; }
#pPHVHFoFdhVxFTlTzgVqaQTaB62XX1og { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#re37XTFr5Ekm291VgNPNXsGOrNOaKfyn { color:#004e8e;display:block;width:16.0625rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:39.9375rem;left:52.1875rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#iHikklEorPKXT3GWuVTe0O5cPI7IxT1N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#006bca;background-image:url("https://images.assets-landingi.com/fkvKeFKz/TLO7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;display:block; }#iHikklEorPKXT3GWuVTe0O5cPI7IxT1N.adaptive-delivery-prevent-bg, #iHikklEorPKXT3GWuVTe0O5cPI7IxT1N.lazyload, #iHikklEorPKXT3GWuVTe0O5cPI7IxT1N.lazyloading { background-image: none; }#iHikklEorPKXT3GWuVTe0O5cPI7IxT1N > .row .container { background-color: transparent; background-image: none; }#iHikklEorPKXT3GWuVTe0O5cPI7IxT1N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iHikklEorPKXT3GWuVTe0O5cPI7IxT1N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iHikklEorPKXT3GWuVTe0O5cPI7IxT1N > .row .container > .video-iframe-container { display: none; }#iHikklEorPKXT3GWuVTe0O5cPI7IxT1N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iHikklEorPKXT3GWuVTe0O5cPI7IxT1N > .row > .video-iframe-container { display: none; }#iHikklEorPKXT3GWuVTe0O5cPI7IxT1N > .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); }#iHikklEorPKXT3GWuVTe0O5cPI7IxT1N > .row .container { border-width: 0; border-radius: 0; }#iHikklEorPKXT3GWuVTe0O5cPI7IxT1N > .row > .video-iframe-container {  }#iHikklEorPKXT3GWuVTe0O5cPI7IxT1N > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }#WoCtXakPTlFHhqmIuutHQ9pi54PMKpgr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/LmK7TECX/t_o5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#WoCtXakPTlFHhqmIuutHQ9pi54PMKpgr.adaptive-delivery-prevent-bg, #WoCtXakPTlFHhqmIuutHQ9pi54PMKpgr.lazyload, #WoCtXakPTlFHhqmIuutHQ9pi54PMKpgr.lazyloading { background-image: none; }#WoCtXakPTlFHhqmIuutHQ9pi54PMKpgr > .row .container { background-color: transparent; background-image: none; }#WoCtXakPTlFHhqmIuutHQ9pi54PMKpgr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoCtXakPTlFHhqmIuutHQ9pi54PMKpgr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoCtXakPTlFHhqmIuutHQ9pi54PMKpgr > .row .container > .video-iframe-container { display: none; }#WoCtXakPTlFHhqmIuutHQ9pi54PMKpgr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoCtXakPTlFHhqmIuutHQ9pi54PMKpgr > .row > .video-iframe-container { display: none; }#WoCtXakPTlFHhqmIuutHQ9pi54PMKpgr > .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); }#WoCtXakPTlFHhqmIuutHQ9pi54PMKpgr > .row .container { border-width: 0; border-radius: 0; }#WoCtXakPTlFHhqmIuutHQ9pi54PMKpgr > .row > .video-iframe-container {  }#WoCtXakPTlFHhqmIuutHQ9pi54PMKpgr > .row .container { font-size:0.875rem;font-family:arial;height:50.75rem;width:75rem;position:relative;display:block; }#D6dpePsKfSdXKmqM9n175q5w5rI0FMgm { color:#353535;display:block;width:36.875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:100001;line-height:2;letter-spacing:0;top:14.625rem;left:0rem;height:27rem;font-style:normal;display:block; }
#wZHhdhGAHbpIdZC2Pq9afcibeczlZMZi { position:absolute;display:block;z-index:100000;background-color:rgba(255,255,255,0.66);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:50.8125rem;width:71.8125rem;top:0rem;left:-38.125rem;display:block; }
#Hmax6ftxomtczlt3lEdBkpRMBwoTcmkh { color:#006bca;display:block;width:27.1875rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:4.21875rem;left:0rem;height:1.94921875rem;font-style:normal;display:block; }
#VtHwVA5976n8zgTvbzA8A1UMG5UWT977 { position:absolute;display:block;z-index:100002;background-color:#0085fd;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:61.75rem;top:10.125rem;left:-38.09375rem;display:block; }
#Wy1hunrLpIbGaNJ3OTSUJn8DHFsXEoMZ { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:34.9375rem;width:52.3125rem;display:none; }
#SMghI7RXMfQdcSWIpAJA4p6SZ0ouJIV9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/tKUkXFPR/t_o9.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#SMghI7RXMfQdcSWIpAJA4p6SZ0ouJIV9.adaptive-delivery-prevent-bg, #SMghI7RXMfQdcSWIpAJA4p6SZ0ouJIV9.lazyload, #SMghI7RXMfQdcSWIpAJA4p6SZ0ouJIV9.lazyloading { background-image: none; }#SMghI7RXMfQdcSWIpAJA4p6SZ0ouJIV9 > .row .container { background-color: transparent; background-image: none; }#SMghI7RXMfQdcSWIpAJA4p6SZ0ouJIV9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMghI7RXMfQdcSWIpAJA4p6SZ0ouJIV9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMghI7RXMfQdcSWIpAJA4p6SZ0ouJIV9 > .row .container > .video-iframe-container { display: none; }#SMghI7RXMfQdcSWIpAJA4p6SZ0ouJIV9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMghI7RXMfQdcSWIpAJA4p6SZ0ouJIV9 > .row > .video-iframe-container { display: none; }#SMghI7RXMfQdcSWIpAJA4p6SZ0ouJIV9 > .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); }#SMghI7RXMfQdcSWIpAJA4p6SZ0ouJIV9 > .row .container { border-width: 0; border-radius: 0; }#SMghI7RXMfQdcSWIpAJA4p6SZ0ouJIV9 > .row > .video-iframe-container {  }#SMghI7RXMfQdcSWIpAJA4p6SZ0ouJIV9 > .row .container { font-size:0.875rem;font-family:arial;height:58.1875rem;width:75rem;position:relative;display:block; }#zzF0UV6QU44iwOx0W6PTOe736pDThZax { color:#353535;display:block;width:37.4375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:100001;line-height:2;letter-spacing:0;top:14.1875rem;left:37.5625rem;height:38.25rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#NJbWGrLOVvBT5f8E92EUvFxyHl3gF8dG { position:absolute;display:block;z-index:100000;background-color:rgba(255,255,255,0.52);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:58.1875rem;width:69.0625rem;top:-0.0625rem;left:33.625rem;display:block; }
#E3q7ZqJsgWUgFZ8yvEBq1hWVmQ7HnqMc { color:#006bca;display:block;width:37.1875rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:4.09375rem;left:37.6875rem;height:1.94921875rem;font-style:normal;display:block; }
#QhIOdEh4CmZM6TmFRMuilBkHRvStMWCH { position:absolute;display:block;z-index:100002;background-color:#0085fd;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:64.5rem;top:10rem;left:37.5625rem;display:block; }
#N3FRgN631UBoXmQuvAdXuSzElIPRJGTh { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:34.9375rem;width:50.625rem;display:none; }
#oyQoQGmVxLdkAibOEry5AW6WIz5c38di { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/4UXRdj0l/t_o8.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#oyQoQGmVxLdkAibOEry5AW6WIz5c38di.adaptive-delivery-prevent-bg, #oyQoQGmVxLdkAibOEry5AW6WIz5c38di.lazyload, #oyQoQGmVxLdkAibOEry5AW6WIz5c38di.lazyloading { background-image: none; }#oyQoQGmVxLdkAibOEry5AW6WIz5c38di > .row .container { background-color: transparent; background-image: none; }#oyQoQGmVxLdkAibOEry5AW6WIz5c38di::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oyQoQGmVxLdkAibOEry5AW6WIz5c38di > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oyQoQGmVxLdkAibOEry5AW6WIz5c38di > .row .container > .video-iframe-container { display: none; }#oyQoQGmVxLdkAibOEry5AW6WIz5c38di > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oyQoQGmVxLdkAibOEry5AW6WIz5c38di > .row > .video-iframe-container { display: none; }#oyQoQGmVxLdkAibOEry5AW6WIz5c38di > .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); }#oyQoQGmVxLdkAibOEry5AW6WIz5c38di > .row .container { border-width: 0; border-radius: 0; }#oyQoQGmVxLdkAibOEry5AW6WIz5c38di > .row > .video-iframe-container {  }#oyQoQGmVxLdkAibOEry5AW6WIz5c38di > .row .container { font-size:0.875rem;font-family:arial;height:50.75rem;width:75rem;position:relative;display:block; }#Pal1XGEN2hJJZlR8J2GoLDL0aVKzdnd8 { color:#353535;display:block;width:29.9375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:100001;line-height:2;letter-spacing:0;top:14.625rem;left:0rem;height:29.25rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#URd4ypQhZ5BvIWXe2iPzBJJlVrwZ00Tf { position:absolute;display:block;z-index:100000;background-color:rgba(255,255,255,0.42);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:50.8125rem;width:73.25rem;top:0rem;left:-39.5625rem;display:block; }
#DgPNJeZpI3AWVmddzukTsB13vhT0tQ5x { color:#006bca;display:block;width:27.1875rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:3.34375rem;left:0rem;height:3.8984375rem;font-style:normal;display:block; }
#oxTufQ69Ptkh04CHeBl9n5guINAXuRUM { position:absolute;display:block;z-index:100002;background-color:#006bca;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:68.1875rem;top:10.125rem;left:-38.09375rem;display:block; }
#CwgTg7Qo4InxC41ikATfq7hVxmtyvnDT { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:33.75rem;width:50.625rem;display:none; }
#eRdXmcgohbBfwm8Eb5y3yV3T4IRE6xTU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/n12nAue1/t_o12.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#eRdXmcgohbBfwm8Eb5y3yV3T4IRE6xTU.adaptive-delivery-prevent-bg, #eRdXmcgohbBfwm8Eb5y3yV3T4IRE6xTU.lazyload, #eRdXmcgohbBfwm8Eb5y3yV3T4IRE6xTU.lazyloading { background-image: none; }#eRdXmcgohbBfwm8Eb5y3yV3T4IRE6xTU > .row .container { background-color: transparent; background-image: none; }#eRdXmcgohbBfwm8Eb5y3yV3T4IRE6xTU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRdXmcgohbBfwm8Eb5y3yV3T4IRE6xTU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRdXmcgohbBfwm8Eb5y3yV3T4IRE6xTU > .row .container > .video-iframe-container { display: none; }#eRdXmcgohbBfwm8Eb5y3yV3T4IRE6xTU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRdXmcgohbBfwm8Eb5y3yV3T4IRE6xTU > .row > .video-iframe-container { display: none; }#eRdXmcgohbBfwm8Eb5y3yV3T4IRE6xTU > .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); }#eRdXmcgohbBfwm8Eb5y3yV3T4IRE6xTU > .row .container { border-width: 0; border-radius: 0; }#eRdXmcgohbBfwm8Eb5y3yV3T4IRE6xTU > .row > .video-iframe-container {  }#eRdXmcgohbBfwm8Eb5y3yV3T4IRE6xTU > .row .container { font-size:0.875rem;font-family:arial;height:52.25rem;width:75rem;position:relative;display:block; }#Fn0iA3Vxdu7zZUy75ahi8ASsuw21nwlT { color:#353535;display:block;width:37.4375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:100001;line-height:2;letter-spacing:0;top:14.5625rem;left:37.562501907349rem;height:31.5rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#FnQ4ZvbBUCpyEdALqId6qIdSsr58TFNE { position:absolute;display:block;z-index:100000;background-color:rgba(255,255,255,0.84);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:52.25rem;width:69.0625rem;top:-0.0625rem;left:33.625rem;display:block; }
#WTZCAoyLmsFbVJpi7EI4eL9gD7dLsFqT { color:#006bca;display:block;width:37.1875rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:100000;line-height:1.5;letter-spacing:0;top:3.28125rem;left:37.6875rem;height:4.5rem;font-style:normal;display:block; }
#fTZCTOigP9xBsd36xUVdr7iUOQlUeTwM { position:absolute;display:block;z-index:100002;background-color:#006bca;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:64.5rem;top:10rem;left:37.5625rem;display:block; }
#qurvuTBQ4xcGr4CETHwr7NTHcW1Kyd5U { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:33.75rem;width:50.625rem;display:none; }
#mz6iKXqi353ii0Q1KB1qppoacQT1eWsu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/aew3Tpp4/t_o13.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#mz6iKXqi353ii0Q1KB1qppoacQT1eWsu.adaptive-delivery-prevent-bg, #mz6iKXqi353ii0Q1KB1qppoacQT1eWsu.lazyload, #mz6iKXqi353ii0Q1KB1qppoacQT1eWsu.lazyloading { background-image: none; }#mz6iKXqi353ii0Q1KB1qppoacQT1eWsu > .row .container { background-color: transparent; background-image: none; }#mz6iKXqi353ii0Q1KB1qppoacQT1eWsu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mz6iKXqi353ii0Q1KB1qppoacQT1eWsu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mz6iKXqi353ii0Q1KB1qppoacQT1eWsu > .row .container > .video-iframe-container { display: none; }#mz6iKXqi353ii0Q1KB1qppoacQT1eWsu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mz6iKXqi353ii0Q1KB1qppoacQT1eWsu > .row > .video-iframe-container { display: none; }#mz6iKXqi353ii0Q1KB1qppoacQT1eWsu > .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); }#mz6iKXqi353ii0Q1KB1qppoacQT1eWsu > .row .container { border-width: 0; border-radius: 0; }#mz6iKXqi353ii0Q1KB1qppoacQT1eWsu > .row > .video-iframe-container {  }#mz6iKXqi353ii0Q1KB1qppoacQT1eWsu > .row .container { font-size:0.875rem;font-family:arial;height:69.3125rem;width:75rem;position:relative;display:block; }#PKu94Wlfz842Q7O1qxcQ71QGsJtdBbbQ { color:#353535;display:block;width:30.375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:100001;line-height:2;letter-spacing:0;top:13.3125rem;left:0rem;height:49.5rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#TzTbpBxez1iG2dUaSZS0UtTpB1Rb8MrT { position:absolute;display:block;z-index:100000;background-color:rgba(255,255,255,0.79);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:69.3125rem;width:73.1875rem;top:0rem;left:-39.5625rem;display:block; }
#FZI8rfAZ7dFm56HhIyNMrFlrkIfTvauM { color:#006bca;display:block;width:27.1875rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:3.34375rem;left:0rem;height:3.8984375rem;font-style:normal;display:block; }
#tPizQgkOU0ufnS00WvGassRKLkF77bZT { position:absolute;display:block;z-index:100002;background-color:#006bca;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:68.5rem;top:10.125rem;left:-38.09375rem;display:block; }
#qh87Gvvwm57fT6zz730dTSfbrXur4ZAl { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.875rem;width:47.8125rem;display:none; }
#bV9AyNO9az2IamAKFwFuPKGyFkoRo62U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/VeCwl7NS/t_o14.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#bV9AyNO9az2IamAKFwFuPKGyFkoRo62U.adaptive-delivery-prevent-bg, #bV9AyNO9az2IamAKFwFuPKGyFkoRo62U.lazyload, #bV9AyNO9az2IamAKFwFuPKGyFkoRo62U.lazyloading { background-image: none; }#bV9AyNO9az2IamAKFwFuPKGyFkoRo62U > .row .container { background-color: transparent; background-image: none; }#bV9AyNO9az2IamAKFwFuPKGyFkoRo62U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bV9AyNO9az2IamAKFwFuPKGyFkoRo62U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bV9AyNO9az2IamAKFwFuPKGyFkoRo62U > .row .container > .video-iframe-container { display: none; }#bV9AyNO9az2IamAKFwFuPKGyFkoRo62U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bV9AyNO9az2IamAKFwFuPKGyFkoRo62U > .row > .video-iframe-container { display: none; }#bV9AyNO9az2IamAKFwFuPKGyFkoRo62U > .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); }#bV9AyNO9az2IamAKFwFuPKGyFkoRo62U > .row .container { border-width: 0; border-radius: 0; }#bV9AyNO9az2IamAKFwFuPKGyFkoRo62U > .row > .video-iframe-container {  }#bV9AyNO9az2IamAKFwFuPKGyFkoRo62U > .row .container { font-size:0.875rem;font-family:arial;height:55.125rem;width:75rem;position:relative;display:block; }#TQumXsJTRudDGq2BRV2ybiTwK4LVChMp { color:#353535;display:block;width:32.4375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:100001;line-height:2;letter-spacing:0;top:13.0625rem;left:42.5625rem;height:36rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#LOxxk1JBSh0R6Z0w9Q98TxKIGhBOnshw { position:absolute;display:block;z-index:100000;background-color:rgba(255,255,255,0.74);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:55.1875rem;width:69.125rem;top:-0.0625rem;left:33.5625rem;display:block; }
#VTqpfdOUbCoQ86NqVwDnH997uSnInT6G { color:#006bca;display:block;width:24.75rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:100000;line-height:1.5;letter-spacing:0;top:3.78125rem;left:42.5625rem;height:2.25rem;font-style:normal;display:block; }
#lC510NI7sNdXE2bWBSTO5NOikhXevgl4 { position:absolute;display:block;z-index:100002;background-color:#006bca;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:59.625rem;top:10rem;left:42.4375rem;display:block; }
#C6n9l9xDS4PeFwLcnf42XQmXcehwGK8H { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:45.375rem;left:1.4375rem;height:3.89941875rem;display:block; }
#z5K6szrb7GhyoJcURTDwNWPwfLPDQ7ef { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.875rem;width:31.875rem;display:none; }
#u0VOAkdD3rAvM89y721EQAXmqU5lZ5Cb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/L0M1AmYL/t_o16.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;display:block; }#u0VOAkdD3rAvM89y721EQAXmqU5lZ5Cb.adaptive-delivery-prevent-bg, #u0VOAkdD3rAvM89y721EQAXmqU5lZ5Cb.lazyload, #u0VOAkdD3rAvM89y721EQAXmqU5lZ5Cb.lazyloading { background-image: none; }#u0VOAkdD3rAvM89y721EQAXmqU5lZ5Cb > .row .container { background-color: transparent; background-image: none; }#u0VOAkdD3rAvM89y721EQAXmqU5lZ5Cb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u0VOAkdD3rAvM89y721EQAXmqU5lZ5Cb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u0VOAkdD3rAvM89y721EQAXmqU5lZ5Cb > .row .container > .video-iframe-container { display: none; }#u0VOAkdD3rAvM89y721EQAXmqU5lZ5Cb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u0VOAkdD3rAvM89y721EQAXmqU5lZ5Cb > .row > .video-iframe-container { display: none; }#u0VOAkdD3rAvM89y721EQAXmqU5lZ5Cb > .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); }#u0VOAkdD3rAvM89y721EQAXmqU5lZ5Cb > .row .container { border-width: 0; border-radius: 0; }#u0VOAkdD3rAvM89y721EQAXmqU5lZ5Cb > .row > .video-iframe-container {  }#u0VOAkdD3rAvM89y721EQAXmqU5lZ5Cb > .row .container { font-size:0.875rem;font-family:arial;height:52.375rem;width:75rem;position:relative;display:block; }#E8SEn9Lsnv5sQhlhX3D1LnRu82CK3US9 { color:#353535;display:block;width:30.375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:100001;line-height:2;letter-spacing:0;top:13.3125rem;left:0rem;height:33.75rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#gcHITIicBxEuoo03MgvbPIAdPJFolRqg { position:absolute;display:block;z-index:100000;background-color:rgba(255,255,255,0.79);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:52.3125rem;width:73.1875rem;top:0rem;left:-39.5625rem;display:block; }
#tKr8Cf9TGfHHyTTCTFSkTTVKnxzqJEIX { color:#006bca;display:block;width:27.1875rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:3.34375rem;left:0rem;height:3.8984375rem;font-style:normal;display:block; }
#FhrETJLVwJ1uyPVIkvDcT9JMIUoQ3lHD { position:absolute;display:block;z-index:100002;background-color:#006bca;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:68.1875rem;top:10.125rem;left:-38.09375rem;display:block; }
#sMwa4as32nEn1pWoxCkqtiACpie1oKr3 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.875rem;width:47.8125rem;display:none; }
#o7bxUdA4NAxP9xJkPGbyDaE4ENJ8Jzf4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#006bca;background-image:url("https://images.assets-landingi.com/fkvKeFKz/TLO7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;display:block; }#o7bxUdA4NAxP9xJkPGbyDaE4ENJ8Jzf4.adaptive-delivery-prevent-bg, #o7bxUdA4NAxP9xJkPGbyDaE4ENJ8Jzf4.lazyload, #o7bxUdA4NAxP9xJkPGbyDaE4ENJ8Jzf4.lazyloading { background-image: none; }#o7bxUdA4NAxP9xJkPGbyDaE4ENJ8Jzf4 > .row .container { background-color: transparent; background-image: none; }#o7bxUdA4NAxP9xJkPGbyDaE4ENJ8Jzf4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o7bxUdA4NAxP9xJkPGbyDaE4ENJ8Jzf4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o7bxUdA4NAxP9xJkPGbyDaE4ENJ8Jzf4 > .row .container > .video-iframe-container { display: none; }#o7bxUdA4NAxP9xJkPGbyDaE4ENJ8Jzf4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o7bxUdA4NAxP9xJkPGbyDaE4ENJ8Jzf4 > .row > .video-iframe-container { display: none; }#o7bxUdA4NAxP9xJkPGbyDaE4ENJ8Jzf4 > .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); }#o7bxUdA4NAxP9xJkPGbyDaE4ENJ8Jzf4 > .row .container { border-width: 0; border-radius: 0; }#o7bxUdA4NAxP9xJkPGbyDaE4ENJ8Jzf4 > .row > .video-iframe-container {  }#o7bxUdA4NAxP9xJkPGbyDaE4ENJ8Jzf4 > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;width:75rem;position:relative;display:block; }#M7uOl6Mv5nHd7IR6PDt5D4M6pBQDEJmk { color:#006bca;display:block;width:34.1875rem;position:absolute;font-family:raleway;font-size:2rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:2.90625rem;left:20.40625rem;height:2.6rem;font-style:normal;display:block; }
#AQ7LvAE7r9ls9ORUrgHHqIGHrHVebCcy { color:#006bca;display:block;width:67.0625rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:6.125rem;left:5.28125rem;height:1.94921875rem;font-style:normal;display:block; }
#tTas7LKeUHhNBkAU0XhaTG2wA1VcyP27 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#tTas7LKeUHhNBkAU0XhaTG2wA1VcyP27 > .row .container { background-color: transparent; background-image: none; }#tTas7LKeUHhNBkAU0XhaTG2wA1VcyP27::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTas7LKeUHhNBkAU0XhaTG2wA1VcyP27 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTas7LKeUHhNBkAU0XhaTG2wA1VcyP27 > .row .container > .video-iframe-container { display: none; }#tTas7LKeUHhNBkAU0XhaTG2wA1VcyP27 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTas7LKeUHhNBkAU0XhaTG2wA1VcyP27 > .row > .video-iframe-container { display: none; }#tTas7LKeUHhNBkAU0XhaTG2wA1VcyP27 > .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); }#tTas7LKeUHhNBkAU0XhaTG2wA1VcyP27 > .row .container { border-width: 0; border-radius: 0; }#tTas7LKeUHhNBkAU0XhaTG2wA1VcyP27 > .row > .video-iframe-container {  }#tTas7LKeUHhNBkAU0XhaTG2wA1VcyP27 > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:block; }#a2DOM6hQJ54tgLmbpoai1nDZHAa8zDqI { color:#006bca;display:block;width:53.5625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:100001;line-height:1.4;letter-spacing:0;top:3.09375rem;left:15rem;height:11.01953125rem;text-align:left;text-align-last:left;display:block; }
#lupCsBnW3Hx6pvXwpN4sc1r3kciG8zEG { position:absolute;display:block;z-index:100000;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.4375rem;border-top-right-radius:8.4375rem;border-bottom-left-radius:8.4375rem;border-bottom-right-radius:8.4375rem;box-shadow: 0.125rem 0.125rem 0.4375rem #00549e ;height:13.9375rem;width:74.75rem;top:1.875rem;left:0.03125rem;display:block; }
#zSeJqC5VAdvIfv4fqW35HqMqtIDMM0po { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:9.3125rem;top:3.90625rem;left:3.28125rem;overflow:hidden;display:block; }
#hGnczhD9n7eLqWnX5GPN1beri5mOIZtw { position:relative;display:block; }#hGnczhD9n7eLqWnX5GPN1beri5mOIZtw { background-color: transparent; background-image: none; }#hGnczhD9n7eLqWnX5GPN1beri5mOIZtw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hGnczhD9n7eLqWnX5GPN1beri5mOIZtw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hGnczhD9n7eLqWnX5GPN1beri5mOIZtw > .row .container > .video-iframe-container { display: none; }#hGnczhD9n7eLqWnX5GPN1beri5mOIZtw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hGnczhD9n7eLqWnX5GPN1beri5mOIZtw > .row > .video-iframe-container { display: none; }#hGnczhD9n7eLqWnX5GPN1beri5mOIZtw > .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); }#hGnczhD9n7eLqWnX5GPN1beri5mOIZtw { border-width: 0; border-radius: 0; }#hGnczhD9n7eLqWnX5GPN1beri5mOIZtw > .row .container > .video-iframe-container {  }#hGnczhD9n7eLqWnX5GPN1beri5mOIZtw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:45.5625rem;width:75rem;position:relative;display:block; }#cGG3sdCkmuvwMmbgAkTx45XN9oWHgL8O { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.3125rem;width:33.4375rem;top:1.6875rem;left:41.427556818182rem;overflow:hidden;display:block; }
#eTNQZtoAHXqUHJUTU3DkoCbWNx5nUID5 { color:#006bca;display:block;width:29.8125rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:100001;line-height:1.5;letter-spacing:0;top:35.0625rem;left:42.1875rem;height:6.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QKckXt41cggN9yavNB0q8b4lpvldNykQ { color:#006bca;display:block;width:25.5625rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:100000;line-height:1.4;letter-spacing:0;top:1.6875rem;left:1.875rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bOJ81ImTewSxeeM5O7WNIOZIr7Tf6avD { color:#353535;display:block;width:37.4375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:100001;line-height:2.3;letter-spacing:0;top:6.125rem;left:0rem;height:33.2305rem;text-align:left;text-align-last:left;display:block; }#bOJ81ImTewSxeeM5O7WNIOZIr7Tf6avD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bOJ81ImTewSxeeM5O7WNIOZIr7Tf6avD li:before{  }
#JOT1foq7eR688Et7mm4hOgWTPhssT0co { position:absolute;display:block;z-index:100006;background-color:#006bca;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:39.75rem;width:0.3125rem;top:1.6875rem;left:37.5rem;display:block; }
#Baid8FJHCDEwFZZhAdzUCf1F74SUtG2a { position:absolute;display:block;z-index:100006;background-color:#006bca;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:39.75rem;width:0.3125rem;top:1.6875rem;left:37.5rem;display:none; }
#GoWM5Q2mVK3DFDnT7sIgmK9yBDPuMe5z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#006bca;background-image:url("https://images.assets-landingi.com/fkvKeFKz/TLO7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;display:block; }#GoWM5Q2mVK3DFDnT7sIgmK9yBDPuMe5z.adaptive-delivery-prevent-bg, #GoWM5Q2mVK3DFDnT7sIgmK9yBDPuMe5z.lazyload, #GoWM5Q2mVK3DFDnT7sIgmK9yBDPuMe5z.lazyloading { background-image: none; }#GoWM5Q2mVK3DFDnT7sIgmK9yBDPuMe5z > .row .container { background-color: transparent; background-image: none; }#GoWM5Q2mVK3DFDnT7sIgmK9yBDPuMe5z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GoWM5Q2mVK3DFDnT7sIgmK9yBDPuMe5z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GoWM5Q2mVK3DFDnT7sIgmK9yBDPuMe5z > .row .container > .video-iframe-container { display: none; }#GoWM5Q2mVK3DFDnT7sIgmK9yBDPuMe5z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GoWM5Q2mVK3DFDnT7sIgmK9yBDPuMe5z > .row > .video-iframe-container { display: none; }#GoWM5Q2mVK3DFDnT7sIgmK9yBDPuMe5z > .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); }#GoWM5Q2mVK3DFDnT7sIgmK9yBDPuMe5z > .row .container { border-width: 0; border-radius: 0; }#GoWM5Q2mVK3DFDnT7sIgmK9yBDPuMe5z > .row > .video-iframe-container {  }#GoWM5Q2mVK3DFDnT7sIgmK9yBDPuMe5z > .row .container { font-size:0.875rem;font-family:arial;height:10.8125rem;width:75rem;position:relative;display:block; }#fNRe2RxOTKlHKPWC9siRsTx10MHJwcnL { 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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.375rem 0.375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#006bca;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.9375rem;height:4.25rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:5.0625rem;left:26.03125rem;display:block; }
#eDT0UevQfNfrNZFaNJXJJmz6wOaGo39Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fTJFZOBHEWXFpyWgP3dbcFu7CKv0mWwE { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:2.1875rem;left:29.46875rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#JNX2FB3xz1cg2dupO3OAzoWhfh51ugPf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Q7dsZc9b/t_o19.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#JNX2FB3xz1cg2dupO3OAzoWhfh51ugPf.adaptive-delivery-prevent-bg, #JNX2FB3xz1cg2dupO3OAzoWhfh51ugPf.lazyload, #JNX2FB3xz1cg2dupO3OAzoWhfh51ugPf.lazyloading { background-image: none; }#JNX2FB3xz1cg2dupO3OAzoWhfh51ugPf > .row .container { background-color: transparent; background-image: none; }#JNX2FB3xz1cg2dupO3OAzoWhfh51ugPf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JNX2FB3xz1cg2dupO3OAzoWhfh51ugPf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JNX2FB3xz1cg2dupO3OAzoWhfh51ugPf > .row .container > .video-iframe-container { display: none; }#JNX2FB3xz1cg2dupO3OAzoWhfh51ugPf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JNX2FB3xz1cg2dupO3OAzoWhfh51ugPf > .row > .video-iframe-container { display: none; }#JNX2FB3xz1cg2dupO3OAzoWhfh51ugPf > .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); }#JNX2FB3xz1cg2dupO3OAzoWhfh51ugPf > .row .container { border-width: 0; border-radius: 0; }#JNX2FB3xz1cg2dupO3OAzoWhfh51ugPf > .row > .video-iframe-container {  }#JNX2FB3xz1cg2dupO3OAzoWhfh51ugPf > .row .container { font-size:0.875rem;font-family:arial;height:85.25rem;width:75rem;position:relative;display:block; }#KSGGKhcRJkieCrslHN1v7wtcbMFk32cn { color:#353535;display:block;width:44.25rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:100001;line-height:2;letter-spacing:0;top:27.9375rem;left:0rem;height:53.5rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#KSGGKhcRJkieCrslHN1v7wtcbMFk32cn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KSGGKhcRJkieCrslHN1v7wtcbMFk32cn li:before{  }
#vLlrwk69lzKOAcxMKkG3l4qlqmOvvT4p { position:absolute;display:block;z-index:100000;background-color:rgba(255,255,255,0.79);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:85.3125rem;width:75rem;top:-0.0625rem;left:-28.1875rem;display:block; }
#zZoN5oz5rsNq6Q4CWnnGRMEpzAlXf0eC { color:#006bca;display:block;width:27.1875rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:3.34375rem;left:0rem;height:3.8984375rem;font-style:normal;display:block; }
#ENDIKt3khtEfa2h2f92DCkDok4XVf9CA { position:absolute;display:block;z-index:100002;background-color:#006bca;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.1875rem;width:75rem;top:10.625rem;left:-30.8125rem;display:block; }
#hQcOyqluoX83c8SZ20hxO0p9GBxBCGOV { color:#353535;display:block;width:44.0625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:100002;line-height:2;letter-spacing:0;top:14.28125rem;left:0rem;height:9rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#B56bbkadiFgBcRhna23XWkKKwNlNZ3Te { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.875rem;width:17.3125rem;display:none; }
#AKDx3Cezeu2yAC9PddsMM1HRmkAP3Gui { position:absolute;display:block;z-index:100002;background-color:#006bca;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.1875rem;width:75rem;top:10.625rem;left:-30.8125rem;display:none; }
#ccVpF9k17Vh6Sv3zwdRyl7KZw5wh8usy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Bs9XaPib/t_o19.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#ccVpF9k17Vh6Sv3zwdRyl7KZw5wh8usy.adaptive-delivery-prevent-bg, #ccVpF9k17Vh6Sv3zwdRyl7KZw5wh8usy.lazyload, #ccVpF9k17Vh6Sv3zwdRyl7KZw5wh8usy.lazyloading { background-image: none; }#ccVpF9k17Vh6Sv3zwdRyl7KZw5wh8usy > .row .container { background-color: transparent; background-image: none; }#ccVpF9k17Vh6Sv3zwdRyl7KZw5wh8usy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccVpF9k17Vh6Sv3zwdRyl7KZw5wh8usy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccVpF9k17Vh6Sv3zwdRyl7KZw5wh8usy > .row .container > .video-iframe-container { display: none; }#ccVpF9k17Vh6Sv3zwdRyl7KZw5wh8usy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccVpF9k17Vh6Sv3zwdRyl7KZw5wh8usy > .row > .video-iframe-container { display: none; }#ccVpF9k17Vh6Sv3zwdRyl7KZw5wh8usy > .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); }#ccVpF9k17Vh6Sv3zwdRyl7KZw5wh8usy > .row .container { border-width: 0; border-radius: 0; }#ccVpF9k17Vh6Sv3zwdRyl7KZw5wh8usy > .row > .video-iframe-container {  }#ccVpF9k17Vh6Sv3zwdRyl7KZw5wh8usy > .row .container { font-size:0.875rem;font-family:arial;height:153.75rem;width:75rem;position:relative;display:block; }#o1SkEziMRyJgPWleJUNEEO9GWrd0bggd { color:#353535;display:block;width:43.875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:100001;line-height:2;letter-spacing:0;top:15.8125rem;left:0rem;height:135rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#PETq6JrNPA8TNzJZwfCRU26heDsEZsLb { position:absolute;display:block;z-index:100000;background-color:rgba(255,255,255,0.6);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:153.75rem;width:67.75rem;top:0rem;left:-20.875rem;display:block; }
#vxQ1k53bwXyD347OIniOOserCNxzBXsy { color:#006bca;display:block;width:45.75rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:100000;line-height:1.5;letter-spacing:0;top:3.34375rem;left:0rem;height:4.5rem;font-style:normal;display:block; }
#gtwIqDwHCzX7hzF0e9oUNNT6INmXDzrv { position:absolute;display:block;z-index:100002;background-color:#006bca;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.1875rem;width:66.625rem;top:11.25rem;left:-23rem;display:block; }
#ZbbLxXFQRysU9TEL17dAxxETHkheB8xA { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.875rem;width:17.3125rem;display:none; }
#ir2TEJ9Wch9rkAlMa1liyJbbgeLX08gT { 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; }
#yco06OrV3W0QhaHvEVEyFcmV6hKul0eI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#yco06OrV3W0QhaHvEVEyFcmV6hKul0eI > .row .container { background-color: transparent; background-image: none; }#yco06OrV3W0QhaHvEVEyFcmV6hKul0eI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yco06OrV3W0QhaHvEVEyFcmV6hKul0eI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yco06OrV3W0QhaHvEVEyFcmV6hKul0eI > .row .container > .video-iframe-container { display: none; }#yco06OrV3W0QhaHvEVEyFcmV6hKul0eI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yco06OrV3W0QhaHvEVEyFcmV6hKul0eI > .row > .video-iframe-container { display: none; }#yco06OrV3W0QhaHvEVEyFcmV6hKul0eI > .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); }#yco06OrV3W0QhaHvEVEyFcmV6hKul0eI > .row .container { border-width: 0; border-radius: 0; }#yco06OrV3W0QhaHvEVEyFcmV6hKul0eI > .row > .video-iframe-container {  }#yco06OrV3W0QhaHvEVEyFcmV6hKul0eI > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#JttKml9IdrG1cCdEzxfL4knPu44kLTn1 { color:#006bca;display:block;width:25.5625rem;position:absolute;font-family:raleway;font-size:2.25rem;font-weight:700;z-index:100000;line-height:1.4;letter-spacing:0;top:6.34375rem;left:34.6875rem;height:9.448225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bGg4AESmg6TVqWngo3THbcgoytJp4G6s { color:#006bca;display:block;width:29.8125rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:100001;line-height:1.5;letter-spacing:0;top:15.71875rem;left:34.6875rem;height:13.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zQo28HNdsC3CXACTHFIBSiGFb5tsSotS { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.3125rem;width:33.4375rem;top:3.96875rem;left:10rem;overflow:hidden;display:block; }
#c4OWQwlhzC0gTPMvIztrpCx1r3lZXFnA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#006bca;background-image:url("https://images.assets-landingi.com/fkvKeFKz/TLO7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;display:block; }#c4OWQwlhzC0gTPMvIztrpCx1r3lZXFnA.adaptive-delivery-prevent-bg, #c4OWQwlhzC0gTPMvIztrpCx1r3lZXFnA.lazyload, #c4OWQwlhzC0gTPMvIztrpCx1r3lZXFnA.lazyloading { background-image: none; }#c4OWQwlhzC0gTPMvIztrpCx1r3lZXFnA > .row .container { background-color: transparent; background-image: none; }#c4OWQwlhzC0gTPMvIztrpCx1r3lZXFnA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4OWQwlhzC0gTPMvIztrpCx1r3lZXFnA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4OWQwlhzC0gTPMvIztrpCx1r3lZXFnA > .row .container > .video-iframe-container { display: none; }#c4OWQwlhzC0gTPMvIztrpCx1r3lZXFnA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4OWQwlhzC0gTPMvIztrpCx1r3lZXFnA > .row > .video-iframe-container { display: none; }#c4OWQwlhzC0gTPMvIztrpCx1r3lZXFnA > .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); }#c4OWQwlhzC0gTPMvIztrpCx1r3lZXFnA > .row .container { border-width: 0; border-radius: 0; }#c4OWQwlhzC0gTPMvIztrpCx1r3lZXFnA > .row > .video-iframe-container {  }#c4OWQwlhzC0gTPMvIztrpCx1r3lZXFnA > .row .container { font-size:0.875rem;font-family:arial;height:11.625rem;width:75rem;position:relative;display:block; }#JGTQruTX3IaXsCO8tyqb88vvtnP33RKP { 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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.375rem 0.375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#006bca;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.9375rem;height:4.25rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:5.875rem;left:26.03125rem;display:block; }
#dfZfsLrVcwaz3cVlh3lHUipekB2V34r7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WGl3pFgNTGLfaiGRfXHob94zJoBZgJyq { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:2.75rem;left:29.46875rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#goSiUwqsiphWvmdH16Z6Z73Qp8lqVgdN { position:relative;display:block; }#goSiUwqsiphWvmdH16Z6Z73Qp8lqVgdN { background-color: transparent; background-image: none; }#goSiUwqsiphWvmdH16Z6Z73Qp8lqVgdN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#goSiUwqsiphWvmdH16Z6Z73Qp8lqVgdN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#goSiUwqsiphWvmdH16Z6Z73Qp8lqVgdN > .row .container > .video-iframe-container { display: none; }#goSiUwqsiphWvmdH16Z6Z73Qp8lqVgdN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#goSiUwqsiphWvmdH16Z6Z73Qp8lqVgdN > .row > .video-iframe-container { display: none; }#goSiUwqsiphWvmdH16Z6Z73Qp8lqVgdN > .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); }#goSiUwqsiphWvmdH16Z6Z73Qp8lqVgdN { border-width: 0; border-radius: 0; }#goSiUwqsiphWvmdH16Z6Z73Qp8lqVgdN > .row .container > .video-iframe-container {  }#goSiUwqsiphWvmdH16Z6Z73Qp8lqVgdN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:39.25rem;width:75rem;position:relative;display:block; }#In15wu1ZE5ybQLPPyTZIW5Z354FZtKbk { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:36.125rem;width:35.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#pKV4FnvUXzG5CCuO5T9efEMszWld0pX5 { color:#006bca;display:block;width:37.4375rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:100001;line-height:1.5;letter-spacing:0;top:3.03125rem;left:37.5625rem;height:2.25rem;font-style:normal;display:block; }
#OHCRzTv0Q1Sp2yTOPwAtKMt4dSNu0oxQ { position:absolute;display:block;z-index:100002;background-color:#006bca;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.1875rem;width:64.5625rem;top:8.3125rem;left:37.53125rem;display:block; }
#EmS1yJ8UkSdnHlUOZK78witqBPK1JPn9 { color:#353535;display:block;width:37.125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:100002;line-height:2.4;letter-spacing:0;top:12rem;left:37.6875rem;height:24.2929375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#r8MJI8dvvhwgR9WSCfOVJ9Eo5Xl0khsT { position:absolute;display:block;z-index:100003;background-color:#006bca;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.25rem;width:74.75rem;top:36.0625rem;left:-38.875rem;display:block; }
#uWAIlTG3nXoDsylohrJEo2xAg6m5vSvS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#uWAIlTG3nXoDsylohrJEo2xAg6m5vSvS > .row .container { background-color: transparent; background-image: none; }#uWAIlTG3nXoDsylohrJEo2xAg6m5vSvS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uWAIlTG3nXoDsylohrJEo2xAg6m5vSvS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uWAIlTG3nXoDsylohrJEo2xAg6m5vSvS > .row .container > .video-iframe-container { display: none; }#uWAIlTG3nXoDsylohrJEo2xAg6m5vSvS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uWAIlTG3nXoDsylohrJEo2xAg6m5vSvS > .row > .video-iframe-container { display: none; }#uWAIlTG3nXoDsylohrJEo2xAg6m5vSvS > .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); }#uWAIlTG3nXoDsylohrJEo2xAg6m5vSvS > .row .container { border-width: 0; border-radius: 0; }#uWAIlTG3nXoDsylohrJEo2xAg6m5vSvS > .row > .video-iframe-container {  }#uWAIlTG3nXoDsylohrJEo2xAg6m5vSvS > .row .container { font-size:0.875rem;font-family:arial;height:42.8125rem;width:75rem;position:relative;display:block; }#vnKQZ1c8OBcQVhZDCEgsJSCgWX6fDh7K { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.4375rem;width:35.5625rem;top:0.125rem;left:0rem;overflow:hidden;display:block; }
#kTbI7RrXvTFNXvT85Xa1wFUBAPbknefv { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.625rem;width:36.1875rem;top:0rem;left:38.755039767934rem;overflow:hidden;display:block; }
#ktTNA2CkM3kThFrQtIPkOW8ATfT1Tu3h { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.0625rem;width:35.5625rem;top:19.71875rem;left:0rem;overflow:hidden;display:block; }
#SkI1sIueQ2fpmFyUsmoQCAlLXzZnRPkm { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.5625rem;width:36.375rem;top:19.4375rem;left:38.7548828125rem;overflow:hidden;display:block; }
#w3IOx9mM9AbmPwprviuy2D8Vzy6TsA0t { position:absolute;display:block;z-index:100004;background-color:#006bca;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.1875rem;width:75rem;top:39.625rem;left:0rem;display:block; }
#LZhD3GJ1mEhaRMy7DyCu7OnTeZLZf4ES { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#LZhD3GJ1mEhaRMy7DyCu7OnTeZLZf4ES > .row .container { background-color: transparent; background-image: none; }#LZhD3GJ1mEhaRMy7DyCu7OnTeZLZf4ES::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LZhD3GJ1mEhaRMy7DyCu7OnTeZLZf4ES > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LZhD3GJ1mEhaRMy7DyCu7OnTeZLZf4ES > .row .container > .video-iframe-container { display: none; }#LZhD3GJ1mEhaRMy7DyCu7OnTeZLZf4ES > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LZhD3GJ1mEhaRMy7DyCu7OnTeZLZf4ES > .row > .video-iframe-container { display: none; }#LZhD3GJ1mEhaRMy7DyCu7OnTeZLZf4ES > .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); }#LZhD3GJ1mEhaRMy7DyCu7OnTeZLZf4ES > .row .container { border-width: 0; border-radius: 0; }#LZhD3GJ1mEhaRMy7DyCu7OnTeZLZf4ES > .row > .video-iframe-container {  }#LZhD3GJ1mEhaRMy7DyCu7OnTeZLZf4ES > .row .container { font-size:0.875rem;font-family:arial;height:57.4375rem;width:75rem;position:relative;display:block; }#kHOyPMngoJXnyfU4aIteXvhw0QvmeMzw { color:#006bca;display:block;width:37.4375rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:100002;line-height:1.5;letter-spacing:0;top:0rem;left:18.78125rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ACD5xObkPToo4r4T1pvEdyttfUJrBNFf { color:#353535;display:block;width:35.875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:100003;line-height:2.4;letter-spacing:0;top:11.71875rem;left:1.5625rem;height:24.293rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#KDUD54gt9amvX59e7LZND7Us3B5rEkdm { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.125rem;width:36.1875rem;top:11.3125rem;left:38.046198918269rem;overflow:hidden;display:block; }
#lyHkB6UQAvJlxHktFlfOUpTt0AN4JaJp { color:#006bca;display:block;width:53.25rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:100007;line-height:2.4;letter-spacing:0;top:41.53125rem;left:16.125rem;height:5.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FyHL3wvhp2yWU5Iq5fkCN2gb2Ts2SGvD { position:absolute;display:block;z-index:100001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.125rem 0.125rem 0.4375rem rgba(53,53,53,0.38) ;height:36.125rem;width:75rem;top:9rem;left:0rem;display:block; }
#XS6N4gU5a0c9SfaEBhfcl2ZKDbIVIxT2 { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.4375rem;border-top-right-radius:8.4375rem;border-bottom-left-radius:8.4375rem;border-bottom-right-radius:8.4375rem;box-shadow: 0.125rem 0.125rem 0.4375rem #00549e ;height:13.9375rem;width:75rem;top:37.375rem;left:0rem;display:block; }
#oBqZWXqIt5VNT7z6cKS9WskEQI4U2OW4 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:9.3125rem;top:39.4375rem;left:3.875rem;overflow:hidden;display:block; }
#zCgUizbXZr6R53xsHrDHKemry1PhoMqt { position:absolute;display:block;z-index:100005;background-color:#006bca;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.1875rem;width:75rem;top:7.0625rem;left:0rem;display:block; }
#pbbCF8P8DtBiFrGL5QzfHEpuNoNUmWZy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/J8MsiTLV/t_o21.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#pbbCF8P8DtBiFrGL5QzfHEpuNoNUmWZy.adaptive-delivery-prevent-bg, #pbbCF8P8DtBiFrGL5QzfHEpuNoNUmWZy.lazyload, #pbbCF8P8DtBiFrGL5QzfHEpuNoNUmWZy.lazyloading { background-image: none; }#pbbCF8P8DtBiFrGL5QzfHEpuNoNUmWZy > .row .container { background-color: transparent; background-image: none; }#pbbCF8P8DtBiFrGL5QzfHEpuNoNUmWZy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbbCF8P8DtBiFrGL5QzfHEpuNoNUmWZy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbbCF8P8DtBiFrGL5QzfHEpuNoNUmWZy > .row .container > .video-iframe-container { display: none; }#pbbCF8P8DtBiFrGL5QzfHEpuNoNUmWZy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbbCF8P8DtBiFrGL5QzfHEpuNoNUmWZy > .row > .video-iframe-container { display: none; }#pbbCF8P8DtBiFrGL5QzfHEpuNoNUmWZy > .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); }#pbbCF8P8DtBiFrGL5QzfHEpuNoNUmWZy > .row .container { border-width: 0; border-radius: 0; }#pbbCF8P8DtBiFrGL5QzfHEpuNoNUmWZy > .row > .video-iframe-container {  }#pbbCF8P8DtBiFrGL5QzfHEpuNoNUmWZy > .row .container { font-size:0.875rem;font-family:arial;height:59.6875rem;width:75rem;position:relative;display:block; }#RHUcJdD14QaSAzqPONA9bnaSfzDw1LKd { color:#006bca;display:block;width:31.25rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:100003;line-height:1.5;letter-spacing:0;top:15.46875rem;left:34.8125rem;height:4.5rem;font-style:normal;display:block; }
#QEbvD1EEnRUEDmW94EtG7qqaGGA83gsm { color:#353535;display:block;width:27.6875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:100004;line-height:2.4;letter-spacing:0;top:2.84375rem;left:34.8125rem;height:5.3984375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#qemPUCHMRHhIBLwim2TcSnlmAnBld2gt { position:absolute;display:block;z-index:100006;background-color:#006bca;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.1875rem;width:75rem;top:22.625rem;left:34.8125rem;display:block; }
#S5bRSeGLbo1mTsmMW28d3FIdpfFP9XFk { color:#353535;display:block;width:35.8125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:100005;line-height:2.4;letter-spacing:0;top:25.1875rem;left:34.8125rem;height:26.9921875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#TUFvJQuhAM6bd3ctVKJ51aSWp93OFOtv { position:absolute;display:block;z-index:100001;background-color:rgba(255,255,255,0.74);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:59.6875rem;width:43.375rem;top:0rem;left:31.625rem;display:block; }
#WvnQLVouyEwmLWw5UTyCwSBnZWdmfKL0 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.625rem;width:12.1875rem;top:0rem;left:38.755039767934rem;overflow:hidden;display:none; }
#drsuGW1dB5VFIkpJTqmUBS0C23eZENBf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#006bca;background-image:url("https://images.assets-landingi.com/fkvKeFKz/TLO7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;display:block; }#drsuGW1dB5VFIkpJTqmUBS0C23eZENBf.adaptive-delivery-prevent-bg, #drsuGW1dB5VFIkpJTqmUBS0C23eZENBf.lazyload, #drsuGW1dB5VFIkpJTqmUBS0C23eZENBf.lazyloading { background-image: none; }#drsuGW1dB5VFIkpJTqmUBS0C23eZENBf > .row .container { background-color: transparent; background-image: none; }#drsuGW1dB5VFIkpJTqmUBS0C23eZENBf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drsuGW1dB5VFIkpJTqmUBS0C23eZENBf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drsuGW1dB5VFIkpJTqmUBS0C23eZENBf > .row .container > .video-iframe-container { display: none; }#drsuGW1dB5VFIkpJTqmUBS0C23eZENBf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drsuGW1dB5VFIkpJTqmUBS0C23eZENBf > .row > .video-iframe-container { display: none; }#drsuGW1dB5VFIkpJTqmUBS0C23eZENBf > .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); }#drsuGW1dB5VFIkpJTqmUBS0C23eZENBf > .row .container { border-width: 0; border-radius: 0; }#drsuGW1dB5VFIkpJTqmUBS0C23eZENBf > .row > .video-iframe-container {  }#drsuGW1dB5VFIkpJTqmUBS0C23eZENBf > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;position:relative;display:block; }#AZrQnlXoSQbLWwvngJForOcTJZxC2fsQ { color:#ffffff;display:block;width:41.4375rem;position:absolute;font-family:raleway;font-size:2rem;font-weight:700;z-index:100000;line-height:1.1;letter-spacing:0;top:2.0625rem;left:16.78125rem;height:2.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UwgbHrb8PVi7VocBXSRLAp3aG9fhC0wq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#UwgbHrb8PVi7VocBXSRLAp3aG9fhC0wq > .row .container { background-color: transparent; background-image: none; }#UwgbHrb8PVi7VocBXSRLAp3aG9fhC0wq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UwgbHrb8PVi7VocBXSRLAp3aG9fhC0wq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UwgbHrb8PVi7VocBXSRLAp3aG9fhC0wq > .row .container > .video-iframe-container { display: none; }#UwgbHrb8PVi7VocBXSRLAp3aG9fhC0wq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UwgbHrb8PVi7VocBXSRLAp3aG9fhC0wq > .row > .video-iframe-container { display: none; }#UwgbHrb8PVi7VocBXSRLAp3aG9fhC0wq > .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); }#UwgbHrb8PVi7VocBXSRLAp3aG9fhC0wq > .row .container { border-width: 0; border-radius: 0; }#UwgbHrb8PVi7VocBXSRLAp3aG9fhC0wq > .row > .video-iframe-container {  }#UwgbHrb8PVi7VocBXSRLAp3aG9fhC0wq > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#Bqs5aWWaLFQibi3ggzAURF55ThFWmLEI { color:#006bca;display:block;width:29.8125rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:100001;line-height:1.5;letter-spacing:0;top:16.84375rem;left:36.5rem;height:13.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OQP7hFgCUHJrI5geA7JHyewgesv1rNr0 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.3125rem;width:33.4375rem;top:3.09375rem;left:10.0625rem;overflow:hidden;display:block; }
#gDF0k3TPU51vPw4PhArRoZ8pae7RmSTN { color:#353535;display:block;width:35.8125rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:400;z-index:100006;line-height:1.6;letter-spacing:0;top:3.96875rem;left:36.5rem;height:11.9970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mRTUtmN2VW1QdscS6bx0fLyK6QrH3G02 { position:relative;display:block; }#mRTUtmN2VW1QdscS6bx0fLyK6QrH3G02 { background-color: transparent; background-image: none; }#mRTUtmN2VW1QdscS6bx0fLyK6QrH3G02::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mRTUtmN2VW1QdscS6bx0fLyK6QrH3G02 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mRTUtmN2VW1QdscS6bx0fLyK6QrH3G02 > .row .container > .video-iframe-container { display: none; }#mRTUtmN2VW1QdscS6bx0fLyK6QrH3G02 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mRTUtmN2VW1QdscS6bx0fLyK6QrH3G02 > .row > .video-iframe-container { display: none; }#mRTUtmN2VW1QdscS6bx0fLyK6QrH3G02 > .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); }#mRTUtmN2VW1QdscS6bx0fLyK6QrH3G02 { border-width: 0; border-radius: 0; }#mRTUtmN2VW1QdscS6bx0fLyK6QrH3G02 > .row .container > .video-iframe-container {  }#mRTUtmN2VW1QdscS6bx0fLyK6QrH3G02 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.0625rem;width:75rem;position:relative;display:block; }#CIRT8NZTQLgGndXXzU4BdnrZhPPTH4Qn { position:absolute;display:block;z-index:100013;height:4.3125rem;width:20rem;top:0rem;left:27.500001907349rem;display:block; }
#Bz0MoxbJecbtibioyWiDDeIFMuUpUWoq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#006bca;background-image:url("https://images.assets-landingi.com/fkvKeFKz/TLO7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;display:block; }#Bz0MoxbJecbtibioyWiDDeIFMuUpUWoq.adaptive-delivery-prevent-bg, #Bz0MoxbJecbtibioyWiDDeIFMuUpUWoq.lazyload, #Bz0MoxbJecbtibioyWiDDeIFMuUpUWoq.lazyloading { background-image: none; }#Bz0MoxbJecbtibioyWiDDeIFMuUpUWoq > .row .container { background-color: transparent; background-image: none; }#Bz0MoxbJecbtibioyWiDDeIFMuUpUWoq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bz0MoxbJecbtibioyWiDDeIFMuUpUWoq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bz0MoxbJecbtibioyWiDDeIFMuUpUWoq > .row .container > .video-iframe-container { display: none; }#Bz0MoxbJecbtibioyWiDDeIFMuUpUWoq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bz0MoxbJecbtibioyWiDDeIFMuUpUWoq > .row > .video-iframe-container { display: none; }#Bz0MoxbJecbtibioyWiDDeIFMuUpUWoq > .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); }#Bz0MoxbJecbtibioyWiDDeIFMuUpUWoq > .row .container { border-width: 0; border-radius: 0; }#Bz0MoxbJecbtibioyWiDDeIFMuUpUWoq > .row > .video-iframe-container {  }#Bz0MoxbJecbtibioyWiDDeIFMuUpUWoq > .row .container { font-size:0.875rem;font-family:arial;height:11.875rem;width:75rem;position:relative;display:block; }#DIoLrcLLeTnzeHgfNZ99ycyLX4IUfSUJ { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:2.0241293907166rem;left:29.468751192093rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#NCCWUlOZf5tsePTVkG0DnQ0Kgu3x29Zz { 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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.375rem 0.375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#006bca;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.9375rem;height:4.25rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:5.875rem;left:26.03125rem;display:block; }
#grBMkra9BiQII2egGL2b0fTZmNbQtsFT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yKn8nfkDaT76zWfKAaFL8XERv4Ki1JJQ { position:relative;display:block; }#yKn8nfkDaT76zWfKAaFL8XERv4Ki1JJQ { background-color: transparent; background-image: none; }#yKn8nfkDaT76zWfKAaFL8XERv4Ki1JJQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yKn8nfkDaT76zWfKAaFL8XERv4Ki1JJQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yKn8nfkDaT76zWfKAaFL8XERv4Ki1JJQ > .row .container > .video-iframe-container { display: none; }#yKn8nfkDaT76zWfKAaFL8XERv4Ki1JJQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yKn8nfkDaT76zWfKAaFL8XERv4Ki1JJQ > .row > .video-iframe-container { display: none; }#yKn8nfkDaT76zWfKAaFL8XERv4Ki1JJQ > .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); }#yKn8nfkDaT76zWfKAaFL8XERv4Ki1JJQ { border-width: 0; border-radius: 0; }#yKn8nfkDaT76zWfKAaFL8XERv4Ki1JJQ > .row .container > .video-iframe-container {  }#yKn8nfkDaT76zWfKAaFL8XERv4Ki1JJQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#BOd1LXcVh5lqPBG5V1qaExKodwNdmdt7 { color:#006bca;display:block;width:57.375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:100006;line-height:2.4;letter-spacing:0;top:4rem;left:13.34375rem;height:10.796875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#urlfNbsOTiUXLScZgPuHUxE4grWSvdyu { position:absolute;display:block;z-index:100004;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.4375rem;border-top-right-radius:8.4375rem;border-bottom-left-radius:8.4375rem;border-bottom-right-radius:8.4375rem;box-shadow: 0.125rem 0.125rem 0.4375rem #00549e ;height:13.9375rem;width:75rem;top:2.40625rem;left:0rem;display:block; }
#rGtMZyxFOkKmc1Z7xo6fTqwd0mog8v9i { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:9.3125rem;top:4.71875rem;left:2.8125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eylSWxFyvpuzshsfsPrFQmJv5BQ9oAPG { display:block; }#eylSWxFyvpuzshsfsPrFQmJv5BQ9oAPG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bnbsetbv3ugH66ppo03EpW8fwU3FyG3I { top:0rem;left:13.875001907349rem;width:20rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvMvvWazW3PFfRSueOXfIeBBAh0cVCJX { display:block; }#KvMvvWazW3PFfRSueOXfIeBBAh0cVCJX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cnalZ0mMNf1vD6bHxIwFRIogVNd7qq3l { top:1.375rem;left:15.09375rem;width:17.5625rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JefcEzlyO0Xs1epAICAM8TbR0yLJLZs1 { top:2.1875rem;left:0.15625rem;width:28.6875rem;height:11rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1PeJrXbOot1zdXz2b3bWTgnKdfbybC4 { top:1.125rem;left:17.5rem;width:30.25rem;height:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHASfFhdVOie6fiFaCmGzyOClctwFDA8 { top:30.4375rem;left:23.3125rem;width:24.4375rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPNSWTm0AcNMX4NVpD4TRXQc3PAMmVZZ { top:-0.0625rem;left:0rem;width:47.75rem;height:50.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdfcUeE9TNBsAxw95sLad9ZDBrGei2CZ { top:10.875rem;left:0rem;width:47.0625rem;height:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5hViul7Ui8SiiGoBTH8pBBGQlZ3CBvk { width:24.125rem;height:4.25rem;top:43.1875rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPHVHFoFdhVxFTlTzgVqaQTaB62XX1og { display:block; }
 }@media only screen and (max-width: 763px) { #re37XTFr5Ekm291VgNPNXsGOrNOaKfyn { top:39.9375rem;left:31.6875rem;width:16.0625rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHikklEorPKXT3GWuVTe0O5cPI7IxT1N { display:block; }#iHikklEorPKXT3GWuVTe0O5cPI7IxT1N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WoCtXakPTlFHhqmIuutHQ9pi54PMKpgr { display:block; }#WoCtXakPTlFHhqmIuutHQ9pi54PMKpgr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D6dpePsKfSdXKmqM9n175q5w5rI0FMgm { top:14.625rem;left:0rem;width:36.875rem;height:27rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZHhdhGAHbpIdZC2Pq9afcibeczlZMZi { top:0rem;left:0rem;width:47.75rem;height:50.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hmax6ftxomtczlt3lEdBkpRMBwoTcmkh { top:4.1875rem;left:0rem;width:27.1875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtHwVA5976n8zgTvbzA8A1UMG5UWT977 { top:10.125rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wy1hunrLpIbGaNJ3OTSUJn8DHFsXEoMZ { width:33.375rem;height:22.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #SMghI7RXMfQdcSWIpAJA4p6SZ0ouJIV9 { display:block; }#SMghI7RXMfQdcSWIpAJA4p6SZ0ouJIV9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zzF0UV6QU44iwOx0W6PTOe736pDThZax { top:14.1875rem;left:10.3125rem;width:37.4375rem;height:38.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJbWGrLOVvBT5f8E92EUvFxyHl3gF8dG { top:-0.0625rem;left:0rem;width:47.75rem;height:58.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3q7ZqJsgWUgFZ8yvEBq1hWVmQ7HnqMc { top:4.0625rem;left:10.5625rem;width:37.1875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhIOdEh4CmZM6TmFRMuilBkHRvStMWCH { top:10rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3FRgN631UBoXmQuvAdXuSzElIPRJGTh { width:32.25rem;height:22.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #oyQoQGmVxLdkAibOEry5AW6WIz5c38di { display:block; }#oyQoQGmVxLdkAibOEry5AW6WIz5c38di > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pal1XGEN2hJJZlR8J2GoLDL0aVKzdnd8 { top:14.625rem;left:0rem;width:29.9375rem;height:29.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #URd4ypQhZ5BvIWXe2iPzBJJlVrwZ00Tf { top:0rem;left:0rem;width:47.75rem;height:50.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgPNJeZpI3AWVmddzukTsB13vhT0tQ5x { top:3.3125rem;left:0rem;width:27.1875rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxTufQ69Ptkh04CHeBl9n5guINAXuRUM { top:10.125rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwgTg7Qo4InxC41ikATfq7hVxmtyvnDT { width:32.25rem;height:21.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #eRdXmcgohbBfwm8Eb5y3yV3T4IRE6xTU { display:block; }#eRdXmcgohbBfwm8Eb5y3yV3T4IRE6xTU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fn0iA3Vxdu7zZUy75ahi8ASsuw21nwlT { top:14.5625rem;left:10.3125rem;width:37.4375rem;height:33.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnQ4ZvbBUCpyEdALqId6qIdSsr58TFNE { top:-0.0625rem;left:0rem;width:47.75rem;height:52.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTZCAoyLmsFbVJpi7EI4eL9gD7dLsFqT { top:3.25rem;left:10.5625rem;width:37.1875rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTZCTOigP9xBsd36xUVdr7iUOQlUeTwM { top:10rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qurvuTBQ4xcGr4CETHwr7NTHcW1Kyd5U { width:32.25rem;height:21.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #mz6iKXqi353ii0Q1KB1qppoacQT1eWsu { display:block; }#mz6iKXqi353ii0Q1KB1qppoacQT1eWsu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PKu94Wlfz842Q7O1qxcQ71QGsJtdBbbQ { top:13.3125rem;left:0rem;width:30.375rem;height:51.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzTbpBxez1iG2dUaSZS0UtTpB1Rb8MrT { top:0rem;left:0rem;width:47.75rem;height:69.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZI8rfAZ7dFm56HhIyNMrFlrkIfTvauM { top:3.3125rem;left:0rem;width:27.1875rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPizQgkOU0ufnS00WvGassRKLkF77bZT { top:10.125rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qh87Gvvwm57fT6zz730dTSfbrXur4ZAl { width:30.4375rem;height:20.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bV9AyNO9az2IamAKFwFuPKGyFkoRo62U { display:block; }#bV9AyNO9az2IamAKFwFuPKGyFkoRo62U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQumXsJTRudDGq2BRV2ybiTwK4LVChMp { top:13.0625rem;left:15.3125rem;width:32.4375rem;height:36rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOxxk1JBSh0R6Z0w9Q98TxKIGhBOnshw { top:-0.0625rem;left:0rem;width:47.75rem;height:55.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTqpfdOUbCoQ86NqVwDnH997uSnInT6G { top:3.75rem;left:23rem;width:24.75rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lC510NI7sNdXE2bWBSTO5NOikhXevgl4 { top:10rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6n9l9xDS4PeFwLcnf42XQmXcehwGK8H { top:45.375rem;left:0rem;width:17.6875rem;height:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5K6szrb7GhyoJcURTDwNWPwfLPDQ7ef { width:20.3125rem;height:20.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #u0VOAkdD3rAvM89y721EQAXmqU5lZ5Cb { display:block; }#u0VOAkdD3rAvM89y721EQAXmqU5lZ5Cb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E8SEn9Lsnv5sQhlhX3D1LnRu82CK3US9 { top:13.3125rem;left:0rem;width:30.375rem;height:36rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcHITIicBxEuoo03MgvbPIAdPJFolRqg { top:0rem;left:0rem;width:47.75rem;height:52.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKr8Cf9TGfHHyTTCTFSkTTVKnxzqJEIX { top:3.3125rem;left:0rem;width:27.1875rem;height:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhrETJLVwJ1uyPVIkvDcT9JMIUoQ3lHD { top:10.125rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMwa4as32nEn1pWoxCkqtiACpie1oKr3 { width:30.4375rem;height:20.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #o7bxUdA4NAxP9xJkPGbyDaE4ENJ8Jzf4 { display:block; }#o7bxUdA4NAxP9xJkPGbyDaE4ENJ8Jzf4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M7uOl6Mv5nHd7IR6PDt5D4M6pBQDEJmk { top:2.875rem;left:6.78125rem;width:34.1875rem;height:2.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQ7LvAE7r9ls9ORUrgHHqIGHrHVebCcy { top:6.125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTas7LKeUHhNBkAU0XhaTG2wA1VcyP27 { display:block; }#tTas7LKeUHhNBkAU0XhaTG2wA1VcyP27 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a2DOM6hQJ54tgLmbpoai1nDZHAa8zDqI { top:3.0625rem;left:0rem;width:47.75rem;height:10.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lupCsBnW3Hx6pvXwpN4sc1r3kciG8zEG { top:1.875rem;left:0rem;width:47.5rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSeJqC5VAdvIfv4fqW35HqMqtIDMM0po { top:3.875rem;left:0rem;width:9.3125rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGnczhD9n7eLqWnX5GPN1beri5mOIZtw { display:block; }#hGnczhD9n7eLqWnX5GPN1beri5mOIZtw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cGG3sdCkmuvwMmbgAkTx45XN9oWHgL8O { top:1.6875rem;left:12.375rem;width:33.4375rem;height:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTNQZtoAHXqUHJUTU3DkoCbWNx5nUID5 { top:35.0625rem;left:17.9375rem;width:29.8125rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKckXt41cggN9yavNB0q8b4lpvldNykQ { top:1.6875rem;left:0rem;width:25.5625rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOJ81ImTewSxeeM5O7WNIOZIr7Tf6avD { top:6.125rem;left:0rem;width:37.4375rem;height:35.5rem;font-size:0.875rem;display:block; }#bOJ81ImTewSxeeM5O7WNIOZIr7Tf6avD li:before{  }
 }@media only screen and (max-width: 763px) { #JOT1foq7eR688Et7mm4hOgWTPhssT0co { top:1.6875rem;left:23.875rem;width:0.3125rem;height:39.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Baid8FJHCDEwFZZhAdzUCf1F74SUtG2a { top:1.6875rem;left:23.875rem;width:0.3125rem;height:39.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GoWM5Q2mVK3DFDnT7sIgmK9yBDPuMe5z { display:block; }#GoWM5Q2mVK3DFDnT7sIgmK9yBDPuMe5z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fNRe2RxOTKlHKPWC9siRsTx10MHJwcnL { width:22.9375rem;height:4.25rem;top:5.0625rem;left:12.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDT0UevQfNfrNZFaNJXJJmz6wOaGo39Z { display:block; }
 }@media only screen and (max-width: 763px) { #fTJFZOBHEWXFpyWgP3dbcFu7CKv0mWwE { top:2.1875rem;left:15.84375rem;width:16.0625rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNX2FB3xz1cg2dupO3OAzoWhfh51ugPf { display:block; }#JNX2FB3xz1cg2dupO3OAzoWhfh51ugPf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KSGGKhcRJkieCrslHN1v7wtcbMFk32cn { top:27.9375rem;left:0rem;width:44.25rem;height:53.5rem;font-size:0.875rem;display:block; }#KSGGKhcRJkieCrslHN1v7wtcbMFk32cn li:before{  }
 }@media only screen and (max-width: 763px) { #vLlrwk69lzKOAcxMKkG3l4qlqmOvvT4p { top:-0.0625rem;left:0rem;width:47.75rem;height:85.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZoN5oz5rsNq6Q4CWnnGRMEpzAlXf0eC { top:3.3125rem;left:0rem;width:27.1875rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENDIKt3khtEfa2h2f92DCkDok4XVf9CA { top:10.625rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQcOyqluoX83c8SZ20hxO0p9GBxBCGOV { top:14.25rem;left:0rem;width:44.0625rem;height:11.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B56bbkadiFgBcRhna23XWkKKwNlNZ3Te { width:11.0625rem;height:20.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AKDx3Cezeu2yAC9PddsMM1HRmkAP3Gui { top:10.625rem;left:0rem;width:47.75rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ccVpF9k17Vh6Sv3zwdRyl7KZw5wh8usy { display:block; }#ccVpF9k17Vh6Sv3zwdRyl7KZw5wh8usy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o1SkEziMRyJgPWleJUNEEO9GWrd0bggd { top:15.8125rem;left:0rem;width:43.875rem;height:135rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PETq6JrNPA8TNzJZwfCRU26heDsEZsLb { top:0rem;left:0rem;width:47.75rem;height:153.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxQ1k53bwXyD347OIniOOserCNxzBXsy { top:3.3125rem;left:0rem;width:45.75rem;height:4.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtwIqDwHCzX7hzF0e9oUNNT6INmXDzrv { top:11.25rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbbLxXFQRysU9TEL17dAxxETHkheB8xA { width:11.0625rem;height:20.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ir2TEJ9Wch9rkAlMa1liyJbbgeLX08gT { display:none; }
 }@media only screen and (max-width: 763px) { #yco06OrV3W0QhaHvEVEyFcmV6hKul0eI { display:block; }#yco06OrV3W0QhaHvEVEyFcmV6hKul0eI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JttKml9IdrG1cCdEzxfL4knPu44kLTn1 { top:6.3125rem;left:21.0625rem;width:25.5625rem;height:9.375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGg4AESmg6TVqWngo3THbcgoytJp4G6s { top:15.6875rem;left:17.9375rem;width:29.8125rem;height:13.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQo28HNdsC3CXACTHFIBSiGFb5tsSotS { top:3.9375rem;left:0rem;width:33.4375rem;height:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4OWQwlhzC0gTPMvIztrpCx1r3lZXFnA { display:block; }#c4OWQwlhzC0gTPMvIztrpCx1r3lZXFnA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JGTQruTX3IaXsCO8tyqb88vvtnP33RKP { width:22.9375rem;height:4.25rem;top:5.875rem;left:12.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfZfsLrVcwaz3cVlh3lHUipekB2V34r7 { display:block; }
 }@media only screen and (max-width: 763px) { #WGl3pFgNTGLfaiGRfXHob94zJoBZgJyq { top:2.75rem;left:15.84375rem;width:16.0625rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #goSiUwqsiphWvmdH16Z6Z73Qp8lqVgdN { display:block; }#goSiUwqsiphWvmdH16Z6Z73Qp8lqVgdN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #In15wu1ZE5ybQLPPyTZIW5Z354FZtKbk { top:0rem;left:0rem;width:35.875rem;height:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKV4FnvUXzG5CCuO5T9efEMszWld0pX5 { top:3rem;left:10.3125rem;width:37.4375rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHCRzTv0Q1Sp2yTOPwAtKMt4dSNu0oxQ { top:8.3125rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmS1yJ8UkSdnHlUOZK78witqBPK1JPn9 { top:12rem;left:10.625rem;width:37.125rem;height:24.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8MJI8dvvhwgR9WSCfOVJ9Eo5Xl0khsT { top:36.0625rem;left:0rem;width:47.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWAIlTG3nXoDsylohrJEo2xAg6m5vSvS { display:block; }#uWAIlTG3nXoDsylohrJEo2xAg6m5vSvS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vnKQZ1c8OBcQVhZDCEgsJSCgWX6fDh7K { top:0.125rem;left:0rem;width:35.5625rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTbI7RrXvTFNXvT85Xa1wFUBAPbknefv { top:0rem;left:10.5625rem;width:36.1875rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktTNA2CkM3kThFrQtIPkOW8ATfT1Tu3h { top:19.6875rem;left:0rem;width:35.5625rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkI1sIueQ2fpmFyUsmoQCAlLXzZnRPkm { top:19.4375rem;left:11.375rem;width:36.375rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3IOx9mM9AbmPwprviuy2D8Vzy6TsA0t { top:39.625rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZhD3GJ1mEhaRMy7DyCu7OnTeZLZf4ES { display:block; }#LZhD3GJ1mEhaRMy7DyCu7OnTeZLZf4ES > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kHOyPMngoJXnyfU4aIteXvhw0QvmeMzw { top:0rem;left:5.15625rem;width:37.4375rem;height:4.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACD5xObkPToo4r4T1pvEdyttfUJrBNFf { top:11.6875rem;left:0rem;width:35.875rem;height:24rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDUD54gt9amvX59e7LZND7Us3B5rEkdm { top:11.3125rem;left:11.5625rem;width:36.1875rem;height:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyHkB6UQAvJlxHktFlfOUpTt0AN4JaJp { top:41.5rem;left:0rem;width:47.75rem;height:5.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyHL3wvhp2yWU5Iq5fkCN2gb2Ts2SGvD { top:9rem;left:0rem;width:47.75rem;height:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XS6N4gU5a0c9SfaEBhfcl2ZKDbIVIxT2 { top:37.375rem;left:0rem;width:47.75rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBqZWXqIt5VNT7z6cKS9WskEQI4U2OW4 { top:39.4375rem;left:0rem;width:9.3125rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCgUizbXZr6R53xsHrDHKemry1PhoMqt { top:7.0625rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbbCF8P8DtBiFrGL5QzfHEpuNoNUmWZy { display:block; }#pbbCF8P8DtBiFrGL5QzfHEpuNoNUmWZy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RHUcJdD14QaSAzqPONA9bnaSfzDw1LKd { top:15.4375rem;left:16.5rem;width:31.25rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEbvD1EEnRUEDmW94EtG7qqaGGA83gsm { top:2.8125rem;left:20.0625rem;width:27.6875rem;height:5.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qemPUCHMRHhIBLwim2TcSnlmAnBld2gt { top:22.625rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5bRSeGLbo1mTsmMW28d3FIdpfFP9XFk { top:25.1875rem;left:11.9375rem;width:35.8125rem;height:29.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUFvJQuhAM6bd3ctVKJ51aSWp93OFOtv { top:0rem;left:4.375rem;width:43.375rem;height:59.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvnQLVouyEwmLWw5UTyCwSBnZWdmfKL0 { top:0rem;left:10.5625rem;width:12.1875rem;height:17.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #drsuGW1dB5VFIkpJTqmUBS0C23eZENBf { display:block; }#drsuGW1dB5VFIkpJTqmUBS0C23eZENBf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AZrQnlXoSQbLWwvngJForOcTJZxC2fsQ { top:2.0625rem;left:3.15625rem;width:41.4375rem;height:2.1875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwgbHrb8PVi7VocBXSRLAp3aG9fhC0wq { display:block; }#UwgbHrb8PVi7VocBXSRLAp3aG9fhC0wq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bqs5aWWaLFQibi3ggzAURF55ThFWmLEI { top:16.8125rem;left:17.9375rem;width:29.8125rem;height:13.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQP7hFgCUHJrI5geA7JHyewgesv1rNr0 { top:3.0625rem;left:0rem;width:33.4375rem;height:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDF0k3TPU51vPw4PhArRoZ8pae7RmSTN { top:3.9375rem;left:11.9375rem;width:35.8125rem;height:12rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRTUtmN2VW1QdscS6bx0fLyK6QrH3G02 { display:block; }#mRTUtmN2VW1QdscS6bx0fLyK6QrH3G02 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CIRT8NZTQLgGndXXzU4BdnrZhPPTH4Qn { top:0rem;left:13.875001907349rem;width:20rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bz0MoxbJecbtibioyWiDDeIFMuUpUWoq { display:block; }#Bz0MoxbJecbtibioyWiDDeIFMuUpUWoq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DIoLrcLLeTnzeHgfNZ99ycyLX4IUfSUJ { top:2rem;left:15.84375rem;width:16.0625rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCCWUlOZf5tsePTVkG0DnQ0Kgu3x29Zz { width:22.9375rem;height:4.25rem;top:5.875rem;left:12.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #grBMkra9BiQII2egGL2b0fTZmNbQtsFT { display:block; }
 }@media only screen and (max-width: 763px) { #yKn8nfkDaT76zWfKAaFL8XERv4Ki1JJQ { display:block; }#yKn8nfkDaT76zWfKAaFL8XERv4Ki1JJQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BOd1LXcVh5lqPBG5V1qaExKodwNdmdt7 { top:4rem;left:0rem;width:47.75rem;height:10.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #urlfNbsOTiUXLScZgPuHUxE4grWSvdyu { top:2.375rem;left:0rem;width:47.75rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGtMZyxFOkKmc1Z7xo6fTqwd0mog8v9i { top:4.6875rem;left:0rem;width:9.3125rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eylSWxFyvpuzshsfsPrFQmJv5BQ9oAPG { display:block; }#eylSWxFyvpuzshsfsPrFQmJv5BQ9oAPG > .row .container { width:20rem;height:11.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bnbsetbv3ugH66ppo03EpW8fwU3FyG3I { width:20rem;height:4.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvMvvWazW3PFfRSueOXfIeBBAh0cVCJX { display:block; }#KvMvvWazW3PFfRSueOXfIeBBAh0cVCJX > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cnalZ0mMNf1vD6bHxIwFRIogVNd7qq3l { width:10rem;height:1.75rem;top:1.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/psis0Qut/t_o27.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:68.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JefcEzlyO0Xs1epAICAM8TbR0yLJLZs1 { width:20rem;height:7.699225rem;top:0.5625rem;left:0rem;font-size:1.375rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #X1PeJrXbOot1zdXz2b3bWTgnKdfbybC4 { width:14.1875rem;height:13.25rem;top:36.625rem;left:2.9062501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHASfFhdVOie6fiFaCmGzyOClctwFDA8 { width:17.9375rem;height:6.75rem;top:49.8125rem;left:1.0625rem;font-size:1.125rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yPNSWTm0AcNMX4NVpD4TRXQc3PAMmVZZ { width:20rem;height:50.125rem;top:79.626rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TdfcUeE9TNBsAxw95sLad9ZDBrGei2CZ { width:20rem;height:16.626826029216rem;top:12.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #F5hViul7Ui8SiiGoBTH8pBBGQlZ3CBvk { width:15.125rem;height:3.8125rem;top:61rem;left:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPHVHFoFdhVxFTlTzgVqaQTaB62XX1og { display:block; }
 }@media only screen and (max-width: 763px) { #re37XTFr5Ekm291VgNPNXsGOrNOaKfyn { width:16.0625rem;height:1.4619125rem;top:59rem;left:1.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHikklEorPKXT3GWuVTe0O5cPI7IxT1N { background-color:#006bca;background-image:url("https://images.assets-landingi.com/fkvKeFKz/TLO7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#iHikklEorPKXT3GWuVTe0O5cPI7IxT1N.adaptive-delivery-prevent-bg, #iHikklEorPKXT3GWuVTe0O5cPI7IxT1N.lazyload, #iHikklEorPKXT3GWuVTe0O5cPI7IxT1N.lazyloading { background-image: none; }#iHikklEorPKXT3GWuVTe0O5cPI7IxT1N > .row .container { background-color: transparent; background-image: none; }#iHikklEorPKXT3GWuVTe0O5cPI7IxT1N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iHikklEorPKXT3GWuVTe0O5cPI7IxT1N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iHikklEorPKXT3GWuVTe0O5cPI7IxT1N > .row .container > .video-iframe-container { display: none; }#iHikklEorPKXT3GWuVTe0O5cPI7IxT1N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iHikklEorPKXT3GWuVTe0O5cPI7IxT1N > .row > .video-iframe-container { display: none; }#iHikklEorPKXT3GWuVTe0O5cPI7IxT1N > .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); }#iHikklEorPKXT3GWuVTe0O5cPI7IxT1N > .row .container { width:20rem;height:0.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WoCtXakPTlFHhqmIuutHQ9pi54PMKpgr { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/LmK7TECX/t_o5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#WoCtXakPTlFHhqmIuutHQ9pi54PMKpgr.adaptive-delivery-prevent-bg, #WoCtXakPTlFHhqmIuutHQ9pi54PMKpgr.lazyload, #WoCtXakPTlFHhqmIuutHQ9pi54PMKpgr.lazyloading { background-image: none; }#WoCtXakPTlFHhqmIuutHQ9pi54PMKpgr > .row .container { background-color: transparent; background-image: none; }#WoCtXakPTlFHhqmIuutHQ9pi54PMKpgr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoCtXakPTlFHhqmIuutHQ9pi54PMKpgr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoCtXakPTlFHhqmIuutHQ9pi54PMKpgr > .row .container > .video-iframe-container { display: none; }#WoCtXakPTlFHhqmIuutHQ9pi54PMKpgr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoCtXakPTlFHhqmIuutHQ9pi54PMKpgr > .row > .video-iframe-container { display: none; }#WoCtXakPTlFHhqmIuutHQ9pi54PMKpgr > .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); }#WoCtXakPTlFHhqmIuutHQ9pi54PMKpgr > .row .container { width:20rem;height:60.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D6dpePsKfSdXKmqM9n175q5w5rI0FMgm { width:17.5rem;height:29.75rem;top:27.1875rem;left:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZHhdhGAHbpIdZC2Pq9afcibeczlZMZi { width:20rem;height:44.75rem;top:14.4375rem;left:0rem;background-color:rgba(255,255,255,0.86);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) { #Hmax6ftxomtczlt3lEdBkpRMBwoTcmkh { width:17.125rem;height:3.25rem;top:17.65625rem;left:1.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VtHwVA5976n8zgTvbzA8A1UMG5UWT977 { width:18.5rem;height:0.1875rem;top:24.0625rem;left:0rem;background-color:#006bca;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) { #Wy1hunrLpIbGaNJ3OTSUJn8DHFsXEoMZ { top:1.3125rem;left:0rem;width:20rem;height:13.25rem;z-index:100003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SMghI7RXMfQdcSWIpAJA4p6SZ0ouJIV9 { display:block; }#SMghI7RXMfQdcSWIpAJA4p6SZ0ouJIV9 > .row .container { width:20rem;height:81.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zzF0UV6QU44iwOx0W6PTOe736pDThZax { width:17.0625rem;height:52.5rem;top:26rem;left:1.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJbWGrLOVvBT5f8E92EUvFxyHl3gF8dG { width:20rem;height:79.1875rem;top:1.25rem;left:0rem;background-color:rgba(255,255,255,0.68);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) { #E3q7ZqJsgWUgFZ8yvEBq1hWVmQ7HnqMc { width:15.75rem;height:3.5rem;top:17.46875rem;left:1.90625rem;font-size:1.25rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QhIOdEh4CmZM6TmFRMuilBkHRvStMWCH { width:20rem;height:0.125rem;top:23.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3FRgN631UBoXmQuvAdXuSzElIPRJGTh { top:1.25rem;left:0rem;width:20rem;height:13.6875rem;z-index:100004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oyQoQGmVxLdkAibOEry5AW6WIz5c38di { display:block; }#oyQoQGmVxLdkAibOEry5AW6WIz5c38di > .row .container { width:20rem;height:60.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pal1XGEN2hJJZlR8J2GoLDL0aVKzdnd8 { width:17.6875rem;height:29.75rem;top:27.125rem;left:1.15625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #URd4ypQhZ5BvIWXe2iPzBJJlVrwZ00Tf { width:20rem;height:57.75rem;top:1.25rem;left:0rem;background-color:rgba(255,255,255,0.81);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) { #DgPNJeZpI3AWVmddzukTsB13vhT0tQ5x { width:17.25rem;height:4.875rem;top:17.09375rem;left:1.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oxTufQ69Ptkh04CHeBl9n5guINAXuRUM { width:20rem;height:0.125rem;top:24.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwgTg7Qo4InxC41ikATfq7hVxmtyvnDT { top:1.25rem;left:0rem;width:20rem;height:13.3125rem;z-index:100005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #eRdXmcgohbBfwm8Eb5y3yV3T4IRE6xTU { display:block; }#eRdXmcgohbBfwm8Eb5y3yV3T4IRE6xTU > .row .container { width:20rem;height:73.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fn0iA3Vxdu7zZUy75ahi8ASsuw21nwlT { width:17.9375rem;height:43.75rem;top:27.3125rem;left:1.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnQ4ZvbBUCpyEdALqId6qIdSsr58TFNE { width:20rem;height:71.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTZCAoyLmsFbVJpi7EI4eL9gD7dLsFqT { width:17.5rem;height:5.625rem;top:16.90625rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fTZCTOigP9xBsd36xUVdr7iUOQlUeTwM { width:20rem;height:0.125rem;top:24.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qurvuTBQ4xcGr4CETHwr7NTHcW1Kyd5U { top:1.25rem;left:0rem;width:20rem;height:13.3125rem;z-index:100006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mz6iKXqi353ii0Q1KB1qppoacQT1eWsu { display:block; }#mz6iKXqi353ii0Q1KB1qppoacQT1eWsu > .row .container { width:20rem;height:84.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PKu94Wlfz842Q7O1qxcQ71QGsJtdBbbQ { width:18rem;height:54.25rem;top:27.0625rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzTbpBxez1iG2dUaSZS0UtTpB1Rb8MrT { width:20rem;height:82.0625rem;top:1.25rem;left:0rem;background-color:rgba(255,255,255,0.9);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) { #FZI8rfAZ7dFm56HhIyNMrFlrkIfTvauM { width:17.25rem;height:5.625rem;top:16.4375rem;left:1.375rem;font-size:1.25rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tPizQgkOU0ufnS00WvGassRKLkF77bZT { width:20rem;height:0.125rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qh87Gvvwm57fT6zz730dTSfbrXur4ZAl { top:1.25rem;left:0rem;width:20rem;height:13.3125rem;z-index:100007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bV9AyNO9az2IamAKFwFuPKGyFkoRo62U { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/VeCwl7NS/t_o14.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#bV9AyNO9az2IamAKFwFuPKGyFkoRo62U.adaptive-delivery-prevent-bg, #bV9AyNO9az2IamAKFwFuPKGyFkoRo62U.lazyload, #bV9AyNO9az2IamAKFwFuPKGyFkoRo62U.lazyloading { background-image: none; }#bV9AyNO9az2IamAKFwFuPKGyFkoRo62U > .row .container { background-color: transparent; background-image: none; }#bV9AyNO9az2IamAKFwFuPKGyFkoRo62U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bV9AyNO9az2IamAKFwFuPKGyFkoRo62U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bV9AyNO9az2IamAKFwFuPKGyFkoRo62U > .row .container > .video-iframe-container { display: none; }#bV9AyNO9az2IamAKFwFuPKGyFkoRo62U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bV9AyNO9az2IamAKFwFuPKGyFkoRo62U > .row > .video-iframe-container { display: none; }#bV9AyNO9az2IamAKFwFuPKGyFkoRo62U > .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); }#bV9AyNO9az2IamAKFwFuPKGyFkoRo62U > .row .container { width:20rem;height:76.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQumXsJTRudDGq2BRV2ybiTwK4LVChMp { width:18.125rem;height:42rem;top:31.0625rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOxxk1JBSh0R6Z0w9Q98TxKIGhBOnshw { width:20rem;height:73.0625rem;top:1.375rem;left:0rem;background-color:rgba(255,255,255,0.92);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #VTqpfdOUbCoQ86NqVwDnH997uSnInT6G { width:18rem;height:3.75rem;top:23.375rem;left:1rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lC510NI7sNdXE2bWBSTO5NOikhXevgl4 { width:20rem;height:0.125rem;top:28.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6n9l9xDS4PeFwLcnf42XQmXcehwGK8H { width:17.6875rem;height:3.41015625rem;top:18.125rem;left:1.15625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5K6szrb7GhyoJcURTDwNWPwfLPDQ7ef { top:1.4375rem;left:0rem;width:20rem;height:20rem;z-index:99999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #u0VOAkdD3rAvM89y721EQAXmqU5lZ5Cb { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/L0M1AmYL/t_o16.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#u0VOAkdD3rAvM89y721EQAXmqU5lZ5Cb.adaptive-delivery-prevent-bg, #u0VOAkdD3rAvM89y721EQAXmqU5lZ5Cb.lazyload, #u0VOAkdD3rAvM89y721EQAXmqU5lZ5Cb.lazyloading { background-image: none; }#u0VOAkdD3rAvM89y721EQAXmqU5lZ5Cb > .row .container { background-color: transparent; background-image: none; }#u0VOAkdD3rAvM89y721EQAXmqU5lZ5Cb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u0VOAkdD3rAvM89y721EQAXmqU5lZ5Cb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u0VOAkdD3rAvM89y721EQAXmqU5lZ5Cb > .row .container > .video-iframe-container { display: none; }#u0VOAkdD3rAvM89y721EQAXmqU5lZ5Cb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u0VOAkdD3rAvM89y721EQAXmqU5lZ5Cb > .row > .video-iframe-container { display: none; }#u0VOAkdD3rAvM89y721EQAXmqU5lZ5Cb > .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); }#u0VOAkdD3rAvM89y721EQAXmqU5lZ5Cb > .row .container { width:20rem;height:66.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E8SEn9Lsnv5sQhlhX3D1LnRu82CK3US9 { width:18.125rem;height:36.75rem;top:27.125rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcHITIicBxEuoo03MgvbPIAdPJFolRqg { width:20rem;height:63.9375rem;top:1.25rem;left:0rem;background-color:rgba(255,255,255,0.9);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) { #tKr8Cf9TGfHHyTTCTFSkTTVKnxzqJEIX { width:16.375rem;height:6.1875rem;top:16.28125rem;left:1.6875rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #FhrETJLVwJ1uyPVIkvDcT9JMIUoQ3lHD { width:20rem;height:0.125rem;top:24.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMwa4as32nEn1pWoxCkqtiACpie1oKr3 { top:1.25rem;left:0rem;width:20rem;height:13.3125rem;z-index:100008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #o7bxUdA4NAxP9xJkPGbyDaE4ENJ8Jzf4 { display:block; }#o7bxUdA4NAxP9xJkPGbyDaE4ENJ8Jzf4 > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M7uOl6Mv5nHd7IR6PDt5D4M6pBQDEJmk { width:20rem;height:4.38671875rem;top:1.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AQ7LvAE7r9ls9ORUrgHHqIGHrHVebCcy { width:18rem;height:7.1484375rem;top:6.5625rem;left:1rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tTas7LKeUHhNBkAU0XhaTG2wA1VcyP27 { display:block; }#tTas7LKeUHhNBkAU0XhaTG2wA1VcyP27 > .row .container { width:20rem;height:48.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a2DOM6hQJ54tgLmbpoai1nDZHAa8zDqI { width:16.375rem;height:26.25rem;top:17.625rem;left:1.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #lupCsBnW3Hx6pvXwpN4sc1r3kciG8zEG { width:18.4375rem;height:43.75rem;top:2.0625rem;left:0.8125rem;border-top-left-radius:8.4375rem;border-top-right-radius:8.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSeJqC5VAdvIfv4fqW35HqMqtIDMM0po { width:9.3125rem;height:9.3125rem;top:6rem;left:5.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGnczhD9n7eLqWnX5GPN1beri5mOIZtw { display:block; }#hGnczhD9n7eLqWnX5GPN1beri5mOIZtw > .row .container { width:20rem;height:76.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cGG3sdCkmuvwMmbgAkTx45XN9oWHgL8O { width:20rem;height:18.75rem;top:48.352344036103rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTNQZtoAHXqUHJUTU3DkoCbWNx5nUID5 { width:20rem;height:6.75rem;top:67.9150390625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QKckXt41cggN9yavNB0q8b4lpvldNykQ { width:16.5625rem;height:3.5rem;top:0.9375rem;left:1.71875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bOJ81ImTewSxeeM5O7WNIOZIr7Tf6avD { width:17.3125rem;height:37.1875rem;top:6.0625rem;left:1.71875rem;font-size:0.875rem;line-height:2;display:block; }#bOJ81ImTewSxeeM5O7WNIOZIr7Tf6avD li:before{  }
 }@media only screen and (max-width: 763px) { #JOT1foq7eR688Et7mm4hOgWTPhssT0co { width:20rem;height:0.125rem;top:46.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Baid8FJHCDEwFZZhAdzUCf1F74SUtG2a { width:20rem;height:0.125rem;top:5.125rem;left:0rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #GoWM5Q2mVK3DFDnT7sIgmK9yBDPuMe5z { background-color:#006bca;background-image:url("https://images.assets-landingi.com/fkvKeFKz/TLO7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#GoWM5Q2mVK3DFDnT7sIgmK9yBDPuMe5z.adaptive-delivery-prevent-bg, #GoWM5Q2mVK3DFDnT7sIgmK9yBDPuMe5z.lazyload, #GoWM5Q2mVK3DFDnT7sIgmK9yBDPuMe5z.lazyloading { background-image: none; }#GoWM5Q2mVK3DFDnT7sIgmK9yBDPuMe5z > .row .container { background-color: transparent; background-image: none; }#GoWM5Q2mVK3DFDnT7sIgmK9yBDPuMe5z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GoWM5Q2mVK3DFDnT7sIgmK9yBDPuMe5z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GoWM5Q2mVK3DFDnT7sIgmK9yBDPuMe5z > .row .container > .video-iframe-container { display: none; }#GoWM5Q2mVK3DFDnT7sIgmK9yBDPuMe5z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GoWM5Q2mVK3DFDnT7sIgmK9yBDPuMe5z > .row > .video-iframe-container { display: none; }#GoWM5Q2mVK3DFDnT7sIgmK9yBDPuMe5z > .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); }#GoWM5Q2mVK3DFDnT7sIgmK9yBDPuMe5z > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fNRe2RxOTKlHKPWC9siRsTx10MHJwcnL { width:16.3125rem;height:3.25rem;top:5rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDT0UevQfNfrNZFaNJXJJmz6wOaGo39Z { display:block; }
 }@media only screen and (max-width: 763px) { #fTJFZOBHEWXFpyWgP3dbcFu7CKv0mWwE { width:16.0625rem;height:1.4619125rem;top:2.6875rem;left:1.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNX2FB3xz1cg2dupO3OAzoWhfh51ugPf { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Q7dsZc9b/t_o19.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#JNX2FB3xz1cg2dupO3OAzoWhfh51ugPf.adaptive-delivery-prevent-bg, #JNX2FB3xz1cg2dupO3OAzoWhfh51ugPf.lazyload, #JNX2FB3xz1cg2dupO3OAzoWhfh51ugPf.lazyloading { background-image: none; }#JNX2FB3xz1cg2dupO3OAzoWhfh51ugPf > .row .container { background-color: transparent; background-image: none; }#JNX2FB3xz1cg2dupO3OAzoWhfh51ugPf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JNX2FB3xz1cg2dupO3OAzoWhfh51ugPf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JNX2FB3xz1cg2dupO3OAzoWhfh51ugPf > .row .container > .video-iframe-container { display: none; }#JNX2FB3xz1cg2dupO3OAzoWhfh51ugPf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JNX2FB3xz1cg2dupO3OAzoWhfh51ugPf > .row > .video-iframe-container { display: none; }#JNX2FB3xz1cg2dupO3OAzoWhfh51ugPf > .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); }#JNX2FB3xz1cg2dupO3OAzoWhfh51ugPf > .row .container { width:20rem;height:138.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KSGGKhcRJkieCrslHN1v7wtcbMFk32cn { width:17.3125rem;height:78rem;top:57.75rem;left:1.34375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#KSGGKhcRJkieCrslHN1v7wtcbMFk32cn li:before{  }
 }@media only screen and (max-width: 763px) { #vLlrwk69lzKOAcxMKkG3l4qlqmOvvT4p { width:20rem;height:135.875rem;top:1.375rem;left:0rem;z-index:99995;background-color:rgba(255,255,255,0.91);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) { #zZoN5oz5rsNq6Q4CWnnGRMEpzAlXf0eC { width:15.6875rem;height:4.875rem;top:3.375rem;left:2.15625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ENDIKt3khtEfa2h2f92DCkDok4XVf9CA { width:20rem;height:0.1875rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQcOyqluoX83c8SZ20hxO0p9GBxBCGOV { width:18.1875rem;height:15.75rem;top:40.53125rem;left:1rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#006bca;display:block; }
 }@media only screen and (max-width: 763px) { #B56bbkadiFgBcRhna23XWkKKwNlNZ3Te { top:1.4728773584906rem;left:0rem;width:20rem;height:37.25rem;z-index:99996;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AKDx3Cezeu2yAC9PddsMM1HRmkAP3Gui { width:20rem;height:9.25rem;top:1.25rem;left:0rem;z-index:99997;background-color:rgba(255,255,255,0.68);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) { #ccVpF9k17Vh6Sv3zwdRyl7KZw5wh8usy { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Bs9XaPib/t_o19.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#ccVpF9k17Vh6Sv3zwdRyl7KZw5wh8usy.adaptive-delivery-prevent-bg, #ccVpF9k17Vh6Sv3zwdRyl7KZw5wh8usy.lazyload, #ccVpF9k17Vh6Sv3zwdRyl7KZw5wh8usy.lazyloading { background-image: none; }#ccVpF9k17Vh6Sv3zwdRyl7KZw5wh8usy > .row .container { background-color: transparent; background-image: none; }#ccVpF9k17Vh6Sv3zwdRyl7KZw5wh8usy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccVpF9k17Vh6Sv3zwdRyl7KZw5wh8usy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccVpF9k17Vh6Sv3zwdRyl7KZw5wh8usy > .row .container > .video-iframe-container { display: none; }#ccVpF9k17Vh6Sv3zwdRyl7KZw5wh8usy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccVpF9k17Vh6Sv3zwdRyl7KZw5wh8usy > .row > .video-iframe-container { display: none; }#ccVpF9k17Vh6Sv3zwdRyl7KZw5wh8usy > .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); }#ccVpF9k17Vh6Sv3zwdRyl7KZw5wh8usy > .row .container { width:20rem;height:168.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o1SkEziMRyJgPWleJUNEEO9GWrd0bggd { width:18rem;height:122.5rem;top:42.875rem;left:1rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PETq6JrNPA8TNzJZwfCRU26heDsEZsLb { width:20rem;height:164.6875rem;top:2.6875rem;left:0rem;z-index:99995;background-color:rgba(255,255,255,0.86);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) { #vxQ1k53bwXyD347OIniOOserCNxzBXsy { width:16.5625rem;height:7.875rem;top:2.6875rem;left:1.78125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gtwIqDwHCzX7hzF0e9oUNNT6INmXDzrv { width:20rem;height:0.1875rem;top:11.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbbLxXFQRysU9TEL17dAxxETHkheB8xA { top:1.5rem;left:0rem;width:20rem;height:37rem;z-index:99996;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ir2TEJ9Wch9rkAlMa1liyJbbgeLX08gT { top:1.4375rem;left:0rem;width:20rem;height:10.4375rem;z-index:99997;background-color:rgba(255,255,255,0.58);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) { #yco06OrV3W0QhaHvEVEyFcmV6hKul0eI { display:block; }#yco06OrV3W0QhaHvEVEyFcmV6hKul0eI > .row .container { width:20rem;height:45.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JttKml9IdrG1cCdEzxfL4knPu44kLTn1 { width:20rem;height:7.61133125rem;top:2.1650390625rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bGg4AESmg6TVqWngo3THbcgoytJp4G6s { width:17.0625rem;height:15rem;top:29.0625rem;left:1.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zQo28HNdsC3CXACTHFIBSiGFb5tsSotS { width:20rem;height:18.625rem;top:10.4375rem;left:3.5195707070707rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4OWQwlhzC0gTPMvIztrpCx1r3lZXFnA { background-color:#006bca;background-image:url("https://images.assets-landingi.com/fkvKeFKz/TLO7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#c4OWQwlhzC0gTPMvIztrpCx1r3lZXFnA.adaptive-delivery-prevent-bg, #c4OWQwlhzC0gTPMvIztrpCx1r3lZXFnA.lazyload, #c4OWQwlhzC0gTPMvIztrpCx1r3lZXFnA.lazyloading { background-image: none; }#c4OWQwlhzC0gTPMvIztrpCx1r3lZXFnA > .row .container { background-color: transparent; background-image: none; }#c4OWQwlhzC0gTPMvIztrpCx1r3lZXFnA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4OWQwlhzC0gTPMvIztrpCx1r3lZXFnA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4OWQwlhzC0gTPMvIztrpCx1r3lZXFnA > .row .container > .video-iframe-container { display: none; }#c4OWQwlhzC0gTPMvIztrpCx1r3lZXFnA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4OWQwlhzC0gTPMvIztrpCx1r3lZXFnA > .row > .video-iframe-container { display: none; }#c4OWQwlhzC0gTPMvIztrpCx1r3lZXFnA > .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); }#c4OWQwlhzC0gTPMvIztrpCx1r3lZXFnA > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JGTQruTX3IaXsCO8tyqb88vvtnP33RKP { width:16.375rem;height:3.6875rem;top:4.28125rem;left:1.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfZfsLrVcwaz3cVlh3lHUipekB2V34r7 { display:block; }
 }@media only screen and (max-width: 763px) { #WGl3pFgNTGLfaiGRfXHob94zJoBZgJyq { width:16.0625rem;height:1.4619125rem;top:2.03125rem;left:1.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #goSiUwqsiphWvmdH16Z6Z73Qp8lqVgdN { display:block; }#goSiUwqsiphWvmdH16Z6Z73Qp8lqVgdN > .row .container { width:20rem;height:64.919921875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #In15wu1ZE5ybQLPPyTZIW5Z354FZtKbk { width:20rem;height:20.1386875rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKV4FnvUXzG5CCuO5T9efEMszWld0pX5 { width:20rem;height:3.75rem;top:24.1386875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OHCRzTv0Q1Sp2yTOPwAtKMt4dSNu0oxQ { width:20rem;height:0.1875rem;top:29.8886875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmS1yJ8UkSdnHlUOZK78witqBPK1JPn9 { width:17.4375rem;height:33.59375rem;top:31.326171875rem;left:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8MJI8dvvhwgR9WSCfOVJ9Eo5Xl0khsT { width:20rem;height:0.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWAIlTG3nXoDsylohrJEo2xAg6m5vSvS { display:block; }#uWAIlTG3nXoDsylohrJEo2xAg6m5vSvS > .row .container { width:20rem;height:48rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vnKQZ1c8OBcQVhZDCEgsJSCgWX6fDh7K { width:20rem;height:9.806625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTbI7RrXvTFNXvT85Xa1wFUBAPbknefv { width:20rem;height:9.74025rem;top:12.3056875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktTNA2CkM3kThFrQtIPkOW8ATfT1Tu3h { width:20rem;height:9.5956875rem;top:23.2959375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkI1sIueQ2fpmFyUsmoQCAlLXzZnRPkm { width:20rem;height:9.65625rem;top:34.1406875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3IOx9mM9AbmPwprviuy2D8Vzy6TsA0t { width:20rem;height:0.1875rem;top:45.0469375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZhD3GJ1mEhaRMy7DyCu7OnTeZLZf4ES { display:block; }#LZhD3GJ1mEhaRMy7DyCu7OnTeZLZf4ES > .row .container { width:20rem;height:91.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kHOyPMngoJXnyfU4aIteXvhw0QvmeMzw { width:20rem;height:6.75rem;top:0rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACD5xObkPToo4r4T1pvEdyttfUJrBNFf { width:17.9375rem;height:31.494125rem;top:23.8310546875rem;left:1.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDUD54gt9amvX59e7LZND7Us3B5rEkdm { width:20rem;height:13.332rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyHkB6UQAvJlxHktFlfOUpTt0AN4JaJp { width:20rem;height:11.0214875rem;top:74.625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:2.1;display:block; }
 }@media only screen and (max-width: 763px) { #FyHL3wvhp2yWU5Iq5fkCN2gb2Ts2SGvD { width:20rem;height:45.875rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XS6N4gU5a0c9SfaEBhfcl2ZKDbIVIxT2 { width:18.1875rem;height:29.5625rem;top:58.4375rem;left:1rem;border-top-left-radius:8.4375rem;border-top-right-radius:8.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBqZWXqIt5VNT7z6cKS9WskEQI4U2OW4 { width:9.3125rem;height:9.3125rem;top:62.25rem;left:5.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCgUizbXZr6R53xsHrDHKemry1PhoMqt { width:20rem;height:0.1875rem;top:8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbbCF8P8DtBiFrGL5QzfHEpuNoNUmWZy { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/J8MsiTLV/t_o21.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#pbbCF8P8DtBiFrGL5QzfHEpuNoNUmWZy.adaptive-delivery-prevent-bg, #pbbCF8P8DtBiFrGL5QzfHEpuNoNUmWZy.lazyload, #pbbCF8P8DtBiFrGL5QzfHEpuNoNUmWZy.lazyloading { background-image: none; }#pbbCF8P8DtBiFrGL5QzfHEpuNoNUmWZy > .row .container { background-color: transparent; background-image: none; }#pbbCF8P8DtBiFrGL5QzfHEpuNoNUmWZy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbbCF8P8DtBiFrGL5QzfHEpuNoNUmWZy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbbCF8P8DtBiFrGL5QzfHEpuNoNUmWZy > .row .container > .video-iframe-container { display: none; }#pbbCF8P8DtBiFrGL5QzfHEpuNoNUmWZy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbbCF8P8DtBiFrGL5QzfHEpuNoNUmWZy > .row > .video-iframe-container { display: none; }#pbbCF8P8DtBiFrGL5QzfHEpuNoNUmWZy > .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); }#pbbCF8P8DtBiFrGL5QzfHEpuNoNUmWZy > .row .container { width:20rem;height:74.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RHUcJdD14QaSAzqPONA9bnaSfzDw1LKd { width:20rem;height:5.625rem;top:28.0625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QEbvD1EEnRUEDmW94EtG7qqaGGA83gsm { width:7.625rem;height:12.597625rem;top:1.25rem;left:0.65625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qemPUCHMRHhIBLwim2TcSnlmAnBld2gt { width:20rem;height:0.1875rem;top:34.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5bRSeGLbo1mTsmMW28d3FIdpfFP9XFk { width:17.5625rem;height:35.693375rem;top:36.9375rem;left:1.21875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUFvJQuhAM6bd3ctVKJ51aSWp93OFOtv { width:20rem;height:73.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvnQLVouyEwmLWw5UTyCwSBnZWdmfKL0 { width:20rem;height:29.125rem;top:0rem;left:0rem;z-index:100002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #drsuGW1dB5VFIkpJTqmUBS0C23eZENBf { background-color:#006bca;background-image:url("https://images.assets-landingi.com/fkvKeFKz/TLO7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#drsuGW1dB5VFIkpJTqmUBS0C23eZENBf.adaptive-delivery-prevent-bg, #drsuGW1dB5VFIkpJTqmUBS0C23eZENBf.lazyload, #drsuGW1dB5VFIkpJTqmUBS0C23eZENBf.lazyloading { background-image: none; }#drsuGW1dB5VFIkpJTqmUBS0C23eZENBf > .row .container { background-color: transparent; background-image: none; }#drsuGW1dB5VFIkpJTqmUBS0C23eZENBf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drsuGW1dB5VFIkpJTqmUBS0C23eZENBf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drsuGW1dB5VFIkpJTqmUBS0C23eZENBf > .row .container > .video-iframe-container { display: none; }#drsuGW1dB5VFIkpJTqmUBS0C23eZENBf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drsuGW1dB5VFIkpJTqmUBS0C23eZENBf > .row > .video-iframe-container { display: none; }#drsuGW1dB5VFIkpJTqmUBS0C23eZENBf > .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); }#drsuGW1dB5VFIkpJTqmUBS0C23eZENBf > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AZrQnlXoSQbLWwvngJForOcTJZxC2fsQ { width:20rem;height:6.3925625rem;top:1.25rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwgbHrb8PVi7VocBXSRLAp3aG9fhC0wq { display:block; }#UwgbHrb8PVi7VocBXSRLAp3aG9fhC0wq > .row .container { width:20rem;height:54rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bqs5aWWaLFQibi3ggzAURF55ThFWmLEI { width:17.1875rem;height:15rem;top:37.625rem;left:1.40625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OQP7hFgCUHJrI5geA7JHyewgesv1rNr0 { width:20rem;height:18.6875rem;top:18.9375rem;left:3.4176520270271rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDF0k3TPU51vPw4PhArRoZ8pae7RmSTN { width:20rem;height:16rem;top:1.2900390625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mRTUtmN2VW1QdscS6bx0fLyK6QrH3G02 { display:block; }#mRTUtmN2VW1QdscS6bx0fLyK6QrH3G02 > .row .container { width:20rem;height:11.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CIRT8NZTQLgGndXXzU4BdnrZhPPTH4Qn { width:20rem;height:4.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bz0MoxbJecbtibioyWiDDeIFMuUpUWoq { background-color:#006bca;background-image:url("https://images.assets-landingi.com/fkvKeFKz/TLO7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Bz0MoxbJecbtibioyWiDDeIFMuUpUWoq.adaptive-delivery-prevent-bg, #Bz0MoxbJecbtibioyWiDDeIFMuUpUWoq.lazyload, #Bz0MoxbJecbtibioyWiDDeIFMuUpUWoq.lazyloading { background-image: none; }#Bz0MoxbJecbtibioyWiDDeIFMuUpUWoq > .row .container { background-color: transparent; background-image: none; }#Bz0MoxbJecbtibioyWiDDeIFMuUpUWoq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bz0MoxbJecbtibioyWiDDeIFMuUpUWoq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bz0MoxbJecbtibioyWiDDeIFMuUpUWoq > .row .container > .video-iframe-container { display: none; }#Bz0MoxbJecbtibioyWiDDeIFMuUpUWoq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bz0MoxbJecbtibioyWiDDeIFMuUpUWoq > .row > .video-iframe-container { display: none; }#Bz0MoxbJecbtibioyWiDDeIFMuUpUWoq > .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); }#Bz0MoxbJecbtibioyWiDDeIFMuUpUWoq > .row .container { width:20rem;height:10.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DIoLrcLLeTnzeHgfNZ99ycyLX4IUfSUJ { width:16.0625rem;height:1.4619125rem;top:1.8749809265137rem;left:1.9687500596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCCWUlOZf5tsePTVkG0DnQ0Kgu3x29Zz { width:15.9375rem;height:3.5rem;top:4.875rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #grBMkra9BiQII2egGL2b0fTZmNbQtsFT { display:block; }
 }@media only screen and (max-width: 763px) { #yKn8nfkDaT76zWfKAaFL8XERv4Ki1JJQ { display:block; }#yKn8nfkDaT76zWfKAaFL8XERv4Ki1JJQ > .row .container { width:20rem;height:38.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BOd1LXcVh5lqPBG5V1qaExKodwNdmdt7 { width:16.3125rem;height:20.9960625rem;top:14.5rem;left:1.84375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #urlfNbsOTiUXLScZgPuHUxE4grWSvdyu { width:18.0625rem;height:35.6875rem;top:1.25rem;left:1rem;border-top-left-radius:8.4375rem;border-top-right-radius:8.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGtMZyxFOkKmc1Z7xo6fTqwd0mog8v9i { width:9.3125rem;height:9.3125rem;top:4.5rem;left:5.34375rem;display:block; }
 }