.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:255,242,212;--color-primary-1:255,215,126;--color-primary-2:255,189,40;--color-primary-3:236,114,17;--color-primary-4:255,199,0;--color-secondary-0:217,231,255;--color-secondary-1:128,175,255;--color-secondary-2:0,94,255;--color-secondary-3:0,47,128;--color-secondary-4:0,14,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:roboto;--paragraphs-font-family:roboto; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k138XA9NEOcFoSXOKy8gHalZowA7drMb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff4040;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; }#k138XA9NEOcFoSXOKy8gHalZowA7drMb > .row .container { border-width: 0; border-radius: 0; }#k138XA9NEOcFoSXOKy8gHalZowA7drMb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k138XA9NEOcFoSXOKy8gHalZowA7drMb > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;position:relative;display:none; }#tM32Ggodghq2lAIQ8VrNe0cAqEa9STHP { background-color:rgba(var(--color-primary-3),0);background-image:none;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: none;box-sizing:border-box;color:#010306;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.0029375rem;height:2.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:1.312255859375rem;left:54.637451171875rem;display:block; }
#O3hx6rUKIcL5bNrBHWlcdI1EuGyarQy4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pK7DDcvGcXIPuwNLu0cZIpav8Ow1BNgg { color:#00051e;display:block;width:24.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15092;line-height:1.6;letter-spacing:0;top:1.5625rem;left:4rem;height:1.8005375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Le4JLQFqnlE37gxLkiJbpWt3e20vAQvX { position:absolute;display:block;z-index:15091;background-color:rgba(var(--color-tertiary-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:2.5rem;width:25.875rem;top:1.25rem;left:3.125rem;display:block; }
#wdaDeQe1vPXZvDsG0kpX5c8hunoTMraF { position:absolute;display:block;z-index:15093;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.1875rem;width:21.93725rem;top:1.436767578125rem;left:30.9521484375rem;overflow:hidden;display:block; }
#AKekM7mrmcrEixrSpdkCG0Totbypw34H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#AKekM7mrmcrEixrSpdkCG0Totbypw34H > .row .container { border-width: 0; border-radius: 0; }#AKekM7mrmcrEixrSpdkCG0Totbypw34H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AKekM7mrmcrEixrSpdkCG0Totbypw34H > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:none; }#pQPeB7I4HorJbhTb9g8mzWlyQttQGo55 { background-color:rgba(var(--color-primary-3),0);background-image:none;border-top:0.1875rem solid #010306;border-left:0.1875rem solid #010306;border-right:0.1875rem solid #010306;border-bottom:0.1875rem solid #010306;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;box-sizing:border-box;color:#010306;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.96095875rem;height:3.625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:0.8125rem;left:39.3125rem;display:block; }
#RKIL9esJhTp8oFdCGBhSFlJwbPSZLbIz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ASOTIDqQIewvizpntk6xacn581nBPJSM { color:#00051e;display:block;width:24rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:15092;line-height:1.6;letter-spacing:0;top:1.6875rem;left:11.8125rem;height:2.10069375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gQJQ4JX79BTxUptp70TBFM9J6yvykPwb { position:absolute;display:block;z-index:15091;background-color:rgba(var(--color-tertiary-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:3.25rem;width:24rem;top:1rem;left:11.8125rem;display:block; }
#PqtyO8xKGihoDDgZ514Vt4LMuoBCiDoK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/upKDi84f/Path_9578.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#PqtyO8xKGihoDDgZ514Vt4LMuoBCiDoK.adaptive-delivery-prevent-bg, #PqtyO8xKGihoDDgZ514Vt4LMuoBCiDoK.lazyload, #PqtyO8xKGihoDDgZ514Vt4LMuoBCiDoK.lazyloading { background-image: none; }#PqtyO8xKGihoDDgZ514Vt4LMuoBCiDoK > .row .container { background-color: transparent; background-image: none; }#PqtyO8xKGihoDDgZ514Vt4LMuoBCiDoK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqtyO8xKGihoDDgZ514Vt4LMuoBCiDoK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqtyO8xKGihoDDgZ514Vt4LMuoBCiDoK > .row .container > .video-iframe-container { display: none; }#PqtyO8xKGihoDDgZ514Vt4LMuoBCiDoK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqtyO8xKGihoDDgZ514Vt4LMuoBCiDoK > .row > .video-iframe-container { display: none; }#PqtyO8xKGihoDDgZ514Vt4LMuoBCiDoK > .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); }#PqtyO8xKGihoDDgZ514Vt4LMuoBCiDoK > .row .container { border-width: 0; border-radius: 0; }#PqtyO8xKGihoDDgZ514Vt4LMuoBCiDoK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PqtyO8xKGihoDDgZ514Vt4LMuoBCiDoK > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:43.875rem;width:75rem;position:relative;display:block; }#GHaFsfhXmr1oPSkqzaELV3p9IHHCAbDN { position:absolute;display:block;z-index:15002;background-color:#43f776;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:4.375rem;width:62.5rem;top:39.372833251953rem;left:6.25rem;display:none; }
#Q09RLH54GpxK3gBqGpQl8kfSsFepXKa1 { 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:26.0625rem;width:48.875rem;top:11.9375rem;left:32.873573059361rem;overflow:hidden;display:block; }
#wcr6p59I3p5TDQZsPc3TpfmQrsoNflHG { 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:6.75rem;width:12.125rem;top:3.125rem;left:0.1875rem;overflow:hidden;display:block; }
#xyyAty3mqD5FtWQr8XCeslkzF1sIc5hW { 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:2.0625rem;width:8.5rem;top:3.125rem;left:42.875rem;overflow:hidden;display:block; }
#pcVx25NuM9WEotD7dszV266yUfGO1QbI { 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:2.0625rem;width:6rem;top:3.125rem;left:53.3125rem;overflow:hidden;display:block; }
#v7PMhRgIZeXqN4l8qDpTc7Dtz3PQvPqS { color:#1e1e1e;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:3.5rem;left:28.875rem;height:1.102941125rem;text-align:right;text-align-last:right;display:block; }
#bGNHvXrcIePfJB5aQDmdMMwxoPXnZwLr { color:rgba(var(--color-tertiary-4),1);display:block;width:37.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:12.875rem;left:0rem;height:7.058823125rem;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; }
#CavwrgzCtbzyRECqWwGBD9WZTCxZ5RAr { color:#1e1e1e;display:block;width:30.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:21.875rem;left:0.1875rem;height:1.6176470625rem;font-style:normal;display:block; }
#to9IiJzuDETvbLOHyrdOVwDwcxV8khT6 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1e1e1e;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.937rem;height:3.436525rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:35.642578125rem;left:0rem;display:block; }
#G5w74A63cM2VzB9Fr474iEL9cDhraNwU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CDCZ9nA3kRhGbo6hFEWwxkbzrS6Qqhyr { color:#1e1e1e;display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:23.5625rem;left:0.1875rem;height:9.7058820625rem;font-style:normal;display:block; }
#swPEKAA5OF5wDG7N01gK0ARFf9857ZNn { color:#1e1e1e;display:block;width:30.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:21.875rem;left:0.1875rem;height:1.6875rem;font-style:normal;display:none; }
#Cyb1qgdND6olU0GVlkn5UDxTvTq2RLpn { color:#1e1e1e;display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:23.5625rem;left:0.1875rem;height:10.125rem;font-style:normal;display:none; }
#BWAeqhnaJg8uhJGX46U3zz2JwPoptxXM { color:#010306;display:block;width:17.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15066;line-height:1.3;letter-spacing:0;top:39.775390625rem;left:0rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JXBOOcXhtN8Ecb1qr2pGcSrvzUEGqIw5 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1e1e1e;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1245rem;height:3.436525rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:2.43603515625rem;left:62.87548828125rem;display:block; }
#EZ8NTzQyygaKxvzi74gLDOTGEPppeGCT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U5iS2EO53PzmxRZed73UpSXMaq1zbWeH { 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; }#U5iS2EO53PzmxRZed73UpSXMaq1zbWeH > .row .container { border-width: 0; border-radius: 0; }#U5iS2EO53PzmxRZed73UpSXMaq1zbWeH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U5iS2EO53PzmxRZed73UpSXMaq1zbWeH > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:9.0625rem;width:75rem;position:relative;display:none; }#NVDo6DfHZVO1Rv8bzfJTa2MHO1o7g0gV { position:absolute;display:block;z-index:15002;background-color:#43f776;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:4.375rem;width:62.5rem;top:39.372833251953rem;left:6.25rem;display:none; }
#mLwBi5JODkdV9JV3AaVumakdoh9OAB75 { 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:6.74925rem;width:12.124rem;top:1.156005859375rem;left:0rem;overflow:hidden;display:block; }
#bINkCqqPzHgIZ1ZHMTdbt17xHo1fJyPJ { 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:2.0625rem;width:8.5rem;top:3.875rem;left:57.25rem;overflow:hidden;display:block; }
#EwKZfa9ThOTaev71mEBaZTIMaSoVvLtr { 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:2.875rem;width:7.5rem;top:3.0625rem;left:66.4375rem;overflow:hidden;display:block; }
#mXiAZhi2NC4iZrDVSIPACNNgu2XbTaN6 { color:#1e1e1e;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:4.25rem;left:43.25rem;height:1.13671875rem;text-align:right;text-align-last:right;display:block; }
#V3DQPLZDqC4n0NnxQCMyPmRU8bFtwH06 { color:#1e1e1e;display:block;width:30.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:21.875rem;left:0.1875rem;height:1.6875rem;font-style:normal;display:none; }
#RC4h6PnAr4RpPZivPXN6uZOEQpetZHTo { color:#1e1e1e;display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:23.5625rem;left:0.1875rem;height:10.125rem;font-style:normal;display:none; }
#XTOlJbS5vInZvqhgF6ltwgl20A67S7qD { 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:5.625rem;width:22.5rem;display:none; }
#D0ooTo2qvXhbTUFhdQQcVGkFm3MlM7C4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/QEkBzoIK/wave_3_svg.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#D0ooTo2qvXhbTUFhdQQcVGkFm3MlM7C4.adaptive-delivery-prevent-bg, #D0ooTo2qvXhbTUFhdQQcVGkFm3MlM7C4.lazyload, #D0ooTo2qvXhbTUFhdQQcVGkFm3MlM7C4.lazyloading { background-image: none; }#D0ooTo2qvXhbTUFhdQQcVGkFm3MlM7C4 > .row .container { background-color: transparent; background-image: none; }#D0ooTo2qvXhbTUFhdQQcVGkFm3MlM7C4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0ooTo2qvXhbTUFhdQQcVGkFm3MlM7C4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0ooTo2qvXhbTUFhdQQcVGkFm3MlM7C4 > .row .container > .video-iframe-container { display: none; }#D0ooTo2qvXhbTUFhdQQcVGkFm3MlM7C4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0ooTo2qvXhbTUFhdQQcVGkFm3MlM7C4 > .row > .video-iframe-container { display: none; }#D0ooTo2qvXhbTUFhdQQcVGkFm3MlM7C4 > .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); }#D0ooTo2qvXhbTUFhdQQcVGkFm3MlM7C4 > .row .container { border-width: 0; border-radius: 0; }#D0ooTo2qvXhbTUFhdQQcVGkFm3MlM7C4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D0ooTo2qvXhbTUFhdQQcVGkFm3MlM7C4 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:9.3125rem;width:75rem;position:relative;display:block; }#f7X6mc1c4CiKEmrg8ZToqzpiGfB9arda .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;background-color:;background-image:none;margin-top:0;margin-right:0.5rem;margin-bottom:0;margin-left:0.5rem;vertical-align:top; }
#f7X6mc1c4CiKEmrg8ZToqzpiGfB9arda .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#1e1e1e;padding-top:0.75rem;padding-right:0.125rem;padding-bottom:0;padding-left:0.125rem;display:block;width:5.375rem;height:3.625rem;position:relative;font-family:roboto;font-size:2.25rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#f7X6mc1c4CiKEmrg8ZToqzpiGfB9arda .widget-text.counter-label { background-color:;background-image:none;color:#1e1e1e;padding-top:0;padding-right:0.125rem;padding-bottom:0.5rem;padding-left:0.125rem;display:block;width:auto;height:0.9375rem;position:relative;font-family:roboto;font-size:0.875rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#f7X6mc1c4CiKEmrg8ZToqzpiGfB9arda { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:;background-image:none;box-shadow: none;display:block;width:26.875rem;height:7.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:roboto;font-size:4.25rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:5.25rem;left:41.625rem;z-index:15018;display:none; }
#f7X6mc1c4CiKEmrg8ZToqzpiGfB9arda #IuAuZKsSUsMZacbxRQmy0XgXvsr2TIUw { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#f7X6mc1c4CiKEmrg8ZToqzpiGfB9arda #eN2lUFsdNTcgUqpFmoLIdnANFoey9X0x { display:block; }
#f7X6mc1c4CiKEmrg8ZToqzpiGfB9arda #AWKkCsprrF4hPCR6B2WGgm7teO30kEL2 { display:block; }
#f7X6mc1c4CiKEmrg8ZToqzpiGfB9arda #SqiAfBTtbLTTbJFZx9GOgp6gOAhBKtEi { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#f7X6mc1c4CiKEmrg8ZToqzpiGfB9arda #RUQZKAmg4Hd5NsCXovUPADULCBpgXsIX { display:block; }
#f7X6mc1c4CiKEmrg8ZToqzpiGfB9arda #BktOknlOg1Vlt5SBSakazp7oPZQ1FcHE { display:block; }
#f7X6mc1c4CiKEmrg8ZToqzpiGfB9arda #oiofSLeubsLeTuSxHv6wzUqzfha9FC1G { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#f7X6mc1c4CiKEmrg8ZToqzpiGfB9arda #dABto8yirnqBG0yaSes7IxIZPG3Tbo2B { display:block; }
#f7X6mc1c4CiKEmrg8ZToqzpiGfB9arda #FTRWeQ4oedwxP3ctD3nIZu7pRQJinpNr { display:block; }
#f7X6mc1c4CiKEmrg8ZToqzpiGfB9arda #iafXQ0CKaxqWwPHQZm7P3TkyIfTfzKrH { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#f7X6mc1c4CiKEmrg8ZToqzpiGfB9arda #yszde1IxhP6ZLtA15wpg1ATFq6OhDG3c { display:block; }
#f7X6mc1c4CiKEmrg8ZToqzpiGfB9arda #xAGw8IMxAxuN0wE12r56MyAA4ubJUDQO { display:block; }
#KHg2b2DrCZhh0LRCLMCsXdKB5lhfeTE3 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;background-color:;background-image:none;margin-top:0;margin-right:0.5rem;margin-bottom:0;margin-left:0.5rem;vertical-align:top; }
#KHg2b2DrCZhh0LRCLMCsXdKB5lhfeTE3 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#1e1e1e;padding-top:0.75rem;padding-right:0.125rem;padding-bottom:0;padding-left:0.125rem;display:block;width:5.375rem;height:3.625rem;position:relative;font-family:roboto;font-size:2.25rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#KHg2b2DrCZhh0LRCLMCsXdKB5lhfeTE3 .widget-text.counter-label { background-color:;background-image:none;color:#1e1e1e;padding-top:0;padding-right:0.125rem;padding-bottom:0.5rem;padding-left:0.125rem;display:block;width:auto;height:0.9375rem;position:relative;font-family:roboto;font-size:0.875rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#KHg2b2DrCZhh0LRCLMCsXdKB5lhfeTE3 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:;background-image:none;box-shadow: none;display:block;width:26.875rem;height:7.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:roboto;font-size:4.25rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:5.25rem;left:41.625rem;z-index:15018;display:none; }
#KHg2b2DrCZhh0LRCLMCsXdKB5lhfeTE3 #JQCXSNEvEEUpca0PyN3oE73GnlGufFi4 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#KHg2b2DrCZhh0LRCLMCsXdKB5lhfeTE3 #SVKzNI4QoldDqxz7xvcRJiTFf9XpUbgp { display:block; }
#KHg2b2DrCZhh0LRCLMCsXdKB5lhfeTE3 #FlHZzWbg6h3lS1NfpZH8NX8t1ElJxCzX { display:block; }
#KHg2b2DrCZhh0LRCLMCsXdKB5lhfeTE3 #WPTtZ6Ml3llMJov9dOmZ9R1KHoKaf0vR { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#KHg2b2DrCZhh0LRCLMCsXdKB5lhfeTE3 #lksVZ89UOqyJsP1hgTmOXOM3SJtGUEvz { display:block; }
#KHg2b2DrCZhh0LRCLMCsXdKB5lhfeTE3 #vzysTlVhn8mgn55u1xC9SHTq8GEPswLN { display:block; }
#KHg2b2DrCZhh0LRCLMCsXdKB5lhfeTE3 #BT5LLkXiE1MmcK8gRvK4BXhkeU18udP2 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#KHg2b2DrCZhh0LRCLMCsXdKB5lhfeTE3 #foxS8X7HO3zawuUwyXFLzxkvo6VabtfR { display:block; }
#KHg2b2DrCZhh0LRCLMCsXdKB5lhfeTE3 #FvE10We3fdWDFbcXB53i38czlcbpTrsV { display:block; }
#KHg2b2DrCZhh0LRCLMCsXdKB5lhfeTE3 #cdMQatFELuyg4SeELwS8rbTP8Nw4buRH { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#KHg2b2DrCZhh0LRCLMCsXdKB5lhfeTE3 #t5Lyd2ocPNN4iuSLxIS3qWRo6s1cKWdH { display:block; }
#KHg2b2DrCZhh0LRCLMCsXdKB5lhfeTE3 #C5fNfkgD8HAiChFHEn5CiRdDT0gvkWfk { display:block; }
#vzxLRwgPZhb56tAkPpIqizWEdy6ZuD32 { position:absolute;display:block;z-index:15014;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.625rem;width:5.625rem;top:2.5625rem;left:8.5625rem;overflow:hidden;display:block; }
#VBnv4Esx4xSN5auIWKHrS3ixbBGT0HPi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/bzdT9AtT/waves_pattern_big_3.svg");background-position:bottom 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; }#VBnv4Esx4xSN5auIWKHrS3ixbBGT0HPi.adaptive-delivery-prevent-bg, #VBnv4Esx4xSN5auIWKHrS3ixbBGT0HPi.lazyload, #VBnv4Esx4xSN5auIWKHrS3ixbBGT0HPi.lazyloading { background-image: none; }#VBnv4Esx4xSN5auIWKHrS3ixbBGT0HPi > .row .container { background-color: transparent; background-image: none; }#VBnv4Esx4xSN5auIWKHrS3ixbBGT0HPi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VBnv4Esx4xSN5auIWKHrS3ixbBGT0HPi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VBnv4Esx4xSN5auIWKHrS3ixbBGT0HPi > .row .container > .video-iframe-container { display: none; }#VBnv4Esx4xSN5auIWKHrS3ixbBGT0HPi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VBnv4Esx4xSN5auIWKHrS3ixbBGT0HPi > .row > .video-iframe-container { display: none; }#VBnv4Esx4xSN5auIWKHrS3ixbBGT0HPi > .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); }#VBnv4Esx4xSN5auIWKHrS3ixbBGT0HPi > .row .container { border-width: 0; border-radius: 0; }#VBnv4Esx4xSN5auIWKHrS3ixbBGT0HPi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VBnv4Esx4xSN5auIWKHrS3ixbBGT0HPi > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:46.6875rem;width:75rem;position:relative;display:block; }#pkKvHBCV59red9F61NgFc39o302fCe5f { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:;text-align:left;text-align-last:left;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; }
#Xgk6ITciKESh9MREUowOLAn9KHiVzUw5 { color:rgba(var(--color-tertiary-0),1);display:block;width:37.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:9.875rem;left:0.1875rem;height:4.411764625rem;font-style:normal;display:block; }
#M0bAyB4PQDR1i7H6zV3Ufsh8OXPO3JTf { color:rgba(var(--color-tertiary-0),1);display:block;width:37.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:16.25rem;left:0.1875rem;height:5.8823528125rem;font-style:normal;display:block; }
#pp8X0sPBylFKdEMuX31DqTNPJWkX7Xyi { color:rgba(var(--color-tertiary-0),1);display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:24.125rem;left:0.1875rem;height:5.8823528125rem;font-style:normal;display:block; }
#uE8bwlgeTPqchteH3BISJpfdc5EPWwoT { color:rgba(var(--color-tertiary-0),1);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:30.1875rem;left:0.8125rem;height:4.4117645625rem;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; }
#EZ2kSJRFZUUQwZmceI5mW322ORs4Gwz9 { color:rgba(var(--color-tertiary-0),1);display:block;width:36.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:36.5rem;left:0.1875rem;height:7.3529410625rem;font-style:normal;display:block; }
#haNa2DJl4XfvSukx0v39mHkooao1pEfp { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:5.625rem;top:7.9375rem;left:0.1875rem;overflow:hidden;display:block; }
#NKFOxUSPp2c0rBVuJr6dBxDIEtdgDxWf { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:19.3125rem;width:34.375rem;top:9.875rem;left:40.625rem;display:block; }
#EeBysGvNRxMSJds9ylNVAXb9OZBqTATQ { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1e1e1e;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9375rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:32.25rem;left:47.34375rem;display:block; }
#Fi3EgCdZh9vTONNrSMkh9Mr6boQdz3fT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o0NDknZykZTctBGxnrrCyT3cHZuFfiPQ { position:relative;display:none; }#o0NDknZykZTctBGxnrrCyT3cHZuFfiPQ { border-width: 0; border-radius: 0; }#o0NDknZykZTctBGxnrrCyT3cHZuFfiPQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#o0NDknZykZTctBGxnrrCyT3cHZuFfiPQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#TtEEEZlisZaxVaS8y9ubEPG1fbty1JA3 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9375rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:35.5625rem;left:0.1875rem;display:none; }
#huIklWsiUU5pdT0olWXRQt22FDgHVBzV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q3oanfZQhkS2zaXxHM9SUFiMukBoHT6D { 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; }#Q3oanfZQhkS2zaXxHM9SUFiMukBoHT6D > .row .container { background-color: transparent; background-image: none; }#Q3oanfZQhkS2zaXxHM9SUFiMukBoHT6D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q3oanfZQhkS2zaXxHM9SUFiMukBoHT6D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q3oanfZQhkS2zaXxHM9SUFiMukBoHT6D > .row .container > .video-iframe-container { display: none; }#Q3oanfZQhkS2zaXxHM9SUFiMukBoHT6D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q3oanfZQhkS2zaXxHM9SUFiMukBoHT6D > .row > .video-iframe-container { display: none; }#Q3oanfZQhkS2zaXxHM9SUFiMukBoHT6D > .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); }#Q3oanfZQhkS2zaXxHM9SUFiMukBoHT6D > .row .container { border-width: 0; border-radius: 0; }#Q3oanfZQhkS2zaXxHM9SUFiMukBoHT6D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q3oanfZQhkS2zaXxHM9SUFiMukBoHT6D > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:46.5rem;width:75rem;position:relative;display:block; }#APXRZ2IrrpW6EcugskblxW8ZX2d4RPiN { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-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: 0rem 0.3125rem 1.25rem rgba(0,33,90,0.2) ;height:15.625rem;width:37rem;top:11.0625rem;left:0rem;display:block; }
#o3p7KN3KMq6s2REEVqbkns84dTwWURqf { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-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: 0rem 0.3125rem 1.25rem rgba(0,33,90,0.2) ;height:15.625rem;width:37rem;top:11.0625rem;left:38rem;display:block; }
#kdI28o0TzBekVIQrE9V7O1K5kHTE9UTi { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-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: 0rem 0.3125rem 1.25rem rgba(0,33,90,0.2) ;height:15.625rem;width:37rem;top:27.6875rem;left:38rem;display:block; }
#icu0TsdsXIMdS4gAOPREHCy0vqIJeTxv { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-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: 0rem 0.3125rem 1.25rem rgba(0,33,90,0.2) ;height:15.625rem;width:37rem;top:27.6875rem;left:0rem;display:block; }
#JdO7fx2kNsGX6HbliMRdeiolv3lZM6Mk { color:#1e1e1e;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:3.3823528125rem;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; }
#DHgxSMerF1MizTG6A1GT85VDWfnZdzUb { 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:0.625rem;width:5.625rem;top:7.375rem;left:34.6875rem;overflow:hidden;display:block; }
#dCOoUHGlZHQVs489sGcTJOR29EG7FS2o { 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:11.25rem;width:13.75rem;top:13.125rem;left:1.875rem;overflow:hidden;display:block; }
#l5So3kxToUlfh9OTiIWF2w2bRBpAHWMB { 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:11.25rem;width:13.75rem;top:13.125rem;left:39.875rem;overflow:hidden;display:block; }
#khRlef17Kb48uO7boRTPctildFPtawbI { 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:11.25rem;width:13.75rem;top:29.75rem;left:1.875rem;overflow:hidden;display:block; }
#VcLhwXnQwhGsTZQDAdeOouKTzTxyD9Sh { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:13.75rem;top:29.75rem;left:39.875rem;overflow:hidden;display:block; }
#ReccPHgv58IzNINbDoFuIM7gm2VrDcnb { color:#1e1e1e;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:12.9375rem;left:19.625rem;height:11.7647056875rem;font-style:normal;display:block; }
#rX5OUoqh7xEqCkHngJm8aqZLXzLT8SLL { color:#1e1e1e;display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:12.9375rem;left:57.65625rem;height:10.294117rem;font-style:normal;display:block; }
#THDBwOsTzONTy1wgNMkin0gWTLRMDkEq { color:#1e1e1e;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:29.5625rem;left:19.625rem;height:10.294117rem;font-style:normal;display:block; }
#yGE1ZHTx5FQrIOPOq5JST46ocUfJ1yCn { color:#1e1e1e;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:29.5625rem;left:57.6875rem;height:10.294117rem;font-style:normal;display:block; }
#JTUVkrfzzL9shsTFC68y4z5Ri0Se5G4c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6ff;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; }#JTUVkrfzzL9shsTFC68y4z5Ri0Se5G4c > .row .container { background-color: transparent; background-image: none; }#JTUVkrfzzL9shsTFC68y4z5Ri0Se5G4c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTUVkrfzzL9shsTFC68y4z5Ri0Se5G4c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTUVkrfzzL9shsTFC68y4z5Ri0Se5G4c > .row .container > .video-iframe-container { display: none; }#JTUVkrfzzL9shsTFC68y4z5Ri0Se5G4c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTUVkrfzzL9shsTFC68y4z5Ri0Se5G4c > .row > .video-iframe-container { display: none; }#JTUVkrfzzL9shsTFC68y4z5Ri0Se5G4c > .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); }#JTUVkrfzzL9shsTFC68y4z5Ri0Se5G4c > .row .container { border-width: 0; border-radius: 0; }#JTUVkrfzzL9shsTFC68y4z5Ri0Se5G4c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JTUVkrfzzL9shsTFC68y4z5Ri0Se5G4c > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:48.25rem;width:75rem;position:relative;display:block; }#kSKAShkCXMBH7ZhHppKHEc4F6ckeM1JB { color:#1e1e1e;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Usm827LPIn4X0FgUJGwkK4McG09ocJ65 { 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:0.625rem;width:5.625rem;top:7.4375rem;left:34.6875rem;overflow:hidden;display:block; }
#LP4cAqdJKwp9SOwCnP0ONRU4lTQ5Ov5H { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.3125rem;width:33.5rem;top:11.1875rem;left:0rem;overflow:hidden;display:block; }
#pobOxNaumh94kT7oy2XKoE6kku64vnyr { color:#1e1e1e;display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:11.1875rem;left:43.75rem;height:7.3529410625rem;font-style:normal;display:block; }
#xwT2DLS7VVkEPunqW1yWwaafRtP8PeVV { color:#1e1e1e;display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:21.3125rem;left:43.75rem;height:4.411764625rem;font-style:normal;display:block; }
#RTcWIgNXtm9SW8gXdbhJHgnqzoOUVJTE { color:#1e1e1e;display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:27rem;left:43.75rem;height:2.9411764375rem;font-style:normal;display:block; }
#ITIN5mVSmX42Ma0Mpu94Nh0gMO2iAZTK { color:#1e1e1e;display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:32.6875rem;left:43.75rem;height:4.411764625rem;font-style:normal;display:block; }
#Q4xJSUazg8BdnH5yXwRZdb8bFhoqU8wb { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #1e1e1e;border-left:0.125rem solid #1e1e1e;border-right:0.125rem solid #1e1e1e;border-bottom:0.125rem solid #1e1e1e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1e1e1e;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:23.5rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:41.6875rem;left:43.75rem;display:block; }
#s2nagfuQ2o6hsDJIF3EvLR0Xwrcarybq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LLdhpWSyTsuLGXKT3wBuNP3wB8mVDBsS { position:relative;display:none; }#LLdhpWSyTsuLGXKT3wBuNP3wB8mVDBsS { border-width: 0; border-radius: 0; }#LLdhpWSyTsuLGXKT3wBuNP3wB8mVDBsS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#LLdhpWSyTsuLGXKT3wBuNP3wB8mVDBsS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ZaIKh2WcARzsIvUwoo54UvsvdkLRnhLR { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9375rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:35.5625rem;left:0.1875rem;display:none; }
#of0TRTPucATxQFrbyTsHJ2S0b4cMAVHQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ae4o3EFck9WwtEG4EBhWIG7h3CChtrIT { 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; }#ae4o3EFck9WwtEG4EBhWIG7h3CChtrIT > .row .container { background-color: transparent; background-image: none; }#ae4o3EFck9WwtEG4EBhWIG7h3CChtrIT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ae4o3EFck9WwtEG4EBhWIG7h3CChtrIT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ae4o3EFck9WwtEG4EBhWIG7h3CChtrIT > .row .container > .video-iframe-container { display: none; }#ae4o3EFck9WwtEG4EBhWIG7h3CChtrIT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ae4o3EFck9WwtEG4EBhWIG7h3CChtrIT > .row > .video-iframe-container { display: none; }#ae4o3EFck9WwtEG4EBhWIG7h3CChtrIT > .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); }#ae4o3EFck9WwtEG4EBhWIG7h3CChtrIT > .row .container { border-width: 0; border-radius: 0; }#ae4o3EFck9WwtEG4EBhWIG7h3CChtrIT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ae4o3EFck9WwtEG4EBhWIG7h3CChtrIT > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:36.4375rem;width:75rem;position:relative;display:block; }#rF0ZxXAO4a5G9pVmBu7nXt7VaPi7S8zC { color:#1e1e1e;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#f3NvKgpsC6Qbr43lNK4k3c01s0TeQ2hc { 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:0.625rem;width:5.625rem;top:7.4375rem;left:34.6875rem;overflow:hidden;display:block; }
#TEJ0GM8uTppwTTZgefDtZ4WT8qTAn24A { 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:6.625rem;width:9.3125rem;top:11.125rem;left:4.0625rem;overflow:hidden;display:block; }
#nMhM7g1lZfCGqmPEv5ftRVdZqoPaT5dS { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:9.3125rem;top:11.125rem;left:23.25rem;overflow:hidden;display:block; }
#Ws8xxGNHWerCteZ60HWaVruVOtyAyu8l { position:absolute;display:block;z-index:15009;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:6.625rem;width:9.3125rem;top:11.125rem;left:42.40625rem;overflow:hidden;display:block; }
#BMry5FZzGr0bE1DSsf8sFiZAeSXz7R7x { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:9.3125rem;top:11.125rem;left:61.53125rem;overflow:hidden;display:block; }
#Xl2ZM9x8isctceo53tTS4zA1rEthQVNW { position:absolute;display:block;z-index:15011;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:6.625rem;width:9.3125rem;top:23.75rem;left:61.53125rem;overflow:hidden;display:block; }
#r19l7AN1to9MusdEdrRTvt3a6DxTx4Wn { position:absolute;display:block;z-index:15012;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:6.625rem;width:9.3125rem;top:23.75rem;left:42.40625rem;overflow:hidden;display:block; }
#InNPrr0BSmngzptTuW1XZAtMAioKSs3a { position:absolute;display:block;z-index:15013;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:6.625rem;width:9.3125rem;top:23.75rem;left:23.25rem;overflow:hidden;display:block; }
#fMTcUp56EP4keJpuV5fJdV5DdzcgDGhR { position:absolute;display:block;z-index:15014;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:6.625rem;width:9.3125rem;top:23.75rem;left:4.0625rem;overflow:hidden;display:block; }
#wVfJRcWkt7aFezS4kXlUVWwC70k3fbEU { color:#1e1e1e;display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:19.25rem;left:0.0625rem;height:1.4705881875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W4iKOMCta10bBgLzrEaVeFdtK8Ny4uIq { color:#1e1e1e;display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:31.875rem;left:0.0625rem;height:1.4705881875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o2GwBc2Fgk0QZZxfHSX7ghNPgtA298Tc { color:#1e1e1e;display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:19.25rem;left:19.25rem;height:1.4705881875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ESNKyhDOpwu1rR9ImtQuX7ylcxnNrWWB { color:#1e1e1e;display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:31.875rem;left:19.25rem;height:1.4705881875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k6IQJLnPbZldrovfL0DxvPTgtdCSf5EX { color:#1e1e1e;display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:19.25rem;left:38.4375rem;height:1.4705881875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ft2mMUfDPCe76pDrltbvvLxRgq41TSVW { color:#1e1e1e;display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15023;line-height:1.5;letter-spacing:0;top:31.875rem;left:38.4375rem;height:1.4705881875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CZsP3t2TNnmcF0mQD4Q9bvJgbgkEPrqD { color:#1e1e1e;display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:19.25rem;left:57.5625rem;height:1.4705881875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u9BNTW9tq7pnXn8xIaDBRuH7C2PBaaVR { color:#1e1e1e;display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15025;line-height:1.5;letter-spacing:0;top:31.875rem;left:57.5625rem;height:1.4705881875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zIazRlS61nFnZUDL7zp2t4RzLqCdgMin { position:absolute;display:block;z-index:15000;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:12.5rem;width:12.5rem;display:none; }
#ieWT73Ei4GNyzTd0u9s2AGmBHKGDwvDx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/3C6Rc4eu/waves_team.svg");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; }#ieWT73Ei4GNyzTd0u9s2AGmBHKGDwvDx.adaptive-delivery-prevent-bg, #ieWT73Ei4GNyzTd0u9s2AGmBHKGDwvDx.lazyload, #ieWT73Ei4GNyzTd0u9s2AGmBHKGDwvDx.lazyloading { background-image: none; }#ieWT73Ei4GNyzTd0u9s2AGmBHKGDwvDx > .row .container { background-color: transparent; background-image: none; }#ieWT73Ei4GNyzTd0u9s2AGmBHKGDwvDx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ieWT73Ei4GNyzTd0u9s2AGmBHKGDwvDx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ieWT73Ei4GNyzTd0u9s2AGmBHKGDwvDx > .row .container > .video-iframe-container { display: none; }#ieWT73Ei4GNyzTd0u9s2AGmBHKGDwvDx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ieWT73Ei4GNyzTd0u9s2AGmBHKGDwvDx > .row > .video-iframe-container { display: none; }#ieWT73Ei4GNyzTd0u9s2AGmBHKGDwvDx > .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); }#ieWT73Ei4GNyzTd0u9s2AGmBHKGDwvDx > .row .container { border-width: 0; border-radius: 0; }#ieWT73Ei4GNyzTd0u9s2AGmBHKGDwvDx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ieWT73Ei4GNyzTd0u9s2AGmBHKGDwvDx > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:46.5rem;width:75rem;position:relative;display:block; }#ch02D9GBGRw2FsEnKgJyTBS6UQHsytHa { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lV5atDdr8QEcKfedyi6HSgJ0LCuRW7AG { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:5.625rem;top:7.375rem;left:34.6875rem;overflow:hidden;display:block; }
#Ek2McO6uEV7SXoGRNFC8XW3p07nOThIf { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-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:29.4375rem;width:35.375rem;top:11.0625rem;left:0rem;display:block; }
#Hxf2cE0NDir3LE1yTm7TqXV2LLJ3bBTS { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-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:29.4375rem;width:35.375rem;top:11.0625rem;left:39.625rem;display:block; }
#BMM2OeR9vn6kgX9N3i9FgUDEyaa442ik { position:absolute;display:block;z-index:15011;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:11.75rem;width:11.75rem;top:12.9375rem;left:1.875rem;overflow:hidden;display:block; }
#t74VgaI7e9QzAc0wlWMMHp8xWyFU1Gt5 { position:absolute;display:block;z-index:15012;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:11.75rem;width:11.75rem;top:12.9375rem;left:41.5rem;overflow:hidden;display:block; }
#XlfkhDcAXVwwWOy2SZqbr1dofyX7RkVx { position:absolute;display:block;z-index:15013;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.625rem;width:5.625rem;top:15.875rem;left:12.5rem;overflow:hidden;display:block; }
#Vaqyae82OOb4HFySqPlfaZPVmUpc3NWu { position:absolute;display:block;z-index:15014;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.625rem;width:5.625rem;top:15.875rem;left:52.125rem;overflow:hidden;display:block; }
#M9U6TmGHCSN5JyH5DDk1qV792X4HO78t { color:#1e1e1e;display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:12.875rem;left:15.5rem;height:2.0588235625rem;text-align:left;text-align-last:left;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; }
#LCX5uBf9o5JIm6CQLrSuSUwpup6Fp5iP { color:#1e1e1e;display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:12.875rem;left:55.0625rem;height:2.0588235625rem;text-align:left;text-align-last:left;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; }
#M3Qyb8NiEwJpy6tatZBV9XIMEd4bqHoB { color:rgba(var(--color-secondary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:17.75rem;left:15.5rem;height:1.25rem;display:block; }
#QyVJLuyHqmlTAqoh8Smo2lfVQkIhIdWI { color:rgba(var(--color-secondary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:17.75rem;left:55.0625rem;height:1.25rem;display:block; }
#HT6VaearNX0xKex8ON2gFV4ATQ4e2va4 { color:#1e1e1e;display:block;width:31.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15020;line-height:1.4;letter-spacing:0;top:26.5625rem;left:1.875rem;height:6.985293875rem;font-style:normal;display:block; }
#dw6DRykn2LVVNsTsJGTFpJv74wo3HLuQ { position:absolute;display:block;z-index:15022;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.5rem;top:37.125rem;left:1.875rem;overflow:hidden;display:block; }
#aFUcA0sBs6Xqe4ZIgfd7PJ3EfAhTUSPW { position:absolute;display:block;z-index:15023;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.8125rem;top:37.1875rem;left:4.5625rem;overflow:hidden;display:block; }
#bCCEqec90lTEXpXZurHx2G5TecuMesMw { position:absolute;display:block;z-index:15024;background-color:#1e1e1e;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.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;box-shadow: none;height:0.125rem;width:3.5625rem;top:36rem;left:1.875rem;display:block; }
#UZE0W1cWrIkWCrs0sxVtHfADaonI4XMI { position:absolute;display:block;z-index:15025;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.0625rem;width:8.5rem;top:20.1875rem;left:15.5rem;overflow:hidden;display:block; }
#e6QzLVkPdaXKzW8ytEneayOrDHQsNz0l { position:absolute;display:block;z-index:15030;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.0625rem;width:8.5rem;top:20.1875rem;left:55.125rem;overflow:hidden;display:block; }
#wffnc54tQQmCTrt1gsXaqsrialfDyVLk { color:#1e1e1e;display:block;width:31.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15025;line-height:1.4;letter-spacing:0;top:26.5625rem;left:41.5rem;height:6.985293875rem;font-style:normal;display:block; }
#Q0p0lNV3OMCrPAOb5mHNs74QoNAiCDEV { position:absolute;display:block;z-index:15028;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.8125rem;top:37.1875rem;left:44.1875rem;overflow:hidden;display:block; }
#Uh4oKHlzw7kUtEi2ywbHHEDE8pKUxGNS { position:absolute;display:block;z-index:15027;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.5rem;top:37.125rem;left:41.5rem;overflow:hidden;display:block; }
#KZcU04d25przm2KsCZNCfg1ZX8FqaQ9z { position:absolute;display:block;z-index:15029;background-color:#1e1e1e;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.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;box-shadow: none;height:0.125rem;width:3.5625rem;top:36rem;left:41.5rem;display:block; }
#ceGk7IJTt4uH477KbMvFM1xFaeBs0sz5 { 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; }#ceGk7IJTt4uH477KbMvFM1xFaeBs0sz5 > .row .container { background-color: transparent; background-image: none; }#ceGk7IJTt4uH477KbMvFM1xFaeBs0sz5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ceGk7IJTt4uH477KbMvFM1xFaeBs0sz5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ceGk7IJTt4uH477KbMvFM1xFaeBs0sz5 > .row .container > .video-iframe-container { display: none; }#ceGk7IJTt4uH477KbMvFM1xFaeBs0sz5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ceGk7IJTt4uH477KbMvFM1xFaeBs0sz5 > .row > .video-iframe-container { display: none; }#ceGk7IJTt4uH477KbMvFM1xFaeBs0sz5 > .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); }#ceGk7IJTt4uH477KbMvFM1xFaeBs0sz5 > .row .container { border-width: 0; border-radius: 0; }#ceGk7IJTt4uH477KbMvFM1xFaeBs0sz5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ceGk7IJTt4uH477KbMvFM1xFaeBs0sz5 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:96rem;width:75rem;position:relative;display:block; }#JC97RR6MXkOBbTkv2CXZfIrhEJPmX8N1 { position:absolute;display:block;z-index:14989;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:18.4375rem;width:75rem;top:11.1875rem;left:0rem;display:block; }
#yLz2QieOhfaayEVGCiCuSoaEHdWzAA3X { position:absolute;display:block;z-index:14987;background-color:#f1f6ff;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:12.3125rem;width:75rem;top:52.875rem;left:0rem;display:block; }
#dCfXKBzZrc8BG0FO31kguOwJeo0bxuA8 { position:absolute;display:block;z-index:14986;background-color:#f1f6ff;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:12.3125rem;width:75rem;top:66.375rem;left:0rem;display:block; }
#ZhfyJiyS4KHx5RVrbzOy0Iw4TGeHvOCV { position:absolute;display:block;z-index:14985;background-color:#f1f6ff;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:12.3125rem;width:75rem;top:79.875rem;left:0rem;display:block; }
#A7SV8aA3DfvQMOwoxf6RLBdP3NCPd3BB { color:#1e1e1e;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:3.3823528125rem;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; }
#u9TqNT32y4dn4R3AdJrMEGzC5uBS9m3A { 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:0.625rem;width:5.625rem;top:7.4375rem;left:34.6875rem;overflow:hidden;display:block; }
#Cd80GFW1Jewnq1hTQ7WDpWA497M2WEDl { color:#1e1e1e;display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:32.8740234375rem;left:0rem;height:2.0588235625rem;text-align:left;text-align-last:left;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; }
#cBAWWSchTqM2MfPxsT1xxU24kW81Kdig { color:#1e1e1e;display:block;width:62.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:9.6875rem;left:6.25rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#MIJF4ZmkXD0CmT3Hpy5xAslfePdTr2uK { color:rgba(var(--color-tertiary-0),1);display:block;width:20.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:13.187255859375rem;left:1.875rem;height:2.8676469375rem;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-style:normal;display:block; }
#sUlAUfuIU1e40DNt2yovhXkz9eTmeKea { position:absolute;display:block;z-index:15009;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.625rem;width:5.625rem;top:13.1875rem;left:67.5625rem;overflow:hidden;display:block; }
#Br5U3c9kr7vPJNBgH9T9IL50IBEQnfXG { color:rgba(var(--color-tertiary-0),1);display:block;width:43.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:20.4375rem;left:1.875rem;height:7.3529410625rem;font-style:normal;display:block; }
#o1iTaz4uMtHwKhRWnAeK1ozqzpg55iVG { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1e1e1e;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9375rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:24.4375rem;left:52.1875rem;display:block; }
#diTfDqIxACznvdAU73GCefPxH1dkLiQZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mn0lb7KhNvIX7CfGG31k23sl42up33oP { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-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.9375rem;width:35.3125rem;top:17.25rem;left:0rem;display:block; }
#tinUOgGETArU4LaRA9Lgd24IwEyEo2zy { color:#1e1e1e;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:17.46875rem;left:1.875rem;height:1.4705881875rem;font-style:normal;display:block; }
#iI4BSlKPN9aeBHR0elnPLqd1PXaWP12D { color:rgba(var(--color-primary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:14994;line-height:1.5;letter-spacing:0;top:21.8125rem;left:60.6875rem;height:1.4705881875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#lrpKMzvc9WaV1c2GN03GGapgkrKlxTXo { color:rgba(var(--color-tertiary-0),1);display:block;width:3.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:19.78125rem;left:69.3125rem;height:1.4705881875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#XCw2pAFyTH4gIky3ltKV4hXy22RnVkI2 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:19.431640625rem;left:57rem;height:;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-style:normal;text-align:right;text-align-last:right;display:block; }
#DPThzkh5CBsf98y2trtJKD7QkITvQQxx { color:rgba(var(--color-tertiary-0),1);display:block;width:4.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:14980;line-height:1.3;letter-spacing:0;top:19.375rem;left:52.0625rem;height:1.76470575rem;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-style:normal;text-align:center;text-align-last:center;display:block; }
#XJt0JiO75VGBuU7O5nxWTavteqeioW9I { color:#1e1e1e;display:block;width:27.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:54.75rem;left:1.875rem;height:2.0588235625rem;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-style:normal;display:block; }
#vnZ0K2RUXdMhPvDPoTvSaAunHE3v77Ac { color:#1e1e1e;display:block;width:43.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:57.8125rem;left:1.875rem;height:4.411764625rem;font-style:normal;display:block; }
#nIcw5XHiPRs6gka9yAhBmFrUlvVNJ6Ef { color:#1e1e1e;display:block;width:43.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:71.25rem;left:1.875rem;height:5.8823528125rem;font-style:normal;display:block; }
#N3siJK2zDdWUS9NPCeHaPcbm7VIRPUCT { color:#1e1e1e;display:block;width:27.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:68.1875rem;left:1.875rem;height:2.0588235625rem;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-style:normal;display:block; }
#iDFZeqPXCvOHMmBeKni9OAdpx2mub9OK { color:#1e1e1e;display:block;width:43.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:84.8125rem;left:1.875rem;height:5.8823528125rem;font-style:normal;display:block; }
#FbmpoFoghrhdGy6VxJudn8e3o5FlhAsM { color:#1e1e1e;display:block;width:27.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:81.75rem;left:1.875rem;height:2.0588235625rem;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-style:normal;display:block; }
#fylMS98Sc6yvPE2FfILvFgazhC5tflW4 { color:#1e1e1e;display:block;width:1.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:17.46875rem;left:18.875rem;height:1.4705881875rem;font-style:normal;display:block; }
#Z0CI9XeK3m6N563wCEkTAQlJ202PRUg1 { color:#1e1e1e;display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:17.46875rem;left:19.9375rem;height:1.4705881875rem;font-style:normal;display:block; }
#kTsSUVXA5uIicImhS8WRPvFH57ZiyAP2 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1e1e1e;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.3125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:59.75rem;left:57rem;display:block; }
#G7ZaMa2vFW0EyE72zdqhWMA0D9J7HJEs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P7UO0hS34pddmLpVZbrOfKDGRoMCxy9v { color:#1e1e1e;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:14992;line-height:1.5;letter-spacing:0;top:57.875rem;left:60.6875rem;height:1.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#RzCNvHUGnVmDROLL0ykUxkkOUohC1hPe { color:#1e1e1e;display:block;width:2.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:56.6875rem;left:70.375rem;height:1.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TfPNMnCdgnTePWo236h45mThDFQkyQHh { color:#1e1e1e;display:block;width:7.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:56.125rem;left:63.3125rem;height:;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-style:normal;text-align:right;text-align-last:right;display:block; }
#dZJBhdTfguPo9272SkFyNM2rs16aPGBS { color:#1e1e1e;display:block;width:3.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:14982;line-height:1.5;letter-spacing:0;top:56.375rem;left:58.5625rem;height:1.4705881875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#K7z8L1mpP8rmiSKvHJ64DnThUAgQURfT { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1e1e1e;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.3125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:73.5rem;left:57rem;display:block; }
#v3CZUdoApXZRBwUlPltdCcFXIpz7LXdW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fITtHWSalo6cQL4vX68NzVnx2HApR718 { color:#1e1e1e;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:14991;line-height:1.5;letter-spacing:0;top:71.5625rem;left:60.6875rem;height:1.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#dRypuZULUCetvUVmlJAfZ1D6NllJClTO { color:#1e1e1e;display:block;width:2.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15025;line-height:1.5;letter-spacing:0;top:70.4375rem;left:70.375rem;height:1.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#OueVTfzNgTpiU38ZKPmFwFFM7PnIUWAf { color:#1e1e1e;display:block;width:7.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:69.875rem;left:62.9375rem;height:;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-style:normal;text-align:right;text-align-last:right;display:block; }
#bAhZxWOaK8DRwiRMSgZlRxuHKuvoinmy { color:#1e1e1e;display:block;width:3.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:14983;line-height:1.5;letter-spacing:0;top:70.2998046875rem;left:58.5625rem;height:1.4705881875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#XOM2T0NaxeDz6FvJkALQH3acxgpB5Irw { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1e1e1e;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.3125rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:86.75rem;left:57rem;display:block; }
#T88PyaVVtaDRnTo1lhAwVmOLGdhpFk02 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TDQMSAFMKDiEoOcsRkhSTsXMkg9EEz8q { color:#1e1e1e;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:14990;line-height:1.5;letter-spacing:0;top:84.9375rem;left:60.6875rem;height:1.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#CTsBTTnHqCUKFiVEHLzLMPVhEsNQvbK4 { color:#1e1e1e;display:block;width:2.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15031;line-height:1.5;letter-spacing:0;top:83.8125rem;left:70.375rem;height:1.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TQba2FE077iEEGQ9iLZUTM6HeexCektM { color:#1e1e1e;display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:83.25rem;left:62.4375rem;height:;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-style:normal;text-align:right;text-align-last:right;display:block; }
#qf9zT7is1GpaCDzoo5zyd6axM1L3ZBhX { color:#1e1e1e;display:block;width:3.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:14984;line-height:1.5;letter-spacing:0;top:83.375rem;left:58.5625rem;height:1.4705881875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#FmGT5TDX2RslhcziwKLPowfiPvnrghlB { color:#1e1e1e;display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:55.28125rem;left:16.3125rem;height:1.4705881875rem;font-style:normal;display:block; }
#EP2RLVNPkl5TyZQ24sTvE2pEPWrSkX22 { color:#1e1e1e;display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:68.71875rem;left:16.375rem;height:1.4705881875rem;font-style:normal;display:block; }
#ALH42pwrn9cbzR1OgMohCyucXzf0Aw6l { color:#1e1e1e;display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:82.28125rem;left:19rem;height:1.4705881875rem;font-style:normal;display:block; }
#JrtyssOuLSwsvHPsXaEKQ7UUvVb1dKKT { color:#1e1e1e;display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:20.40625rem;left:1.875rem;height:1.5rem;font-style:normal;display:none; }
#GgFe5yi1LqSGiZw8SJoLbAboRnlu9mPb { position:absolute;display:block;z-index:14988;background-color:#f1f6ff;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:13.875rem;width:75rem;top:37.75rem;left:0rem;display:block; }
#x0gh38B3SsnPFd1Eh5BuFrbAR75Ti52A { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1e1e1e;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.3125rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:46.125rem;left:57rem;display:block; }
#fG5fOGKv83TaaVI9VeziWd9V48AbRZe8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f093CioMhMl9XlU6HuX4p0dLQSlTP5Dy { color:#1e1e1e;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:14993;line-height:1.5;letter-spacing:0;top:44rem;left:60.6875rem;height:1.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Sf4eHhX8Xwd5Wptx6kt8ar9ftgUzR217 { color:#1e1e1e;display:block;width:2.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15029;line-height:1.5;letter-spacing:0;top:42.25rem;left:70.375rem;height:1.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#vgE25TIwJwRrqkuar4vEI6FkExwOsOf6 { color:#1e1e1e;display:block;width:7.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:41.6875rem;left:62.9375rem;height:;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-style:normal;text-align:right;text-align-last:right;display:block; }
#DGXNNOxABEei3pKbTs8oFnORoHS3qyr3 { color:#1e1e1e;display:block;width:3.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:14981;line-height:1.5;letter-spacing:0;top:42.15625rem;left:58.5625rem;height:1.4705881875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ttR1TLKy9rZOWPnmga1Nb86oVuw8Wiwr { color:#1e1e1e;display:block;width:30.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:39.625rem;left:1.875rem;height:2.0588235625rem;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-style:normal;display:block; }
#G0DC6Nw5Lnhl7MWedwgurgTluPaMonsR { color:#1e1e1e;display:block;width:43.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:42.6875rem;left:1.875rem;height:7.3529410625rem;font-style:normal;display:block; }
#OHGrZOB2kOO1l5MGgz0exMrJNA759fse { color:#1e1e1e;display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:40.1875rem;left:27.75rem;height:1.4705881875rem;font-style:normal;display:block; }
#pCkADeZCaPO3RaoTIKzOEAlS7ypgdBPA { color:#1e1e1e;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:35.8125rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#P7aNWeVO1b44SJcAhSaC4EXfuh8t94sC { color:#1e1e1e;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:35.8125rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#TmTsgGeMBAQBe15acmE7GlaB6iHg5NDS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6ff;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; }#TmTsgGeMBAQBe15acmE7GlaB6iHg5NDS > .row .container { background-color: transparent; background-image: none; }#TmTsgGeMBAQBe15acmE7GlaB6iHg5NDS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmTsgGeMBAQBe15acmE7GlaB6iHg5NDS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmTsgGeMBAQBe15acmE7GlaB6iHg5NDS > .row .container > .video-iframe-container { display: none; }#TmTsgGeMBAQBe15acmE7GlaB6iHg5NDS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmTsgGeMBAQBe15acmE7GlaB6iHg5NDS > .row > .video-iframe-container { display: none; }#TmTsgGeMBAQBe15acmE7GlaB6iHg5NDS > .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); }#TmTsgGeMBAQBe15acmE7GlaB6iHg5NDS > .row .container { border-width: 0; border-radius: 0; }#TmTsgGeMBAQBe15acmE7GlaB6iHg5NDS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TmTsgGeMBAQBe15acmE7GlaB6iHg5NDS > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:29.25rem;width:75rem;position:relative;display:block; }#lMxBdVOilqDDiJmBuitL9oyT7MgfTdbP { color:#1e1e1e;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.9375rem;left:0rem;height:3.3823528125rem;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; }
#AIJBU9DrFpFKnWQCrPUmBHANP8ulU9d3 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:5.625rem;top:6.1875rem;left:34.6875rem;overflow:hidden;display:block; }
#zFXav2BqWl72yWg0Ln6CGCyBSVTao1Vl { color:#1e1e1e;display:block;width:62.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:8.6875rem;left:6.25rem;height:1.4705881875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZG6U7RByBR6BCNauCqJo2r26SrHfKIZ7 { color:#1e1e1e;display:block;width:17.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:12.3125rem;left:37.6875rem;height:2.0588235625rem;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-style:normal;display:block; }
#ymcdhuRab5ZRXT9Qov4KIqf0stWfX4v0 { color:rgba(var(--color-secondary-2),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:14.875rem;left:37.6875rem;height:1.25rem;display:block; }
#RxpAuQQr3l83W6w4Fe7Xdn0wEfTds3ZO { color:#1e1e1e;display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:22.3125rem;left:37.6875rem;height:1.25rem;font-style:normal;display:block; }
#EDc6urFhLyQ5NtX6EQvlbFq2dIxtVG1h { color:#1e1e1e;display:block;width:23.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:24.5625rem;left:37.6875rem;height:1.25rem;font-style:normal;display:block; }
#O6i4XQ4DH6Rufq3nRnGdT8LikTrGn7HO { 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:2.0625rem;width:6rem;top:17.4375rem;left:37.6875rem;overflow:hidden;display:block; }
#qwZbhbB5T0mgb8oB6hmdL8gh3SoMugSM { color:#1e1e1e;display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:24.4375rem;left:39.8125rem;height:1.29980625rem;font-style:normal;display:none; }
#nr7PBTzg8q3FWOmKO47gs8oO6KdOIIiT { position:absolute;display:block;z-index:15029;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:13.125rem;width:13.125rem;top:12.3125rem;left:19.6875rem;overflow:hidden;display:block; }
#fBhV5nWPz15IH5nZ042CkVwQsEF1t9ON { 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; }#fBhV5nWPz15IH5nZ042CkVwQsEF1t9ON > .row .container { background-color: transparent; background-image: none; }#fBhV5nWPz15IH5nZ042CkVwQsEF1t9ON::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fBhV5nWPz15IH5nZ042CkVwQsEF1t9ON > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fBhV5nWPz15IH5nZ042CkVwQsEF1t9ON > .row .container > .video-iframe-container { display: none; }#fBhV5nWPz15IH5nZ042CkVwQsEF1t9ON > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fBhV5nWPz15IH5nZ042CkVwQsEF1t9ON > .row > .video-iframe-container { display: none; }#fBhV5nWPz15IH5nZ042CkVwQsEF1t9ON > .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); }#fBhV5nWPz15IH5nZ042CkVwQsEF1t9ON > .row .container { border-width: 0; border-radius: 0; }#fBhV5nWPz15IH5nZ042CkVwQsEF1t9ON > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fBhV5nWPz15IH5nZ042CkVwQsEF1t9ON > .row .container { font-size:0.875rem;font-family:arial;height:39.5rem;width:75rem;position:relative;display:block; }#E8WtOzoATUZM6TPA3LMLU3ZBaPxl6dZZ { color:#0d1928;display:block;width:59.7485625rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15086;line-height:1.3;letter-spacing:0;top:2.5625rem;left:7.625rem;height:3.235294125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uVdq0DrBJ7VgtPSuTIoeXKlvR3RmLHbX { position:absolute;display:block;z-index:15087;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:8.9375rem;top:11.125rem;left:7rem;overflow:hidden;display:block; }
#EzRIiCNLHV9eVecg0i7wdK13Kvv9dHbX { position:absolute;display:block;z-index:15088;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:8.9375rem;top:11.125rem;left:17.5625rem;overflow:hidden;display:block; }
#FKBO83RJm31mFIyKIakPHy3AgQbNw8gX { position:absolute;display:block;z-index:15089;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:8.9375rem;top:11.125rem;left:27.9375rem;overflow:hidden;display:block; }
#XFD7O7mbK4eLFfXIMFQmX3TfU2Ba1InM { position:absolute;display:block;z-index:15090;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:8.875rem;top:11.125rem;left:38.4375rem;overflow:hidden;display:block; }
#gZ0LZAiANekE2RDGHTSPLDnlz3qvXLMg { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:5.75rem;width:8.875rem;top:11.125rem;left:48.8125rem;overflow:hidden;display:block; }
#PX79S0np7C40AVn90UMOmzLuyCgs3MXi { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.81163125rem;width:8.936625rem;top:22.9375rem;left:48.8125rem;overflow:hidden;display:block; }
#BX6yBf70OJnFaEIL81iI51SDFAFV9GtL { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.81163125rem;width:8.936625rem;top:11.125rem;left:59.0625rem;overflow:hidden;display:block; }
#wNkXMgEmyc31G4AZZdJA230q2Nx4Xprn { position:absolute;display:block;z-index:15098;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.74978125rem;width:8.8748125rem;top:22.966581344604rem;left:7.0290794372556rem;overflow:hidden;display:block; }
#bqhBfhTVqw3np7EToth10fcTottTi1Zx { position:absolute;display:block;z-index:15099;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.74978125rem;width:8.8748125rem;top:22.966581344604rem;left:38.4375rem;overflow:hidden;display:block; }
#a8CH4cVu32yFiDq9Xc8au8CIArok9ibG { position:absolute;display:block;z-index:15100;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.7487rem;width:8.8748125rem;top:22.967666625976rem;left:59.091796875rem;overflow:hidden;display:block; }
#G8EuDXfGoNz0xiCM1Wk2ivBp9fmy5278 { position:absolute;display:block;z-index:15102;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:8.875rem;top:22.968750953674rem;left:27.968750953674rem;overflow:hidden;display:block; }
#EGCMpRoT6Rxek9bNTHkXb01MocFe6rXS { position:absolute;display:block;z-index:15103;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.686525rem;width:8.6865rem;top:23rem;left:17.6875rem;overflow:hidden;display:block; }
#anUxHARIr9xHMcgJe27v6g3MMkguaHuM { color:rgba(var(--color-tertiary-4),1);display:block;width:30.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15107;line-height:1.3;letter-spacing:0;top:20.75rem;left:22.125rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nAo2I9HZAXKTvvxhHZTOMaC4Tz83zTuH { color:rgba(var(--color-tertiary-4),1);display:block;width:30.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15106;line-height:1.3;letter-spacing:0;top:9.1875rem;left:22rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KTpBN3MwEAEidDZTvP20VIhbwWfvAEyZ { color:rgba(var(--color-tertiary-4),1);display:block;width:30.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15107;line-height:1.3;letter-spacing:0;top:20.75rem;left:22.125rem;height:1.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#EhZsKUiCZNANlLFGh0IuC42mnLQb3dXe { position:absolute;display:block;z-index:15101;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:5.7490806875rem;width:8.8740806875rem;top:30.089599609375rem;left:7.0599718093875rem;overflow:hidden;display:block; }
#HyNJFQhaGHXTeb4dMyyIbZuggU7345TX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#HyNJFQhaGHXTeb4dMyyIbZuggU7345TX > .row .container { background-color: transparent; background-image: none; }#HyNJFQhaGHXTeb4dMyyIbZuggU7345TX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HyNJFQhaGHXTeb4dMyyIbZuggU7345TX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HyNJFQhaGHXTeb4dMyyIbZuggU7345TX > .row .container > .video-iframe-container { display: none; }#HyNJFQhaGHXTeb4dMyyIbZuggU7345TX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HyNJFQhaGHXTeb4dMyyIbZuggU7345TX > .row > .video-iframe-container { display: none; }#HyNJFQhaGHXTeb4dMyyIbZuggU7345TX > .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); }#HyNJFQhaGHXTeb4dMyyIbZuggU7345TX > .row .container { border-width: 0; border-radius: 0; }#HyNJFQhaGHXTeb4dMyyIbZuggU7345TX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HyNJFQhaGHXTeb4dMyyIbZuggU7345TX > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:75rem;position:relative;display:block; }#JfDKJcR6SxgJ4CIFO68TGXpoabfNGuOG { position:absolute;display:block;z-index:15024;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.625rem;width:10.625rem;top:8.5rem;left:8.4375rem;overflow:hidden;display:block; }
#RkfF4acAPo8W59az4qcN8Pn2mVhu8bpo { color:rgba(var(--color-tertiary-4),1);display:block;width:39.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15025;line-height:1.5;letter-spacing:0;top:5.8125rem;left:26.000001907349rem;height:8.0882351875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#uAOPC9tmgorW5VvKqBvJ9EyLou7kQNMX { color:#0d1928;display:block;width:30.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15086;line-height:1.3;letter-spacing:0;top:1.9617190361023rem;left:26.000001907349rem;height:3.235294125rem;font-style:normal;text-align:left;text-align-last:left;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; }
#w8mJI0UEpNLG4xo6OKxNpDK4zKvduHiC { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.6;letter-spacing:0;top:16.8125rem;left:26rem;height:1.76470575rem;text-align:left;text-align-last:left;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; }
#IE7o0ARAiGqya3UTDyCnSmc1SHRlScKQ { color:#f20b32;display:block;width:19.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15025;line-height:1.6;letter-spacing:0;top:16.8125rem;left:43.0625rem;height:1.76470575rem;text-align:left;text-align-last:left;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; }
#T2sBKEEVX8qOimtGmiuIKGVUEm3msZMm { 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; }#T2sBKEEVX8qOimtGmiuIKGVUEm3msZMm > .row .container { background-color: transparent; background-image: none; }#T2sBKEEVX8qOimtGmiuIKGVUEm3msZMm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2sBKEEVX8qOimtGmiuIKGVUEm3msZMm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2sBKEEVX8qOimtGmiuIKGVUEm3msZMm > .row .container > .video-iframe-container { display: none; }#T2sBKEEVX8qOimtGmiuIKGVUEm3msZMm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2sBKEEVX8qOimtGmiuIKGVUEm3msZMm > .row > .video-iframe-container { display: none; }#T2sBKEEVX8qOimtGmiuIKGVUEm3msZMm > .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); }#T2sBKEEVX8qOimtGmiuIKGVUEm3msZMm > .row .container { border-width: 0; border-radius: 0; }#T2sBKEEVX8qOimtGmiuIKGVUEm3msZMm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T2sBKEEVX8qOimtGmiuIKGVUEm3msZMm > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:16.1875rem;width:75rem;position:relative;display:block; }#pylIZtsSyM2NwExmAryxvTXz1l0Q1DkP { 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:1.4375rem;width:1.4375rem;top:5.6875rem;left:0rem;overflow:hidden;display:block; }
#dXyT7V0o0SGD0RC7lpm9hpW69eH0NPXV { 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:1.4375rem;width:1.4375rem;top:5.6875rem;left:3.6875rem;overflow:hidden;display:block; }
#zn9Jmwk5eOZc22DX1D2RLutODBLLXtEN { 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:1.375rem;width:1.625rem;top:5.71875rem;left:7.3125rem;overflow:hidden;display:block; }
#ccDJAus1kBVqGCbGs1NzNM5nqLSAsBtd { 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.1875rem;width:1.75rem;top:5.9375rem;left:11.125rem;overflow:hidden;display:block; }
#Ky3NsigAqSimTHneRJOKwZAP9HCZhvFS { 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.0625rem;width:3.9375rem;top:6rem;left:15.125rem;overflow:hidden;display:block; }
#tgmTcpTQ5npkw83LqBC7olCmAEpuaWrO { 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.25rem;width:1.5625rem;top:5.84375rem;left:25.9375rem;overflow:hidden;display:block; }
#XhRBp8d2lpVNexUV3Tn0BdlN34ktgRTH { color:#1e1e1e;display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:5.71875rem;left:28.25rem;height:1.4705881875rem;font-style:normal;display:block; }
#EEHcP8hoCgl0GwAoPGdbPSll3aWE7o3K { color:#1e1e1e;display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15023;line-height:1.5;letter-spacing:0;top:2.8125rem;left:0rem;height:1.4705881875rem;font-style:normal;display:block; }
#fZqrSCxdwJOxSlhVW8ODtDzTP9IzhL6b { color:#1e1e1e;display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:2.8125rem;left:25.9375rem;height:1.4705881875rem;font-style:normal;display:block; }
#y1SqqTo1ftaUwyQ6oor7XlbdfJKNDDnQ { color:#1e1e1e;display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15025;line-height:1.5;letter-spacing:0;top:2.8125rem;left:50.5rem;height:1.4705881875rem;font-style:normal;display:block; }
#HkTWICEvw9h1pM77EnL5EQWrJxQPQ6A4 { position:absolute;display:block;z-index:15026;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:3.5rem;top:5.5625rem;left:50.5rem;overflow:hidden;display:block; }
#IvqxGsAHIbSWmxDvnt30CE38K0cuQJXv { position:absolute;display:block;z-index:15027;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.875rem;width:3.625rem;top:5.46875rem;left:66.1875rem;overflow:hidden;display:block; }
#UkJgFBQlALnDOsHFDHfTVLT3Nx9nOS84 { position:absolute;display:block;z-index:15028;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.25rem;width:4rem;top:5.78125rem;left:60.6875rem;overflow:hidden;display:block; }
#OTaAITCVAgdmaMsdHmLR5yiT564fuFkm { position:absolute;display:block;z-index:15029;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:3.1875rem;top:5.1875rem;left:55.9375rem;overflow:hidden;display:block; }
#vJSn9PvxXrTtKhXDCoxgqeF4fCPS0wmI { color:#1e1e1e;display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:11.9375rem;left:0rem;height:1.102941125rem;font-style:normal;display:block; }
#tJvteCiOXT78VKHVXSAe6GBTWJS2A6yG { color:#1e1e1e;display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:11.9375rem;left:15.5625rem;height:1.102941125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BBQ8mpeHrZFW5VfpilZzusIUL76JWu3w { color:#1e1e1e;display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:11.9375rem;left:25.1875rem;height:1.102941125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wlXaSsfcKhmr5PFH6QKGAzH2seL97r2A { color:#1e1e1e;display:block;width:7.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:11.9375rem;left:31.5rem;height:1.102941125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TXxdTov88ISXpXD1iT0cIraFJUqFHug1 { position:absolute;display:block;z-index:15028;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.9375rem;width:4rem;top:5.25rem;left:71rem;overflow:hidden;display:block; }
#QufJGyhQMXlfR7yDU4KuAv9ZCwN4Ve7V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#QufJGyhQMXlfR7yDU4KuAv9ZCwN4Ve7V > .row .container { background-color: transparent; background-image: none; }#QufJGyhQMXlfR7yDU4KuAv9ZCwN4Ve7V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QufJGyhQMXlfR7yDU4KuAv9ZCwN4Ve7V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QufJGyhQMXlfR7yDU4KuAv9ZCwN4Ve7V > .row .container > .video-iframe-container { display: none; }#QufJGyhQMXlfR7yDU4KuAv9ZCwN4Ve7V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QufJGyhQMXlfR7yDU4KuAv9ZCwN4Ve7V > .row > .video-iframe-container { display: none; }#QufJGyhQMXlfR7yDU4KuAv9ZCwN4Ve7V > .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); }#QufJGyhQMXlfR7yDU4KuAv9ZCwN4Ve7V > .row .container { border-width: 0; border-radius: 0; }#QufJGyhQMXlfR7yDU4KuAv9ZCwN4Ve7V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QufJGyhQMXlfR7yDU4KuAv9ZCwN4Ve7V > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:11.625rem;width:75rem;position:relative;display:block; }#wrmAGMVCmvyyAA5g3zSh4TwdOUuoJTkO { 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:2.5rem;width:9.5625rem;top:5.375rem;left:37.9375rem;overflow:hidden;display:block; }
#THmMyTo0peupWMgQAhplCwwiGcp80Kwb { 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:2rem;width:6rem;top:5.625rem;left:49.5rem;overflow:hidden;display:block; }
#sxMs6KxUi9D6zk4VnVTLL814hXg0ZhTQ { color:rgba(var(--color-tertiary-0),1);display:block;width:6.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:6.0625rem;left:31.625rem;height:1.102941125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Hgf3BDrU7kMDT8FOhtGJuD5e7RTONS0M { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:9.625rem;top:3.125rem;left:19.5rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #k138XA9NEOcFoSXOKy8gHalZowA7drMb { display:block; }#k138XA9NEOcFoSXOKy8gHalZowA7drMb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tM32Ggodghq2lAIQ8VrNe0cAqEa9STHP { width:17rem;height:2.4375rem;top:1.25rem;left:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3hx6rUKIcL5bNrBHWlcdI1EuGyarQy4 { display:block; }
 }@media only screen and (max-width: 763px) { #pK7DDcvGcXIPuwNLu0cZIpav8Ow1BNgg { top:1.5625rem;left:0rem;width:24.375rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Le4JLQFqnlE37gxLkiJbpWt3e20vAQvX { top:1.25rem;left:0rem;width:25.875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdaDeQe1vPXZvDsG0kpX5c8hunoTMraF { top:1.375rem;left:17.3271484375rem;width:21.875rem;height:2.1812926643039rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKekM7mrmcrEixrSpdkCG0Totbypw34H { display:block; }#AKekM7mrmcrEixrSpdkCG0Totbypw34H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pQPeB7I4HorJbhTb9g8mzWlyQttQGo55 { width:16.875rem;height:3.5rem;top:0.8125rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKIL9esJhTp8oFdCGBhSFlJwbPSZLbIz { display:block; }
 }@media only screen and (max-width: 763px) { #ASOTIDqQIewvizpntk6xacn581nBPJSM { top:1.6875rem;left:0rem;width:24rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQJQ4JX79BTxUptp70TBFM9J6yvykPwb { top:1rem;left:0rem;width:24rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqtyO8xKGihoDDgZ514Vt4LMuoBCiDoK { display:block; }#PqtyO8xKGihoDDgZ514Vt4LMuoBCiDoK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GHaFsfhXmr1oPSkqzaELV3p9IHHCAbDN { top:39.3125rem;left:0rem;width:47.75rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q09RLH54GpxK3gBqGpQl8kfSsFepXKa1 { top:11.9375rem;left:0rem;width:47.75rem;height:25.462595907928rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcr6p59I3p5TDQZsPc3TpfmQrsoNflHG { top:3.125rem;left:0rem;width:12.125rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyyAty3mqD5FtWQr8XCeslkzF1sIc5hW { top:3.125rem;left:29.25rem;width:8.4375rem;height:2.0475754500529rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcVx25NuM9WEotD7dszV266yUfGO1QbI { top:3.125rem;left:39.6875rem;width:6rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7PMhRgIZeXqN4l8qDpTc7Dtz3PQvPqS { top:3.5rem;left:15.25rem;width:12.4375rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGNHvXrcIePfJB5aQDmdMMwxoPXnZwLr { top:12.8125rem;left:0rem;width:37.875rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #CavwrgzCtbzyRECqWwGBD9WZTCxZ5RAr { top:21.875rem;left:0rem;width:30.9375rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #to9IiJzuDETvbLOHyrdOVwDwcxV8khT6 { width:20.875rem;height:3.375rem;top:35.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5w74A63cM2VzB9Fr474iEL9cDhraNwU { display:block; }
 }@media only screen and (max-width: 763px) { #CDCZ9nA3kRhGbo6hFEWwxkbzrS6Qqhyr { top:23.5625rem;left:0rem;width:32.5rem;height:10.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #swPEKAA5OF5wDG7N01gK0ARFf9857ZNn { top:26.75rem;left:0rem;width:17.5rem;height:3rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cyb1qgdND6olU0GVlkn5UDxTvTq2RLpn { top:29.1875rem;left:0rem;width:20rem;height:13.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BWAeqhnaJg8uhJGX46U3zz2JwPoptxXM { top:39.75rem;left:0rem;width:17.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXBOOcXhtN8Ecb1qr2pGcSrvzUEGqIw5 { width:12.0625rem;height:3.375rem;top:2.375rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZ8NTzQyygaKxvzi74gLDOTGEPppeGCT { display:block; }
 }@media only screen and (max-width: 763px) { #U5iS2EO53PzmxRZed73UpSXMaq1zbWeH { display:block; }#U5iS2EO53PzmxRZed73UpSXMaq1zbWeH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NVDo6DfHZVO1Rv8bzfJTa2MHO1o7g0gV { top:39.3125rem;left:0rem;width:47.75rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mLwBi5JODkdV9JV3AaVumakdoh9OAB75 { top:1.125rem;left:0rem;width:12.0625rem;height:6.7150138671231rem;display:block; }
 }@media only screen and (max-width: 763px) { #bINkCqqPzHgIZ1ZHMTdbt17xHo1fJyPJ { top:3.875rem;left:39.3125rem;width:8.4375rem;height:2.0466688818054rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwKZfa9ThOTaev71mEBaZTIMaSoVvLtr { top:3.0625rem;left:40.25rem;width:7.5rem;height:2.87475625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXiAZhi2NC4iZrDVSIPACNNgu2XbTaN6 { top:4.25rem;left:29.625rem;width:12.5rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3DQPLZDqC4n0NnxQCMyPmRU8bFtwH06 { top:26.75rem;left:0rem;width:17.5rem;height:3rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RC4h6PnAr4RpPZivPXN6uZOEQpetZHTo { top:29.1875rem;left:0rem;width:20rem;height:13.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XTOlJbS5vInZvqhgF6ltwgl20A67S7qD { width:22.5rem;height:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #D0ooTo2qvXhbTUFhdQQcVGkFm3MlM7C4 { display:block; }#D0ooTo2qvXhbTUFhdQQcVGkFm3MlM7C4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f7X6mc1c4CiKEmrg8ZToqzpiGfB9arda .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;background-color:;background-image:none;margin-top:0;margin-right:0.5rem;margin-bottom:0;margin-left:0.5rem;vertical-align:top; }
#f7X6mc1c4CiKEmrg8ZToqzpiGfB9arda .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#1e1e1e;padding-top:0.75rem;padding-right:0.125rem;padding-bottom:0;padding-left:0.125rem;display:block;width:5.375rem;height:3.625rem;position:relative;font-family:"jetbrains mono";font-size:2.25rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#f7X6mc1c4CiKEmrg8ZToqzpiGfB9arda .widget-text.counter-label { background-color:;background-image:none;color:#1e1e1e;padding-top:0;padding-right:0.125rem;padding-bottom:0.5rem;padding-left:0.125rem;display:block;width:auto;height:0.9375rem;position:relative;font-family:roboto;font-size:0.875rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#f7X6mc1c4CiKEmrg8ZToqzpiGfB9arda { width:26.875rem;height:7.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.25rem;left:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7X6mc1c4CiKEmrg8ZToqzpiGfB9arda #IuAuZKsSUsMZacbxRQmy0XgXvsr2TIUw { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #f7X6mc1c4CiKEmrg8ZToqzpiGfB9arda #eN2lUFsdNTcgUqpFmoLIdnANFoey9X0x {  }
 }@media only screen and (max-width: 763px) { #f7X6mc1c4CiKEmrg8ZToqzpiGfB9arda #AWKkCsprrF4hPCR6B2WGgm7teO30kEL2 {  }
 }@media only screen and (max-width: 763px) { #f7X6mc1c4CiKEmrg8ZToqzpiGfB9arda #SqiAfBTtbLTTbJFZx9GOgp6gOAhBKtEi { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #f7X6mc1c4CiKEmrg8ZToqzpiGfB9arda #RUQZKAmg4Hd5NsCXovUPADULCBpgXsIX {  }
 }@media only screen and (max-width: 763px) { #f7X6mc1c4CiKEmrg8ZToqzpiGfB9arda #BktOknlOg1Vlt5SBSakazp7oPZQ1FcHE {  }
 }@media only screen and (max-width: 763px) { #f7X6mc1c4CiKEmrg8ZToqzpiGfB9arda #oiofSLeubsLeTuSxHv6wzUqzfha9FC1G { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #f7X6mc1c4CiKEmrg8ZToqzpiGfB9arda #dABto8yirnqBG0yaSes7IxIZPG3Tbo2B {  }
 }@media only screen and (max-width: 763px) { #f7X6mc1c4CiKEmrg8ZToqzpiGfB9arda #FTRWeQ4oedwxP3ctD3nIZu7pRQJinpNr {  }
 }@media only screen and (max-width: 763px) { #f7X6mc1c4CiKEmrg8ZToqzpiGfB9arda #iafXQ0CKaxqWwPHQZm7P3TkyIfTfzKrH { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #f7X6mc1c4CiKEmrg8ZToqzpiGfB9arda #yszde1IxhP6ZLtA15wpg1ATFq6OhDG3c {  }
 }@media only screen and (max-width: 763px) { #f7X6mc1c4CiKEmrg8ZToqzpiGfB9arda #xAGw8IMxAxuN0wE12r56MyAA4ubJUDQO {  }
 }@media only screen and (max-width: 763px) { #KHg2b2DrCZhh0LRCLMCsXdKB5lhfeTE3 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;background-color:;background-image:none;margin-top:0;margin-right:0.5rem;margin-bottom:0;margin-left:0.5rem;vertical-align:top; }
#KHg2b2DrCZhh0LRCLMCsXdKB5lhfeTE3 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#1e1e1e;padding-top:0.75rem;padding-right:0.125rem;padding-bottom:0;padding-left:0.125rem;display:block;width:5.375rem;height:3.625rem;position:relative;font-family:"jetbrains mono";font-size:2.25rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#KHg2b2DrCZhh0LRCLMCsXdKB5lhfeTE3 .widget-text.counter-label { background-color:;background-image:none;color:#1e1e1e;padding-top:0;padding-right:0.125rem;padding-bottom:0.5rem;padding-left:0.125rem;display:block;width:auto;height:0.9375rem;position:relative;font-family:roboto;font-size:0.875rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#KHg2b2DrCZhh0LRCLMCsXdKB5lhfeTE3 { width:26.875rem;height:7.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.25rem;left:20.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KHg2b2DrCZhh0LRCLMCsXdKB5lhfeTE3 #JQCXSNEvEEUpca0PyN3oE73GnlGufFi4 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KHg2b2DrCZhh0LRCLMCsXdKB5lhfeTE3 #SVKzNI4QoldDqxz7xvcRJiTFf9XpUbgp {  }
 }@media only screen and (max-width: 763px) { #KHg2b2DrCZhh0LRCLMCsXdKB5lhfeTE3 #FlHZzWbg6h3lS1NfpZH8NX8t1ElJxCzX {  }
 }@media only screen and (max-width: 763px) { #KHg2b2DrCZhh0LRCLMCsXdKB5lhfeTE3 #WPTtZ6Ml3llMJov9dOmZ9R1KHoKaf0vR { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KHg2b2DrCZhh0LRCLMCsXdKB5lhfeTE3 #lksVZ89UOqyJsP1hgTmOXOM3SJtGUEvz {  }
 }@media only screen and (max-width: 763px) { #KHg2b2DrCZhh0LRCLMCsXdKB5lhfeTE3 #vzysTlVhn8mgn55u1xC9SHTq8GEPswLN {  }
 }@media only screen and (max-width: 763px) { #KHg2b2DrCZhh0LRCLMCsXdKB5lhfeTE3 #BT5LLkXiE1MmcK8gRvK4BXhkeU18udP2 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KHg2b2DrCZhh0LRCLMCsXdKB5lhfeTE3 #foxS8X7HO3zawuUwyXFLzxkvo6VabtfR {  }
 }@media only screen and (max-width: 763px) { #KHg2b2DrCZhh0LRCLMCsXdKB5lhfeTE3 #FvE10We3fdWDFbcXB53i38czlcbpTrsV {  }
 }@media only screen and (max-width: 763px) { #KHg2b2DrCZhh0LRCLMCsXdKB5lhfeTE3 #cdMQatFELuyg4SeELwS8rbTP8Nw4buRH { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KHg2b2DrCZhh0LRCLMCsXdKB5lhfeTE3 #t5Lyd2ocPNN4iuSLxIS3qWRo6s1cKWdH {  }
 }@media only screen and (max-width: 763px) { #KHg2b2DrCZhh0LRCLMCsXdKB5lhfeTE3 #C5fNfkgD8HAiChFHEn5CiRdDT0gvkWfk {  }
 }@media only screen and (max-width: 763px) { #vzxLRwgPZhb56tAkPpIqizWEdy6ZuD32 { top:2.5625rem;left:0rem;width:5.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBnv4Esx4xSN5auIWKHrS3ixbBGT0HPi { display:block; }#VBnv4Esx4xSN5auIWKHrS3ixbBGT0HPi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pkKvHBCV59red9F61NgFc39o302fCe5f { top:0rem;left:0rem;width:31.25rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xgk6ITciKESh9MREUowOLAn9KHiVzUw5 { top:9.875rem;left:0rem;width:37.25rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0bAyB4PQDR1i7H6zV3Ufsh8OXPO3JTf { top:16.25rem;left:0rem;width:37.25rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pp8X0sPBylFKdEMuX31DqTNPJWkX7Xyi { top:24.125rem;left:0rem;width:36.4375rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uE8bwlgeTPqchteH3BISJpfdc5EPWwoT { top:30.1875rem;left:0rem;width:35.0625rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZ2kSJRFZUUQwZmceI5mW322ORs4Gwz9 { top:36.5rem;left:0rem;width:36.0625rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #haNa2DJl4XfvSukx0v39mHkooao1pEfp { top:7.9375rem;left:0rem;width:5.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKFOxUSPp2c0rBVuJr6dBxDIEtdgDxWf { top:9.875rem;left:13.375rem;width:34.375rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeBysGvNRxMSJds9ylNVAXb9OZBqTATQ { width:20.9375rem;height:3.4375rem;top:32.25rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fi3EgCdZh9vTONNrSMkh9Mr6boQdz3fT { display:block; }
 }@media only screen and (max-width: 763px) { #o0NDknZykZTctBGxnrrCyT3cHZuFfiPQ { display:none; }#o0NDknZykZTctBGxnrrCyT3cHZuFfiPQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TtEEEZlisZaxVaS8y9ubEPG1fbty1JA3 { width:20.9375rem;height:3.4375rem;top:35.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #huIklWsiUU5pdT0olWXRQt22FDgHVBzV { display:block; }
 }@media only screen and (max-width: 763px) { #Q3oanfZQhkS2zaXxHM9SUFiMukBoHT6D { display:block; }#Q3oanfZQhkS2zaXxHM9SUFiMukBoHT6D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #APXRZ2IrrpW6EcugskblxW8ZX2d4RPiN { top:11.0625rem;left:0rem;width:37rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3p7KN3KMq6s2REEVqbkns84dTwWURqf { top:11.0625rem;left:10.75rem;width:37rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdI28o0TzBekVIQrE9V7O1K5kHTE9UTi { top:27.6875rem;left:10.75rem;width:37rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #icu0TsdsXIMdS4gAOPREHCy0vqIJeTxv { top:27.6875rem;left:0rem;width:37rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdO7fx2kNsGX6HbliMRdeiolv3lZM6Mk { top:3.125rem;left:0rem;width:47.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHgxSMerF1MizTG6A1GT85VDWfnZdzUb { top:7.375rem;left:21.0625rem;width:5.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCOoUHGlZHQVs489sGcTJOR29EG7FS2o { top:13.125rem;left:0rem;width:13.75rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5So3kxToUlfh9OTiIWF2w2bRBpAHWMB { top:13.125rem;left:26.25rem;width:13.75rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #khRlef17Kb48uO7boRTPctildFPtawbI { top:29.75rem;left:0rem;width:13.75rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcLhwXnQwhGsTZQDAdeOouKTzTxyD9Sh { top:29.75rem;left:26.25rem;width:13.75rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReccPHgv58IzNINbDoFuIM7gm2VrDcnb { top:12.9375rem;left:6rem;width:16.5625rem;height:12rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rX5OUoqh7xEqCkHngJm8aqZLXzLT8SLL { top:12.9375rem;left:32.1875rem;width:15.5625rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #THDBwOsTzONTy1wgNMkin0gWTLRMDkEq { top:29.5625rem;left:6rem;width:16.5625rem;height:12rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGE1ZHTx5FQrIOPOq5JST46ocUfJ1yCn { top:29.5625rem;left:31.1875rem;width:16.5625rem;height:12rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTUVkrfzzL9shsTFC68y4z5Ri0Se5G4c { display:block; }#JTUVkrfzzL9shsTFC68y4z5Ri0Se5G4c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kSKAShkCXMBH7ZhHppKHEc4F6ckeM1JB { top:3.125rem;left:0rem;width:47.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Usm827LPIn4X0FgUJGwkK4McG09ocJ65 { top:7.4375rem;left:21.0625rem;width:5.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LP4cAqdJKwp9SOwCnP0ONRU4lTQ5Ov5H { top:11.1875rem;left:0rem;width:33.5rem;height:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pobOxNaumh94kT7oy2XKoE6kku64vnyr { top:11.1875rem;left:16.5rem;width:31.25rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwT2DLS7VVkEPunqW1yWwaafRtP8PeVV { top:21.25rem;left:16.5rem;width:31.25rem;height:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTcWIgNXtm9SW8gXdbhJHgnqzoOUVJTE { top:27rem;left:16.5rem;width:31.25rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITIN5mVSmX42Ma0Mpu94Nh0gMO2iAZTK { top:32.6875rem;left:16.5rem;width:31.25rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4xJSUazg8BdnH5yXwRZdb8bFhoqU8wb { width:23.5rem;height:3.4375rem;top:41.6875rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2nagfuQ2o6hsDJIF3EvLR0Xwrcarybq { display:block; }
 }@media only screen and (max-width: 763px) { #LLdhpWSyTsuLGXKT3wBuNP3wB8mVDBsS { display:none; }#LLdhpWSyTsuLGXKT3wBuNP3wB8mVDBsS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZaIKh2WcARzsIvUwoo54UvsvdkLRnhLR { width:20.9375rem;height:3.4375rem;top:35.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #of0TRTPucATxQFrbyTsHJ2S0b4cMAVHQ { display:block; }
 }@media only screen and (max-width: 763px) { #ae4o3EFck9WwtEG4EBhWIG7h3CChtrIT { display:block; }#ae4o3EFck9WwtEG4EBhWIG7h3CChtrIT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rF0ZxXAO4a5G9pVmBu7nXt7VaPi7S8zC { top:3.125rem;left:0rem;width:47.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3NvKgpsC6Qbr43lNK4k3c01s0TeQ2hc { top:7.4375rem;left:21.0625rem;width:5.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEJ0GM8uTppwTTZgefDtZ4WT8qTAn24A { top:11.125rem;left:0rem;width:9.3125rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMhM7g1lZfCGqmPEv5ftRVdZqoPaT5dS { top:11.125rem;left:9.625rem;width:9.3125rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ws8xxGNHWerCteZ60HWaVruVOtyAyu8l { top:11.125rem;left:28.78125rem;width:9.3125rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMry5FZzGr0bE1DSsf8sFiZAeSXz7R7x { top:11.125rem;left:38.4375rem;width:9.3125rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xl2ZM9x8isctceo53tTS4zA1rEthQVNW { top:23.75rem;left:38.4375rem;width:9.3125rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r19l7AN1to9MusdEdrRTvt3a6DxTx4Wn { top:23.75rem;left:28.78125rem;width:9.3125rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #InNPrr0BSmngzptTuW1XZAtMAioKSs3a { top:23.75rem;left:9.625rem;width:9.3125rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMTcUp56EP4keJpuV5fJdV5DdzcgDGhR { top:23.75rem;left:0rem;width:9.3125rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVfJRcWkt7aFezS4kXlUVWwC70k3fbEU { top:19.25rem;left:0rem;width:17.3125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4iKOMCta10bBgLzrEaVeFdtK8Ny4uIq { top:31.875rem;left:0rem;width:17.3125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2GwBc2Fgk0QZZxfHSX7ghNPgtA298Tc { top:19.25rem;left:5.625rem;width:17.3125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESNKyhDOpwu1rR9ImtQuX7ylcxnNrWWB { top:31.875rem;left:5.625rem;width:17.3125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6IQJLnPbZldrovfL0DxvPTgtdCSf5EX { top:19.25rem;left:24.8125rem;width:17.3125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ft2mMUfDPCe76pDrltbvvLxRgq41TSVW { top:31.875rem;left:24.8125rem;width:17.3125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZsP3t2TNnmcF0mQD4Q9bvJgbgkEPrqD { top:19.25rem;left:30.4375rem;width:17.3125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9BNTW9tq7pnXn8xIaDBRuH7C2PBaaVR { top:31.875rem;left:30.4375rem;width:17.3125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIazRlS61nFnZUDL7zp2t4RzLqCdgMin { display:none; }
 }@media only screen and (max-width: 763px) { #ieWT73Ei4GNyzTd0u9s2AGmBHKGDwvDx { display:block; }#ieWT73Ei4GNyzTd0u9s2AGmBHKGDwvDx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ch02D9GBGRw2FsEnKgJyTBS6UQHsytHa { top:3.125rem;left:0rem;width:47.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lV5atDdr8QEcKfedyi6HSgJ0LCuRW7AG { top:7.375rem;left:21.0625rem;width:5.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ek2McO6uEV7SXoGRNFC8XW3p07nOThIf { top:11.0625rem;left:0rem;width:35.375rem;height:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hxf2cE0NDir3LE1yTm7TqXV2LLJ3bBTS { top:11.0625rem;left:12.375rem;width:35.375rem;height:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMM2OeR9vn6kgX9N3i9FgUDEyaa442ik { top:12.9375rem;left:0rem;width:11.75rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t74VgaI7e9QzAc0wlWMMHp8xWyFU1Gt5 { top:12.9375rem;left:27.875rem;width:11.75rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlfkhDcAXVwwWOy2SZqbr1dofyX7RkVx { top:15.875rem;left:0rem;width:5.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vaqyae82OOb4HFySqPlfaZPVmUpc3NWu { top:15.875rem;left:38.5rem;width:5.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9U6TmGHCSN5JyH5DDk1qV792X4HO78t { top:12.875rem;left:1.875rem;width:18.75rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCX5uBf9o5JIm6CQLrSuSUwpup6Fp5iP { top:12.875rem;left:29rem;width:18.75rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3Qyb8NiEwJpy6tatZBV9XIMEd4bqHoB { top:17.75rem;left:1.875rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyVJLuyHqmlTAqoh8Smo2lfVQkIhIdWI { top:17.75rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT6VaearNX0xKex8ON2gFV4ATQ4e2va4 { top:26.5625rem;left:0rem;width:31.375rem;height:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dw6DRykn2LVVNsTsJGTFpJv74wo3HLuQ { top:37.125rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFUcA0sBs6Xqe4ZIgfd7PJ3EfAhTUSPW { top:37.1875rem;left:0rem;width:1.8125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCCEqec90lTEXpXZurHx2G5TecuMesMw { top:36rem;left:0rem;width:3.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZE0W1cWrIkWCrs0sxVtHfADaonI4XMI { top:20.1875rem;left:1.875rem;width:8.5rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6QzLVkPdaXKzW8ytEneayOrDHQsNz0l { top:20.1875rem;left:39.25rem;width:8.5rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wffnc54tQQmCTrt1gsXaqsrialfDyVLk { top:26.5625rem;left:16.375rem;width:31.375rem;height:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0p0lNV3OMCrPAOb5mHNs74QoNAiCDEV { top:37.1875rem;left:30.5625rem;width:1.8125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uh4oKHlzw7kUtEi2ywbHHEDE8pKUxGNS { top:37.125rem;left:27.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZcU04d25przm2KsCZNCfg1ZX8FqaQ9z { top:36rem;left:27.875rem;width:3.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceGk7IJTt4uH477KbMvFM1xFaeBs0sz5 { display:block; }#ceGk7IJTt4uH477KbMvFM1xFaeBs0sz5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JC97RR6MXkOBbTkv2CXZfIrhEJPmX8N1 { top:11.1875rem;left:0rem;width:47.75rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLz2QieOhfaayEVGCiCuSoaEHdWzAA3X { top:52.875rem;left:0rem;width:47.75rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCfXKBzZrc8BG0FO31kguOwJeo0bxuA8 { top:66.375rem;left:0rem;width:47.75rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhfyJiyS4KHx5RVrbzOy0Iw4TGeHvOCV { top:79.875rem;left:0rem;width:47.75rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7SV8aA3DfvQMOwoxf6RLBdP3NCPd3BB { top:3.125rem;left:0rem;width:47.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9TqNT32y4dn4R3AdJrMEGzC5uBS9m3A { top:7.4375rem;left:21.0625rem;width:5.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cd80GFW1Jewnq1hTQ7WDpWA497M2WEDl { top:32.8125rem;left:0rem;width:47.75rem;height:2.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBAWWSchTqM2MfPxsT1xxU24kW81Kdig { top:9.6875rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIJF4ZmkXD0CmT3Hpy5xAslfePdTr2uK { top:13.125rem;left:0rem;width:20.9375rem;height:2.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUlAUfuIU1e40DNt2yovhXkz9eTmeKea { top:13.1875rem;left:42.125rem;width:5.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Br5U3c9kr7vPJNBgH9T9IL50IBEQnfXG { top:20.4375rem;left:0rem;width:43.0625rem;height:7.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1iTaz4uMtHwKhRWnAeK1ozqzpg55iVG { width:20.9375rem;height:3.4375rem;top:24.4375rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #diTfDqIxACznvdAU73GCefPxH1dkLiQZ { display:block; }
 }@media only screen and (max-width: 763px) { #mn0lb7KhNvIX7CfGG31k23sl42up33oP { top:17.25rem;left:0rem;width:35.3125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tinUOgGETArU4LaRA9Lgd24IwEyEo2zy { top:17.4375rem;left:0rem;width:16.6875rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iI4BSlKPN9aeBHR0elnPLqd1PXaWP12D { top:21.75rem;left:35.25rem;width:12.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrpKMzvc9WaV1c2GN03GGapgkrKlxTXo { top:19.75rem;left:44rem;width:3.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCw2pAFyTH4gIky3ltKV4hXy22RnVkI2 { top:19.375rem;left:35.125rem;width:12.5625rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPThzkh5CBsf98y2trtJKD7QkITvQQxx { top:19.375rem;left:38.4375rem;width:4.6875rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJt0JiO75VGBuU7O5nxWTavteqeioW9I { top:54.75rem;left:0rem;width:27.1875rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnZ0K2RUXdMhPvDPoTvSaAunHE3v77Ac { top:57.8125rem;left:0rem;width:43.0625rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIcw5XHiPRs6gka9yAhBmFrUlvVNJ6Ef { top:71.25rem;left:0rem;width:43.0625rem;height:6rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3siJK2zDdWUS9NPCeHaPcbm7VIRPUCT { top:68.1875rem;left:0rem;width:27.1875rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDFZeqPXCvOHMmBeKni9OAdpx2mub9OK { top:84.8125rem;left:0rem;width:43.0625rem;height:6rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbmpoFoghrhdGy6VxJudn8e3o5FlhAsM { top:81.75rem;left:0rem;width:27.1875rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fylMS98Sc6yvPE2FfILvFgazhC5tflW4 { top:17.4375rem;left:5.25rem;width:1.0625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0CI9XeK3m6N563wCEkTAQlJ202PRUg1 { top:17.4375rem;left:6.3125rem;width:13.375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTsSUVXA5uIicImhS8WRPvFH57ZiyAP2 { width:16.25rem;height:3.3125rem;top:59.75rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7ZaMa2vFW0EyE72zdqhWMA0D9J7HJEs { display:block; }
 }@media only screen and (max-width: 763px) { #P7UO0hS34pddmLpVZbrOfKDGRoMCxy9v { top:57.875rem;left:35.25rem;width:12.5rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzCNvHUGnVmDROLL0ykUxkkOUohC1hPe { top:56.6875rem;left:44.9375rem;width:2.8125rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfPNMnCdgnTePWo236h45mThDFQkyQHh { top:56.125rem;left:40.5625rem;width:7.1875rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZJBhdTfguPo9272SkFyNM2rs16aPGBS { top:56.375rem;left:44rem;width:3.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7z8L1mpP8rmiSKvHJ64DnThUAgQURfT { width:16.25rem;height:3.3125rem;top:73.5rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3CZUdoApXZRBwUlPltdCcFXIpz7LXdW { display:block; }
 }@media only screen and (max-width: 763px) { #fITtHWSalo6cQL4vX68NzVnx2HApR718 { top:71.5625rem;left:35.25rem;width:12.5rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRypuZULUCetvUVmlJAfZ1D6NllJClTO { top:70.4375rem;left:44.9375rem;width:2.8125rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OueVTfzNgTpiU38ZKPmFwFFM7PnIUWAf { top:69.875rem;left:40.1875rem;width:7.5625rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAhZxWOaK8DRwiRMSgZlRxuHKuvoinmy { top:70.25rem;left:44rem;width:3.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOM2T0NaxeDz6FvJkALQH3acxgpB5Irw { width:16.25rem;height:3.3125rem;top:86.75rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T88PyaVVtaDRnTo1lhAwVmOLGdhpFk02 { display:block; }
 }@media only screen and (max-width: 763px) { #TDQMSAFMKDiEoOcsRkhSTsXMkg9EEz8q { top:84.9375rem;left:35.25rem;width:12.5rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTsBTTnHqCUKFiVEHLzLMPVhEsNQvbK4 { top:83.8125rem;left:44.9375rem;width:2.8125rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQba2FE077iEEGQ9iLZUTM6HeexCektM { top:83.25rem;left:39.6875rem;width:8.0625rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qf9zT7is1GpaCDzoo5zyd6axM1L3ZBhX { top:83.375rem;left:44rem;width:3.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmGT5TDX2RslhcziwKLPowfiPvnrghlB { top:55.25rem;left:2.6875rem;width:12.625rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EP2RLVNPkl5TyZQ24sTvE2pEPWrSkX22 { top:68.6875rem;left:2.75rem;width:13.5rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALH42pwrn9cbzR1OgMohCyucXzf0Aw6l { top:82.25rem;left:5.375rem;width:13.1875rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrtyssOuLSwsvHPsXaEKQ7UUvVb1dKKT { top:10.8125rem;left:0rem;width:18.75rem;height:1.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GgFe5yi1LqSGiZw8SJoLbAboRnlu9mPb { top:37.75rem;left:0rem;width:47.75rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0gh38B3SsnPFd1Eh5BuFrbAR75Ti52A { width:16.25rem;height:3.3125rem;top:46.125rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fG5fOGKv83TaaVI9VeziWd9V48AbRZe8 { display:block; }
 }@media only screen and (max-width: 763px) { #f093CioMhMl9XlU6HuX4p0dLQSlTP5Dy { top:43.9375rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sf4eHhX8Xwd5Wptx6kt8ar9ftgUzR217 { top:42.1875rem;left:44.9375rem;width:2.8125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgE25TIwJwRrqkuar4vEI6FkExwOsOf6 { top:41.625rem;left:40.1875rem;width:7.5rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGXNNOxABEei3pKbTs8oFnORoHS3qyr3 { top:42.125rem;left:44rem;width:3.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttR1TLKy9rZOWPnmga1Nb86oVuw8Wiwr { top:39.625rem;left:0rem;width:30.4375rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0DC6Nw5Lnhl7MWedwgurgTluPaMonsR { top:42.6875rem;left:0rem;width:43.0625rem;height:7.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHGrZOB2kOO1l5MGgz0exMrJNA759fse { top:40.1875rem;left:14.125rem;width:12.125rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCkADeZCaPO3RaoTIKzOEAlS7ypgdBPA { top:53.6875rem;left:0rem;width:17.5rem;height:;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #P7aNWeVO1b44SJcAhSaC4EXfuh8t94sC { top:54.25rem;left:0rem;width:17.5rem;height:;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TmTsgGeMBAQBe15acmE7GlaB6iHg5NDS { display:block; }#TmTsgGeMBAQBe15acmE7GlaB6iHg5NDS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lMxBdVOilqDDiJmBuitL9oyT7MgfTdbP { top:1.9375rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIJBU9DrFpFKnWQCrPUmBHANP8ulU9d3 { top:6.1875rem;left:21.0625rem;width:5.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFXav2BqWl72yWg0Ln6CGCyBSVTao1Vl { top:8.6875rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZG6U7RByBR6BCNauCqJo2r26SrHfKIZ7 { top:12.3125rem;left:24.0625rem;width:17.1875rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymcdhuRab5ZRXT9Qov4KIqf0stWfX4v0 { top:14.875rem;left:24.0625rem;width:16.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxpAuQQr3l83W6w4Fe7Xdn0wEfTds3ZO { top:22.3125rem;left:24.0625rem;width:14.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDc6urFhLyQ5NtX6EQvlbFq2dIxtVG1h { top:24.5625rem;left:23.875rem;width:23.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6i4XQ4DH6Rufq3nRnGdT8LikTrGn7HO { top:17.4375rem;left:24.0625rem;width:5.9375rem;height:2.0403748824171rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwZbhbB5T0mgb8oB6hmdL8gh3SoMugSM { top:37.1875rem;left:0rem;width:16.5625rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #nr7PBTzg8q3FWOmKO47gs8oO6KdOIIiT { top:12.3125rem;left:6.0625rem;width:13.125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBhV5nWPz15IH5nZ042CkVwQsEF1t9ON { display:block; }#fBhV5nWPz15IH5nZ042CkVwQsEF1t9ON > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E8WtOzoATUZM6TPA3LMLU3ZBaPxl6dZZ { top:2.5625rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVdq0DrBJ7VgtPSuTIoeXKlvR3RmLHbX { top:11.125rem;left:0rem;width:8.875rem;height:5.7721760657939rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzRIiCNLHV9eVecg0i7wdK13Kvv9dHbX { top:11.125rem;left:3.9375rem;width:8.875rem;height:5.7721760657939rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKBO83RJm31mFIyKIakPHy3AgQbNw8gX { top:11.125rem;left:14.3125rem;width:8.875rem;height:5.7721760657939rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFD7O7mbK4eLFfXIMFQmX3TfU2Ba1InM { top:11.125rem;left:24.8125rem;width:8.8125rem;height:5.7096663180358rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZ0LZAiANekE2RDGHTSPLDnlz3qvXLMg { top:11.125rem;left:35.1875rem;width:8.875rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PX79S0np7C40AVn90UMOmzLuyCgs3MXi { top:22.9375rem;left:35.1875rem;width:8.875rem;height:5.7716520714281rem;display:block; }
 }@media only screen and (max-width: 763px) { #BX6yBf70OJnFaEIL81iI51SDFAFV9GtL { top:11.125rem;left:38.875rem;width:8.875rem;height:5.7716520714281rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNkXMgEmyc31G4AZZdJA230q2Nx4Xprn { top:22.9375rem;left:0rem;width:8.8125rem;height:5.7094104540941rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqhBfhTVqw3np7EToth10fcTottTi1Zx { top:22.9375rem;left:24.8125rem;width:8.8125rem;height:5.7094104540941rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8CH4cVu32yFiDq9Xc8au8CIArok9ibG { top:22.9375rem;left:38.9375rem;width:8.8125rem;height:5.7083367958478rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8EuDXfGoNz0xiCM1Wk2ivBp9fmy5278 { top:22.9375rem;left:14.343750953674rem;width:8.875rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGCMpRoT6Rxek9bNTHkXb01MocFe6rXS { top:23rem;left:4.0625rem;width:8.625rem;height:5.6462646779486rem;display:block; }
 }@media only screen and (max-width: 763px) { #anUxHARIr9xHMcgJe27v6g3MMkguaHuM { top:20.75rem;left:8.5rem;width:30.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAo2I9HZAXKTvvxhHZTOMaC4Tz83zTuH { top:9.1875rem;left:8.375rem;width:30.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTpBN3MwEAEidDZTvP20VIhbwWfvAEyZ { top:76.9375rem;left:0rem;width:20rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #EhZsKUiCZNANlLFGh0IuC42mnLQb3dXe { top:30.0625rem;left:0rem;width:8.8125rem;height:5.7091855869599rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyNJFQhaGHXTeb4dMyyIbZuggU7345TX { display:block; }#HyNJFQhaGHXTeb4dMyyIbZuggU7345TX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JfDKJcR6SxgJ4CIFO68TGXpoabfNGuOG { top:8.5rem;left:0rem;width:10.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkfF4acAPo8W59az4qcN8Pn2mVhu8bpo { top:5.8125rem;left:8.5625rem;width:39.1875rem;height:10.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAOPC9tmgorW5VvKqBvJ9EyLou7kQNMX { top:1.9375rem;left:12.375001907349rem;width:30.9375rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8mJI0UEpNLG4xo6OKxNpDK4zKvduHiC { width:19.6875rem;height:1.75rem;top:16.8125rem;left:12.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IE7o0ARAiGqya3UTDyCnSmc1SHRlScKQ { width:19.6875rem;height:1.75rem;top:16.8125rem;left:28.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2sBKEEVX8qOimtGmiuIKGVUEm3msZMm { display:block; }#T2sBKEEVX8qOimtGmiuIKGVUEm3msZMm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pylIZtsSyM2NwExmAryxvTXz1l0Q1DkP { top:5.6875rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXyT7V0o0SGD0RC7lpm9hpW69eH0NPXV { top:5.6875rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zn9Jmwk5eOZc22DX1D2RLutODBLLXtEN { top:5.6875rem;left:0rem;width:1.625rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccDJAus1kBVqGCbGs1NzNM5nqLSAsBtd { top:5.9375rem;left:0rem;width:1.75rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ky3NsigAqSimTHneRJOKwZAP9HCZhvFS { top:6rem;left:1.5rem;width:3.9375rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgmTcpTQ5npkw83LqBC7olCmAEpuaWrO { top:5.8125rem;left:12.3125rem;width:1.5625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhRBp8d2lpVNexUV3Tn0BdlN34ktgRTH { top:5.6875rem;left:14.625rem;width:15rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEHcP8hoCgl0GwAoPGdbPSll3aWE7o3K { top:2.8125rem;left:0rem;width:7.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZqrSCxdwJOxSlhVW8ODtDzTP9IzhL6b { top:2.8125rem;left:12.3125rem;width:7.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1SqqTo1ftaUwyQ6oor7XlbdfJKNDDnQ { top:2.8125rem;left:36.875rem;width:7.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkTWICEvw9h1pM77EnL5EQWrJxQPQ6A4 { top:5.5625rem;left:36.875rem;width:3.5rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvqxGsAHIbSWmxDvnt30CE38K0cuQJXv { top:5.4375rem;left:44.125rem;width:3.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkJgFBQlALnDOsHFDHfTVLT3Nx9nOS84 { top:5.75rem;left:43.75rem;width:4rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTaAITCVAgdmaMsdHmLR5yiT564fuFkm { top:5.1875rem;left:42.3125rem;width:3.1875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJSn9PvxXrTtKhXDCoxgqeF4fCPS0wmI { top:11.9375rem;left:0rem;width:15.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJvteCiOXT78VKHVXSAe6GBTWJS2A6yG { top:11.9375rem;left:1.9375rem;width:9.375rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBQ8mpeHrZFW5VfpilZzusIUL76JWu3w { top:11.9375rem;left:11.5625rem;width:5.8125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlXaSsfcKhmr5PFH6QKGAzH2seL97r2A { top:11.9375rem;left:17.875rem;width:7.1875rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXxdTov88ISXpXD1iT0cIraFJUqFHug1 { top:5.25rem;left:43.75rem;width:4rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QufJGyhQMXlfR7yDU4KuAv9ZCwN4Ve7V { display:block; }#QufJGyhQMXlfR7yDU4KuAv9ZCwN4Ve7V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wrmAGMVCmvyyAA5g3zSh4TwdOUuoJTkO { top:5.375rem;left:24.3125rem;width:9.5625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #THmMyTo0peupWMgQAhplCwwiGcp80Kwb { top:5.625rem;left:35.875rem;width:6rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxMs6KxUi9D6zk4VnVTLL814hXg0ZhTQ { top:6.0625rem;left:18rem;width:6.3125rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hgf3BDrU7kMDT8FOhtGJuD5e7RTONS0M { top:3.125rem;left:5.875rem;width:9.625rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #k138XA9NEOcFoSXOKy8gHalZowA7drMb { display:none; }#k138XA9NEOcFoSXOKy8gHalZowA7drMb > .row .container { width:20rem;height:12.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tM32Ggodghq2lAIQ8VrNe0cAqEa9STHP { width:18.31175rem;height:2.25rem;top:9.17724609375rem;left:0.843505859375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3hx6rUKIcL5bNrBHWlcdI1EuGyarQy4 { display:block; }
 }@media only screen and (max-width: 763px) { #pK7DDcvGcXIPuwNLu0cZIpav8Ow1BNgg { width:13.8125rem;height:3.1860375rem;top:1.25rem;left:3.09375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Le4JLQFqnlE37gxLkiJbpWt3e20vAQvX { width:18.375rem;height:3.8125rem;top:0.8125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdaDeQe1vPXZvDsG0kpX5c8hunoTMraF { width:20rem;height:1.9943247216492rem;top:5.8740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKekM7mrmcrEixrSpdkCG0Totbypw34H { display:none; }#AKekM7mrmcrEixrSpdkCG0Totbypw34H > .row .container { width:20rem;height:6.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pQPeB7I4HorJbhTb9g8mzWlyQttQGo55 { width:18.1875rem;height:2.125rem;top:3.75rem;left:0.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKIL9esJhTp8oFdCGBhSFlJwbPSZLbIz { display:block; }
 }@media only screen and (max-width: 763px) { #ASOTIDqQIewvizpntk6xacn581nBPJSM { width:18rem;height:1.59375rem;top:1.0625rem;left:1rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #gQJQ4JX79BTxUptp70TBFM9J6yvykPwb { width:18.375rem;height:2.5rem;top:0.5625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqtyO8xKGihoDDgZ514Vt4LMuoBCiDoK { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/upKDi84f/Path_9578.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }#PqtyO8xKGihoDDgZ514Vt4LMuoBCiDoK.adaptive-delivery-prevent-bg, #PqtyO8xKGihoDDgZ514Vt4LMuoBCiDoK.lazyload, #PqtyO8xKGihoDDgZ514Vt4LMuoBCiDoK.lazyloading { background-image: none; }#PqtyO8xKGihoDDgZ514Vt4LMuoBCiDoK > .row .container { background-color: transparent; background-image: none; }#PqtyO8xKGihoDDgZ514Vt4LMuoBCiDoK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqtyO8xKGihoDDgZ514Vt4LMuoBCiDoK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqtyO8xKGihoDDgZ514Vt4LMuoBCiDoK > .row .container > .video-iframe-container { display: none; }#PqtyO8xKGihoDDgZ514Vt4LMuoBCiDoK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqtyO8xKGihoDDgZ514Vt4LMuoBCiDoK > .row > .video-iframe-container { display: none; }#PqtyO8xKGihoDDgZ514Vt4LMuoBCiDoK > .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); }#PqtyO8xKGihoDDgZ514Vt4LMuoBCiDoK > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GHaFsfhXmr1oPSkqzaELV3p9IHHCAbDN { width:20rem;height:4.375rem;top:32.868056297303rem;left:1.2777777314186rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #Q09RLH54GpxK3gBqGpQl8kfSsFepXKa1 { width:20rem;height:11.013333333333rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcr6p59I3p5TDQZsPc3TpfmQrsoNflHG { width:10rem;height:5.375rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyyAty3mqD5FtWQr8XCeslkzF1sIc5hW { width:6.75rem;height:1.625rem;top:2.9375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcVx25NuM9WEotD7dszV266yUfGO1QbI { width:4.8125rem;height:1.625rem;top:5.3125rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7PMhRgIZeXqN4l8qDpTc7Dtz3PQvPqS { width:12.5rem;height:0.882352875rem;top:1.5rem;left:7.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGNHvXrcIePfJB5aQDmdMMwxoPXnZwLr { width:20rem;height:3.82352925rem;top:21.125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CavwrgzCtbzyRECqWwGBD9WZTCxZ5RAr { width:17.5rem;height:0;top:26.7109375rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #to9IiJzuDETvbLOHyrdOVwDwcxV8khT6 { width:18.5625rem;height:3.6875rem;top:43.9609375rem;left:0.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5w74A63cM2VzB9Fr474iEL9cDhraNwU { display:block; }
 }@media only screen and (max-width: 763px) { #CDCZ9nA3kRhGbo6hFEWwxkbzrS6Qqhyr { width:20rem;height:0;top:29.8359375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #swPEKAA5OF5wDG7N01gK0ARFf9857ZNn { width:20rem;height:2.9411764375rem;top:26.2734375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #Cyb1qgdND6olU0GVlkn5UDxTvTq2RLpn { width:20rem;height:13.235293375rem;top:29.2109375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #BWAeqhnaJg8uhJGX46U3zz2JwPoptxXM { width:17.3125rem;height:1.25rem;top:48.2109375rem;left:1.34375rem;font-size:1rem;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #JXBOOcXhtN8Ecb1qr2pGcSrvzUEGqIw5 { width:12.0625rem;height:3.375rem;top:51.44726796875rem;left:3.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #EZ8NTzQyygaKxvzi74gLDOTGEPppeGCT { display:block; }
 }@media only screen and (max-width: 763px) { #U5iS2EO53PzmxRZed73UpSXMaq1zbWeH { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/upKDi84f/Path_9578.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:none; }#U5iS2EO53PzmxRZed73UpSXMaq1zbWeH.adaptive-delivery-prevent-bg, #U5iS2EO53PzmxRZed73UpSXMaq1zbWeH.lazyload, #U5iS2EO53PzmxRZed73UpSXMaq1zbWeH.lazyloading { background-image: none; }#U5iS2EO53PzmxRZed73UpSXMaq1zbWeH > .row .container { width:20rem;height:14.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NVDo6DfHZVO1Rv8bzfJTa2MHO1o7g0gV { width:20rem;height:4.375rem;top:32.868056297303rem;left:1.2777777314186rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #mLwBi5JODkdV9JV3AaVumakdoh9OAB75 { width:10rem;height:5.375rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bINkCqqPzHgIZ1ZHMTdbt17xHo1fJyPJ { width:6.75rem;height:1.625rem;top:2.9375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwKZfa9ThOTaev71mEBaZTIMaSoVvLtr { width:3.6875rem;height:1.5625rem;top:5.3125rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXiAZhi2NC4iZrDVSIPACNNgu2XbTaN6 { width:12.5rem;height:0.89355625rem;top:1.5rem;left:7.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3DQPLZDqC4n0NnxQCMyPmRU8bFtwH06 { width:20rem;height:0;top:26.2734375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #RC4h6PnAr4RpPZivPXN6uZOEQpetZHTo { width:20rem;height:0;top:29.2109375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #XTOlJbS5vInZvqhgF6ltwgl20A67S7qD { top:9.06210899353rem;left:0rem;width:20rem;height:5rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #D0ooTo2qvXhbTUFhdQQcVGkFm3MlM7C4 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/QEkBzoIK/wave_3_svg.svg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#D0ooTo2qvXhbTUFhdQQcVGkFm3MlM7C4.adaptive-delivery-prevent-bg, #D0ooTo2qvXhbTUFhdQQcVGkFm3MlM7C4.lazyload, #D0ooTo2qvXhbTUFhdQQcVGkFm3MlM7C4.lazyloading { background-image: none; }#D0ooTo2qvXhbTUFhdQQcVGkFm3MlM7C4 > .row .container { background-color: transparent; background-image: none; }#D0ooTo2qvXhbTUFhdQQcVGkFm3MlM7C4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0ooTo2qvXhbTUFhdQQcVGkFm3MlM7C4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0ooTo2qvXhbTUFhdQQcVGkFm3MlM7C4 > .row .container > .video-iframe-container { display: none; }#D0ooTo2qvXhbTUFhdQQcVGkFm3MlM7C4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0ooTo2qvXhbTUFhdQQcVGkFm3MlM7C4 > .row > .video-iframe-container { display: none; }#D0ooTo2qvXhbTUFhdQQcVGkFm3MlM7C4 > .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); }#D0ooTo2qvXhbTUFhdQQcVGkFm3MlM7C4 > .row .container { width:20rem;height:8.655776046875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f7X6mc1c4CiKEmrg8ZToqzpiGfB9arda .widget-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;background-color:;background-image:none;margin-top:0;margin-right:0.3125rem;margin-bottom:0;margin-left:0.3125rem;vertical-align:top; }
#f7X6mc1c4CiKEmrg8ZToqzpiGfB9arda .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;padding-top:0.4375rem;padding-right:0.0625rem;padding-bottom:0;padding-left:0.0625rem;display:block;width:3.625rem;height:2.5rem;position:relative;font-size:2.6875rem;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#f7X6mc1c4CiKEmrg8ZToqzpiGfB9arda .widget-text.counter-label { background-color:;background-image:none;color:#666666;padding-top:0;padding-right:0.0625rem;padding-bottom:0.3125rem;padding-left:0.0625rem;display:block;width:auto;height:0.6875rem;position:relative;font-size:0.5rem;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#f7X6mc1c4CiKEmrg8ZToqzpiGfB9arda { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:;background-image:none;box-shadow: none;display:block;width:18.4375rem;height:4.875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:9.5625rem;left:0.78125rem;display:none; }
 }@media only screen and (max-width: 763px) { #f7X6mc1c4CiKEmrg8ZToqzpiGfB9arda #IuAuZKsSUsMZacbxRQmy0XgXvsr2TIUw { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #f7X6mc1c4CiKEmrg8ZToqzpiGfB9arda #eN2lUFsdNTcgUqpFmoLIdnANFoey9X0x {  }
 }@media only screen and (max-width: 763px) { #f7X6mc1c4CiKEmrg8ZToqzpiGfB9arda #AWKkCsprrF4hPCR6B2WGgm7teO30kEL2 {  }
 }@media only screen and (max-width: 763px) { #f7X6mc1c4CiKEmrg8ZToqzpiGfB9arda #SqiAfBTtbLTTbJFZx9GOgp6gOAhBKtEi { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #f7X6mc1c4CiKEmrg8ZToqzpiGfB9arda #RUQZKAmg4Hd5NsCXovUPADULCBpgXsIX {  }
 }@media only screen and (max-width: 763px) { #f7X6mc1c4CiKEmrg8ZToqzpiGfB9arda #BktOknlOg1Vlt5SBSakazp7oPZQ1FcHE {  }
 }@media only screen and (max-width: 763px) { #f7X6mc1c4CiKEmrg8ZToqzpiGfB9arda #oiofSLeubsLeTuSxHv6wzUqzfha9FC1G { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #f7X6mc1c4CiKEmrg8ZToqzpiGfB9arda #dABto8yirnqBG0yaSes7IxIZPG3Tbo2B {  }
 }@media only screen and (max-width: 763px) { #f7X6mc1c4CiKEmrg8ZToqzpiGfB9arda #FTRWeQ4oedwxP3ctD3nIZu7pRQJinpNr {  }
 }@media only screen and (max-width: 763px) { #f7X6mc1c4CiKEmrg8ZToqzpiGfB9arda #iafXQ0CKaxqWwPHQZm7P3TkyIfTfzKrH { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #f7X6mc1c4CiKEmrg8ZToqzpiGfB9arda #yszde1IxhP6ZLtA15wpg1ATFq6OhDG3c {  }
 }@media only screen and (max-width: 763px) { #f7X6mc1c4CiKEmrg8ZToqzpiGfB9arda #xAGw8IMxAxuN0wE12r56MyAA4ubJUDQO {  }
 }@media only screen and (max-width: 763px) { #KHg2b2DrCZhh0LRCLMCsXdKB5lhfeTE3 .widget-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;background-color:;background-image:none;margin-top:0;margin-right:0.3125rem;margin-bottom:0;margin-left:0.3125rem;vertical-align:top; }
#KHg2b2DrCZhh0LRCLMCsXdKB5lhfeTE3 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;padding-top:0.4375rem;padding-right:0.0625rem;padding-bottom:0;padding-left:0.0625rem;display:block;width:3.625rem;height:2.5rem;position:relative;font-size:1.6875rem;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#KHg2b2DrCZhh0LRCLMCsXdKB5lhfeTE3 .widget-text.counter-label { background-color:;background-image:none;color:#1e1e1e;padding-top:0;padding-right:0.0625rem;padding-bottom:0.3125rem;padding-left:0.0625rem;display:block;width:auto;height:0.6875rem;position:relative;font-size:0.75rem;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#KHg2b2DrCZhh0LRCLMCsXdKB5lhfeTE3 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:;background-image:none;box-shadow: none;display:block;width:18.4375rem;height:4.875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:11.875rem;left:0.78125rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #KHg2b2DrCZhh0LRCLMCsXdKB5lhfeTE3 #JQCXSNEvEEUpca0PyN3oE73GnlGufFi4 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KHg2b2DrCZhh0LRCLMCsXdKB5lhfeTE3 #SVKzNI4QoldDqxz7xvcRJiTFf9XpUbgp {  }
 }@media only screen and (max-width: 763px) { #KHg2b2DrCZhh0LRCLMCsXdKB5lhfeTE3 #FlHZzWbg6h3lS1NfpZH8NX8t1ElJxCzX {  }
 }@media only screen and (max-width: 763px) { #KHg2b2DrCZhh0LRCLMCsXdKB5lhfeTE3 #WPTtZ6Ml3llMJov9dOmZ9R1KHoKaf0vR { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KHg2b2DrCZhh0LRCLMCsXdKB5lhfeTE3 #lksVZ89UOqyJsP1hgTmOXOM3SJtGUEvz {  }
 }@media only screen and (max-width: 763px) { #KHg2b2DrCZhh0LRCLMCsXdKB5lhfeTE3 #vzysTlVhn8mgn55u1xC9SHTq8GEPswLN {  }
 }@media only screen and (max-width: 763px) { #KHg2b2DrCZhh0LRCLMCsXdKB5lhfeTE3 #BT5LLkXiE1MmcK8gRvK4BXhkeU18udP2 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KHg2b2DrCZhh0LRCLMCsXdKB5lhfeTE3 #foxS8X7HO3zawuUwyXFLzxkvo6VabtfR {  }
 }@media only screen and (max-width: 763px) { #KHg2b2DrCZhh0LRCLMCsXdKB5lhfeTE3 #FvE10We3fdWDFbcXB53i38czlcbpTrsV {  }
 }@media only screen and (max-width: 763px) { #KHg2b2DrCZhh0LRCLMCsXdKB5lhfeTE3 #cdMQatFELuyg4SeELwS8rbTP8Nw4buRH { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KHg2b2DrCZhh0LRCLMCsXdKB5lhfeTE3 #t5Lyd2ocPNN4iuSLxIS3qWRo6s1cKWdH {  }
 }@media only screen and (max-width: 763px) { #KHg2b2DrCZhh0LRCLMCsXdKB5lhfeTE3 #C5fNfkgD8HAiChFHEn5CiRdDT0gvkWfk {  }
 }@media only screen and (max-width: 763px) { #vzxLRwgPZhb56tAkPpIqizWEdy6ZuD32 { width:4.5rem;height:0.5rem;top:8.15625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBnv4Esx4xSN5auIWKHrS3ixbBGT0HPi { display:block; }#VBnv4Esx4xSN5auIWKHrS3ixbBGT0HPi > .row .container { width:20rem;height:77.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pkKvHBCV59red9F61NgFc39o302fCe5f { width:20rem;height:3.5294115625rem;top:0.625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xgk6ITciKESh9MREUowOLAn9KHiVzUw5 { width:19.3125rem;height:10.294117rem;top:18.9970703125rem;left:0.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #M0bAyB4PQDR1i7H6zV3Ufsh8OXPO3JTf { width:19.625rem;height:11.7647056875rem;top:31.3720703125rem;left:0.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pp8X0sPBylFKdEMuX31DqTNPJWkX7Xyi { width:19.625rem;height:10.294117rem;top:45.2470703125rem;left:0.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uE8bwlgeTPqchteH3BISJpfdc5EPWwoT { width:19.375rem;height:5.8823528125rem;top:55.8095703125rem;left:0.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EZ2kSJRFZUUQwZmceI5mW322ORs4Gwz9 { width:19.6875rem;height:13.235293375rem;top:63.6845703125rem;left:0.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #haNa2DJl4XfvSukx0v39mHkooao1pEfp { width:4.5rem;height:0.4375rem;top:4.82421875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKFOxUSPp2c0rBVuJr6dBxDIEtdgDxWf { height:11.236363636364rem;width:20rem;top:6.4970703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeBysGvNRxMSJds9ylNVAXb9OZBqTATQ { width:19rem;height:3.4375rem;top:78.4345703125rem;left:0.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fi3EgCdZh9vTONNrSMkh9Mr6boQdz3fT { display:block; }
 }@media only screen and (max-width: 763px) { #o0NDknZykZTctBGxnrrCyT3cHZuFfiPQ { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#o0NDknZykZTctBGxnrrCyT3cHZuFfiPQ > .row .container { background-color: transparent; background-image: none; }#o0NDknZykZTctBGxnrrCyT3cHZuFfiPQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o0NDknZykZTctBGxnrrCyT3cHZuFfiPQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o0NDknZykZTctBGxnrrCyT3cHZuFfiPQ > .row .container > .video-iframe-container { display: none; }#o0NDknZykZTctBGxnrrCyT3cHZuFfiPQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o0NDknZykZTctBGxnrrCyT3cHZuFfiPQ > .row > .video-iframe-container { display: none; }#o0NDknZykZTctBGxnrrCyT3cHZuFfiPQ > .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); }#o0NDknZykZTctBGxnrrCyT3cHZuFfiPQ > .row .container { border-width: 0; border-radius: 0; }#o0NDknZykZTctBGxnrrCyT3cHZuFfiPQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o0NDknZykZTctBGxnrrCyT3cHZuFfiPQ > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TtEEEZlisZaxVaS8y9ubEPG1fbty1JA3 { width:20rem;height:3.6875rem;top:1.25rem;left:0rem;font-size:1rem;z-index:15011;background-color:#ffbd28;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#1e1e1e;display:block; }
 }@media only screen and (max-width: 763px) { #huIklWsiUU5pdT0olWXRQt22FDgHVBzV { display:block; }
 }@media only screen and (max-width: 763px) { #Q3oanfZQhkS2zaXxHM9SUFiMukBoHT6D { display:block; }#Q3oanfZQhkS2zaXxHM9SUFiMukBoHT6D > .row .container { width:20rem;height:123.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #APXRZ2IrrpW6EcugskblxW8ZX2d4RPiN { width:20rem;height:28.25rem;top:6.82421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3p7KN3KMq6s2REEVqbkns84dTwWURqf { width:20rem;height:26.75rem;top:36.32421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdI28o0TzBekVIQrE9V7O1K5kHTE9UTi { width:20rem;height:28.25rem;top:93.82421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #icu0TsdsXIMdS4gAOPREHCy0vqIJeTxv { width:20rem;height:28.25rem;top:64.32421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdO7fx2kNsGX6HbliMRdeiolv3lZM6Mk { width:17.375rem;height:3.5294115625rem;top:0.625rem;left:1.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHgxSMerF1MizTG6A1GT85VDWfnZdzUb { width:4.5rem;height:0.5rem;top:4.82421875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCOoUHGlZHQVs489sGcTJOR29EG7FS2o { width:13.75rem;height:11.25rem;top:8.69921875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5So3kxToUlfh9OTiIWF2w2bRBpAHWMB { width:13.75rem;height:11.25rem;top:38.19921875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #khRlef17Kb48uO7boRTPctildFPtawbI { width:13.75rem;height:11.25rem;top:66.19921875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcLhwXnQwhGsTZQDAdeOouKTzTxyD9Sh { width:13.75rem;height:11.25rem;top:95.69921875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReccPHgv58IzNINbDoFuIM7gm2VrDcnb { width:17rem;height:11.7647056875rem;top:21.19921875rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rX5OUoqh7xEqCkHngJm8aqZLXzLT8SLL { width:17rem;height:8.82352925rem;top:50.69921875rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #THDBwOsTzONTy1wgNMkin0gWTLRMDkEq { width:17rem;height:11.7647056875rem;top:78.69921875rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yGE1ZHTx5FQrIOPOq5JST46ocUfJ1yCn { width:17rem;height:11.7647056875rem;top:108.19921875rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JTUVkrfzzL9shsTFC68y4z5Ri0Se5G4c { display:block; }#JTUVkrfzzL9shsTFC68y4z5Ri0Se5G4c > .row .container { width:20rem;height:72.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kSKAShkCXMBH7ZhHppKHEc4F6ckeM1JB { width:17.25rem;height:3.5294115625rem;top:1.25rem;left:1.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Usm827LPIn4X0FgUJGwkK4McG09ocJ65 { width:4.5rem;height:0.5rem;top:5.44921875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LP4cAqdJKwp9SOwCnP0ONRU4lTQ5Ov5H { width:20rem;height:16.3056875rem;top:7.19921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pobOxNaumh94kT7oy2XKoE6kku64vnyr { width:19.6875rem;height:13.235293375rem;top:24.7548828125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwT2DLS7VVkEPunqW1yWwaafRtP8PeVV { width:19.4375rem;height:7.3529410625rem;top:40.1298828125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTcWIgNXtm9SW8gXdbhJHgnqzoOUVJTE { width:18.875rem;height:5.8823528125rem;top:49.5048828125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITIN5mVSmX42Ma0Mpu94Nh0gMO2iAZTK { width:19.0625rem;height:8.82352925rem;top:57.3798828125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4xJSUazg8BdnH5yXwRZdb8bFhoqU8wb { width:20rem;height:3.6875rem;top:67.6298828125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2nagfuQ2o6hsDJIF3EvLR0Xwrcarybq { display:block; }
 }@media only screen and (max-width: 763px) { #LLdhpWSyTsuLGXKT3wBuNP3wB8mVDBsS { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LLdhpWSyTsuLGXKT3wBuNP3wB8mVDBsS > .row .container { background-color: transparent; background-image: none; }#LLdhpWSyTsuLGXKT3wBuNP3wB8mVDBsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LLdhpWSyTsuLGXKT3wBuNP3wB8mVDBsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LLdhpWSyTsuLGXKT3wBuNP3wB8mVDBsS > .row .container > .video-iframe-container { display: none; }#LLdhpWSyTsuLGXKT3wBuNP3wB8mVDBsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LLdhpWSyTsuLGXKT3wBuNP3wB8mVDBsS > .row > .video-iframe-container { display: none; }#LLdhpWSyTsuLGXKT3wBuNP3wB8mVDBsS > .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); }#LLdhpWSyTsuLGXKT3wBuNP3wB8mVDBsS > .row .container { border-width: 0; border-radius: 0; }#LLdhpWSyTsuLGXKT3wBuNP3wB8mVDBsS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LLdhpWSyTsuLGXKT3wBuNP3wB8mVDBsS > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZaIKh2WcARzsIvUwoo54UvsvdkLRnhLR { width:20rem;height:3.6875rem;top:1.25rem;left:0rem;font-size:1rem;z-index:15011;background-color:#ffbd28;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#1e1e1e;display:block; }
 }@media only screen and (max-width: 763px) { #of0TRTPucATxQFrbyTsHJ2S0b4cMAVHQ { display:block; }
 }@media only screen and (max-width: 763px) { #ae4o3EFck9WwtEG4EBhWIG7h3CChtrIT { display:block; }#ae4o3EFck9WwtEG4EBhWIG7h3CChtrIT > .row .container { width:20rem;height:99.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rF0ZxXAO4a5G9pVmBu7nXt7VaPi7S8zC { width:18.5625rem;height:3.5294115625rem;top:1.3125rem;left:0.71875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3NvKgpsC6Qbr43lNK4k3c01s0TeQ2hc { width:4.5rem;height:0.5rem;top:5.44921875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEJ0GM8uTppwTTZgefDtZ4WT8qTAn24A { width:9.3125rem;height:6.625rem;top:7.19921875rem;left:5.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMhM7g1lZfCGqmPEv5ftRVdZqoPaT5dS { width:9.3125rem;height:6.625rem;top:18.82421875rem;left:5.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ws8xxGNHWerCteZ60HWaVruVOtyAyu8l { width:9.3125rem;height:6.625rem;top:30.44921875rem;left:5.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMry5FZzGr0bE1DSsf8sFiZAeSXz7R7x { width:9.3125rem;height:6.625rem;top:42.07421875rem;left:5.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xl2ZM9x8isctceo53tTS4zA1rEthQVNW { width:9.3125rem;height:6.625rem;top:88.57421875rem;left:5.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r19l7AN1to9MusdEdrRTvt3a6DxTx4Wn { width:9.3125rem;height:6.625rem;top:76.94921875rem;left:5.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #InNPrr0BSmngzptTuW1XZAtMAioKSs3a { width:9.3125rem;height:6.625rem;top:65.32421875rem;left:5.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMTcUp56EP4keJpuV5fJdV5DdzcgDGhR { width:9.3125rem;height:6.625rem;top:53.69921875rem;left:5.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVfJRcWkt7aFezS4kXlUVWwC70k3fbEU { width:17.3125rem;height:1.4705881875rem;top:15.44921875rem;left:1.34375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W4iKOMCta10bBgLzrEaVeFdtK8Ny4uIq { width:17.3125rem;height:1.4705881875rem;top:61.94921875rem;left:1.34375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o2GwBc2Fgk0QZZxfHSX7ghNPgtA298Tc { width:17.3125rem;height:1.4705881875rem;top:27.07421875rem;left:1.34375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ESNKyhDOpwu1rR9ImtQuX7ylcxnNrWWB { width:17.3125rem;height:1.4705881875rem;top:73.57421875rem;left:1.34375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k6IQJLnPbZldrovfL0DxvPTgtdCSf5EX { width:17.3125rem;height:1.4705881875rem;top:38.69921875rem;left:1.34375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ft2mMUfDPCe76pDrltbvvLxRgq41TSVW { width:17.3125rem;height:1.4705881875rem;top:85.19921875rem;left:1.34375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CZsP3t2TNnmcF0mQD4Q9bvJgbgkEPrqD { width:17.3125rem;height:1.4705881875rem;top:50.32421875rem;left:1.34375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u9BNTW9tq7pnXn8xIaDBRuH7C2PBaaVR { width:17.3125rem;height:1.4705881875rem;top:96.82421875rem;left:1.34375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zIazRlS61nFnZUDL7zp2t4RzLqCdgMin { top:86.69921875rem;left:3.75rem;width:12.5rem;height:1.875rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #ieWT73Ei4GNyzTd0u9s2AGmBHKGDwvDx { display:block; }#ieWT73Ei4GNyzTd0u9s2AGmBHKGDwvDx > .row .container { width:20rem;height:68.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ch02D9GBGRw2FsEnKgJyTBS6UQHsytHa { width:20rem;height:1.76470575rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lV5atDdr8QEcKfedyi6HSgJ0LCuRW7AG { width:4.5rem;height:0.5rem;top:3.662109375rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ek2McO6uEV7SXoGRNFC8XW3p07nOThIf { width:20rem;height:32.6875rem;top:5.412109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hxf2cE0NDir3LE1yTm7TqXV2LLJ3bBTS { width:20rem;height:28.625rem;top:39.287109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMM2OeR9vn6kgX9N3i9FgUDEyaa442ik { width:8.375rem;height:8.375rem;top:6.69921875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t74VgaI7e9QzAc0wlWMMHp8xWyFU1Gt5 { width:8.375rem;height:8.375rem;top:40.537109375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlfkhDcAXVwwWOy2SZqbr1dofyX7RkVx { width:3.9375rem;height:0.4375rem;top:10.73046875rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vaqyae82OOb4HFySqPlfaZPVmUpc3NWu { width:3.9375rem;height:0.4375rem;top:44.568359375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9U6TmGHCSN5JyH5DDk1qV792X4HO78t { width:8.8125rem;height:3.5294115625rem;top:6.63671875rem;left:10.90625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCX5uBf9o5JIm6CQLrSuSUwpup6Fp5iP { width:9.5625rem;height:3.5294115625rem;top:40.474609375rem;left:10.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3Qyb8NiEwJpy6tatZBV9XIMEd4bqHoB { width:8.875rem;height:0.9558823125rem;top:11.79296875rem;left:10.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyVJLuyHqmlTAqoh8Smo2lfVQkIhIdWI { width:8.875rem;height:0.9558823125rem;top:45.6923828125rem;left:10.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT6VaearNX0xKex8ON2gFV4ATQ4e2va4 { width:17.25rem;height:16.7647056875rem;top:16.32421875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dw6DRykn2LVVNsTsJGTFpJv74wo3HLuQ { width:1.5rem;height:1.5rem;top:35.375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFUcA0sBs6Xqe4ZIgfd7PJ3EfAhTUSPW { width:1.8125rem;height:1.4375rem;top:35.4375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCCEqec90lTEXpXZurHx2G5TecuMesMw { width:3.5625rem;height:0.125rem;top:34.125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZE0W1cWrIkWCrs0sxVtHfADaonI4XMI { width:6rem;height:1.4375rem;top:13.63671875rem;left:10.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6QzLVkPdaXKzW8ytEneayOrDHQsNz0l { width:6rem;height:1.4375rem;top:47.474609375rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wffnc54tQQmCTrt1gsXaqsrialfDyVLk { width:17.625rem;height:12.57352925rem;top:50.162109375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0p0lNV3OMCrPAOb5mHNs74QoNAiCDEV { width:1.8125rem;height:1.4375rem;top:65.1875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uh4oKHlzw7kUtEi2ywbHHEDE8pKUxGNS { width:1.5rem;height:1.5rem;top:65.125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZcU04d25przm2KsCZNCfg1ZX8FqaQ9z { width:3.5625rem;height:0.125rem;top:63.875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceGk7IJTt4uH477KbMvFM1xFaeBs0sz5 { display:block; }#ceGk7IJTt4uH477KbMvFM1xFaeBs0sz5 > .row .container { width:20rem;height:185.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JC97RR6MXkOBbTkv2CXZfIrhEJPmX8N1 { width:20rem;height:38.4375rem;top:6.259765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLz2QieOhfaayEVGCiCuSoaEHdWzAA3X { width:20rem;height:26.375rem;top:89.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCfXKBzZrc8BG0FO31kguOwJeo0bxuA8 { width:20rem;height:32.5rem;top:116.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhfyJiyS4KHx5RVrbzOy0Iw4TGeHvOCV { width:20rem;height:32.5625rem;top:150.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7SV8aA3DfvQMOwoxf6RLBdP3NCPd3BB { width:18.9375rem;height:3.5294115625rem;top:1.25rem;left:0.53125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9TqNT32y4dn4R3AdJrMEGzC5uBS9m3A { width:4.5rem;height:0.5rem;top:5rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cd80GFW1Jewnq1hTQ7WDpWA497M2WEDl { width:17.5rem;height:0;top:53.7001953125rem;left:1.25rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cBAWWSchTqM2MfPxsT1xxU24kW81Kdig { width:17.6875rem;height:0;top:6.5625rem;left:1.15625rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #MIJF4ZmkXD0CmT3Hpy5xAslfePdTr2uK { width:20rem;height:1.911764625rem;top:7.375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sUlAUfuIU1e40DNt2yovhXkz9eTmeKea { width:5.625rem;height:0.62402375rem;top:31.5615234375rem;left:13.2158203125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Br5U3c9kr7vPJNBgH9T9IL50IBEQnfXG { width:17.5rem;height:15.3676461875rem;top:14.322900772095rem;left:1.2500000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o1iTaz4uMtHwKhRWnAeK1ozqzpg55iVG { width:17.5rem;height:3.4375rem;top:36.875rem;left:1.1875rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #diTfDqIxACznvdAU73GCefPxH1dkLiQZ { display:block; }
 }@media only screen and (max-width: 763px) { #mn0lb7KhNvIX7CfGG31k23sl42up33oP { width:18.75rem;height:1.9375rem;top:10.44921875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tinUOgGETArU4LaRA9Lgd24IwEyEo2zy { width:14.4375rem;height:0;top:16.85546875rem;left:1.15625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #iI4BSlKPN9aeBHR0elnPLqd1PXaWP12D { width:12.5rem;height:1.4705881875rem;top:34.125rem;left:6.3125rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #lrpKMzvc9WaV1c2GN03GGapgkrKlxTXo { width:3.75rem;height:1.4705881875rem;top:34.125rem;left:6.5rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #XCw2pAFyTH4gIky3ltKV4hXy22RnVkI2 { width:7.3125rem;height:1.6911764375rem;top:34rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPThzkh5CBsf98y2trtJKD7QkITvQQxx { width:4.6875rem;height:0;top:58rem;left:1.25rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XJt0JiO75VGBuU7O5nxWTavteqeioW9I { width:12.9375rem;height:1.76470575rem;top:90.3125rem;left:1.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnZ0K2RUXdMhPvDPoTvSaAunHE3v77Ac { width:17.5rem;height:9.7794113125rem;top:94.3125rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nIcw5XHiPRs6gka9yAhBmFrUlvVNJ6Ef { width:17.1875rem;height:13.97058775rem;top:122.1875rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #N3siJK2zDdWUS9NPCeHaPcbm7VIRPUCT { width:12.9375rem;height:1.76470575rem;top:117.9375rem;left:1.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDFZeqPXCvOHMmBeKni9OAdpx2mub9OK { width:17.5rem;height:13.97058775rem;top:156rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FbmpoFoghrhdGy6VxJudn8e3o5FlhAsM { width:18.75rem;height:1.76470575rem;top:151.6875rem;left:1.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fylMS98Sc6yvPE2FfILvFgazhC5tflW4 { width:1.0625rem;height:0;top:15.73046875rem;left:16.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Z0CI9XeK3m6N563wCEkTAQlJ202PRUg1 { width:5.0625rem;height:0;top:19.41796875rem;left:13.84375rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #kTsSUVXA5uIicImhS8WRPvFH57ZiyAP2 { width:17.5rem;height:3.3125rem;top:110.75rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7ZaMa2vFW0EyE72zdqhWMA0D9J7HJEs { display:block; }
 }@media only screen and (max-width: 763px) { #P7UO0hS34pddmLpVZbrOfKDGRoMCxy9v { width:12.5rem;height:1.25rem;top:109.0625rem;left:6.25rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #RzCNvHUGnVmDROLL0ykUxkkOUohC1hPe { width:2.8125rem;height:1.25rem;top:107.9375rem;left:16.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TfPNMnCdgnTePWo236h45mThDFQkyQHh { width:8.1875rem;height:2.0588235625rem;top:107.3125rem;left:7.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZJBhdTfguPo9272SkFyNM2rs16aPGBS { width:3.75rem;height:1.4705881875rem;top:106.5rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;z-index:14978;display:block; }
 }@media only screen and (max-width: 763px) { #K7z8L1mpP8rmiSKvHJ64DnThUAgQURfT { width:17.5rem;height:3.3125rem;top:144.625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3CZUdoApXZRBwUlPltdCcFXIpz7LXdW { display:block; }
 }@media only screen and (max-width: 763px) { #fITtHWSalo6cQL4vX68NzVnx2HApR718 { width:12.5rem;height:1.25rem;top:142.8125rem;left:6.25rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #dRypuZULUCetvUVmlJAfZ1D6NllJClTO { width:2.8125rem;height:1.25rem;top:141.6875rem;left:16.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OueVTfzNgTpiU38ZKPmFwFFM7PnIUWAf { width:8rem;height:2.0588235625rem;top:141.0625rem;left:8.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAhZxWOaK8DRwiRMSgZlRxuHKuvoinmy { width:3.75rem;height:1.4705881875rem;top:140.4375rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;z-index:14979;display:block; }
 }@media only screen and (max-width: 763px) { #XOM2T0NaxeDz6FvJkALQH3acxgpB5Irw { width:17.5rem;height:3.3125rem;top:178.4375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T88PyaVVtaDRnTo1lhAwVmOLGdhpFk02 { display:block; }
 }@media only screen and (max-width: 763px) { #TDQMSAFMKDiEoOcsRkhSTsXMkg9EEz8q { width:12.5rem;height:1.25rem;top:176.75rem;left:6.25rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #CTsBTTnHqCUKFiVEHLzLMPVhEsNQvbK4 { width:2.8125rem;height:1.25rem;top:175.75rem;left:16.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TQba2FE077iEEGQ9iLZUTM6HeexCektM { width:7.75rem;height:2.0588235625rem;top:175.125rem;left:8.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qf9zT7is1GpaCDzoo5zyd6axM1L3ZBhX { width:3.75rem;height:0;top:174.25rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #FmGT5TDX2RslhcziwKLPowfiPvnrghlB { width:9.3125rem;height:1.102941125rem;top:92.5625rem;left:1.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EP2RLVNPkl5TyZQ24sTvE2pEPWrSkX22 { width:9.25rem;height:1.102941125rem;top:120.3125rem;left:1.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ALH42pwrn9cbzR1OgMohCyucXzf0Aw6l { width:9.75rem;height:1.102941125rem;top:154rem;left:1.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JrtyssOuLSwsvHPsXaEKQ7UUvVb1dKKT { width:18.75rem;height:1.102941125rem;top:10.85546875rem;left:0.59375rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #GgFe5yi1LqSGiZw8SJoLbAboRnlu9mPb { width:20rem;height:37.25rem;top:50.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0gh38B3SsnPFd1Eh5BuFrbAR75Ti52A { width:17.5rem;height:3.3125rem;top:83.1875rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fG5fOGKv83TaaVI9VeziWd9V48AbRZe8 { display:block; }
 }@media only screen and (max-width: 763px) { #f093CioMhMl9XlU6HuX4p0dLQSlTP5Dy { width:12.5rem;height:1.25rem;top:81.375rem;left:6.125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Sf4eHhX8Xwd5Wptx6kt8ar9ftgUzR217 { width:2.8125rem;height:1.25rem;top:80.25rem;left:16.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vgE25TIwJwRrqkuar4vEI6FkExwOsOf6 { width:8.75rem;height:2.0588235625rem;top:79.456623077394rem;left:7.6245661377906rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGXNNOxABEei3pKbTs8oFnORoHS3qyr3 { width:3.75rem;height:1.4705881875rem;top:79rem;left:0.875rem;font-size:1rem;text-align:center;text-align-last:center;z-index:14977;display:block; }
 }@media only screen and (max-width: 763px) { #ttR1TLKy9rZOWPnmga1Nb86oVuw8Wiwr { width:16.4375rem;height:3.5294115625rem;top:51.875rem;left:1.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0DC6Nw5Lnhl7MWedwgurgTluPaMonsR { width:17.5rem;height:16.7647056875rem;top:58.0625rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OHGrZOB2kOO1l5MGgz0exMrJNA759fse { width:9.125rem;height:1.102941125rem;top:56rem;left:1.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pCkADeZCaPO3RaoTIKzOEAlS7ypgdBPA { width:17.5rem;height:1.76470575rem;top:46rem;left:1.25rem;font-size:1.375rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #P7aNWeVO1b44SJcAhSaC4EXfuh8t94sC { width:20rem;height:1.39705875rem;top:47.875rem;left:0rem;font-size:1.125rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #TmTsgGeMBAQBe15acmE7GlaB6iHg5NDS { display:block; }#TmTsgGeMBAQBe15acmE7GlaB6iHg5NDS > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lMxBdVOilqDDiJmBuitL9oyT7MgfTdbP { width:20rem;height:1.76470575rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIJBU9DrFpFKnWQCrPUmBHANP8ulU9d3 { width:4.5rem;height:0.5rem;top:5.44921875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFXav2BqWl72yWg0Ln6CGCyBSVTao1Vl { width:20rem;height:2.9411764375rem;top:7.19921875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZG6U7RByBR6BCNauCqJo2r26SrHfKIZ7 { width:17.1875rem;height:1.76470575rem;top:11.125rem;left:1.4375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ymcdhuRab5ZRXT9Qov4KIqf0stWfX4v0 { width:12.5rem;height:2.5rem;top:13.5625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RxpAuQQr3l83W6w4Fe7Xdn0wEfTds3ZO { width:16.5625rem;height:0;top:42.6474609375rem;left:2.625rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #EDc6urFhLyQ5NtX6EQvlbFq2dIxtVG1h { width:20rem;height:1.25rem;top:19.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O6i4XQ4DH6Rufq3nRnGdT8LikTrGn7HO { width:6rem;height:2.0625rem;top:30.1875rem;left:11.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qwZbhbB5T0mgb8oB6hmdL8gh3SoMugSM { width:16.5625rem;height:2.5rem;top:16.125rem;left:1.75rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #nr7PBTzg8q3FWOmKO47gs8oO6KdOIIiT { width:13.125rem;height:13.125rem;top:21.86230625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBhV5nWPz15IH5nZ042CkVwQsEF1t9ON { display:block; }#fBhV5nWPz15IH5nZ042CkVwQsEF1t9ON > .row .container { width:20rem;height:61.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E8WtOzoATUZM6TPA3LMLU3ZBaPxl6dZZ { width:20rem;height:1.5441175625rem;top:1.923828125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #uVdq0DrBJ7VgtPSuTIoeXKlvR3RmLHbX { width:8.93675rem;height:5.81176875rem;top:7.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzRIiCNLHV9eVecg0i7wdK13Kvv9dHbX { width:8.9375rem;height:5.8125rem;top:7.625rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKBO83RJm31mFIyKIakPHy3AgQbNw8gX { width:8.9375rem;height:5.8125rem;top:14.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFD7O7mbK4eLFfXIMFQmX3TfU2Ba1InM { width:8.875rem;height:5.75rem;top:14.5rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZ0LZAiANekE2RDGHTSPLDnlz3qvXLMg { width:8.875rem;height:5.75rem;top:21.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PX79S0np7C40AVn90UMOmzLuyCgs3MXi { width:8.9375rem;height:5.8125rem;top:40.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BX6yBf70OJnFaEIL81iI51SDFAFV9GtL { width:8.875rem;height:5.7715555194215rem;top:21.4375rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNkXMgEmyc31G4AZZdJA230q2Nx4Xprn { width:8.875rem;height:5.75rem;top:47.6875rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqhBfhTVqw3np7EToth10fcTottTi1Zx { width:8.8748125rem;height:5.74978125rem;top:40.716146469116rem;left:10.467665731907rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8CH4cVu32yFiDq9Xc8au8CIArok9ibG { width:8.875rem;height:5.75rem;top:33.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8EuDXfGoNz0xiCM1Wk2ivBp9fmy5278 { width:8.8748125rem;height:5.74978125rem;top:47.685550689698rem;left:0.65538197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGCMpRoT6Rxek9bNTHkXb01MocFe6rXS { width:8.6875rem;height:5.6875rem;top:33.9375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #anUxHARIr9xHMcgJe27v6g3MMkguaHuM { width:20rem;height:0;top:77rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #nAo2I9HZAXKTvvxhHZTOMaC4Tz83zTuH { width:20rem;height:1.25rem;top:5.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KTpBN3MwEAEidDZTvP20VIhbwWfvAEyZ { width:20rem;height:2.5rem;top:30.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15108;display:block; }
 }@media only screen and (max-width: 763px) { #EhZsKUiCZNANlLFGh0IuC42mnLQb3dXe { width:8.8125rem;height:5.7091855869599rem;top:54.398010253906rem;left:0.7180606126785rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyNJFQhaGHXTeb4dMyyIbZuggU7345TX { display:block; }#HyNJFQhaGHXTeb4dMyyIbZuggU7345TX > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JfDKJcR6SxgJ4CIFO68TGXpoabfNGuOG { width:7.0625rem;height:2.375rem;top:2.6875001192093rem;left:6.4687498807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkfF4acAPo8W59az4qcN8Pn2mVhu8bpo { width:18.5625rem;height:14.705882125rem;top:8.5953127145769rem;left:0.71875rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #uAOPC9tmgorW5VvKqBvJ9EyLou7kQNMX { width:20rem;height:1.5441175625rem;top:5.9867191314697rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #w8mJI0UEpNLG4xo6OKxNpDK4zKvduHiC { width:20rem;height:1.5441175625rem;top:24.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IE7o0ARAiGqya3UTDyCnSmc1SHRlScKQ { width:19.6875rem;height:1.5441175625rem;top:28.0625rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2sBKEEVX8qOimtGmiuIKGVUEm3msZMm { display:block; }#T2sBKEEVX8qOimtGmiuIKGVUEm3msZMm > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pylIZtsSyM2NwExmAryxvTXz1l0Q1DkP { width:1.4375rem;height:1.4375rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXyT7V0o0SGD0RC7lpm9hpW69eH0NPXV { width:1.4375rem;height:1.4375rem;top:9.125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zn9Jmwk5eOZc22DX1D2RLutODBLLXtEN { width:1.625rem;height:1.375rem;top:9.15625rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccDJAus1kBVqGCbGs1NzNM5nqLSAsBtd { width:1.75rem;height:1.1875rem;top:9.25rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ky3NsigAqSimTHneRJOKwZAP9HCZhvFS { width:3.9375rem;height:1.0625rem;top:9.3125rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgmTcpTQ5npkw83LqBC7olCmAEpuaWrO { width:1.5625rem;height:1.25rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhRBp8d2lpVNexUV3Tn0BdlN34ktgRTH { width:15rem;height:1.4705881875rem;top:3.5625rem;left:2.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EEHcP8hoCgl0GwAoPGdbPSll3aWE7o3K { width:7.5rem;height:1.4705881875rem;top:6.8125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fZqrSCxdwJOxSlhVW8ODtDzTP9IzhL6b { width:7.5rem;height:1.4705881875rem;top:1.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #y1SqqTo1ftaUwyQ6oor7XlbdfJKNDDnQ { width:7.5rem;height:1.4705881875rem;top:12.4375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HkTWICEvw9h1pM77EnL5EQWrJxQPQ6A4 { width:2.9375rem;height:1.375rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvqxGsAHIbSWmxDvnt30CE38K0cuQJXv { width:3.125rem;height:1.5625rem;top:14.78125rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkJgFBQlALnDOsHFDHfTVLT3Nx9nOS84 { width:3.375rem;height:1.0625rem;top:15.0625rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTaAITCVAgdmaMsdHmLR5yiT564fuFkm { width:2.5rem;height:1.875rem;top:14.625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJSn9PvxXrTtKhXDCoxgqeF4fCPS0wmI { width:16.5625rem;height:1.102941125rem;top:19.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJvteCiOXT78VKHVXSAe6GBTWJS2A6yG { width:7.375rem;height:0.9558823125rem;top:21.51171875rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BBQ8mpeHrZFW5VfpilZzusIUL76JWu3w { width:5rem;height:0.9558823125rem;top:21.51171875rem;left:7.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlXaSsfcKhmr5PFH6QKGAzH2seL97r2A { width:6.75rem;height:0.9558823125rem;top:21.51171875rem;left:12.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXxdTov88ISXpXD1iT0cIraFJUqFHug1 { width:3.1875rem;height:1.5625rem;top:14.71875rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QufJGyhQMXlfR7yDU4KuAv9ZCwN4Ve7V { display:block; }#QufJGyhQMXlfR7yDU4KuAv9ZCwN4Ve7V > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wrmAGMVCmvyyAA5g3zSh4TwdOUuoJTkO { width:6.75rem;height:1.75rem;top:2.5810546875rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #THmMyTo0peupWMgQAhplCwwiGcp80Kwb { width:4.8125rem;height:1.625rem;top:5.0625rem;left:15.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sxMs6KxUi9D6zk4VnVTLL814hXg0ZhTQ { width:6.3125rem;height:0.882352875rem;top:1.25rem;left:13.6875rem;font-size:0.6875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Hgf3BDrU7kMDT8FOhtGJuD5e7RTONS0M { width:9.625rem;height:5.375rem;top:1.25rem;left:0rem;display:block; }
 }