.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:19,111,255;--color-primary-1:0,134,255;--color-primary-2:0,76,156;--color-primary-3:0,80,153;--color-primary-4:5,51,95;--color-secondary-0:250,242,211;--color-secondary-1:239,215,123;--color-secondary-2:228,189,35;--color-secondary-3:167,200,57;--color-secondary-4:138,77,0;--color-tertiary-0:255,255,255;--color-tertiary-1:244,247,250;--color-tertiary-2:76,76,76;--color-tertiary-3:61,61,61;--color-tertiary-4:0,0,0;--headlines-font-family:"Azo Sans Black";--paragraphs-font-family:"Azo Sans Black"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(0,0,0,0);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); }#SDETrUvboazHNXHMIUgb5EKEgC8LHweL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/a5f36fcb-06f9-4f82-abb0-efdde5876dec/header.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#SDETrUvboazHNXHMIUgb5EKEgC8LHweL.adaptive-delivery-prevent-bg, #SDETrUvboazHNXHMIUgb5EKEgC8LHweL.lazyload, #SDETrUvboazHNXHMIUgb5EKEgC8LHweL.lazyloading { background-image: none; }#SDETrUvboazHNXHMIUgb5EKEgC8LHweL > .row .container { background-color: transparent; background-image: none; }#SDETrUvboazHNXHMIUgb5EKEgC8LHweL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDETrUvboazHNXHMIUgb5EKEgC8LHweL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDETrUvboazHNXHMIUgb5EKEgC8LHweL > .row .container > .video-iframe-container { display: none; }#SDETrUvboazHNXHMIUgb5EKEgC8LHweL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDETrUvboazHNXHMIUgb5EKEgC8LHweL > .row > .video-iframe-container { display: none; }#SDETrUvboazHNXHMIUgb5EKEgC8LHweL > .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); }#SDETrUvboazHNXHMIUgb5EKEgC8LHweL > .row .container { border-width: 0; border-radius: 0; }#SDETrUvboazHNXHMIUgb5EKEgC8LHweL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SDETrUvboazHNXHMIUgb5EKEgC8LHweL > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#Ss61wQgtmnzmW1Gf88hhDKho3zXFhE9h { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:18.875rem;top:0.71756172180175rem;left:10.3125rem;overflow:hidden;display:block; }
#yfg1wHfAG854KuqR5yaJIXhGQCWF7FEm { position:absolute;display:block;z-index:15008;height:3.75rem;width:6.6873302459719rem;top:0.54739117622376rem;left:32.3125rem;display:block; }
#tKlOMucfE8npVKCl1NDDcrV6wkVO6BJQ { color:#338fbf;display:block;width:16.375rem;position:absolute;font-family:"azo sans";font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.404296875rem;left:47.75rem;height:1.95rem;font-style:normal;display:block; }
#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0f31ae94-6967-4ca6-a35a-52917fa767e5/herobkgd.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b.adaptive-delivery-prevent-bg, #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b.lazyload, #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b.lazyloading { background-image: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { background-color: transparent; background-image: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container > .video-iframe-container { display: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container { display: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .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); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { border-width: 0; border-radius: 0; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { font-size:0.875rem;font-family:"open sans";height:41.875rem;width:75rem;position:relative;display:block; }#hecWBlHd29xmXsb8ufEfPf6UO7pPQ0r2 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),0.49);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: none;height:29.9375rem;width:18.8125rem;top:0.6875rem;left:51.5625rem;display:block; }
#R8KBK9w67K6wUTWOKCu2uAMr93F0pJWo { color:rgba(var(--color-tertiary-0),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.1875rem;left:54.4375rem;height:2.35546875rem;font-style:normal;display:block; }
#TNoh0Q0TTSHQ8B40XJEmvQ6r9IXscCJo { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.5625rem;width:37.875rem;top:0rem;left:7.5rem;overflow:hidden;display:block; }
#k18XHPP8gezxViSJcWPUXdCat2hxToa1 { position:absolute;display:block;z-index:15008;height:1.875rem;width:3.3125rem;top:2.2939453125rem;left:1.5rem;display:block; }
#Cg2oZZy8TxCXA24LVSLfdofBwpmbTVgi { position:absolute;display:block;z-index:15010;height:11.25rem;width:20rem;top:31.4375rem;left:53.75rem;display:none; }
#wLBk6SNuQCi1UNrVIygaF3yKpXcfzgTx { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8a613e1c-901b-4361-a1f8-253988d8dcac/IMPACT.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34rem;width:54.125rem;top:40.3125rem;left:9.3125rem;display:block; }#wLBk6SNuQCi1UNrVIygaF3yKpXcfzgTx.adaptive-delivery-prevent-bg, #wLBk6SNuQCi1UNrVIygaF3yKpXcfzgTx.lazyload, #wLBk6SNuQCi1UNrVIygaF3yKpXcfzgTx.lazyloading { background-image: none; }
#vL6mVJD1eQTM0QMNkGkgiyH79sJaHqli { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/de9d79f8-af14-4b8c-839f-c152df72c6db/RadialGradient28.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.6875rem;width:60rem;top:15.1875rem;left:7.5rem;display:block; }#vL6mVJD1eQTM0QMNkGkgiyH79sJaHqli.adaptive-delivery-prevent-bg, #vL6mVJD1eQTM0QMNkGkgiyH79sJaHqli.lazyload, #vL6mVJD1eQTM0QMNkGkgiyH79sJaHqli.lazyloading { background-image: none; }
#u71pnpRFD5EmvRrNdGsvBhSKdqveyRmJ { position:absolute;display:block;z-index:15011;height:21.75rem;width:28.125rem;top:4.5rem;left:46.875rem;display:block; }
#EZPalbcpMehpsxsK9k7lhVSNQlgaqZ7o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7fff3;background-image:url("https://images.assets-landingi.com/uc/8e61adab-cf90-4756-b048-158aa6843406/Asset53x.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EZPalbcpMehpsxsK9k7lhVSNQlgaqZ7o.adaptive-delivery-prevent-bg, #EZPalbcpMehpsxsK9k7lhVSNQlgaqZ7o.lazyload, #EZPalbcpMehpsxsK9k7lhVSNQlgaqZ7o.lazyloading { background-image: none; }#EZPalbcpMehpsxsK9k7lhVSNQlgaqZ7o > .row .container { background-color: transparent; background-image: none; }#EZPalbcpMehpsxsK9k7lhVSNQlgaqZ7o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EZPalbcpMehpsxsK9k7lhVSNQlgaqZ7o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EZPalbcpMehpsxsK9k7lhVSNQlgaqZ7o > .row .container > .video-iframe-container { display: none; }#EZPalbcpMehpsxsK9k7lhVSNQlgaqZ7o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EZPalbcpMehpsxsK9k7lhVSNQlgaqZ7o > .row > .video-iframe-container { display: none; }#EZPalbcpMehpsxsK9k7lhVSNQlgaqZ7o > .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); }#EZPalbcpMehpsxsK9k7lhVSNQlgaqZ7o > .row .container { border-width: 0; border-radius: 0; }#EZPalbcpMehpsxsK9k7lhVSNQlgaqZ7o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EZPalbcpMehpsxsK9k7lhVSNQlgaqZ7o > .row .container { font-size:0.875rem;font-family:arial;height:32.5625rem;width:75rem;position:relative;display:block; }#qC4zJGteNGlDvbIaPS7OpiCrPtMTpW44 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:16.5625rem;top:10.1875rem;left:29.75rem;overflow:hidden;display:block; }
#PRwOZWogmOMoqeQx1T7IExBp1cURMtRM { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:60rem;top:29.625rem;left:7.5rem;overflow:hidden;display:block; }
#SzdLKwZUdVAv0NGpqZQe4hVBNF0zJmC0 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.4375rem;width:42.0625rem;top:26.9375rem;left:15.875rem;overflow:hidden;display:none; }
#huNzomTA8bO6W4af2yXI5TLpBhVTsZlG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7fff3;background-image:url("https://images.assets-landingi.com/uc/651fd55a-bbcb-40b0-bbd4-5bfab7a440ef/MaskGroup203.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }#huNzomTA8bO6W4af2yXI5TLpBhVTsZlG.adaptive-delivery-prevent-bg, #huNzomTA8bO6W4af2yXI5TLpBhVTsZlG.lazyload, #huNzomTA8bO6W4af2yXI5TLpBhVTsZlG.lazyloading { background-image: none; }#huNzomTA8bO6W4af2yXI5TLpBhVTsZlG > .row .container { background-color: transparent; background-image: none; }#huNzomTA8bO6W4af2yXI5TLpBhVTsZlG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huNzomTA8bO6W4af2yXI5TLpBhVTsZlG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huNzomTA8bO6W4af2yXI5TLpBhVTsZlG > .row .container > .video-iframe-container { display: none; }#huNzomTA8bO6W4af2yXI5TLpBhVTsZlG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huNzomTA8bO6W4af2yXI5TLpBhVTsZlG > .row > .video-iframe-container { display: none; }#huNzomTA8bO6W4af2yXI5TLpBhVTsZlG > .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); }#huNzomTA8bO6W4af2yXI5TLpBhVTsZlG > .row .container { border-width: 0; border-radius: 0; }#huNzomTA8bO6W4af2yXI5TLpBhVTsZlG > .row > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#huNzomTA8bO6W4af2yXI5TLpBhVTsZlG > .row .container { font-size:0.875rem;font-family:arial;height:65.3125rem;width:75rem;position:relative;display:block; }#sludQkDZptI3f8ygbkrNFoT0VusLurws { color:#0e8bff;display:block;width:39.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.1875rem;left:17.6875rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AzlSeVTn7X07oTSrdLa4B0wu4D9BNum7 { color:#030317;display:block;width:12.5rem;position:absolute;font-family:"azo sans";font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:6.5625rem;left:31.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zxJURFsGpDfpZ4RDPNercfCbeXvz229q { color:rgba(var(--color-tertiary-1),1);display:block;width:26rem;position:absolute;font-family:"azo sans";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:18.125rem;left:8.5rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Exk5DITrDWT3cxCJ2Zca1GGAG6lQKRwr { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-1),0.75);background-image:none;border-top:0.0625rem solid rgba(0,197,255,0.24);border-left:0.0625rem solid rgba(0,197,255,0.24);border-right:0.0625rem solid rgba(0,197,255,0.24);border-bottom:0.0625rem solid rgba(0,197,255,0.24);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.25rem 0.5rem rgba(var(--color-primary-1),0.28) ;height:5.625rem;width:29rem;top:16.9375rem;left:7.5625rem;display:block; }
#TJwtFsc5dbTnHcJqTl3Rp9Q4zD16xcOw { color:rgba(var(--color-tertiary-0),1);display:block;width:26rem;position:absolute;font-family:"azo sans";font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:18.125rem;left:39.6875rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#tBkoQxt5i0nO3zEddbJDZGt2aCD6VeVn { color:rgba(var(--color-tertiary-0),1);display:block;width:26rem;position:absolute;font-family:"azo sans";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:25rem;left:8.5rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#eM4QZkwooczXKkuCL1IzkRPxPAQOTi3v { color:rgba(var(--color-tertiary-0),1);display:block;width:26rem;position:absolute;font-family:"azo sans";font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:25rem;left:40rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#J4SQIUU786Of0VuXA5XJ50QRX0rsGBxu { color:rgba(var(--color-tertiary-0),1);display:block;width:33.375rem;position:absolute;font-family:"azo sans";font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:31.8125rem;left:20.875rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#H9TNV62MFk2HP6ZQksno7ahxipRnB6KR { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.625rem;left:0rem;height:3.9rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TDXAq6FxIIz9Hs27uOex9grXeEdXcv3M { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-1),0.75);background-image:none;border-top:0.0625rem solid rgba(0,197,255,0.24);border-left:0.0625rem solid rgba(0,197,255,0.24);border-right:0.0625rem solid rgba(0,197,255,0.24);border-bottom:0.0625rem solid rgba(0,197,255,0.24);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.25rem 0.5rem rgba(var(--color-primary-1),0.28) ;height:5.625rem;width:29rem;top:16.9375rem;left:38.4375rem;display:block; }
#TiwFTldsr2PM3FFvXdgJotuKbHJSUIyz { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-1),0.75);background-image:none;border-top:0.0625rem solid rgba(0,197,255,0.24);border-left:0.0625rem solid rgba(0,197,255,0.24);border-right:0.0625rem solid rgba(0,197,255,0.24);border-bottom:0.0625rem solid rgba(0,197,255,0.24);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.25rem 0.5rem rgba(var(--color-primary-1),0.28) ;height:5.625rem;width:29rem;top:23.8125rem;left:38.4375rem;display:block; }
#neX2Lw9XL7Xz0QczZUOTPuhetRQiRM09 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-1),0.75);background-image:none;border-top:0.0625rem solid rgba(0,197,255,0.24);border-left:0.0625rem solid rgba(0,197,255,0.24);border-right:0.0625rem solid rgba(0,197,255,0.24);border-bottom:0.0625rem solid rgba(0,197,255,0.24);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.25rem 0.5rem rgba(var(--color-primary-1),0.28) ;height:5.625rem;width:29rem;top:23.8125rem;left:7.5625rem;display:block; }
#ZMfPULCFq0wVAeblp55Z6HULD0UGVXSM { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-1),0.75);background-image:none;border-top:0.0625rem solid rgba(0,197,255,0.24);border-left:0.0625rem solid rgba(0,197,255,0.24);border-right:0.0625rem solid rgba(0,197,255,0.24);border-bottom:0.0625rem solid rgba(0,197,255,0.24);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5.625rem;width:35.8125rem;top:30.625rem;left:19.5625rem;display:block; }
#T7L94yTZuXtIvqECTbl7kFDNumnx9w7X { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d6714b71-d783-4267-92ab-6ede6b81d7ea/Image12.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.25rem 0.75rem rgba(var(--color-primary-1),0.39) ;height:14.8125rem;width:21.0625rem;top:38.8125rem;left:26.875rem;display:block; }#T7L94yTZuXtIvqECTbl7kFDNumnx9w7X.adaptive-delivery-prevent-bg, #T7L94yTZuXtIvqECTbl7kFDNumnx9w7X.lazyload, #T7L94yTZuXtIvqECTbl7kFDNumnx9w7X.lazyloading { background-image: none; }
#a2HkoBEfaJKcgkluaDm43fhRQWsgAViT { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),0.86);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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.125rem 0.5rem rgba(var(--color-primary-1),0.11) ;height:20.625rem;width:23.0625rem;top:40.5625rem;left:25.875rem;display:block; }
#FyrBD3nbPyIhUnHbWsRuORk8ol4o3IcU { color:rgba(var(--color-primary-1),1);display:block;width:20.3125rem;position:absolute;font-family:"azo sans";font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:54.6875rem;left:27.25rem;height:3.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FNouKHFbAB68yKXmCgQu5eO3PB5deOQG { color:rgba(var(--color-primary-1),1);display:block;width:19.5rem;position:absolute;font-family:"azo sans";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:54.6875rem;left:2.625rem;height:3.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vFeqvZE9oehuHKMQmmSFcQeMreMIRnmD { color:rgba(var(--color-primary-1),1);display:block;width:21.0625rem;position:absolute;font-family:"azo sans";font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:54.625rem;left:52.0625rem;height:5.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pUTxShZLNOb5mFZvL6OHIwik1kSlQT8f { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),0.86);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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.125rem 0.5rem rgba(var(--color-primary-1),0.11) ;height:20.625rem;width:23.0625rem;top:40.5625rem;left:0.875rem;display:block; }
#aJR1nLEKNNGzc6dszp4s7UlckJoOP0a4 { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),0.86);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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.125rem 0.5rem rgba(var(--color-primary-1),0.11) ;height:20.625rem;width:23.0625rem;top:40.5rem;left:51.0625rem;display:block; }
#K0FKRWFeyxpekgcsEPG1wuedFUiLMGVT { position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/bd0f5dae-dd58-4868-bf0d-f41ea730c897/MicrosoftTeamsimage1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.25rem 0.75rem rgba(var(--color-primary-1),0.39) ;height:14.8125rem;width:21.0625rem;top:38.8125rem;left:1.875rem;display:block; }#K0FKRWFeyxpekgcsEPG1wuedFUiLMGVT.adaptive-delivery-prevent-bg, #K0FKRWFeyxpekgcsEPG1wuedFUiLMGVT.lazyload, #K0FKRWFeyxpekgcsEPG1wuedFUiLMGVT.lazyloading { background-image: none; }
#yzCwTfDl7lgPB6kWc3m9gyW2sOMQDTGI { position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d4b8c9c4-72e1-40db-87e4-a81a31ab855f/MicrosoftTeamsimage.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.25rem 0.75rem rgba(var(--color-primary-1),0.39) ;height:14.8125rem;width:21.0625rem;top:38.75rem;left:52.125rem;display:block; }#yzCwTfDl7lgPB6kWc3m9gyW2sOMQDTGI.adaptive-delivery-prevent-bg, #yzCwTfDl7lgPB6kWc3m9gyW2sOMQDTGI.lazyload, #yzCwTfDl7lgPB6kWc3m9gyW2sOMQDTGI.lazyloading { background-image: none; }
#kONZOqRcQbRfMBxNiDQgo7sAcQG5BDZf { color:#445c85;display:block;width:36.4375rem;position:absolute;font-family:"azo sans";font-size:1rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:8.75rem;left:19.28125rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A208exCWzVm4dUZNS2ZmfnTxzrpBl4Ks { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5032931c-9f4d-4bfb-b1a3-1ba494671621/beltwristbands1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#A208exCWzVm4dUZNS2ZmfnTxzrpBl4Ks.adaptive-delivery-prevent-bg, #A208exCWzVm4dUZNS2ZmfnTxzrpBl4Ks.lazyload, #A208exCWzVm4dUZNS2ZmfnTxzrpBl4Ks.lazyloading { background-image: none; }#A208exCWzVm4dUZNS2ZmfnTxzrpBl4Ks > .row .container { background-color: transparent; background-image: none; }#A208exCWzVm4dUZNS2ZmfnTxzrpBl4Ks::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,9,33,0.76); }#A208exCWzVm4dUZNS2ZmfnTxzrpBl4Ks > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A208exCWzVm4dUZNS2ZmfnTxzrpBl4Ks > .row .container > .video-iframe-container { display: none; }#A208exCWzVm4dUZNS2ZmfnTxzrpBl4Ks > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,9,33,0.76); }#A208exCWzVm4dUZNS2ZmfnTxzrpBl4Ks > .row > .video-iframe-container { display: none; }#A208exCWzVm4dUZNS2ZmfnTxzrpBl4Ks > .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); }#A208exCWzVm4dUZNS2ZmfnTxzrpBl4Ks > .row .container { border-width: 0; border-radius: 0; }#A208exCWzVm4dUZNS2ZmfnTxzrpBl4Ks::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A208exCWzVm4dUZNS2ZmfnTxzrpBl4Ks > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A208exCWzVm4dUZNS2ZmfnTxzrpBl4Ks > .row .container { font-size:0.875rem;font-family:arial;height:65.1875rem;width:75rem;position:relative;display:block; }#gukWT7ea9TJmULTnobXlOkOUXI2RxJwC { color:rgba(var(--color-tertiary-0),1);display:block;width:44.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.4375rem;left:15.4375rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZnrpSAn4ZCUCHn6aTJ0wJrcL9eHeI2bu { color:rgba(var(--color-tertiary-0),1);display:block;width:10.625rem;position:absolute;font-family:"azo sans";font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:16.1875rem;left:5.5rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mkinecuoetbwQAD1qAR0brWClkR0zVmo { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5rem;position:absolute;font-family:"azo sans";font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:16.1875rem;left:33rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XdlqCsLq8JcuSekq6wxwT5kei9R2caoG { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5rem;position:absolute;font-family:"azo sans";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:16.1875rem;left:59.5625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LEWBaDd0X7E3MuJrmTrTcpDoWdC5Q5GG { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:22.1875rem;top:18.9375rem;left:0.5625rem;display:block; }
#pfTKt6XX1bnbwILrCiGpURHcB5dEgSh1 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:19.1875rem;left:1.0625rem;height:1.3rem;font-style:normal;display:block; }
#geDdzTvlTfD8oPfnJE9MiN6QXhrU3rip { color:rgba(var(--color-tertiary-0),1);display:block;width:22.25rem;position:absolute;font-family:"azo sans";font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.8;letter-spacing:0;top:23.125rem;left:0.5625rem;height:7.871125rem;font-style:normal;display:block; }
#OiXNLic8JFWBEvkphg1hhcVeiDnX8lRC { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:22.1875rem;top:34.4375rem;left:0.5625rem;display:block; }
#TlFnuTvI1mHGTQeH3FmBhimfAusea8I1 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:34.75rem;left:0.9375rem;height:1.3rem;font-style:normal;display:block; }
#I7VAMPFqfUT79ZEvC3qhvbx0u1HWXGKx { position:absolute;display:block;z-index:15010;background-color:#f08600;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:22.1875rem;top:18.9375rem;left:25.625rem;display:block; }
#HhvymGvKXg2g89PcZ2tNvP4L9birHTfk { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:19.125rem;left:26.1875rem;height:1.3rem;font-style:normal;display:block; }
#Dsbz8TxlH5xFwB595aIKTTzeBE4GGUcf { color:rgba(var(--color-tertiary-0),1);display:block;width:22.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:21.3125rem;left:0.6875rem;height:1rem;font-style:normal;display:block; }
#opDHV71JdJS6WGUqdGN0ExxloHc3dPUJ { position:absolute;display:block;z-index:15037;background-color:rgba(227,227,227,0.45);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:22.6875rem;left:0.5625rem;display:block; }
#zixeeUuJErklsl3HaeJfAZQCsF4nnswN { color:rgba(var(--color-tertiary-0),1);display:block;width:22.3125rem;position:absolute;font-family:"azo sans";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.8;letter-spacing:0;top:38.4375rem;left:0.5625rem;height:7.871125rem;font-style:normal;display:block; }
#OoOApT5WA7wWVpMkTIimc55ADnJheqIn { position:absolute;display:block;z-index:15040;background-color:rgba(227,227,227,0.45);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:38.125rem;left:0.5625rem;display:block; }
#A7uW1o9UJHCCrMCZxK5cFlToJIZRNJ0N { color:rgba(var(--color-tertiary-0),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:36.75rem;left:0.6875rem;height:1rem;font-style:normal;display:block; }
#Dcuql7ohzVqidITRWViGUQZqu3bpySux { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:22.375rem;top:38.875rem;left:25.75rem;display:block; }
#Lwv2GaLZSPOTQomh4EtPthTouWRMuIoR { color:rgba(var(--color-tertiary-0),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:41.25rem;left:25.75rem;height:1rem;font-style:normal;display:block; }
#KhV5fNT69aGDhtNXxR8Xif5qtdf1D5UE { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:39.125rem;left:26.25rem;height:1.3rem;font-style:normal;display:block; }
#vwShNDO1s7IfzSx9pRWeNDil2JlVbMoy { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:"azo sans";font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.8;letter-spacing:0;top:42.9375rem;left:25.625rem;height:7.871125rem;font-style:normal;display:block; }
#cX9rmfSzGBLu2XSLpmLXWmB8JNE3rXy5 { position:absolute;display:block;z-index:15042;background-color:rgba(227,227,227,0.45);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:42.625rem;left:25.625rem;display:block; }
#c7oNXJ7a7vAlbb2u6D3Km2KDPzsXe4yV { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:22.375rem;top:30.375rem;left:51.1875rem;display:block; }
#hNXfikgLT8DmpAMAmGN6Nq7NhaEDs2Dk { color:rgba(var(--color-tertiary-0),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15019;line-height:1;letter-spacing:0;top:32.75rem;left:51.1875rem;height:1rem;font-style:normal;display:block; }
#pvlnATVUTkqchIqRgGzX9f97esa9NKIq { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:"azo sans";font-size:0.9375rem;font-weight:400;z-index:15018;line-height:1.9;letter-spacing:0;top:34.4375rem;left:51.0625rem;height:5.34375rem;font-style:normal;display:block; }
#ZEqdhutwTkONdbLeXzWtWnfLy7VEGy5O { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:30.625rem;left:51.6875rem;height:1.3rem;font-style:normal;display:block; }
#sm5wAwPk4mXt1DwD0LUUvOigEESP9vz8 { position:absolute;display:block;z-index:15047;background-color:rgba(227,227,227,0.45);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:34.125rem;left:51.0625rem;display:block; }
#lcqQQzG5AcH7orU4h9UA3OcLD4Ws4lyT { color:rgba(var(--color-tertiary-0),1);display:block;width:22.3125rem;position:absolute;font-family:"azo sans";font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.8;letter-spacing:0;top:23rem;left:25.625rem;height:12.59375rem;font-style:normal;display:block; }
#u68NCCuAftJNCi43JP6Qbfpo1rlLUNwQ { position:absolute;display:block;z-index:15043;background-color:rgba(227,227,227,0.45);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:22.6875rem;left:25.625rem;display:block; }
#oNIaR8rK0JkAkSe1Ay40gTl9TXZaV8IZ { color:rgba(var(--color-tertiary-0),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:21.3125rem;left:25.75rem;height:1rem;font-style:normal;display:block; }
#HKZyLsriFsyRlq4rioFEOfKvIPSKZvTX { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:"azo sans";font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.8;letter-spacing:0;top:57.625rem;left:25.5rem;height:4.72265625rem;font-style:normal;display:block; }
#H97bICzwWetebzgCRi1RRO0hM4TsadxL { position:absolute;display:block;z-index:15047;background-color:rgba(227,227,227,0.45);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:57.3125rem;left:25.5rem;display:block; }
#CJhfdzDTtACCZEava87fTw0UTgpXNnvR { color:rgba(var(--color-tertiary-0),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15019;line-height:1;letter-spacing:0;top:55.9375rem;left:25.625rem;height:1rem;font-style:normal;display:block; }
#cPPV7hbeJdpo0KZkP5vegq39GuV46yzZ { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:22.375rem;top:53.5625rem;left:25.625rem;display:block; }
#FfgP71Wk8QiWSlhNo2VTD9HNyFdBNU13 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:53.8125rem;left:26.125rem;height:1.3rem;font-style:normal;display:block; }
#vGFLUtPrw4PrT9kw57WQabbHlmvh1qCT { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:"azo sans";font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.8;letter-spacing:0;top:23rem;left:51.0625rem;height:4.72265625rem;font-style:normal;display:block; }
#WxI0ASm9gesQ9crDWVvVv9tXih0LFq1t { position:absolute;display:block;z-index:15052;background-color:rgba(227,227,227,0.45);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:22.6875rem;left:51.0625rem;display:block; }
#Etta0DJg5Va0kvNBWdKElnaPIRihfwW2 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15024;line-height:1;letter-spacing:0;top:21.3125rem;left:51.1875rem;height:1rem;font-style:normal;display:block; }
#pdl6kCvrVLTzLIm9AH7w25qKeXpoHT2U { position:absolute;display:block;z-index:15022;background-color:#9144aa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:22.375rem;top:18.9375rem;left:51.1875rem;display:block; }
#ChCrbkKBd4GTLo3U7udtScscFT2CS7Z7 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:19.1875rem;left:51.6875rem;height:1.3rem;font-style:normal;display:block; }
#tB7Ss9KUB7ZNyAXy29R5WgH7TtfNF3cP { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:"azo sans";font-size:0.9375rem;font-weight:400;z-index:15023;line-height:1.9;letter-spacing:0;top:46.4375rem;left:51.0625rem;height:3.5625rem;font-style:normal;display:block; }
#W4wBQpvfi7ixqJmkne09cPdNHevCOJEt { color:rgba(var(--color-tertiary-0),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15024;line-height:1;letter-spacing:0;top:44.75rem;left:51.1875rem;height:1rem;font-style:normal;display:block; }
#GWHZwZk0eqoHZqxQ46ZePVJpqI8spwBS { position:absolute;display:block;z-index:15052;background-color:rgba(227,227,227,0.45);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:46.125rem;left:51.0625rem;display:block; }
#Lfc3lTCS16Dws8zSImu4uZUfZKkGrTOx { position:absolute;display:block;z-index:15022;background-color:#ff0505;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:22.375rem;top:42.375rem;left:51.1875rem;display:block; }
#D69OouwIdrEIgUTvZbwFEJaBTeTee2l7 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:42.625rem;left:51.6875rem;height:1.3rem;font-style:normal;display:block; }
#iGg64DCUekOrihIUEPbJtzqPPwwNiymT { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:"azo sans";font-size:0.9375rem;font-weight:400;z-index:15028;line-height:1.9;letter-spacing:0;top:56.3125rem;left:51.25rem;height:3.5625rem;font-style:normal;display:block; }
#kVUWepdffVEhxOGdLJA9zqM57OKS7giq { color:rgba(var(--color-tertiary-0),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15029;line-height:1;letter-spacing:0;top:54.625rem;left:51.1875rem;height:1rem;font-style:normal;display:block; }
#JrmucBw0DXx7sWk9fQqcAebc8Z0BX6bZ { position:absolute;display:block;z-index:15057;background-color:rgba(227,227,227,0.45);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:56rem;left:51.25rem;display:block; }
#L16qoLaXXGkSUvlt3lc9Ae9pcAB164mz { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:22.375rem;top:52.25rem;left:51.1875rem;display:block; }
#QCiBiS3aHiyhrwFbpLCHTJ22TCF7VoRT { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:52.5rem;left:51.6875rem;height:1.3rem;font-style:normal;display:block; }
#XtMGx4Iw0ts0UuaEzrdqAVpw0ldPbFOd { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:75rem;top:6.6484375rem;left:0rem;overflow:hidden;display:block; }
#sB8KFLTR8aWMTzBJNLSbyQixi1RHaFbP { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,29,0.45);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(93,146,255,0.45);border-left:0.0625rem solid rgba(93,146,255,0.45);border-right:0.0625rem solid rgba(93,146,255,0.45);border-bottom:0.0625rem solid rgba(93,146,255,0.45);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:29.1875rem;width:23.5625rem;top:18rem;left:0rem;display:block; }
#u1Tiiahwd7U91OaTGGmm1w13MdXuKrl1 { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,29,0.45);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(93,146,255,0.45);border-left:0.0625rem solid rgba(93,146,255,0.45);border-right:0.0625rem solid rgba(93,146,255,0.45);border-bottom:0.0625rem solid rgba(93,146,255,0.45);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:44.6875rem;width:23.5625rem;top:18rem;left:24.9375rem;display:block; }
#seomibTsHIOF7zrMSIuUTsGenvEmr4Nb { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,29,0.45);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(93,146,255,0.45);border-left:0.0625rem solid rgba(93,146,255,0.45);border-right:0.0625rem solid rgba(93,146,255,0.45);border-bottom:0.0625rem solid rgba(93,146,255,0.45);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:42.4375rem;width:23.5625rem;top:18rem;left:50.625rem;display:block; }
#Pm0mtkQNXah4WcM0VQRHf327EGgmnpf6 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:45.3125rem;left:89.46875rem;height:1.3rem;font-style:normal;display:block; }
#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ > .row .container { background-color: transparent; background-image: none; }#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ > .row .container > .video-iframe-container { display: none; }#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ > .row > .video-iframe-container { display: none; }#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ > .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); }#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ > .row .container { border-width: 0; border-radius: 0; }#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ > .row .container { font-size:0.875rem;font-family:arial;height:43.375rem;width:75rem;position:relative;display:block; }#bIEaLuxI7TwVgHZT4su1tEWK6w4g9dW8 { color:#338fbf;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.9375rem;left:0rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DPok8ZIQHuwDXoTG0JwLtnpJT3SAN34K { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.3125rem;width:18.1875rem;top:3.6875rem;left:8.9375rem;overflow:hidden;display:block; }
#CA2z8RcdvTHkrlLr61y9exoAt8FrFNzO { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:21.875rem;top:6rem;left:27.0625rem;overflow:hidden;display:block; }
#LKnqnJECieX1cVDezyWuG1uaBsCObFCV { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.3125rem;width:17.5rem;top:6.5rem;left:50rem;overflow:hidden;display:block; }
#m9KvbZ5LoD4kvAEONoNhqFVckkfOC5dw { color:#44c0c5;display:block;width:15.5rem;position:absolute;font-family:"azo sans";font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:23.75rem;left:10.375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#LmwQR3D3ZbzcUXtTvpdko4TOIpqUlT78 { color:#44c0c5;display:block;width:15.0625rem;position:absolute;font-family:"azo sans";font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:23.75rem;left:30.3125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#l7vT3vOlKbbORe1snBWbTg3cTWZpJMFZ { color:#44c0c5;display:block;width:16.5625rem;position:absolute;font-family:"azo sans";font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:23.75rem;left:50.0625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#x6MyR2pUT0792kwfJRTzT3EHIM96GZSS { color:rgba(var(--color-tertiary-3),1);display:block;width:16.375rem;position:absolute;font-family:"azo sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:28.178840637207rem;left:9.4375rem;height:9.597625rem;text-align:center;text-align-last:center;display:block; }
#q0EQ15eq4OeAgCuT8dAuH416suoKnmGB { color:rgba(var(--color-tertiary-3),1);display:block;width:17.25rem;position:absolute;font-family:"azo sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:28.1875rem;left:29.1875rem;height:9.597625rem;text-align:center;text-align-last:center;display:block; }
#QuKTNsTl0EUh0SWZXPg0Riw8WaOFh438 { color:rgba(var(--color-tertiary-3),1);display:block;width:15.75rem;position:absolute;font-family:"azo sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:28.1875rem;left:50rem;height:7.9980625rem;text-align:center;text-align-last:center;display:block; }
#flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0dd12521-aff8-4ae8-9c52-c655054c43d6/cncreatekidsgroup.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA.adaptive-delivery-prevent-bg, #flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA.lazyload, #flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA.lazyloading { background-image: none; }#flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA > .row .container { background-color: transparent; background-image: none; }#flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,55,94,0.82); }#flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA > .row .container > .video-iframe-container { display: none; }#flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,55,94,0.82); }#flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA > .row > .video-iframe-container { display: none; }#flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA > .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); }#flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA > .row .container { border-width: 0; border-radius: 0; }#flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA > .row .container { font-size:0.875rem;font-family:arial;height:41.875rem;width:75rem;position:relative;display:block; }#nZ6dzpnCXL5K1Teh6Rup1Di3PH7S0nyo { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.6875rem;width:35.5625rem;top:4.5rem;left:21.1875rem;overflow:hidden;display:block; }
#SOeA1TH4u3rkGdbsihiak5xTlJbLK5Tt { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:29.25rem;top:5.0625rem;left:24.3125rem;overflow:hidden;display:block; }
#DUV0eLsfJOFSWILth17UTrorrXL6nbP8 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:28.5rem;top:25.6875rem;left:24.3125rem;overflow:hidden;display:block; }
#ntwXu2FHXtiUZyQlJQBvl0PSmHKnT3OS { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:30.8125rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XxoSFoaS9lJBCr2c5Hgep9MJx9W24dhh { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:45.75rem;top:34.25rem;left:14.625rem;overflow:hidden;display:block; }
#ZNogaE5r46oFRHOaxlnJlVVZ8GrtwQhh { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14rem;width:57.5rem;display:none; }
#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row .container { border-width: 0; border-radius: 0; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row .container { font-size:0.875rem;font-family:arial;height:41.9375rem;width:75rem;position:relative;display:none; }#pUvXFuQOV8CurLrhZ3RTVflwOdQF10nB { color:#44c0c5;display:block;width:75rem;position:absolute;font-family:"azo sans";font-size:1.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.1458930969237rem;left:0rem;height:2.35546875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NBTy30eTWif0T0iTO0QIaLsRfDo95WhH { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.3125rem;left:0rem;height:3.8994125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gwZ8DtJBrgvGNQeRKifbZrTRQdIg09ec { color:#44c0c5;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:9.7406616210938rem;left:0rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a944z2N6t4iGDCCxoRAkQZ6L9g8skFtp { color:rgba(var(--color-tertiary-2),1);display:block;width:26.5rem;position:absolute;font-family:"azo sans";font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:13.25rem;left:11.8125rem;height:7.798825rem;font-style:normal;display:block; }
#Qtrt7ti582Uv6Bd2CmqNvPaCP7sQzaBR { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.0625rem;width:27.4375rem;top:24.875rem;left:10.875rem;overflow:hidden;display:block; }
#dDs922ghHQr4uUFdVDJbBP6QeATL7xFW { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:"azo sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:13.225204467774rem;left:43.125rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OanvLGGk9KZbudi8grq8Re9FTJ3p2Cvt { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.25rem;top:13.357143402099rem;left:41.125rem;overflow:hidden;display:block; }
#Vis0A1MlBLmHQGaFxAn4aDyL9XvOzUly { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.25rem;top:17.287364959717rem;left:41.1875rem;overflow:hidden;display:block; }
#OTXgVvnIayQaH5JVVFByuILGb29U0zRB { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.25rem;top:21.825000762939rem;left:41.125rem;overflow:hidden;display:block; }
#cOSVSotnEz77RmBlhn1xtRL9tIvk0eGL { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4367187023163rem;width:1.25rem;top:25.903907775879rem;left:41.125rem;overflow:hidden;display:block; }
#Zn2w8mmoLObp1qtPLVm1t5dEqCOpw6qg { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;position:absolute;font-family:"azo sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:17.236721038818rem;left:43.125rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ay37KnuI3mfAlwk8r1gdVz05vK6FLLgT { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;position:absolute;font-family:"azo sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:21.875rem;left:43rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fJUpZk5kKxDG7P3Uynt5quTK1umbTeDZ { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;position:absolute;font-family:"azo sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:25.953910827637rem;left:43rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WN1Qu4NBTfQCrzMPhtxmt4nXfTZfOReR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5032931c-9f4d-4bfb-b1a3-1ba494671621/beltwristbands1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#WN1Qu4NBTfQCrzMPhtxmt4nXfTZfOReR.adaptive-delivery-prevent-bg, #WN1Qu4NBTfQCrzMPhtxmt4nXfTZfOReR.lazyload, #WN1Qu4NBTfQCrzMPhtxmt4nXfTZfOReR.lazyloading { background-image: none; }#WN1Qu4NBTfQCrzMPhtxmt4nXfTZfOReR > .row .container { border-width: 0; border-radius: 0; }#WN1Qu4NBTfQCrzMPhtxmt4nXfTZfOReR::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WN1Qu4NBTfQCrzMPhtxmt4nXfTZfOReR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WN1Qu4NBTfQCrzMPhtxmt4nXfTZfOReR > .row .container { font-size:0.875rem;font-family:arial;height:51.5625rem;width:75rem;position:relative;display:none; }#t2vuHREfPCqVbTudAe7huI1PZAOHxefC { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.375rem;left:0rem;height:7.7988125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Qohht1Z7vnkaThvQaUX7NW2nUCroJrXx { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:37.5rem;top:7.3125rem;left:0rem;overflow:hidden;display:block; }
#w4QsuVZt83SINgvycVTgQNZC6OQ6wgWo { color:rgba(var(--color-tertiary-0),1);display:block;width:16rem;position:absolute;font-family:"azo sans";font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.8;letter-spacing:0;top:23.375rem;left:5.4375rem;height:7.87109375rem;display:block; }
#A205Xc1ePHf4h7Iq5HUH6f6WdpB66O7M { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:16.5rem;top:21.5rem;left:5.4375rem;display:block; }
#KsA1lOuXp3aXbb0DhCHBkEykS8cp7W7f { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:21.625rem;left:5.9375rem;height:1.29980625rem;font-style:normal;display:block; }
#z73WdeFsQMTNWuuPF6aHusSmFR7Pqtxe { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:16.5rem;top:31.1875rem;left:5.25rem;display:block; }
#tPai0ixMllERpAe2UQ6c7alz4lTEztuo { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:31.3125rem;left:5.9375rem;height:1.29980625rem;font-style:normal;display:block; }
#Q0lhcTyhVPU7GMe6mIFlu2ABHp1n99eD { position:absolute;display:block;z-index:15004;background-color:#f08600;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:16.5rem;top:39.4375rem;left:5.25rem;display:block; }
#n8S47ImmLo1Lzvahn9PbnJ1726frkk4u { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:39.56233215332rem;left:5.9375rem;height:1.29980625rem;font-style:normal;display:block; }
#e4LqRpXwImg5axa92lH1Fhc00loNGVHR { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:16.5rem;top:21.5rem;left:21rem;display:block; }
#zzZ08Q94ycoAy5JSTTZ4gc69pm7Kr98T { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:21.625rem;left:25rem;height:1.29980625rem;font-style:normal;display:block; }
#yBr4WlhpsyAdPDyGrQmsCTHV5TiSUbTP { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:16.5rem;top:31.1875rem;left:21rem;display:block; }
#skSAGw7SRsXlAWPvQpNSl7u5E3rFr2bC { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:31.3125rem;left:25rem;height:1.29980625rem;font-style:normal;display:block; }
#fAN6ZIEUHv97vPfbqxWZP4Lou5bG7Fbw { position:absolute;display:block;z-index:15011;background-color:#8715a3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:16.5rem;top:39.4375rem;left:21rem;display:block; }
#Qr3hIJdf5ylnBy6lSJgqKsGvtWGuKvtp { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:39.56233215332rem;left:25rem;height:1.29980625rem;font-style:normal;display:block; }
#qNQuRrTG8vIgauyk5N4za9yDVbfRlQde { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5rem;position:absolute;font-family:"azo sans";font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.8;letter-spacing:0;top:23.5625rem;left:21rem;height:6.296875rem;display:block; }
#t4nKIPNqOvgar0tykXt1yJfU5G7uvpte { color:rgba(var(--color-tertiary-0),1);display:block;width:17.375rem;position:absolute;font-family:"azo sans";font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.6;letter-spacing:0;top:32.9375rem;left:20.125rem;height:5.59765625rem;display:block; }
#hAIvEpXgzg5vALCxu30WRryJXlqH3bnc { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5rem;position:absolute;font-family:"azo sans";font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.8;letter-spacing:0;top:41.4375rem;left:5.4375rem;height:6.296875rem;display:block; }
#pgv5syTcoKo3bOPBbN1XAVvmXQs3gJrd { color:rgba(var(--color-tertiary-0),1);display:block;width:18.3125rem;position:absolute;font-family:"azo sans";font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.8;letter-spacing:0;top:41.4375rem;left:19.1875rem;height:6.296875rem;display:block; }
#DnVLLCqvbmTPqTsJMUyuFTeru0PwcnXc { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:16.5rem;top:21.5rem;left:53.3125rem;display:block; }
#ITNvoncOhSeVWNtcyudgTuqC6cZlEk53 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5rem;position:absolute;font-family:"azo sans";font-size:0.875rem;font-weight:normal;z-index:15025;line-height:1.8;letter-spacing:0;top:23.5625rem;left:53.3125rem;height:6.296875rem;display:block; }
#gx3T7tsWHoZCv6qUMMITdwGwwErW7q6o { position:absolute;display:block;z-index:15021;background-color:#ff0505;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:16.5rem;top:31.1875rem;left:53.3125rem;display:block; }
#NXrO6Gdkaz68kuDAAylx3OPq7inx7rGM { color:rgba(var(--color-tertiary-0),1);display:block;width:17.375rem;position:absolute;font-family:"azo sans";font-size:0.875rem;font-weight:normal;z-index:15026;line-height:1.6;letter-spacing:0;top:33rem;left:53.25rem;height:4.19824375rem;display:block; }
#XwqvfLEcoFfqSvhrKRI4KEsHnP3gvEcw { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:21.625rem;left:53.75rem;height:1.29980625rem;font-style:normal;display:block; }
#m55yTRATusqZU5xn8Jr3Olt0KNni3F6y { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:31.3125rem;left:53.75rem;height:1.29980625rem;font-style:normal;display:block; }
#nyHfdwCpHBewiEV0c8c1q82FXVpLEcR0 { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:16.5rem;top:39.4375rem;left:53.25rem;display:block; }
#Io3QMsQQDLJi34s93u5W2333cNChbOEG { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:39.56233215332rem;left:53.75rem;height:1.29980625rem;font-style:normal;display:block; }
#oLqiUkNEfAiFkTEOGBc67hy3oTJbR2P3 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:"azo sans";font-size:0.875rem;font-weight:normal;z-index:15027;line-height:1.8;letter-spacing:0;top:41.4375rem;left:53.25rem;height:6.296875rem;display:block; }
#LRvyaSUVFWXb4rG4xGwVEvyFo4WmtWTH { color:rgba(var(--color-tertiary-0),1);display:block;width:15.999490737915rem;position:absolute;font-family:"azo sans";font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:32.811141967774rem;left:5.375rem;height:6.296875rem;display:block; }
#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2c3b4a06-2e50-4e2f-b80a-c177b4b9f314/asset3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0.adaptive-delivery-prevent-bg, #sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0.lazyload, #sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0.lazyloading { background-image: none; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row .container { background-color: transparent; background-image: none; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row .container > .video-iframe-container { display: none; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row > .video-iframe-container { display: none; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .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); }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row .container { border-width: 0; border-radius: 0; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#OWTZ7QR0aLcQlAzgiLBaEKI3giEcrvpp { color:rgba(var(--color-tertiary-0),1);display:block;width:53.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4rem;left:12.75rem;height:5.525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RycfskRB883L92Mm90imeRSaXCXGwlB0 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:15.6875rem;top:13.9375rem;left:28.75rem;overflow:hidden;display:block; }
#XdzCZRR3n7Mg93AXWQgsx0JGZDG1dAlZ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:3.375rem;top:4rem;left:10.5rem;overflow:hidden;display:block; }
#u11nWhx9WasXtmk7IHAyOzedeIiWidff { color:rgba(var(--color-tertiary-0),1);display:block;width:31.1875rem;position:absolute;font-family:"azo sans";font-size:1.3125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9.5rem;left:21rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#T4nVySTulb7D8Mx1RbKQGzH1qIKJqvey { color:rgba(var(--color-tertiary-0),0.74);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:17.6875rem;left:30.375rem;height:0.89375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hrptZ2aIAe0QJrGVxJ3A1coM44i3W24b { border-top:0.0625rem solid rgba(136,227,253,0.34);border-left:0.0625rem solid rgba(136,227,253,0.34);border-right:0.0625rem solid rgba(136,227,253,0.34);border-bottom:0.0625rem solid rgba(136,227,253,0.34);background-color:transparent;background-image: -webkit-linear-gradient(194deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(194deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(194deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(194deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(194deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#hrptZ2aIAe0QJrGVxJ3A1coM44i3W24b > .row .container { background-color: transparent; background-image: none; }#hrptZ2aIAe0QJrGVxJ3A1coM44i3W24b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrptZ2aIAe0QJrGVxJ3A1coM44i3W24b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrptZ2aIAe0QJrGVxJ3A1coM44i3W24b > .row .container > .video-iframe-container { display: none; }#hrptZ2aIAe0QJrGVxJ3A1coM44i3W24b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrptZ2aIAe0QJrGVxJ3A1coM44i3W24b > .row > .video-iframe-container { display: none; }#hrptZ2aIAe0QJrGVxJ3A1coM44i3W24b > .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); }#hrptZ2aIAe0QJrGVxJ3A1coM44i3W24b > .row .container { border-width: 0; border-radius: 0; }#hrptZ2aIAe0QJrGVxJ3A1coM44i3W24b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hrptZ2aIAe0QJrGVxJ3A1coM44i3W24b > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#DgTpTcy1Umt1PeQ60Olzrn24CQBfKTI4 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:"azo sans";font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.60546875rem;left:1.09375rem;height:2.4375rem;font-style:normal;display:block; }
#qRtAfHXuelVMU2bILS3tveerT0G6tbqv { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1fcea6, #04b88f);background-image: -moz-linear-gradient(180deg, #1fcea6, #04b88f);background-image: -ms-linear-gradient(180deg, #1fcea6, #04b88f);background-image: -o-linear-gradient(180deg, #1fcea6, #04b88f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1fcea6', endColorstr='#04b88f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1fcea6', endColorstr='#04b88f' );";background-image: linear-gradient(180deg, #1fcea6, #04b88f);background-size:auto !important;border-top:0.0625rem solid rgba(76,251,212,0.45);border-left:0.0625rem solid rgba(76,251,212,0.45);border-right:0.0625rem solid rgba(76,251,212,0.45);border-bottom:0.0625rem solid rgba(76,251,212,0.45);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.3125rem;left:57.03125rem;display:block; }
#FESdLouULZ1zqR1fDdH97QUsxXcx0cyW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SDETrUvboazHNXHMIUgb5EKEgC8LHweL { display:block; }#SDETrUvboazHNXHMIUgb5EKEgC8LHweL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ss61wQgtmnzmW1Gf88hhDKho3zXFhE9h { width:18.875rem;height:3.3125rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfg1wHfAG854KuqR5yaJIXhGQCWF7FEm { top:0.5rem;left:18.6875rem;width:6.625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKlOMucfE8npVKCl1NDDcrV6wkVO6BJQ { top:1.375rem;left:31.375rem;width:16.375rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { display:block; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hecWBlHd29xmXsb8ufEfPf6UO7pPQ0r2 { width:18.8125rem;height:29.9375rem;top:0.6875rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8KBK9w67K6wUTWOKCu2uAMr93F0pJWo { top:2.1875rem;left:34.0625rem;width:13.6875rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNoh0Q0TTSHQ8B40XJEmvQ6r9IXscCJo { top:0rem;left:0rem;width:37.875rem;height:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k18XHPP8gezxViSJcWPUXdCat2hxToa1 { top:2.25rem;left:0rem;width:3.3125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cg2oZZy8TxCXA24LVSLfdofBwpmbTVgi { top:31.4375rem;left:27.75rem;width:20rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLBk6SNuQCi1UNrVIygaF3yKpXcfzgTx { top:40.3125rem;left:0rem;width:47.75rem;height:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #vL6mVJD1eQTM0QMNkGkgiyH79sJaHqli { top:15.1875rem;left:0rem;width:47.75rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u71pnpRFD5EmvRrNdGsvBhSKdqveyRmJ { top:4.5rem;left:19.625rem;width:28.125rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZPalbcpMehpsxsK9k7lhVSNQlgaqZ7o { display:block; }#EZPalbcpMehpsxsK9k7lhVSNQlgaqZ7o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qC4zJGteNGlDvbIaPS7OpiCrPtMTpW44 { top:10.1875rem;left:16.125rem;width:16.5625rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRwOZWogmOMoqeQx1T7IExBp1cURMtRM { top:29.625rem;left:0rem;width:47.75rem;height:2.3377604166667rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzdLKwZUdVAv0NGpqZQe4hVBNF0zJmC0 { top:26.9375rem;left:2.25rem;width:42.0625rem;height:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #huNzomTA8bO6W4af2yXI5TLpBhVTsZlG { display:block; }#huNzomTA8bO6W4af2yXI5TLpBhVTsZlG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sludQkDZptI3f8ygbkrNFoT0VusLurws { width:39.5625rem;height:2.25rem;top:4.1875rem;left:4.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzlSeVTn7X07oTSrdLa4B0wu4D9BNum7 { top:6.5625rem;left:17.625rem;width:12.5rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxJURFsGpDfpZ4RDPNercfCbeXvz229q { top:18.125rem;left:0rem;width:26rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Exk5DITrDWT3cxCJ2Zca1GGAG6lQKRwr { top:16.9375rem;left:0rem;width:29rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJwtFsc5dbTnHcJqTl3Rp9Q4zD16xcOw { top:18.125rem;left:21.75rem;width:26rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBkoQxt5i0nO3zEddbJDZGt2aCD6VeVn { top:25rem;left:0rem;width:26rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eM4QZkwooczXKkuCL1IzkRPxPAQOTi3v { top:25rem;left:21.75rem;width:26rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4SQIUU786Of0VuXA5XJ50QRX0rsGBxu { top:31.8125rem;left:7.25rem;width:33.375rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9TNV62MFk2HP6ZQksno7ahxipRnB6KR { top:0.625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDXAq6FxIIz9Hs27uOex9grXeEdXcv3M { top:16.9375rem;left:18.625rem;width:29rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiwFTldsr2PM3FFvXdgJotuKbHJSUIyz { top:23.8125rem;left:18.625rem;width:29rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #neX2Lw9XL7Xz0QczZUOTPuhetRQiRM09 { top:23.8125rem;left:0rem;width:29rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMfPULCFq0wVAeblp55Z6HULD0UGVXSM { top:30.625rem;left:5.9375rem;width:35.8125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7L94yTZuXtIvqECTbl7kFDNumnx9w7X { top:38.8125rem;left:13.25rem;width:21.0625rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2HkoBEfaJKcgkluaDm43fhRQWsgAViT { top:40.5625rem;left:12.25rem;width:23.0625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyrBD3nbPyIhUnHbWsRuORk8ol4o3IcU { top:54.6875rem;left:13.625rem;width:20.3125rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNouKHFbAB68yKXmCgQu5eO3PB5deOQG { top:54.6875rem;left:0rem;width:19.5rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFeqvZE9oehuHKMQmmSFcQeMreMIRnmD { top:54.625rem;left:26.6875rem;width:21.0625rem;height:5.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUTxShZLNOb5mFZvL6OHIwik1kSlQT8f { top:40.5625rem;left:0rem;width:23.0625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJR1nLEKNNGzc6dszp4s7UlckJoOP0a4 { top:40.5rem;left:24.6875rem;width:23.0625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0FKRWFeyxpekgcsEPG1wuedFUiLMGVT { top:38.8125rem;left:0rem;width:21.0625rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzCwTfDl7lgPB6kWc3m9gyW2sOMQDTGI { top:38.75rem;left:26.6875rem;width:21.0625rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kONZOqRcQbRfMBxNiDQgo7sAcQG5BDZf { top:8.75rem;left:5.65625rem;width:36.4375rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A208exCWzVm4dUZNS2ZmfnTxzrpBl4Ks { display:block; }#A208exCWzVm4dUZNS2ZmfnTxzrpBl4Ks > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gukWT7ea9TJmULTnobXlOkOUXI2RxJwC { top:2.4375rem;left:1.8125rem;width:44.125rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnrpSAn4ZCUCHn6aTJ0wJrcL9eHeI2bu { top:16.1875rem;left:0rem;width:10.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkinecuoetbwQAD1qAR0brWClkR0zVmo { top:16.1875rem;left:19.375rem;width:7.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdlqCsLq8JcuSekq6wxwT5kei9R2caoG { top:16.1875rem;left:40.25rem;width:7.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEWBaDd0X7E3MuJrmTrTcpDoWdC5Q5GG { top:18.9375rem;left:0rem;width:22.1875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfTKt6XX1bnbwILrCiGpURHcB5dEgSh1 { top:19.1875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #geDdzTvlTfD8oPfnJE9MiN6QXhrU3rip { top:23.125rem;left:0rem;width:22.25rem;height:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiXNLic8JFWBEvkphg1hhcVeiDnX8lRC { top:34.4375rem;left:0rem;width:22.1875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlFnuTvI1mHGTQeH3FmBhimfAusea8I1 { top:34.75rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7VAMPFqfUT79ZEvC3qhvbx0u1HWXGKx { top:18.9375rem;left:12rem;width:22.1875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhvymGvKXg2g89PcZ2tNvP4L9birHTfk { top:19.125rem;left:12.5625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dsbz8TxlH5xFwB595aIKTTzeBE4GGUcf { top:21.3125rem;left:0rem;width:22.0625rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #opDHV71JdJS6WGUqdGN0ExxloHc3dPUJ { top:22.6875rem;left:0rem;width:3.4375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zixeeUuJErklsl3HaeJfAZQCsF4nnswN { top:38.4375rem;left:0rem;width:22.3125rem;height:7.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoOApT5WA7wWVpMkTIimc55ADnJheqIn { top:38.125rem;left:0rem;width:3.4375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7uW1o9UJHCCrMCZxK5cFlToJIZRNJ0N { top:36.75rem;left:0rem;width:22.3125rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dcuql7ohzVqidITRWViGUQZqu3bpySux { top:38.875rem;left:12.125rem;width:22.375rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lwv2GaLZSPOTQomh4EtPthTouWRMuIoR { top:41.25rem;left:12.125rem;width:22.3125rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhV5fNT69aGDhtNXxR8Xif5qtdf1D5UE { top:39.125rem;left:12.625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwShNDO1s7IfzSx9pRWeNDil2JlVbMoy { top:42.9375rem;left:12rem;width:22.5rem;height:7.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cX9rmfSzGBLu2XSLpmLXWmB8JNE3rXy5 { top:42.625rem;left:12rem;width:3.4375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7oNXJ7a7vAlbb2u6D3Km2KDPzsXe4yV { top:30.375rem;left:25.375rem;width:22.375rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNXfikgLT8DmpAMAmGN6Nq7NhaEDs2Dk { top:32.75rem;left:25.4375rem;width:22.3125rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvlnATVUTkqchIqRgGzX9f97esa9NKIq { top:34.4375rem;left:25.25rem;width:22.5rem;height:5.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEqdhutwTkONdbLeXzWtWnfLy7VEGy5O { top:30.625rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sm5wAwPk4mXt1DwD0LUUvOigEESP9vz8 { top:34.125rem;left:37.4375rem;width:3.4375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcqQQzG5AcH7orU4h9UA3OcLD4Ws4lyT { top:23rem;left:12rem;width:22.3125rem;height:12.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u68NCCuAftJNCi43JP6Qbfpo1rlLUNwQ { top:22.6875rem;left:12rem;width:3.4375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNIaR8rK0JkAkSe1Ay40gTl9TXZaV8IZ { top:21.3125rem;left:12.125rem;width:22.3125rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKZyLsriFsyRlq4rioFEOfKvIPSKZvTX { top:57.625rem;left:11.875rem;width:22.5rem;height:4.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H97bICzwWetebzgCRi1RRO0hM4TsadxL { top:57.3125rem;left:11.875rem;width:3.4375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJhfdzDTtACCZEava87fTw0UTgpXNnvR { top:55.9375rem;left:12rem;width:22.3125rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPPV7hbeJdpo0KZkP5vegq39GuV46yzZ { top:53.5625rem;left:12rem;width:22.375rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfgP71Wk8QiWSlhNo2VTD9HNyFdBNU13 { top:53.8125rem;left:12.5rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGFLUtPrw4PrT9kw57WQabbHlmvh1qCT { top:23rem;left:25.25rem;width:22.5rem;height:4.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxI0ASm9gesQ9crDWVvVv9tXih0LFq1t { top:22.6875rem;left:37.4375rem;width:3.4375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Etta0DJg5Va0kvNBWdKElnaPIRihfwW2 { top:21.3125rem;left:25.4375rem;width:22.3125rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdl6kCvrVLTzLIm9AH7w25qKeXpoHT2U { top:18.9375rem;left:25.375rem;width:22.375rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChCrbkKBd4GTLo3U7udtScscFT2CS7Z7 { top:19.1875rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tB7Ss9KUB7ZNyAXy29R5WgH7TtfNF3cP { top:46.4375rem;left:25.25rem;width:22.5rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4wBQpvfi7ixqJmkne09cPdNHevCOJEt { top:44.75rem;left:25.4375rem;width:22.3125rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWHZwZk0eqoHZqxQ46ZePVJpqI8spwBS { top:46.125rem;left:37.4375rem;width:3.4375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lfc3lTCS16Dws8zSImu4uZUfZKkGrTOx { top:42.375rem;left:25.375rem;width:22.375rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D69OouwIdrEIgUTvZbwFEJaBTeTee2l7 { top:42.625rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGg64DCUekOrihIUEPbJtzqPPwwNiymT { top:56.3125rem;left:25.25rem;width:22.5rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVUWepdffVEhxOGdLJA9zqM57OKS7giq { top:54.625rem;left:25.4375rem;width:22.3125rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrmucBw0DXx7sWk9fQqcAebc8Z0BX6bZ { top:56rem;left:37.625rem;width:3.4375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L16qoLaXXGkSUvlt3lc9Ae9pcAB164mz { top:52.25rem;left:25.375rem;width:22.375rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCiBiS3aHiyhrwFbpLCHTJ22TCF7VoRT { top:52.5rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtMGx4Iw0ts0UuaEzrdqAVpw0ldPbFOd { top:6.625rem;left:0rem;width:47.75rem;height:4.6954166666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #sB8KFLTR8aWMTzBJNLSbyQixi1RHaFbP { top:18rem;left:0rem;width:23.5625rem;height:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1Tiiahwd7U91OaTGGmm1w13MdXuKrl1 { top:18rem;left:11.3125rem;width:23.5625rem;height:44.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #seomibTsHIOF7zrMSIuUTsGenvEmr4Nb { top:18rem;left:24.1875rem;width:23.5625rem;height:42.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pm0mtkQNXah4WcM0VQRHf327EGgmnpf6 { top:45.9375rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ { display:block; }#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bIEaLuxI7TwVgHZT4su1tEWK6w4g9dW8 { top:1.9375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPok8ZIQHuwDXoTG0JwLtnpJT3SAN34K { top:3.6875rem;left:0rem;width:18.1875rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CA2z8RcdvTHkrlLr61y9exoAt8FrFNzO { top:6rem;left:13.4375rem;width:21.875rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKnqnJECieX1cVDezyWuG1uaBsCObFCV { top:6.5rem;left:30.25rem;width:17.5rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9KvbZ5LoD4kvAEONoNhqFVckkfOC5dw { top:23.75rem;left:0rem;width:15.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmwQR3D3ZbzcUXtTvpdko4TOIpqUlT78 { top:23.75rem;left:16.6875rem;width:15.0625rem;height:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7vT3vOlKbbORe1snBWbTg3cTWZpJMFZ { top:23.75rem;left:31.1875rem;width:16.5625rem;height:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6MyR2pUT0792kwfJRTzT3EHIM96GZSS { top:28.125rem;left:0rem;width:16.375rem;height:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0EQ15eq4OeAgCuT8dAuH416suoKnmGB { top:28.1875rem;left:15.5625rem;width:17.25rem;height:9.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuKTNsTl0EUh0SWZXPg0Riw8WaOFh438 { top:28.1875rem;left:32rem;width:15.75rem;height:7.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA { display:block; }#flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nZ6dzpnCXL5K1Teh6Rup1Di3PH7S0nyo { top:4.5rem;left:7.5625rem;width:35.5625rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOeA1TH4u3rkGdbsihiak5xTlJbLK5Tt { top:5.0625rem;left:10.6875rem;width:29.25rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUV0eLsfJOFSWILth17UTrorrXL6nbP8 { top:25.6875rem;left:10.6875rem;width:28.5rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntwXu2FHXtiUZyQlJQBvl0PSmHKnT3OS { top:30.8125rem;left:0rem;width:47.75rem;height:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxoSFoaS9lJBCr2c5Hgep9MJx9W24dhh { top:34.25rem;left:1rem;width:45.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNogaE5r46oFRHOaxlnJlVVZ8GrtwQhh { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 { display:block; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pUvXFuQOV8CurLrhZ3RTVflwOdQF10nB { width:47.75rem;height:2.25rem;top:7.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBTy30eTWif0T0iTO0QIaLsRfDo95WhH { top:3.3125rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwZ8DtJBrgvGNQeRKifbZrTRQdIg09ec { width:47.75rem;height:1.4375rem;top:9.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a944z2N6t4iGDCCxoRAkQZ6L9g8skFtp { top:13.25rem;left:0rem;width:26.5rem;height:7.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qtrt7ti582Uv6Bd2CmqNvPaCP7sQzaBR { top:24.875rem;left:0rem;width:27.4375rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDs922ghHQr4uUFdVDJbBP6QeATL7xFW { top:13.1875rem;left:25.875rem;width:21.875rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OanvLGGk9KZbudi8grq8Re9FTJ3p2Cvt { top:13.3125rem;left:27.5rem;width:1.25rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vis0A1MlBLmHQGaFxAn4aDyL9XvOzUly { top:17.25rem;left:27.5625rem;width:1.25rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTXgVvnIayQaH5JVVFByuILGb29U0zRB { top:21.8125rem;left:27.5rem;width:1.25rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOSVSotnEz77RmBlhn1xtRL9tIvk0eGL { top:25.875rem;left:27.5rem;width:1.25rem;height:1.436525rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zn2w8mmoLObp1qtPLVm1t5dEqCOpw6qg { top:17.1875rem;left:25.5625rem;width:22.1875rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ay37KnuI3mfAlwk8r1gdVz05vK6FLLgT { top:21.875rem;left:25.5625rem;width:22.1875rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJUpZk5kKxDG7P3Uynt5quTK1umbTeDZ { top:25.9375rem;left:25.5625rem;width:22.1875rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WN1Qu4NBTfQCrzMPhtxmt4nXfTZfOReR { display:block; }#WN1Qu4NBTfQCrzMPhtxmt4nXfTZfOReR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t2vuHREfPCqVbTudAe7huI1PZAOHxefC { top:2.375rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qohht1Z7vnkaThvQaUX7NW2nUCroJrXx { top:7.3125rem;left:0rem;width:47.75rem;height:12.17625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4QsuVZt83SINgvycVTgQNZC6OQ6wgWo { top:23.375rem;left:0rem;width:15.9375rem;height:7.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A205Xc1ePHf4h7Iq5HUH6f6WdpB66O7M { top:21.5rem;left:0rem;width:16.5rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsA1lOuXp3aXbb0DhCHBkEykS8cp7W7f { top:21.625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z73WdeFsQMTNWuuPF6aHusSmFR7Pqtxe { top:31.1875rem;left:0rem;width:16.5rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPai0ixMllERpAe2UQ6c7alz4lTEztuo { top:31.3125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0lhcTyhVPU7GMe6mIFlu2ABHp1n99eD { top:39.4375rem;left:0rem;width:16.5rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8S47ImmLo1Lzvahn9PbnJ1726frkk4u { top:39.5rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4LqRpXwImg5axa92lH1Fhc00loNGVHR { top:21.5rem;left:7.375rem;width:16.5rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzZ08Q94ycoAy5JSTTZ4gc69pm7Kr98T { top:21.625rem;left:11.375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBr4WlhpsyAdPDyGrQmsCTHV5TiSUbTP { top:31.1875rem;left:7.375rem;width:16.5rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #skSAGw7SRsXlAWPvQpNSl7u5E3rFr2bC { top:31.3125rem;left:11.375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAN6ZIEUHv97vPfbqxWZP4Lou5bG7Fbw { top:39.4375rem;left:7.375rem;width:16.5rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qr3hIJdf5ylnBy6lSJgqKsGvtWGuKvtp { top:39.5rem;left:11.375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNQuRrTG8vIgauyk5N4za9yDVbfRlQde { top:23.5625rem;left:7.375rem;width:16.5rem;height:6.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4nKIPNqOvgar0tykXt1yJfU5G7uvpte { top:32.9375rem;left:6.5rem;width:17.375rem;height:5.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAIvEpXgzg5vALCxu30WRryJXlqH3bnc { top:41.4375rem;left:0rem;width:16.5rem;height:6.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgv5syTcoKo3bOPBbN1XAVvmXQs3gJrd { top:41.4375rem;left:5.5625rem;width:18.3125rem;height:6.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnVLLCqvbmTPqTsJMUyuFTeru0PwcnXc { top:21.5rem;left:31.25rem;width:16.5rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITNvoncOhSeVWNtcyudgTuqC6cZlEk53 { top:23.5625rem;left:31.25rem;width:16.5rem;height:6.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx3T7tsWHoZCv6qUMMITdwGwwErW7q6o { top:31.1875rem;left:31.25rem;width:16.5rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXrO6Gdkaz68kuDAAylx3OPq7inx7rGM { top:33rem;left:30.375rem;width:17.375rem;height:4.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwqvfLEcoFfqSvhrKRI4KEsHnP3gvEcw { top:21.625rem;left:33.3125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m55yTRATusqZU5xn8Jr3Olt0KNni3F6y { top:31.3125rem;left:33.3125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyHfdwCpHBewiEV0c8c1q82FXVpLEcR0 { top:39.4375rem;left:31.25rem;width:16.5rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Io3QMsQQDLJi34s93u5W2333cNChbOEG { top:39.5rem;left:33.3125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLqiUkNEfAiFkTEOGBc67hy3oTJbR2P3 { top:41.4375rem;left:30.875rem;width:16.875rem;height:6.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRvyaSUVFWXb4rG4xGwVEvyFo4WmtWTH { top:32.75rem;left:0rem;width:15.9375rem;height:6.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 { display:block; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OWTZ7QR0aLcQlAzgiLBaEKI3giEcrvpp { top:4rem;left:0rem;width:47.75rem;height:5.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RycfskRB883L92Mm90imeRSaXCXGwlB0 { top:13.9375rem;left:8.1875rem;width:15.6875rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdzCZRR3n7Mg93AXWQgsx0JGZDG1dAlZ { top:4rem;left:3.6875rem;width:3.375rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #u11nWhx9WasXtmk7IHAyOzedeIiWidff { top:9.5rem;left:0rem;width:31.1875rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4nVySTulb7D8Mx1RbKQGzH1qIKJqvey { top:17.6875rem;left:11.375rem;width:12.5rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrptZ2aIAe0QJrGVxJ3A1coM44i3W24b { display:block; }#hrptZ2aIAe0QJrGVxJ3A1coM44i3W24b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DgTpTcy1Umt1PeQ60Olzrn24CQBfKTI4 { top:0.5625rem;left:0rem;width:18.125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRtAfHXuelVMU2bILS3tveerT0G6tbqv { width:17.5rem;height:3.125rem;top:0.3125rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FESdLouULZ1zqR1fDdH97QUsxXcx0cyW { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SDETrUvboazHNXHMIUgb5EKEgC8LHweL { position:relative;z-index:auto;display:block; }#SDETrUvboazHNXHMIUgb5EKEgC8LHweL > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ss61wQgtmnzmW1Gf88hhDKho3zXFhE9h { width:17.8125rem;height:3.125rem;top:0.74881118535994rem;left:1.0312500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfg1wHfAG854KuqR5yaJIXhGQCWF7FEm { width:1.9998302459717rem;height:1.1243206262589rem;top:5.46875rem;left:1.0937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKlOMucfE8npVKCl1NDDcrV6wkVO6BJQ { width:11.25rem;height:1.29980625rem;top:4.5458984375rem;left:5.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0f31ae94-6967-4ca6-a35a-52917fa767e5/herobkgd.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b.adaptive-delivery-prevent-bg, #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b.lazyload, #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b.lazyloading { background-image: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { background-color: transparent; background-image: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container > .video-iframe-container { display: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container { display: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .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); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { width:20rem;height:71.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hecWBlHd29xmXsb8ufEfPf6UO7pPQ0r2 { width:20rem;height:25.6865234375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8KBK9w67K6wUTWOKCu2uAMr93F0pJWo { width:14.187330245972rem;height:2.35546875rem;top:17.124660491943rem;left:2.9059104323387rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNoh0Q0TTSHQ8B40XJEmvQ6r9IXscCJo { width:20rem;height:17.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k18XHPP8gezxViSJcWPUXdCat2hxToa1 { width:3.3125rem;height:1.875rem;top:0.91015625rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cg2oZZy8TxCXA24LVSLfdofBwpmbTVgi { width:20rem;height:11.25rem;top:19.4794921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLBk6SNuQCi1UNrVIygaF3yKpXcfzgTx { width:20rem;height:12.0625rem;top:62.34765625rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8a613e1c-901b-4361-a1f8-253988d8dcac/IMPACT.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#wLBk6SNuQCi1UNrVIygaF3yKpXcfzgTx.adaptive-delivery-prevent-bg, #wLBk6SNuQCi1UNrVIygaF3yKpXcfzgTx.lazyload, #wLBk6SNuQCi1UNrVIygaF3yKpXcfzgTx.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #vL6mVJD1eQTM0QMNkGkgiyH79sJaHqli { width:20rem;height:24.25rem;top:69.72265625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #u71pnpRFD5EmvRrNdGsvBhSKdqveyRmJ { width:20rem;height:21.75rem;top:19.4794921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZPalbcpMehpsxsK9k7lhVSNQlgaqZ7o { display:block; }#EZPalbcpMehpsxsK9k7lhVSNQlgaqZ7o > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qC4zJGteNGlDvbIaPS7OpiCrPtMTpW44 { width:16.5625rem;height:2.4375rem;top:15.4375rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRwOZWogmOMoqeQx1T7IExBp1cURMtRM { width:20rem;height:0.9785125rem;top:19.6474609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzdLKwZUdVAv0NGpqZQe4hVBNF0zJmC0 { width:20rem;height:13.996125rem;top:0.5634765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #huNzomTA8bO6W4af2yXI5TLpBhVTsZlG { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/651fd55a-bbcb-40b0-bbd4-5bfab7a440ef/MaskGroup203.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#huNzomTA8bO6W4af2yXI5TLpBhVTsZlG.adaptive-delivery-prevent-bg, #huNzomTA8bO6W4af2yXI5TLpBhVTsZlG.lazyload, #huNzomTA8bO6W4af2yXI5TLpBhVTsZlG.lazyloading { background-image: none; }#huNzomTA8bO6W4af2yXI5TLpBhVTsZlG > .row .container { background-color: transparent; background-image: none; }#huNzomTA8bO6W4af2yXI5TLpBhVTsZlG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#huNzomTA8bO6W4af2yXI5TLpBhVTsZlG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huNzomTA8bO6W4af2yXI5TLpBhVTsZlG > .row .container > .video-iframe-container { display: none; }#huNzomTA8bO6W4af2yXI5TLpBhVTsZlG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#huNzomTA8bO6W4af2yXI5TLpBhVTsZlG > .row > .video-iframe-container { display: none; }#huNzomTA8bO6W4af2yXI5TLpBhVTsZlG > .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); }#huNzomTA8bO6W4af2yXI5TLpBhVTsZlG > .row .container { width:20rem;height:136.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sludQkDZptI3f8ygbkrNFoT0VusLurws { width:20rem;height:1.3808625rem;top:6.3125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-weight:700;font-style:normal;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #AzlSeVTn7X07oTSrdLa4B0wu4D9BNum7 { width:12.5rem;height:1.4619125rem;top:7.693359375rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxJURFsGpDfpZ4RDPNercfCbeXvz229q { width:20rem;height:5.0625rem;top:25.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Exk5DITrDWT3cxCJ2Zca1GGAG6lQKRwr { width:19.875rem;height:6.6875rem;top:24.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJwtFsc5dbTnHcJqTl3Rp9Q4zD16xcOw { width:20rem;height:5.0625rem;top:32.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBkoQxt5i0nO3zEddbJDZGt2aCD6VeVn { width:20rem;height:5.0625rem;top:39.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eM4QZkwooczXKkuCL1IzkRPxPAQOTi3v { width:20rem;height:5.0625rem;top:47.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4SQIUU786Of0VuXA5XJ50QRX0rsGBxu { width:20rem;height:6.75rem;top:54.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9TNV62MFk2HP6ZQksno7ahxipRnB6KR { width:20rem;height:4.5rem;top:1.1875rem;left:0rem;font-size:2.5rem;line-height:.9;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TDXAq6FxIIz9Hs27uOex9grXeEdXcv3M { width:19.875rem;height:6.125rem;top:32.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiwFTldsr2PM3FFvXdgJotuKbHJSUIyz { width:19.875rem;height:6.5625rem;top:46.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #neX2Lw9XL7Xz0QczZUOTPuhetRQiRM09 { width:19.875rem;height:6.4375rem;top:39.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMfPULCFq0wVAeblp55Z6HULD0UGVXSM { width:19.875rem;height:8.25rem;top:54.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7L94yTZuXtIvqECTbl7kFDNumnx9w7X { width:20rem;height:14.8125rem;top:87.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2HkoBEfaJKcgkluaDm43fhRQWsgAViT { width:20rem;height:20.625rem;top:89.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyrBD3nbPyIhUnHbWsRuORk8ol4o3IcU { width:20rem;height:3.5996125rem;top:103.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNouKHFbAB68yKXmCgQu5eO3PB5deOQG { width:19.5rem;height:3.5996125rem;top:79.625rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFeqvZE9oehuHKMQmmSFcQeMreMIRnmD { width:20rem;height:5.3994125rem;top:126.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUTxShZLNOb5mFZvL6OHIwik1kSlQT8f { width:20rem;height:20.625rem;top:65.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJR1nLEKNNGzc6dszp4s7UlckJoOP0a4 { width:20rem;height:20.625rem;top:112.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0FKRWFeyxpekgcsEPG1wuedFUiLMGVT { width:20rem;height:14.8125rem;top:63.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzCwTfDl7lgPB6kWc3m9gyW2sOMQDTGI { width:20rem;height:14.8125rem;top:110.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kONZOqRcQbRfMBxNiDQgo7sAcQG5BDZf { width:18.5625rem;height:12rem;top:9.75rem;left:0.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A208exCWzVm4dUZNS2ZmfnTxzrpBl4Ks { display:block; }#A208exCWzVm4dUZNS2ZmfnTxzrpBl4Ks > .row .container { width:20rem;height:138.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gukWT7ea9TJmULTnobXlOkOUXI2RxJwC { width:20rem;height:5.19921875rem;top:1.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnrpSAn4ZCUCHn6aTJ0wJrcL9eHeI2bu { width:10.0625rem;height:1.625rem;top:10.5625rem;left:4.96875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkinecuoetbwQAD1qAR0brWClkR0zVmo { width:7.5rem;height:1.625rem;top:44rem;left:6.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdlqCsLq8JcuSekq6wxwT5kei9R2caoG { width:7.5rem;height:1.625rem;top:93.4375rem;left:6.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEWBaDd0X7E3MuJrmTrTcpDoWdC5Q5GG { width:20rem;height:1.375rem;top:14.0361328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfTKt6XX1bnbwILrCiGpURHcB5dEgSh1 { width:12.5rem;height:1.29980625rem;top:14.19921875rem;left:3.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #geDdzTvlTfD8oPfnJE9MiN6QXhrU3rip { width:20rem;height:7.871125rem;top:18.5234375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OiXNLic8JFWBEvkphg1hhcVeiDnX8lRC { width:19.9375rem;height:1.375rem;top:28.5869140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlFnuTvI1mHGTQeH3FmBhimfAusea8I1 { width:12.5rem;height:1.29980625rem;top:28.625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I7VAMPFqfUT79ZEvC3qhvbx0u1HWXGKx { width:20rem;height:1.375rem;top:46.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhvymGvKXg2g89PcZ2tNvP4L9birHTfk { width:12.5rem;height:1.29980625rem;top:46.625rem;left:3.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dsbz8TxlH5xFwB595aIKTTzeBE4GGUcf { width:20rem;height:2.3984375rem;top:15.724609375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #opDHV71JdJS6WGUqdGN0ExxloHc3dPUJ { width:3.4375rem;height:0.125rem;top:127.5rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zixeeUuJErklsl3HaeJfAZQCsF4nnswN { width:20rem;height:9.4453125rem;top:31.625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OoOApT5WA7wWVpMkTIimc55ADnJheqIn { width:3.4375rem;height:0.125rem;top:127.1875rem;left:2.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #A7uW1o9UJHCCrMCZxK5cFlToJIZRNJ0N { width:20rem;height:1rem;top:30.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dcuql7ohzVqidITRWViGUQZqu3bpySux { width:20rem;height:1.6875rem;top:66.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lwv2GaLZSPOTQomh4EtPthTouWRMuIoR { width:20rem;height:1rem;top:68.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KhV5fNT69aGDhtNXxR8Xif5qtdf1D5UE { width:12.5rem;height:1.29980625rem;top:66.75rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vwShNDO1s7IfzSx9pRWeNDil2JlVbMoy { width:20rem;height:9.4453125rem;top:70.1875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cX9rmfSzGBLu2XSLpmLXWmB8JNE3rXy5 { width:3.4375rem;height:0.125rem;top:127.1875rem;left:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #c7oNXJ7a7vAlbb2u6D3Km2KDPzsXe4yV { width:20rem;height:1.6875rem;top:106.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNXfikgLT8DmpAMAmGN6Nq7NhaEDs2Dk { width:20rem;height:1rem;top:108.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pvlnATVUTkqchIqRgGzX9f97esa9NKIq { width:20rem;height:4.986325rem;top:110.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZEqdhutwTkONdbLeXzWtWnfLy7VEGy5O { width:12.5rem;height:1.29980625rem;top:106.875rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sm5wAwPk4mXt1DwD0LUUvOigEESP9vz8 { width:3.4375rem;height:0.125rem;top:127.5rem;left:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lcqQQzG5AcH7orU4h9UA3OcLD4Ws4lyT { width:20rem;height:14.168rem;top:49.875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u68NCCuAftJNCi43JP6Qbfpo1rlLUNwQ { width:3.4375rem;height:0.125rem;top:127.6875rem;left:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oNIaR8rK0JkAkSe1Ay40gTl9TXZaV8IZ { width:20rem;height:1rem;top:48.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HKZyLsriFsyRlq4rioFEOfKvIPSKZvTX { width:20rem;height:4.72265625rem;top:85.6875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H97bICzwWetebzgCRi1RRO0hM4TsadxL { width:3.4375rem;height:0.125rem;top:127.625rem;left:12.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CJhfdzDTtACCZEava87fTw0UTgpXNnvR { width:20rem;height:1rem;top:84.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cPPV7hbeJdpo0KZkP5vegq39GuV46yzZ { width:20rem;height:1.6875rem;top:82rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfgP71Wk8QiWSlhNo2VTD9HNyFdBNU13 { width:12.5rem;height:1.29980625rem;top:82.1875rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vGFLUtPrw4PrT9kw57WQabbHlmvh1qCT { width:20rem;height:4.72265625rem;top:100rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WxI0ASm9gesQ9crDWVvVv9tXih0LFq1t { width:3.4375rem;height:0.125rem;top:127.8125rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Etta0DJg5Va0kvNBWdKElnaPIRihfwW2 { width:20rem;height:1rem;top:98.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pdl6kCvrVLTzLIm9AH7w25qKeXpoHT2U { width:20rem;height:1.6875rem;top:96.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChCrbkKBd4GTLo3U7udtScscFT2CS7Z7 { width:12.5rem;height:1.29980625rem;top:96.5625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tB7Ss9KUB7ZNyAXy29R5WgH7TtfNF3cP { width:20rem;height:3.32421875rem;top:120.8125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W4wBQpvfi7ixqJmkne09cPdNHevCOJEt { width:20rem;height:1rem;top:119.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GWHZwZk0eqoHZqxQ46ZePVJpqI8spwBS { width:3.4375rem;height:0.125rem;top:127.4375rem;left:8.28125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lfc3lTCS16Dws8zSImu4uZUfZKkGrTOx { width:20rem;height:1.6875rem;top:116.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D69OouwIdrEIgUTvZbwFEJaBTeTee2l7 { width:12.5rem;height:1.29980625rem;top:117.125rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iGg64DCUekOrihIUEPbJtzqPPwwNiymT { width:20rem;height:3.32421875rem;top:129.875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kVUWepdffVEhxOGdLJA9zqM57OKS7giq { width:20rem;height:1rem;top:128.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JrmucBw0DXx7sWk9fQqcAebc8Z0BX6bZ { width:3.4375rem;height:0.125rem;top:127.6875rem;left:13.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #L16qoLaXXGkSUvlt3lc9Ae9pcAB164mz { width:20rem;height:1.6875rem;top:126.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCiBiS3aHiyhrwFbpLCHTJ22TCF7VoRT { width:12.5rem;height:1.29980625rem;top:126.4375rem;left:3.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XtMGx4Iw0ts0UuaEzrdqAVpw0ldPbFOd { width:20rem;height:1.9666666666667rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sB8KFLTR8aWMTzBJNLSbyQixi1RHaFbP { width:20rem;height:29.1875rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1Tiiahwd7U91OaTGGmm1w13MdXuKrl1 { width:20rem;height:44.6875rem;top:46.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #seomibTsHIOF7zrMSIuUTsGenvEmr4Nb { width:20rem;height:38.75rem;top:95.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pm0mtkQNXah4WcM0VQRHf327EGgmnpf6 { width:12.5rem;height:1.29980625rem;top:135.6875rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ { display:block; }#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ > .row .container { width:20rem;height:103.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bIEaLuxI7TwVgHZT4su1tEWK6w4g9dW8 { width:20rem;height:5.19921875rem;top:0.96687316894531rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPok8ZIQHuwDXoTG0JwLtnpJT3SAN34K { width:16.812160491943rem;height:19.6875rem;top:4.2493286132812rem;left:0.90608018636706rem;display:block; }
 }@media only screen and (max-width: 763px) { #CA2z8RcdvTHkrlLr61y9exoAt8FrFNzO { width:20rem;height:15.3134765625rem;top:38.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKnqnJECieX1cVDezyWuG1uaBsCObFCV { width:17.5rem;height:16.3125rem;top:70.3759765625rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9KvbZ5LoD4kvAEONoNhqFVckkfOC5dw { width:15.5rem;height:2.75rem;top:22.6884765625rem;left:2.25rem;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #LmwQR3D3ZbzcUXtTvpdko4TOIpqUlT78 { width:15.5rem;height:2.75rem;top:53.6259765625rem;left:2.25rem;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #l7vT3vOlKbbORe1snBWbTg3cTWZpJMFZ { width:16.5625rem;height:2.5rem;top:86.6884765625rem;left:1.71875rem;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #x6MyR2pUT0792kwfJRTzT3EHIM96GZSS { width:16.499660491943rem;height:9.597625rem;top:26.624496459961rem;left:1.7493206858635rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0EQ15eq4OeAgCuT8dAuH416suoKnmGB { width:17.25rem;height:9.597625rem;top:57.6259765625rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuKTNsTl0EUh0SWZXPg0Riw8WaOFh438 { width:15.75rem;height:7.9980625rem;top:91.3134765625rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA { display:block; }#flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nZ6dzpnCXL5K1Teh6Rup1Di3PH7S0nyo { width:20rem;height:13.25rem;top:3.7587890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOeA1TH4u3rkGdbsihiak5xTlJbLK5Tt { width:19.0625rem;height:1.5625rem;top:2.1962890625rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUV0eLsfJOFSWILth17UTrorrXL6nbP8 { width:19.0625rem;height:1.6875rem;top:17.0087890625rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntwXu2FHXtiUZyQlJQBvl0PSmHKnT3OS { width:20rem;height:0.9746125rem;top:20.43359375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxoSFoaS9lJBCr2c5Hgep9MJx9W24dhh { width:20rem;height:0.875rem;top:21.30859375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZNogaE5r46oFRHOaxlnJlVVZ8GrtwQhh { top:22.875rem;left:1.25rem;width:17.5rem;height:4.125rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 { display:none; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row .container { width:20rem;height:59.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pUvXFuQOV8CurLrhZ3RTVflwOdQF10nB { width:20rem;height:0.9746125rem;top:8.3138618469237rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NBTy30eTWif0T0iTO0QIaLsRfDo95WhH { width:20rem;height:4.798825rem;top:3.2795524597168rem;left:0rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gwZ8DtJBrgvGNQeRKifbZrTRQdIg09ec { width:20rem;height:0.9746125rem;top:9.7172241210938rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a944z2N6t4iGDCCxoRAkQZ6L9g8skFtp { width:16.812160491943rem;height:9.09375rem;top:12.07336807251rem;left:1.5930706858635rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qtrt7ti582Uv6Bd2CmqNvPaCP7sQzaBR { width:19.624660491943rem;height:12.124660491943rem;top:23.716033935547rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDs922ghHQr4uUFdVDJbBP6QeATL7xFW { width:14.25rem;height:3.9375rem;top:37.5927734375rem;left:4.21875rem;font-size:0.875rem;color:#4d4d4d;display:block; }
 }@media only screen and (max-width: 763px) { #OanvLGGk9KZbudi8grq8Re9FTJ3p2Cvt { width:1.8125rem;height:2.125rem;top:47.812496185302rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vis0A1MlBLmHQGaFxAn4aDyL9XvOzUly { width:1.8125rem;height:2.125rem;top:53.0625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTXgVvnIayQaH5JVVFByuILGb29U0zRB { width:1.8125rem;height:2.125rem;top:37.375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOSVSotnEz77RmBlhn1xtRL9tIvk0eGL { width:1.8125rem;height:2.125rem;top:42.5rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zn2w8mmoLObp1qtPLVm1t5dEqCOpw6qg { width:15.6875rem;height:3.9375rem;top:42.712497711182rem;left:4.1875rem;font-size:0.875rem;color:#4d4d4d;display:block; }
 }@media only screen and (max-width: 763px) { #ay37KnuI3mfAlwk8r1gdVz05vK6FLLgT { width:15.75rem;height:3.9375rem;top:48.037498474121rem;left:4.125rem;font-size:0.875rem;color:#4d4d4d;display:block; }
 }@media only screen and (max-width: 763px) { #fJUpZk5kKxDG7P3Uynt5quTK1umbTeDZ { width:15.8125rem;height:3.9375rem;top:53.224998474121rem;left:4.1875rem;font-size:0.875rem;color:#4d4d4d;display:block; }
 }@media only screen and (max-width: 763px) { #WN1Qu4NBTfQCrzMPhtxmt4nXfTZfOReR { display:none; }#WN1Qu4NBTfQCrzMPhtxmt4nXfTZfOReR > .row .container { width:20rem;height:101.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #t2vuHREfPCqVbTudAe7huI1PZAOHxefC { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qohht1Z7vnkaThvQaUX7NW2nUCroJrXx { width:20rem;height:3.1875rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4QsuVZt83SINgvycVTgQNZC6OQ6wgWo { width:16rem;height:7.87109375rem;top:19.1875rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A205Xc1ePHf4h7Iq5HUH6f6WdpB66O7M { width:16.5rem;height:1.375rem;top:17.8125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsA1lOuXp3aXbb0DhCHBkEykS8cp7W7f { width:12.5rem;height:1.29980625rem;top:17.875rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z73WdeFsQMTNWuuPF6aHusSmFR7Pqtxe { width:16.5rem;height:1.375rem;top:27rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPai0ixMllERpAe2UQ6c7alz4lTEztuo { width:12.5rem;height:1.29980625rem;top:27.0625rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0lhcTyhVPU7GMe6mIFlu2ABHp1n99eD { width:16.5rem;height:1.375rem;top:34.8125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8S47ImmLo1Lzvahn9PbnJ1726frkk4u { width:12.5rem;height:1.29980625rem;top:34.8125rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4LqRpXwImg5axa92lH1Fhc00loNGVHR { width:16.5rem;height:1.375rem;top:43.5625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzZ08Q94ycoAy5JSTTZ4gc69pm7Kr98T { width:12.5rem;height:1.29980625rem;top:43.625rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBr4WlhpsyAdPDyGrQmsCTHV5TiSUbTP { width:16.5rem;height:1.375rem;top:52.8125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #skSAGw7SRsXlAWPvQpNSl7u5E3rFr2bC { width:12.5rem;height:1.29980625rem;top:52.9375rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAN6ZIEUHv97vPfbqxWZP4Lou5bG7Fbw { width:16.5rem;height:1.375rem;top:62.1875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qr3hIJdf5ylnBy6lSJgqKsGvtWGuKvtp { width:12.5rem;height:1.29980625rem;top:62.25rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNQuRrTG8vIgauyk5N4za9yDVbfRlQde { width:16.5rem;height:6.296875rem;top:45.5625rem;left:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4nKIPNqOvgar0tykXt1yJfU5G7uvpte { width:16.9375rem;height:6.296875rem;top:54.625rem;left:1.625rem;font-size:0.875rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #hAIvEpXgzg5vALCxu30WRryJXlqH3bnc { width:16.5rem;height:6.296875rem;top:36.375rem;left:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgv5syTcoKo3bOPBbN1XAVvmXQs3gJrd { width:16.5rem;height:7.871125rem;top:64rem;left:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnVLLCqvbmTPqTsJMUyuFTeru0PwcnXc { width:16.5rem;height:1.375rem;top:72.6875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITNvoncOhSeVWNtcyudgTuqC6cZlEk53 { width:16.5rem;height:6.296875rem;top:74.375rem;left:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx3T7tsWHoZCv6qUMMITdwGwwErW7q6o { width:16.5rem;height:1.375rem;top:81.6875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXrO6Gdkaz68kuDAAylx3OPq7inx7rGM { width:16.8125rem;height:4.19824375rem;top:83.875rem;left:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwqvfLEcoFfqSvhrKRI4KEsHnP3gvEcw { width:12.5rem;height:1.29980625rem;top:72.75rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m55yTRATusqZU5xn8Jr3Olt0KNni3F6y { width:12.5rem;height:1.29980625rem;top:81.75rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyHfdwCpHBewiEV0c8c1q82FXVpLEcR0 { width:16.5rem;height:1.375rem;top:90.437492370606rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Io3QMsQQDLJi34s93u5W2333cNChbOEG { width:12.5rem;height:1.29980625rem;top:90.474227905275rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLqiUkNEfAiFkTEOGBc67hy3oTJbR2P3 { width:16.5625rem;height:6.296875rem;top:92.5rem;left:1.71875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRvyaSUVFWXb4rG4xGwVEvyFo4WmtWTH { width:15.9375rem;height:7.87109375rem;top:28.608360290528rem;left:1.7493206858635rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 { display:block; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row .container { width:20rem;height:25.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OWTZ7QR0aLcQlAzgiLBaEKI3giEcrvpp { width:20rem;height:2.03125rem;top:5.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RycfskRB883L92Mm90imeRSaXCXGwlB0 { width:15.6875rem;height:2.75rem;top:14.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdzCZRR3n7Mg93AXWQgsx0JGZDG1dAlZ { width:3.375rem;height:4rem;top:1.75rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u11nWhx9WasXtmk7IHAyOzedeIiWidff { width:14.1875rem;height:3.65625rem;top:8.3125rem;left:2.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4nVySTulb7D8Mx1RbKQGzH1qIKJqvey { width:12.5rem;height:0.89355625rem;top:18.375rem;left:3.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrptZ2aIAe0QJrGVxJ3A1coM44i3W24b { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#hrptZ2aIAe0QJrGVxJ3A1coM44i3W24b > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DgTpTcy1Umt1PeQ60Olzrn24CQBfKTI4 { width:18.125rem;height:0;top:0.8125rem;left:0.9375rem;font-size:1.5rem;line-height:1;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #qRtAfHXuelVMU2bILS3tveerT0G6tbqv { width:17.5rem;height:3.4375rem;top:0.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FESdLouULZ1zqR1fDdH97QUsxXcx0cyW { display:block; }
 }