.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:56,130,255;--color-primary-1:70,121,214;--color-primary-2:32,40,77;--color-primary-3:11,21,63;--color-primary-4:5,11,38;--color-secondary-0:255,225,230;--color-secondary-1:255,154,171;--color-secondary-2:255,53,87;--color-secondary-3:128,27,44;--color-secondary-4:38,8,13;--color-tertiary-0:255,255,255;--color-tertiary-1:165,167,177;--color-tertiary-2:105,109,125;--color-tertiary-3:79,84,102;--color-tertiary-4:5,11,38;--headlines-font-family:"ubuntu";--paragraphs-font-family:"ubuntu"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(97,27,2,0.68);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;z-index:auto;display:block; }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz > .row .container { background-color: transparent; background-image: none; }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz > .row .container > .video-iframe-container { display: none; }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz > .row > .video-iframe-container { display: none; }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz > .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); }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz > .row .container { border-width: 0; border-radius: 0; }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:60rem;position:relative;display:block; }#T76pmy5G0xgfhTsGdKGmogouhVo7bGNM { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.15);background-image:none;background-position:top left !important;background-repeat: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:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:3rem;width:3rem;top:1.875rem;left:57rem;display:block; }
#I6w0CkW9MuQFt8Gw2nwXQKBiFWhQTmKz { box-sizing:content-box;color:rgba(var(--color-tertiary-0),0.7);font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:2.3125rem;left:57.4375rem;display:block; }
#SgqTiZrvpFG0bXgLMghGpD8slUM1FDTF { 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;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:1.3125rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:1.9375rem;left:25.25rem;display:block; }
#hlsRyzTEMv20gtN4suaHFl2KdzpDfxRU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NS1fbXp0VLbPGRokTT40gJHZHSC0vky4 { 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;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:1.3125rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:1.875rem;left:38.0625rem;display:block; }
#xrkWDfHSfDCUHFPoDDHuc3LAAMQNxnTM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XGCgO9U7TEKPur1P5czcBBLe7hLQaIsB { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),0.15);background-image:none;background-position:top left !important;background-repeat: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:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:3rem;width:3rem;top:2rem;left:53.4375rem;display:block; }
#Zw0iJ2IPz6NxMyAZsWp8DTroeMlr0p5J { box-sizing:content-box;color:rgba(var(--color-tertiary-0),0.7);font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:2.4375rem;left:53.875rem;display:block; }
#enWaMAITbZVXgvi0qhJDJppMEogw13hx { 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:1.375rem;width:1.375rem;top:1.9375rem;left:23.875rem;overflow:hidden;display:block; }
#roQl8WuhqI3P3Je7WyW0tdaWJ46SyJcu { 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:1.375rem;width:1.375rem;top:1.875rem;left:35.9375rem;overflow:hidden;display:block; }
#NLzE22zauXbTiEhKy75mF5yGveJ29e6O { 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:4.125rem;width:4.125rem;top:0.5rem;left:1.8125rem;overflow:hidden;display:block; }
#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 { background-color:rgba(var(--color-primary-3),0.3);background-image:url("https://images.assets-landingi.com/uc/f29ac75b-90b5-4d4d-82fa-cb8eb7c48685/082A9289_1280px.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78.adaptive-delivery-prevent-bg, #qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78.lazyload, #qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78.lazyloading { background-image: none; }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row .container { background-color: transparent; background-image: none; }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row .container > .video-iframe-container { display: none; }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row > .video-iframe-container { display: none; }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .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); }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row .container { border-width: 0; border-radius: 0; }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row .container { width:60rem;height:50.1875rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#KrsTVShmHDXinRXXuulorVpzfUc3B0c5 { color:rgba(var(--color-tertiary-0),0.8);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:9.96875rem;left:0rem;height:3.87505625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WV0r0hq781cLLvsNew1BOnqsRnQEqUTp { position:absolute;display:block;z-index:15002;background-color:rgba(95,95,95,0.21);background-image:none;background-position:top left !important;background-repeat: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:21.4375rem;width:29.375rem;top:28.0625rem;left:15.3125rem;display:block; }
#Af8Co0qL8GwinAZwu5S99neTkTmvrRTD { z-index:15006;top:42.0625rem;left:19.875rem;background-color:#fd0000;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.4375rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#wFAEDycax5Xa1rthR6p52SqInvzvLoTG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ai9ugNZEqt9ooPNTvIL6FhHgVs2yFzMw { color:rgba(var(--color-tertiary-0),0.8);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:15.25rem;left:0rem;height:3.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#okmiUa8lS0Fk5sLRNaN0MSxTMtx03bkD { 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:4.125rem;width:4.125rem;top:16.84375rem;left:11.25rem;overflow:hidden;display:block; }
#u52ZRToLepKg3NFeIVQXSHKkPZPOeoGK { background-color:rgba(var(--color-primary-0),0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:5.0625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:29.5625rem;left:21.3125rem;display:block; }
#ebHGn8DlJ87pJJfq5P6kTneP2bOlbB8z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PfoGESExoTlR2U6DCTmLn9BxDWhhh6sT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;top:30.25rem;left:19.875rem;filter: drop-shadow(0.3125rem 0.375rem 0.1875rem #000000); }
#liRAnKHlKqf7hT6aMFVsJmRoMbxwuenq { background-color:rgba(var(--color-primary-0),0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.125rem;height:4.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:35.1875rem;left:23rem;display:block; }
#XOm6i0A4P3pFBJDXVfEh51vCk2coB537 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DcGIbnrT2zKXJT1dqi5vkcTiHDqdQmC5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:35.5rem;left:19.875rem; }
#Iely56gqavxcp3u6F91baeAcscsb3CBS { background-color:#f60000;background-image:none;background-position:top left !important;background-repeat: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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:3.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:43.9375rem;left:21.40625rem;display:block; }
#OR6iB4Aw3X8TyVQyNsRS3OpUOW8bdhaV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JAC1vmTtizoe8agHs8ggq91mB41z9DPp { color:rgba(var(--color-tertiary-0),0.8);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:19.53125rem;left:0rem;height:2.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A2ND7JGs4lmgngzNEUCkkFPnxJ8Wralx { background-color:#f60000;background-image:none;background-position:top left !important;background-repeat: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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9375rem;height:3.1875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:39.625rem;left:21.53125rem;display:block; }
#rADQals0x5VRqbWQUJeAHCBPiMUHK1oB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UwIWL5Z1eT7ttzH2TIfbRsy2naGoGB4d { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:40.125rem;left:21.75rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy { 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; }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy > .row .container { background-color: transparent; background-image: none; }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy > .row .container > .video-iframe-container { display: none; }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy > .row > .video-iframe-container { display: none; }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy > .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); }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy > .row .container { border-width: 0; border-radius: 0; }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy > .row .container { font-size:0.875rem;font-family:arial;height:16rem;width:60rem;position:relative;display:block; }#OXSdEWS13EEX6sRWvu9XFUiWHEi0KTC4 { color:rgba(var(--color-tertiary-4),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:2.625rem;left:0rem;height:2.37509375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kEo61Lf56U33AhoPTxv9dzJWnaDCkxKk { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.8;letter-spacing:0;top:6rem;left:0rem;height:4.05079375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W8rThVxIQ7JbTbox5tBcvloOfUFupqq6 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:4.5rem;top:12.6875rem;left:27.9365234375rem;display:block; }
#zi3T90UL779aAry81PfSq6PCuzZdwH5W { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15000;line-height:1.9;letter-spacing:0;top:15.5205078125rem;left:0rem;height:2.84993125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V { 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; }#rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V > .row .container { background-color: transparent; background-image: none; }#rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V > .row .container > .video-iframe-container { display: none; }#rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V > .row > .video-iframe-container { display: none; }#rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V > .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); }#rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V > .row .container { border-width: 0; border-radius: 0; }#rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V > .row .container { font-size:0.875rem;font-family:arial;height:88.9375rem;width:60rem;position:relative;display:block; }#prhOGNE0mSi2IuoErQTc4RMQdRGAFpmX { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat: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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:29rem;left:3.4375rem;display:none; }
#XXDBTTCGTrRfoPllABIDkoV886x1oh59 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tnARH3UxWL4fcHIvwAPbdhANeZVQnSwa { color:rgba(var(--color-tertiary-3),1);display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:84.5rem;left:36.5625rem;height:2.1381125rem;font-style:normal;display:block; }
#yizGl9tCHzwAdAwL67TTkUfHseMnFiH1 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:84.5rem;left:44.125rem;display:block; }
#WbwTLEW1wdS2qLTcTsCQNTcNkUbT5Nsl { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-4),0.2);background-image:none;background-position:top left !important;background-repeat: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:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:3rem;width:3rem;top:84.0625rem;left:43.75rem;display:block; }
#XMouDfPivbxvVsOziGdbWDxnzJfNf2Tk { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:84.5rem;left:47.5625rem;display:block; }
#fEwZJoNvKq4NxLDVbbola9aByFhyS2uE { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-4),0.2);background-image:none;background-position:top left !important;background-repeat: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:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:3rem;width:3rem;top:84.0625rem;left:47.125rem;display:block; }
#KaW0iQDxAoueVgZULsDrHcZsvXeoqdPJ { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:84.6875rem;left:51.0625rem;display:block; }
#wUkIUJ0V8tXyvpWh7K4264GN0EKxv22s { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-4),0.2);background-image:none;background-position:top left !important;background-repeat: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:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:3rem;width:3rem;top:84.0625rem;left:50.4375rem;display:block; }
#BHdUJnWEw7nvDcGq09kT3Q0GHS8QNo4i { color:#3d4051;display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15001;line-height:1.9;letter-spacing:0;top:2.8125rem;left:0rem;height:6.64955rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c5tfo5CBvk5dwvq1Sz4bew93ESRn8gqE { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat: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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.8125rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:79.6875rem;left:37.09375rem;display:block; }
#RPBUcI0ZVUu5OeW0SqvFhOv7Qb86FOLg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hiGFzhvsIcH4rWDbvg9gleGgc0kooTp7 { 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:19.9375rem;width:29.9375rem;top:38.9150390625rem;left:0rem;overflow:hidden;display:block; }
#WC8pheNuCkZw683i5rdfSmTx7PIIPONF { color:#3d4051;display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.9;letter-spacing:0;top:10.125rem;left:0rem;height:9.974325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fe3va8grqR5IMWcK8EWilAxsTST4isdJ { color:#3d4051;display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.9;letter-spacing:0;top:20.73193359375rem;left:0rem;height:3.324775rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#izoFNahdBBOXqcQnodkpsocwLv21sn4R { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15001;line-height:1.9;letter-spacing:0;top:26.49365234375rem;left:0rem;height:2.2561625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q2EPqoekvAIzyT4LW0pWp23G9PPWtODJ { color:#3d4051;display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.9;letter-spacing:0;top:28.74951171875rem;left:0rem;height:4.9871625rem;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; }
#At5mAw0uZl6DIdmivId52MuBCKMkyObi { color:#3d4051;display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15003;line-height:1.9;letter-spacing:0;top:38.9150390625rem;left:30rem;height:18.51881875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uKup5xXEXlzmn7GEqccVPpnQX4IdNM7W { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:36.8125rem;left:30rem;height:2.2561625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wPPhpmRD0VT5E4sbowyT02m7vvpa5TTV { position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f29ac75b-90b5-4d4d-82fa-cb8eb7c48685/082A9289_1280px.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.8125rem;width:29.875rem;top:0rem;left:30.125rem;display:block; }#wPPhpmRD0VT5E4sbowyT02m7vvpa5TTV.adaptive-delivery-prevent-bg, #wPPhpmRD0VT5E4sbowyT02m7vvpa5TTV.lazyload, #wPPhpmRD0VT5E4sbowyT02m7vvpa5TTV.lazyloading { background-image: none; }
#qa57JX7sEVsEoNmDSwzT69NvBFiR8QST { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15003;line-height:1.9;letter-spacing:0;top:67.224609375rem;left:38.4375rem;height:4.512325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hKeZiWtvorDnghTo4H1JTh4VBllBH5u2 { color:#3d4051;display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15004;line-height:1.9;letter-spacing:0;top:59.78125rem;left:35rem;height:5.6981rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NLf6yOth8TqTTHWZymKbIRTDJ1zHd50p { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:67.16796875rem;left:31.375rem; }
#NntWF4JB57ZGgVItsTgI2VVQBURbM8I3 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.9;letter-spacing:0;top:57.375rem;left:30rem;height:2.2561625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nyNlHq1ybT1XAVXDR5RFTMVCmb1lWqoz { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.9;letter-spacing:0;top:72.236328125rem;left:30rem;height:1.90025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ViJ0VPmK566MaXaSoWNZHJGlvfDaKxuB { color:#3d4051;display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15004;line-height:1.9;letter-spacing:0;top:74.5546875rem;left:30rem;height:2.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rFQNue6buIBi3bqxRWaFeVPMRaX8OH6a { color:rgba(var(--color-tertiary-4),1);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.9;letter-spacing:0;top:65.15625rem;left:41.6875rem;height:2.2561625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O2G9nO7qqkaZxULuzyzXpd7pT5nu4ZKr { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.9;letter-spacing:0;top:77.837890625rem;left:38.4375rem;height:1.6623875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B2m86UTFFMtQEghpf0Kxcd2R28fLULkH { position:absolute;display:block;z-index:15015;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:22.375rem;width:29.875rem;top:59.78125rem;left:0rem;overflow:hidden;display:block; }
#eLea2l5lUi62HHoXkSQSx3HxG5HlxuHL { color:#3d4051;display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.9;letter-spacing:0;top:33.9912109375rem;left:0rem;height:4.9871625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qf1ylKUCTl4i7Pb2FzLcKLZH1xRpIy8r { 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; }#Qf1ylKUCTl4i7Pb2FzLcKLZH1xRpIy8r > .row .container { background-color: transparent; background-image: none; }#Qf1ylKUCTl4i7Pb2FzLcKLZH1xRpIy8r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qf1ylKUCTl4i7Pb2FzLcKLZH1xRpIy8r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qf1ylKUCTl4i7Pb2FzLcKLZH1xRpIy8r > .row .container > .video-iframe-container { display: none; }#Qf1ylKUCTl4i7Pb2FzLcKLZH1xRpIy8r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qf1ylKUCTl4i7Pb2FzLcKLZH1xRpIy8r > .row > .video-iframe-container { display: none; }#Qf1ylKUCTl4i7Pb2FzLcKLZH1xRpIy8r > .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); }#Qf1ylKUCTl4i7Pb2FzLcKLZH1xRpIy8r > .row .container { border-width: 0; border-radius: 0; }#Qf1ylKUCTl4i7Pb2FzLcKLZH1xRpIy8r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qf1ylKUCTl4i7Pb2FzLcKLZH1xRpIy8r > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:60rem;position:relative;display:block; }#K6lZuX6p1kpRci0hzrJ1w7DyDKEUc5XA { color:rgba(var(--color-tertiary-4),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:2.3125rem;left:0rem;height:2.37509375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tzi0C4BayibvRwgXPKCBnprMD94CQWD9 { 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; }#Tzi0C4BayibvRwgXPKCBnprMD94CQWD9 > .row .container { background-color: transparent; background-image: none; }#Tzi0C4BayibvRwgXPKCBnprMD94CQWD9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tzi0C4BayibvRwgXPKCBnprMD94CQWD9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tzi0C4BayibvRwgXPKCBnprMD94CQWD9 > .row .container > .video-iframe-container { display: none; }#Tzi0C4BayibvRwgXPKCBnprMD94CQWD9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tzi0C4BayibvRwgXPKCBnprMD94CQWD9 > .row > .video-iframe-container { display: none; }#Tzi0C4BayibvRwgXPKCBnprMD94CQWD9 > .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); }#Tzi0C4BayibvRwgXPKCBnprMD94CQWD9 > .row .container { border-width: 0; border-radius: 0; }#Tzi0C4BayibvRwgXPKCBnprMD94CQWD9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tzi0C4BayibvRwgXPKCBnprMD94CQWD9 > .row .container { font-size:0.875rem;font-family:arial;height:15.3125rem;width:60rem;position:relative;display:block; }#X4r8b2HOXcAP4TvdfGum0tzNfcFkiiWv { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.9638671875rem;left:1.8125rem;height:1.4626875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PvKVAzTTONeZOuEVGMClToNVR4yhFKPH { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:13.9375rem;left:0.4375rem;display:block; }
#Te8PZxJnKho04udLfu63eqfczP1S1x14 { 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:6.625rem;width:6.25rem;top:5.4375rem;left:3.8125rem;overflow:hidden;display:block; }
#oxT4cIC51abM90sncr7PW83qDfcCUglR { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat: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;height:3.8125rem;width:0.5rem;top:6.3421516418456rem;left:7.40553855896rem;display:block; }
#csU7tnksXaS38NIwauUpKkhreX57V3Ju { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat: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:11.125rem;border-top-right-radius:11.125rem;border-bottom-left-radius:11.125rem;border-bottom-right-radius:11.125rem;box-shadow: none;height:0.5rem;width:1.25rem;top:8.5rem;left:8.06178855896rem;display:block; }
#oUd0Irmszv7XZyOeeFkmmSpFobak4I0P { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:13.9375rem;left:15.5654296875rem;display:block; }
#MTVa2fzypaCboNIX9T7MEXUc3OnAGJaC { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:13.9375rem;left:30.5rem;display:block; }
#sU3LfyLzf8639HbXw1kHET2hoqt07iXE { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:13.9375rem;left:45.5625rem;display:block; }
#wObdNe7DAyW8lyFVfVDGRceTC2l8RvGe { 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:5rem;width:7.1875rem;top:6.25rem;left:18.3125rem;overflow:hidden;display:block; }
#JhfhAPFeqVu2y4xe3z2qxVJW5CJne9pZ { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat: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:11.125rem;border-top-right-radius:11.125rem;border-bottom-left-radius:11.125rem;border-bottom-right-radius:11.125rem;box-shadow: none;height:2.5rem;width:2.3125rem;top:6.5921516418456rem;left:21.999286651611rem;display:block; }
#oOEKctcvhuTxIJN0LVxWTlskLfLfeMGF { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat: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:11.125rem;border-top-right-radius:11.125rem;border-bottom-left-radius:11.125rem;border-bottom-right-radius:11.125rem;box-shadow: none;height:1.1875rem;width:1.1875rem;top:6.8421516418456rem;left:22.559478759766rem;display:block; }
#MlLBd1QTcVma7Tq9kmMfmLb82xrZb5lL { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat: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:11.125rem;border-top-right-radius:11.125rem;border-bottom-left-radius:11.125rem;border-bottom-right-radius:11.125rem;box-shadow: none;height:1.4375rem;width:1.4375rem;top:7.6875rem;left:36.5rem;display:block; }
#D7mSb4ruK4vzek3HCTDVkUuVrtPMbxkl { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat: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;height:0.625rem;width:1.0625rem;top:5.8123226165771rem;left:52.749816894531rem;display:block; }
#s8BHsukVIWDlxEGmHU3JHTyQUqTwXWnA { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat: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:11.125rem;border-top-right-radius:11.125rem;border-bottom-left-radius:11.125rem;border-bottom-right-radius:11.125rem;box-shadow: none;height:1.4375rem;width:1.25rem;top:8.6860790252688rem;left:50.874465942382rem;display:block; }
#qLgCwTc4ddOovcHhScS3t4h6Hy2lTr9X { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-primary-4),0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:15.499820709229rem;display:block; }
#E8100oR1ZnZAL2Fp1HmS5VodShXvKc2b { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-primary-4),0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:0.46875rem;display:block; }
#HPzSt0h69aOStm7mqF5NJAxLO7Mar5yE { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-primary-4),0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:30.467861175537rem;display:block; }
#Nm0MbhVAA2CeyBkCVna5DBlkrHrpLzhx { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-primary-4),0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:45.46875rem;display:block; }
#KxW36VCGAOEDqWE7Jpo7pFQuZsaHA34I { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.9638671875rem;left:16.8125rem;height:1.4626875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XneQoxuDr3DD6tU0sTP7Vtp0wTi2RXMr { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:1.9638671875rem;left:46.8125rem;height:1.4626875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UuHPus3PttxWaDEuqHbm3DN8w4tZyiht { position:absolute;display:block;z-index:15031;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.1875rem;width:7.125rem;top:5.1875rem;left:48.9375rem;overflow:hidden;display:block; }
#TKSmokNlEL3yhCvnFBmrlQESFNbNIvch { 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:7.625rem;width:6.0625rem;top:3.84375rem;left:33.59375rem;overflow:hidden;display:block; }
#PeBQSlrDUJIsxwbCiqBxTZK38q7UABLX { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:1.96337890625rem;left:31.8125rem;height:1.4626875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ENW4kwOM6kuTDTFFhCD2kyWWvSnWEa6Q { 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; }#ENW4kwOM6kuTDTFFhCD2kyWWvSnWEa6Q > .row .container { background-color: transparent; background-image: none; }#ENW4kwOM6kuTDTFFhCD2kyWWvSnWEa6Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENW4kwOM6kuTDTFFhCD2kyWWvSnWEa6Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENW4kwOM6kuTDTFFhCD2kyWWvSnWEa6Q > .row .container > .video-iframe-container { display: none; }#ENW4kwOM6kuTDTFFhCD2kyWWvSnWEa6Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENW4kwOM6kuTDTFFhCD2kyWWvSnWEa6Q > .row > .video-iframe-container { display: none; }#ENW4kwOM6kuTDTFFhCD2kyWWvSnWEa6Q > .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); }#ENW4kwOM6kuTDTFFhCD2kyWWvSnWEa6Q > .row .container { border-width: 0; border-radius: 0; }#ENW4kwOM6kuTDTFFhCD2kyWWvSnWEa6Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ENW4kwOM6kuTDTFFhCD2kyWWvSnWEa6Q > .row .container { font-size:0.875rem;font-family:arial;height:16.1875rem;width:60rem;position:relative;display:block; }#zty4wtFABEar6yFiOk8Kp5uwXWzrv7WS { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:13.9375rem;left:0.4375rem;display:block; }
#wmUGbLAibznF1OQ4ETBHzNX8SkKATAmI { 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:6.6875rem;width:5.625rem;top:4.09375rem;left:3.8388671875rem;overflow:hidden;display:block; }
#IbnQ0akJJxv0HbWOPn6TavCa7rtVbzCX { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat: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:11.125rem;border-top-right-radius:11.125rem;border-bottom-left-radius:11.125rem;border-bottom-right-radius:11.125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:7.5302734375rem;left:7.24609375rem;display:block; }
#d2it8Ei1KLuU8UotI5pN9zFpzxv9fkFs { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:13.9375rem;left:15.5654296875rem;display:block; }
#WunUqEaoTO1yfrQx7BIX1givUz2obdHy { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:13.9375rem;left:30.5rem;display:block; }
#piFJ3mDcl7eLzNZNQqfHOuoX0A2zarZP { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:13.9375rem;left:45.5625rem;display:block; }
#EDO3CQLoRzbzOnId82zNv4kahqnG50P1 { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat: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:11.125rem;border-top-right-radius:11.125rem;border-bottom-left-radius:11.125rem;border-bottom-right-radius:11.125rem;box-shadow: none;height:1.3125rem;width:1.25rem;top:6.4373226165769rem;left:20.9375rem;display:block; }
#fvNPvKxa4tuLdKhh6TAxmsAbOIHJJfV6 { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat: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:11.125rem;border-top-right-radius:11.125rem;border-bottom-left-radius:11.125rem;border-bottom-right-radius:11.125rem;box-shadow: none;height:1.1875rem;width:1.1875rem;top:8.4998226165769rem;left:22.686965942382rem;display:block; }
#JXpZwhDeLxOlXEgPX1upH5EGZHyT254W { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat: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:12.3125rem;border-top-right-radius:12.3125rem;border-bottom-left-radius:12.3125rem;border-bottom-right-radius:12.3125rem;box-shadow: none;height:1.25rem;width:1.25rem;top:6rem;left:50.875rem;display:block; }
#hItTRv5xmZcHmRHaPETLRw6JTJFkPmng { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat: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;height:0.75rem;width:0.625rem;top:7rem;left:52.875rem;display:block; }
#mzR0hPBJLiExTcBWeRQlJDIpbGbAUpbQ { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-primary-4),0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:15.5rem;display:block; }
#DAJggntCoXCAGhWGbxWTKoQWxQG59TCB { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-primary-4),0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:0.46875rem;display:block; }
#remSHTnMl770y4GWRrVnlZaD7C0ftGTC { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-primary-4),0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:30.467861175537rem;display:block; }
#y699xDKtv1V3NVJJqkkHAJOT7zPc1tSl { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-primary-4),0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:45.46875rem;display:block; }
#lRyK1LX4r087zqF2k4GCi6CNovQxr9BD { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat: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:11.125rem;border-top-right-radius:11.125rem;border-bottom-left-radius:11.125rem;border-bottom-right-radius:11.125rem;box-shadow: none;height:1.3125rem;width:1.3125rem;top:6.9052734375rem;left:5.9951171875rem;display:block; }
#ad5oNOrxXdwBqpnUQtg2BWAAKy4G1JER { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:2.1875rem;left:0.9638671875rem;height:1.4626875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N61GND5NTJplHFMTTRba8DemJ3P3lC6I { 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:6.3125rem;width:6.4375rem;top:4.6875rem;left:19.7841796875rem;overflow:hidden;display:block; }
#hfiLaB8B0SgZacX5sbznhktXltKimKPP { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.18701171875rem;left:16.8125rem;height:1.4626875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LB4NtkGNmTed0AOOoKqHeZBPAnk5OWWX { 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:4.5rem;width:5.875rem;top:5.1875rem;left:34.5625rem;overflow:hidden;display:block; }
#roWgyJxk0q0p4dTd5IubTmBgwm2E8xf8 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:2.18701171875rem;left:31.8125rem;height:1.4626875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GDGfv00Kzg1B8ipw0DCNcO3mnBVPybDA { 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:6.4375rem;width:10.5625rem;top:4.21875rem;left:47.21875rem;overflow:hidden;display:block; }
#c1ETPMUBFp82guE6JSq9bwwNoPDzDfXw { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:2.18701171875rem;left:47.5rem;height:1.4626875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VHewd2mA1nQE2cWtHCIeqpZKw21TaEfS { position:relative;display:none; }#VHewd2mA1nQE2cWtHCIeqpZKw21TaEfS { border-width: 0; border-radius: 0; }#VHewd2mA1nQE2cWtHCIeqpZKw21TaEfS > .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; }#VHewd2mA1nQE2cWtHCIeqpZKw21TaEfS > .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:arial;height:5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#oZyWyzRn6pFu5VVbDKSlWg6dGeZ9v6mm { color:rgba(var(--color-tertiary-4),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:0.75rem;left:0rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e21nTJJXQIK2xomZQVUi82XGFFsTX5bZ { 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; }#e21nTJJXQIK2xomZQVUi82XGFFsTX5bZ > .row .container { border-width: 0; border-radius: 0; }#e21nTJJXQIK2xomZQVUi82XGFFsTX5bZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e21nTJJXQIK2xomZQVUi82XGFFsTX5bZ > .row .container { font-size:0.875rem;font-family:arial;height:14.625rem;width:60rem;position:relative;display:none; }#nUBdDvio9EJ6HTik9mLCMPdo5vUSr9F7 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:13.9375rem;left:0.4375rem;display:block; }
#DmRwGurd6DBh5Q85wg1hT6SrdFfxzute { 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:6.875rem;width:7.8125rem;top:4.8115234375rem;left:33.59375rem;overflow:hidden;display:block; }
#l3vus2b7PHGEWFvOCDT8x1Hvi4bzCRB0 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat: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:11.125rem;border-top-right-radius:11.125rem;border-bottom-left-radius:11.125rem;border-bottom-right-radius:11.125rem;box-shadow: none;height:2.5rem;width:2.375rem;top:6.9992895126344rem;left:6.3112564086912rem;display:block; }
#DHbf7BgOBoMQNrIX25t4nQgxD4lIw2nL { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat: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:11.125rem;border-top-right-radius:11.125rem;border-bottom-left-radius:11.125rem;border-bottom-right-radius:11.125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:7.8125rem;left:7rem;display:block; }
#dVmtKiDpQ4MSCTK0101CGVu0zl0F8lS3 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:13.9375rem;left:15.5654296875rem;display:block; }
#pzGEnGHLJyCUqbGazB17dvNfDX9NMHL3 { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:13.9375rem;left:30.5rem;display:block; }
#GBvCGQv48UdSJknCb4dE6VesrycfOoxF { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:13.9375rem;left:45.5625rem;display:block; }
#yebqSZmTJCNzbNxoLSdKtaHwPHbQFGbU { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat: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:11.125rem;border-top-right-radius:11.125rem;border-bottom-left-radius:11.125rem;border-bottom-right-radius:11.125rem;box-shadow: none;height:2.5rem;width:2.375rem;top:6.4375rem;left:21.375rem;display:block; }
#MTT6sHkporWHOG9QPPKkGgx1l2H5fGfM { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat: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:11.125rem;border-top-right-radius:11.125rem;border-bottom-left-radius:11.125rem;border-bottom-right-radius:11.125rem;box-shadow: none;height:1.1875rem;width:1.1875rem;top:6.9375rem;left:21.9375rem;display:block; }
#qJHyXi1oQhr5dN6uK7qEgvOQEyzbzHpw { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat: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:11.125rem;border-top-right-radius:11.125rem;border-bottom-left-radius:11.125rem;border-bottom-right-radius:11.125rem;box-shadow: none;height:1.4375rem;width:1.4375rem;top:7.6875rem;left:36.5rem;display:block; }
#ezKcy3t8S67ciOG9MUzQ5BCSXLV6bzuX { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat: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;height:0.625rem;width:2.625rem;top:7.0625rem;left:51.125rem;display:block; }
#chBLT33RmsJyXKXuLrZIshmVrK63EUPd { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat: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;height:0.75rem;width:0.625rem;top:8.0625rem;left:52.125rem;display:block; }
#OKfhGECduClwFitI3VruNwPZ8SxQ5vkm { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat: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;height:0.75rem;width:0.625rem;top:9.8125rem;left:52.125rem;display:block; }
#JWWQFkc9KegagT3yNUCbnvcHBBAgvAEp { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-primary-4),0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:15.499820709229rem;display:block; }
#TooHiPTk4Oik81WLCPDHGEkPcngx8CaJ { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-primary-4),0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:0.46875rem;display:block; }
#Sci63v9Nm5SMnQTDALDNF8GBGkHXQzGB { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-primary-4),0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:30.467861175537rem;display:block; }
#vkdr1CchSp1ZBU4OgleRsZ4ZugKCMkRV { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-primary-4),0.15) ;height:14.0625rem;width:14.0625rem;top:0.030717372894287rem;left:45.46875rem;display:block; }
#k4umhqeVZvKVbtyDp2BnBAEHAngk97AD { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:2rem;left:31.8125rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TBOQqsF95deBlG2oQvPab8fXG4qSsdwA { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:2rem;left:1.1875rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AOESTN9T1ln7rmXKIPw8ubq0IHFH1ypf { 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:6.6875rem;width:6.25rem;top:4.9052734375rem;left:4.375rem;overflow:hidden;display:block; }
#GlgZq3RDMhEiTd2oBPVUb5U0Hs548TZ0 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:3.412109375rem;left:16.8125rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wTB8N7M7aTayDmEG3Nbduy4rmPWMfhzs { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:1.99951171875rem;left:45.5625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r4a7RZTRyBqqbin94exuJAPUuZXTiv0y { 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:6.5rem;width:6.4375rem;top:4.9990234375rem;left:48.03125rem;overflow:hidden;display:block; }
#ugWWcKTeWmyJlBIo6uSu1t5EnC7lSOL2 { 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; }#ugWWcKTeWmyJlBIo6uSu1t5EnC7lSOL2 > .row .container { border-width: 0; border-radius: 0; }#ugWWcKTeWmyJlBIo6uSu1t5EnC7lSOL2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ugWWcKTeWmyJlBIo6uSu1t5EnC7lSOL2 > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:60rem;position:relative;display:none; }#MtpzWuNxTGuOA2rfwwr39KPIvJmBGthz { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2rem;left:1.8125rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kZK84Z3aoIwhlk5rN0lKP5AJi3zISQte { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:13.9375rem;left:0.4375rem;display:block; }
#kaT1TdZI1JnlPQOm1OlqtJ8OCHbaTdgG { 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:7.0625rem;width:5.9375rem;top:3.90625rem;left:4.53125rem;overflow:hidden;display:block; }
#W6O38mCfRUeTg9TafQJG1GPB7Jky12lI { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat: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:11.125rem;border-top-right-radius:11.125rem;border-bottom-left-radius:11.125rem;border-bottom-right-radius:11.125rem;box-shadow: none;height:2.5rem;width:2.375rem;top:7.125rem;left:6.3125rem;display:block; }
#FaCgQvbSV2lqvGKe42dXcmGcMqpZlw5T { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat: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:11.125rem;border-top-right-radius:11.125rem;border-bottom-left-radius:11.125rem;border-bottom-right-radius:11.125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:7.9375rem;left:7rem;display:block; }
#kSmoBER8WlMTvMznwAFubcV7BetbnQ6u { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:13.9375rem;left:15.5654296875rem;display:block; }
#RiliTcaHaqbC6ukbTLte9ET7yDEXRS54 { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:13.9375rem;left:30.5rem;display:block; }
#JU2gXusnGzHReURTTvOanBd6fmsPGNka { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2rem;left:31.8125rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g2kvoZBcKqXsr4wwrwdAhtKi7kvCyOOR { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:13.9375rem;left:45.5625rem;display:block; }
#oATaT835hDyqTKfznZzIJAPLTCHbakA8 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:2rem;left:46.8125rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X8Q0aL92JxzsW90zoA2wQJlJ9qOw3Wc3 { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat: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:11.125rem;border-top-right-radius:11.125rem;border-bottom-left-radius:11.125rem;border-bottom-right-radius:11.125rem;box-shadow: none;height:1.6875rem;width:1.4375rem;top:6.4373226165769rem;left:22.1875rem;display:block; }
#JZ2Z07GRdr5xWnlL9CQk7Zp8aArCSD38 { 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:7.375rem;width:8.0625rem;top:3.75rem;left:33.46875rem;overflow:hidden;display:block; }
#pcCTJwgouaRLigXxpgKx6WoOQTsRqGiw { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat: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;height:2rem;width:2rem;top:8.1875rem;left:35.499996901611rem;display:block; }
#w79z3wdpar9A0CeOdbCJ28czkhunhbtd { 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:6.625rem;width:6.25rem;top:4.125rem;left:48.4365234375rem;overflow:hidden;display:block; }
#LHrifiDS2l6M1qJAKPR9n2hREe0sZCqg { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat: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:11.125rem;border-top-right-radius:11.125rem;border-bottom-left-radius:11.125rem;border-bottom-right-radius:11.125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:6.1869678497314rem;left:50.374465942382rem;display:block; }
#uLuskpv3ZBDbcpP70EW8vR9DgelPuInP { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat: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:11.125rem;border-top-right-radius:11.125rem;border-bottom-left-radius:11.125rem;border-bottom-right-radius:11.125rem;box-shadow: none;height:0.75rem;width:0.625rem;top:9.8117904663088rem;left:53.999465942382rem;display:block; }
#nsSP7tO7BL6MHyv7ZyEJEEcBGbQ4NdzN { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-primary-4),0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:15.5rem;display:block; }
#ihD8kPQBTeNLLdzf86CUsrmxX1kssfkk { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-primary-4),0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:0.46875rem;display:block; }
#AIxqukrH598VLBU2nZq6TMmTa17szUXp { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-primary-4),0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:30.467861175537rem;display:block; }
#zzQAJn93trtBtmVOcFmD450o1BdhdREF { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-primary-4),0.15) ;height:14.0625rem;width:14.0625rem;top:0.0625rem;left:45.498931884766rem;display:block; }
#ATO0CoPHzHNfDCGgtVxoaWNhtoNgJTg5 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat: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;height:1.4375rem;width:1.5rem;top:9.4371452331544rem;left:37.202632436522rem;display:block; }
#AspoTxn7W5r5uGl5GXRFPA9NJISVCHic { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat: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:11.125rem;border-top-right-radius:11.125rem;border-bottom-left-radius:11.125rem;border-bottom-right-radius:11.125rem;box-shadow: none;height:1.3125rem;width:1.25rem;top:7.3117904663088rem;left:51.499465942382rem;display:block; }
#nXWaEEraVoa9CKvN0xTtaK1wNKLJl6xl { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:2rem;left:16.28125rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CVGMs4AlespwfmPgJ5NtPKpkUkThLpld { 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:7.25rem;width:7.0625rem;top:3.90625rem;left:18.96875rem;overflow:hidden;display:block; }
#qld5N8cADoCBtTv6zS9cEuypmL80XQ0w { 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; }#qld5N8cADoCBtTv6zS9cEuypmL80XQ0w > .row .container { border-width: 0; border-radius: 0; }#qld5N8cADoCBtTv6zS9cEuypmL80XQ0w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qld5N8cADoCBtTv6zS9cEuypmL80XQ0w > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:60rem;position:relative;display:none; }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:url("https://images.assets-landingi.com/f63Yhckc/services_bg.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ.adaptive-delivery-prevent-bg, #N7iU7iTWQTq94THS7H0XL773gQuOXkoZ.lazyload, #N7iU7iTWQTq94THS7H0XL773gQuOXkoZ.lazyloading { background-image: none; }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row .container { background-color: transparent; background-image: none; }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row .container > .video-iframe-container { display: none; }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row > .video-iframe-container { display: none; }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .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); }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row .container { border-width: 0; border-radius: 0; }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row .container { font-size:0.875rem;font-family:arial;height:16.5rem;width:60rem;position:relative;display:block; }#iJAWnJBMvgqmqKcme6nW179KHEeBmd8s { color:rgba(var(--color-tertiary-4),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:1.1875rem;left:0rem;height:2.37509375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kH2DFhDaCyrBxXxGsR6GXO73nv9dpa7I { color:rgba(var(--color-tertiary-4),1);display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.8;letter-spacing:0;top:3.5625rem;left:9.375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#kH2DFhDaCyrBxXxGsR6GXO73nv9dpa7I li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kH2DFhDaCyrBxXxGsR6GXO73nv9dpa7I li:before{  }
#NAwNp13ukqzscHA40oSsQECVhRyLXisB { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:4.5rem;top:15.6875rem;left:27.75rem;display:block; }
#a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:url("https://images.assets-landingi.com/f63Yhckc/services_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb.adaptive-delivery-prevent-bg, #a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb.lazyload, #a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb.lazyloading { background-image: none; }#a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb > .row .container { border-width: 0; border-radius: 0; }#a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb > .row .container { font-size:0.875rem;font-family:arial;height:15.375rem;width:60rem;position:relative;display:none; }#fFV3keT4rfRlzymMIrf6sgI9h2EoS48T { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:2.625rem;left:7.875rem;height:3.82421875rem;font-style:normal;display:block; }
#NPwO4cJQcBokVCTXUL4lkKeshXcNXo43 { color:#3d4051;display:block;width:25.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15010;line-height:1.9;letter-spacing:0;top:7.6875rem;left:2.15625rem;height:6.0556625rem;font-style:normal;display:block; }
#L8WDVDBBbaqvWlvsUR9ZwVnuCTTXZMK2 { color:#3d4051;display:block;width:26.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.9;letter-spacing:0;top:7.6875rem;left:32.5rem;height:6.0556625rem;font-style:normal;display:block; }
#UzR8MwlXJS1v0g349Erkcx22HrWevVBJ { color:rgba(var(--color-tertiary-4),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.7;letter-spacing:0;top:1.6875rem;left:38.0625rem;height:5.736325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hNbTwTEMN7RzwEhGWQ5SKM2pkZox614i { position:absolute;display:block;z-index:15001;background-color:#f7f7f7;background-image:none;background-position:top left !important;background-repeat: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:15.3125rem;width:30rem;top:0rem;left:29.999996185302rem;display:block; }
#fHa0B7vpbiKk7D57oCvLNmnJghhdL4ye { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-primary-4),0.15) ;height:15.3125rem;width:30rem;top:0rem;left:0rem;display:block; }
#iqK1QByQLDaIcga8VcqnkkaPm12zrBgw { 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:5.4375rem;width:5.3125rem;top:1.78125rem;left:1.59375rem;overflow:hidden;display:block; }
#VhrNbO5yU1OA6b9XuGviXQLPn9Emw56a { 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:5.4375rem;width:5.3125rem;top:1.84375rem;left:31.875rem;overflow:hidden;display:block; }
#AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:url("https://images.assets-landingi.com/f63Yhckc/services_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ.adaptive-delivery-prevent-bg, #AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ.lazyload, #AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ.lazyloading { background-image: none; }#AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ > .row .container { border-width: 0; border-radius: 0; }#AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ > .row .container { font-size:0.875rem;font-family:arial;height:15.375rem;width:60rem;position:relative;display:none; }#dcZtmukIICD1THAwCGtvn6TC5X3wFdbP { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:2.5625rem;left:7.875rem;height:3.82421875rem;font-style:normal;display:block; }
#Jg0R3RrIiTcbCzil2C5GDJQV4iZsVvrw { color:#3d4051;display:block;width:25.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15010;line-height:1.9;letter-spacing:0;top:7.25rem;left:2.4375rem;height:6.0556625rem;font-style:normal;display:block; }
#Kq4QtkE6UaD7yVXPJGsmukcAp85eASMf { color:#3d4051;display:block;width:27rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.9;letter-spacing:0;top:8rem;left:32.40625rem;height:6.0556625rem;font-style:normal;display:block; }
#qumeLtWzB5TzsagiGf7mtHd00RAONOA8 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.7;letter-spacing:0;top:1.625rem;left:37.5625rem;height:5.736325rem;font-style:normal;display:block; }
#hxyt4GMXRMdELfsb2eJxTdOaH8Bv7dLv { position:absolute;display:block;z-index:15001;background-color:#f7f7f7;background-image:none;background-position:top left !important;background-repeat: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:15.3125rem;width:30rem;top:0rem;left:0rem;display:block; }
#VcOyoMp4fJtTkkxaQkW151H4AKDiV99v { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-primary-4),0.15) ;height:15.3125rem;width:30rem;top:0.031072616577149rem;left:29.999996185302rem;display:block; }
#fWuS4527hoPoTm58Gr3TydQvhmoh75i4 { position:absolute;display:block;z-index:15015;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.9375rem;width:4.25rem;top:1.46875rem;left:31.859375rem;overflow:hidden;display:block; }
#kNli4VwB2FepwUQ72JzEqhlQpfmqNvUO { 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:5.25rem;width:3.75rem;top:1.8125rem;left:2.5rem;overflow:hidden;display:block; }
#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:url("https://images.assets-landingi.com/f63Yhckc/services_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF.adaptive-delivery-prevent-bg, #tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF.lazyload, #tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF.lazyloading { background-image: none; }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row .container { background-color: transparent; background-image: none; }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row .container > .video-iframe-container { display: none; }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row > .video-iframe-container { display: none; }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .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); }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row .container { border-width: 0; border-radius: 0; }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#PqdAdzUK7U3NAVTTKsR42J8eGD5TeDOy { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat: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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:5.09375rem;left:22.09375rem;display:none; }
#wxWeHQS9uP862OdgUhngAD8ktOy6Eg79 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TKKtuFxoKaFF6u9ckHXod1yrZgNHoKag { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat: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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.8125rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.96875rem;left:22.09375rem;display:block; }
#HlualZg4SCeG9bqDLqAtDiFsOPew22CL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kH9gbxulbNdEQfCqSZPg3nDEZGMUPu1A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),0.94);background-image:url("https://images.assets-landingi.com/BI82gVck/services_bg_blue.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#kH9gbxulbNdEQfCqSZPg3nDEZGMUPu1A.adaptive-delivery-prevent-bg, #kH9gbxulbNdEQfCqSZPg3nDEZGMUPu1A.lazyload, #kH9gbxulbNdEQfCqSZPg3nDEZGMUPu1A.lazyloading { background-image: none; }#kH9gbxulbNdEQfCqSZPg3nDEZGMUPu1A > .row .container { border-width: 0; border-radius: 0; }#kH9gbxulbNdEQfCqSZPg3nDEZGMUPu1A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kH9gbxulbNdEQfCqSZPg3nDEZGMUPu1A > .row .container { font-size:0.875rem;font-family:arial;height:15.75rem;width:60rem;position:relative;display:none; }#tUfEQmORLGhMWFge1dKPxcXRDwqnzpQ1 { color:rgba(var(--color-secondary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.4508171081543rem;left:1.25rem;height:5.11865rem;text-align:center;text-align-last:center;display:block; }
#pJhlCbSkEIT9bsMh3Ln7J32Ozd7BOp5X { color:rgba(var(--color-tertiary-0),1);display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:8.5126953125rem;left:1.125rem;height:6.75rem;text-align:center;text-align-last:center;display:block; }
#H1HtrPlLpbUwZsJSX6stP90tv6TRQSIs { color:rgba(var(--color-secondary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.9375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.25rem;left:16.25rem;height:5.11865rem;text-align:center;text-align-last:center;display:block; }
#f1i2xTl4OkN7epIanxyxA7i199iQ4M1L { color:rgba(var(--color-tertiary-0),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:9.1875rem;left:16.375rem;height:5.0625rem;text-align:center;text-align-last:center;display:block; }
#lQtTF45W6f0l6EeaR0Rnzld9vtzhiMRT { color:rgba(var(--color-secondary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.9375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.25rem;left:31.25rem;height:5.11865rem;text-align:center;text-align-last:center;display:block; }
#S6K5bFTRtdN0Vu7UNDSD6wnohLurDqDA { color:rgba(var(--color-tertiary-0),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:9.1875rem;left:32.0625rem;height:5.0625rem;text-align:center;text-align-last:center;display:block; }
#Q3QQ9ymSXXHWsrKdIiUkaJCUfiUpFf2D { color:rgba(var(--color-secondary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.9375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:3.25rem;left:46.25rem;height:5.11865rem;text-align:center;text-align-last:center;display:block; }
#sc20AAsolcwFtlOKdvC1a5QDEpnmyzkJ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:9.1875rem;left:46.875rem;height:5.0625rem;text-align:center;text-align-last:center;display:block; }
#wrHEteIJnRcwU5xyQP3BhQiy8oEQrzTu { 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; }#wrHEteIJnRcwU5xyQP3BhQiy8oEQrzTu > .row .container { border-width: 0; border-radius: 0; }#wrHEteIJnRcwU5xyQP3BhQiy8oEQrzTu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wrHEteIJnRcwU5xyQP3BhQiy8oEQrzTu > .row .container { font-size:0.875rem;font-family:arial;height:15.875rem;width:60rem;position:relative;display:none; }#r28ItkryV8Mi8qCeW0Td9wIcwkCZ92Cc { color:rgba(var(--color-tertiary-4),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:1.125rem;left:0rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kp8BMFGhA7zJNc4TSlhaRwJxMzwpeZ1O { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.8;letter-spacing:0;top:4.125rem;left:0rem;height:2.0249rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RyOqfboXV7kBIyopdAKt7k8UunapsmGL { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:4.5rem;top:15.4375rem;left:27.75rem;display:block; }
#JG8mdncbnl8umBcOfXGTbTn8Gp6bM3PV { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-4),0.2);background-image:none;background-position:top left !important;background-repeat: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:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:3rem;width:3rem;top:6.4375rem;left:31.875rem;display:block; }
#qm8yMJwCFvZtgzmVHVh7zVPTnRsGV0kF { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:7.0625rem;left:32.5rem;display:block; }
#ENT614lSM4mfgC88h10idELK4E0fktn9 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:6.875rem;left:29rem;display:block; }
#n1iVQk54EnlFSl6LXazU0IxTJwcKfuPX { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-4),0.2);background-image:none;background-position:top left !important;background-repeat: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:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:3rem;width:3rem;top:6.4375rem;left:28.5625rem;display:block; }
#fGx76m0fmpvZcdnPOHgqxu8IV71gu8Gu { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-4),0.2);background-image:none;background-position:top left !important;background-repeat: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:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:3rem;width:3rem;top:6.4375rem;left:25.1875rem;display:block; }
#FBUBMmryvMZwv77LTQv3mlRFDrAmGJLn { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:6.875rem;left:25.5625rem;display:block; }
#HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6 { 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; }#HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6 > .row .container { background-color: transparent; background-image: none; }#HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6 > .row .container > .video-iframe-container { display: none; }#HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6 > .row > .video-iframe-container { display: none; }#HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6 > .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); }#HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6 > .row .container { border-width: 0; border-radius: 0; }#HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6 > .row .container { font-size:0.875rem;font-family:arial;height:14rem;width:60rem;position:relative;display:block; }#DJMxkOqz2zPSXToC7LVJT1JsU1ynrW56 { 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:12.9375rem;width:19.4375rem;top:0rem;left:20.125rem;overflow:hidden;display:block; }
#BWFH7JLcWKTHxkyzTuZCaJ6K6JSvPeT4 { position:absolute;display:block;z-index:15000;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;height:12.875rem;width:19.375rem;top:0rem;left:0.05859375rem;overflow:hidden;display:block; }
#Zu0V9i4LH5lUBUXnVqlrKRsBZTqCDs1C { 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:12.75rem;width:19.1875rem;top:0.1875rem;left:40.3125rem;overflow:hidden;display:block; }
#Ati8fWV32TkIINI2fODEo07NWGZTvBsb { 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; }#Ati8fWV32TkIINI2fODEo07NWGZTvBsb > .row .container { background-color: transparent; background-image: none; }#Ati8fWV32TkIINI2fODEo07NWGZTvBsb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ati8fWV32TkIINI2fODEo07NWGZTvBsb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ati8fWV32TkIINI2fODEo07NWGZTvBsb > .row .container > .video-iframe-container { display: none; }#Ati8fWV32TkIINI2fODEo07NWGZTvBsb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ati8fWV32TkIINI2fODEo07NWGZTvBsb > .row > .video-iframe-container { display: none; }#Ati8fWV32TkIINI2fODEo07NWGZTvBsb > .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); }#Ati8fWV32TkIINI2fODEo07NWGZTvBsb > .row .container { border-width: 0; border-radius: 0; }#Ati8fWV32TkIINI2fODEo07NWGZTvBsb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ati8fWV32TkIINI2fODEo07NWGZTvBsb > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:60rem;position:relative;display:block; }#t682ATKTSr1M9nzRtvP2Zdwsltb9IHc4 { 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:12.875rem;width:19.375rem;top:0rem;left:20.3125rem;overflow:hidden;display:block; }
#P85Vs2NGDyU9ltRhH0hJt0LFcsOHdFnE { 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:13.0625rem;width:19.625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Z9a9HBwwhPDFPbaHGAf8bXQQSTb6XlGT { 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:12.8125rem;width:19.4375rem;top:0rem;left:40rem;overflow:hidden;display:block; }
#Cpho2mIdv1ZLx0fEdIQU72ArR4DU3K9X { 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; }#Cpho2mIdv1ZLx0fEdIQU72ArR4DU3K9X > .row .container { background-color: transparent; background-image: none; }#Cpho2mIdv1ZLx0fEdIQU72ArR4DU3K9X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cpho2mIdv1ZLx0fEdIQU72ArR4DU3K9X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cpho2mIdv1ZLx0fEdIQU72ArR4DU3K9X > .row .container > .video-iframe-container { display: none; }#Cpho2mIdv1ZLx0fEdIQU72ArR4DU3K9X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cpho2mIdv1ZLx0fEdIQU72ArR4DU3K9X > .row > .video-iframe-container { display: none; }#Cpho2mIdv1ZLx0fEdIQU72ArR4DU3K9X > .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); }#Cpho2mIdv1ZLx0fEdIQU72ArR4DU3K9X > .row .container { border-width: 0; border-radius: 0; }#Cpho2mIdv1ZLx0fEdIQU72ArR4DU3K9X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Cpho2mIdv1ZLx0fEdIQU72ArR4DU3K9X > .row .container { font-size:0.875rem;font-family:arial;height:14rem;width:60rem;position:relative;display:block; }#PSHMCmlnhoXnNkkkh4tI8bQKHygPcTHI { 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:12.9375rem;width:8.625rem;top:0rem;left:0.55859375rem;overflow:hidden;display:block; }
#IpSpo3akdaLGKWoZE0E9VVhGQeByTyuR { 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:12.875rem;width:8.5625rem;top:0rem;left:20.875rem;overflow:hidden;display:block; }
#V6bt3QPpovnfTO691PFQIIWU6iOePXc9 { 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:12.875rem;width:8.5625rem;top:0rem;left:30.53125rem;overflow:hidden;display:block; }
#No3b4gRnb3JDt5OcGOuDJEZXHq6e0DFC { 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:13.25rem;width:8.75rem;top:0rem;left:10.3125rem;overflow:hidden;display:block; }
#tbQrpwom5vLMxW8vCrIHqfyi0VadTsuk { 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:12.75rem;width:19.3125rem;top:0.625rem;left:40rem;overflow:hidden;display:block; }
#g59GOdTEddOZKRWTH4XWKLCoFWHxGQQN { 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; }#g59GOdTEddOZKRWTH4XWKLCoFWHxGQQN > .row .container { background-color: transparent; background-image: none; }#g59GOdTEddOZKRWTH4XWKLCoFWHxGQQN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g59GOdTEddOZKRWTH4XWKLCoFWHxGQQN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g59GOdTEddOZKRWTH4XWKLCoFWHxGQQN > .row .container > .video-iframe-container { display: none; }#g59GOdTEddOZKRWTH4XWKLCoFWHxGQQN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g59GOdTEddOZKRWTH4XWKLCoFWHxGQQN > .row > .video-iframe-container { display: none; }#g59GOdTEddOZKRWTH4XWKLCoFWHxGQQN > .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); }#g59GOdTEddOZKRWTH4XWKLCoFWHxGQQN > .row .container { border-width: 0; border-radius: 0; }#g59GOdTEddOZKRWTH4XWKLCoFWHxGQQN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g59GOdTEddOZKRWTH4XWKLCoFWHxGQQN > .row .container { font-size:0.875rem;font-family:arial;height:13.875rem;width:60rem;position:relative;display:block; }#EpviENWEAwlyR1bSWV84FWNA0ToUGFXd { 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:12.875rem;width:19.375rem;top:0rem;left:20.125rem;overflow:hidden;display:block; }
#TonCnoKcO9rRbakZfdTFtK4QX4ft8KA9 { 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:12.875rem;width:19.375rem;top:0rem;left:40.1875rem;overflow:hidden;display:block; }
#fttIH7mXkJyd35s3V5oCdbXbvspo9es3 { 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:12.875rem;width:19.375rem;top:0rem;left:0.05859375rem;overflow:hidden;display:block; }
#Uu8GZdod1gXNTD10LtBSxbls2D9MxXUE { 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; }#Uu8GZdod1gXNTD10LtBSxbls2D9MxXUE > .row .container { border-width: 0; border-radius: 0; }#Uu8GZdod1gXNTD10LtBSxbls2D9MxXUE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Uu8GZdod1gXNTD10LtBSxbls2D9MxXUE > .row .container { font-size:0.875rem;font-family:arial;height:35.6875rem;width:60rem;position:relative;display:none; }#TIkypxTiUzW4v8zULvUFtdvkd25dfEzz { 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; }#TIkypxTiUzW4v8zULvUFtdvkd25dfEzz > .row .container { background-color: transparent; background-image: none; }#TIkypxTiUzW4v8zULvUFtdvkd25dfEzz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIkypxTiUzW4v8zULvUFtdvkd25dfEzz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIkypxTiUzW4v8zULvUFtdvkd25dfEzz > .row .container > .video-iframe-container { display: none; }#TIkypxTiUzW4v8zULvUFtdvkd25dfEzz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIkypxTiUzW4v8zULvUFtdvkd25dfEzz > .row > .video-iframe-container { display: none; }#TIkypxTiUzW4v8zULvUFtdvkd25dfEzz > .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); }#TIkypxTiUzW4v8zULvUFtdvkd25dfEzz > .row .container { border-width: 0; border-radius: 0; }#TIkypxTiUzW4v8zULvUFtdvkd25dfEzz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TIkypxTiUzW4v8zULvUFtdvkd25dfEzz > .row .container { font-size:0.875rem;font-family:arial;height:12.125rem;width:60rem;position:relative;display:block; }#dy6PZvBdnnRfJ6zqm33TxcSuKIkVB2ng { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat: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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.8125rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:4.34375rem;left:19.71875rem;display:block; }
#GoUoTp4XvkeKzgsdaeftoOl3KF8JTvTy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cmP24PlAIqozwab552KgF9Pp8pqcT51e { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat: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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.8125rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.96875rem;left:19.59375rem;display:none; }
#fXzTXvmh62DezTBT1vRyXyz8cKcnGwQ1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sTarnTmfcoDipvVhmomQ9KQ575fOXA8v { 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/uc/d54f60e4-ded2-4c87-92e2-c9c7e0b7f3e1/0R8A9749_1280px.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sTarnTmfcoDipvVhmomQ9KQ575fOXA8v.adaptive-delivery-prevent-bg, #sTarnTmfcoDipvVhmomQ9KQ575fOXA8v.lazyload, #sTarnTmfcoDipvVhmomQ9KQ575fOXA8v.lazyloading { background-image: none; }#sTarnTmfcoDipvVhmomQ9KQ575fOXA8v > .row .container { background-color: transparent; background-image: none; }#sTarnTmfcoDipvVhmomQ9KQ575fOXA8v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTarnTmfcoDipvVhmomQ9KQ575fOXA8v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTarnTmfcoDipvVhmomQ9KQ575fOXA8v > .row .container > .video-iframe-container { display: none; }#sTarnTmfcoDipvVhmomQ9KQ575fOXA8v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTarnTmfcoDipvVhmomQ9KQ575fOXA8v > .row > .video-iframe-container { display: none; }#sTarnTmfcoDipvVhmomQ9KQ575fOXA8v > .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); }#sTarnTmfcoDipvVhmomQ9KQ575fOXA8v > .row .container { border-width: 0; border-radius: 0; }#sTarnTmfcoDipvVhmomQ9KQ575fOXA8v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sTarnTmfcoDipvVhmomQ9KQ575fOXA8v > .row .container { font-size:0.875rem;font-family:arial;height:51.625rem;width:60rem;position:relative;display:block; }#iqrC48T3VGTXLBrWvV4EBVo7MeoR6Tto { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.8;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem #000000;top:9.2498216629031rem;left:0.062143325805664rem;height:4.05079375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IFgOnG3IPKi3h5B5DMQMg95mUSGlt2Ew { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:4.5rem;top:15.187321662903rem;left:27.999820709229rem;display:block; }
#A4lQLl92Wi0Vh8hpTdbm4nC9nvQ0DHzt { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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:7.3125rem;width:19.75rem;top:24.1875rem;left:7.375rem;display:block; }
#I8gFKuIrxNJVvKI8tCKtUKK0CGfCnzlJ { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat: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:7.3125rem;width:7.3125rem;top:24.1875rem;left:0.0625rem;display:block; }
#hWWnNrN3tORIxbc7IHrQ4yg5G3mtb9CN { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat: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:8.1875rem;width:27.0625rem;top:31.5rem;left:0rem;display:block; }
#FyFoKds0T2q7EFwtaSyWkta6PvpQkQAK { color:rgba(var(--color-tertiary-0),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:4.8748111724854rem;left:0.061256408691406rem;height:2.37509375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n8KNWxSrr3ZRBXo1xFe923kExh1DXG3u { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:27.0908203125rem;left:9.248046875rem;height:1.4626875rem;font-style:normal;display:block; }
#zxJRu9XedLcLJAeBtvZpggUrRerXJFW9 { 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:4.375rem;width:4.375rem;top:25.748241424561rem;left:1.4671516418457rem;overflow:hidden;display:block; }
#ilOh5dtqX8RGPqTCacF2eUg3Uyv6Jbly { 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;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.75rem;height:1.3125rem;text-decoration:none;z-index:15019;text-align:left;text-align-last:left;top:36.5rem;left:4.998046875rem;display:block; }
#BriFd24pH9nzWNApX35rp8WLWvoXm9vf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#unPKtDXk9AQCkCL8B0at7JTRWpc3tMrT { 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;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.75rem;height:1.3125rem;text-decoration:none;z-index:15018;text-align:left;text-align-last:left;top:32.4375rem;left:4.998046875rem;display:block; }
#wm2hdofPslio1aJAZ8BToAaSxugDz0Ai { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ViKa518TQ6q7DK3oQPIOWIzr4DEo0xVh { 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:1.25rem;width:1.25rem;top:35.9375rem;left:2.5rem;overflow:hidden;display:block; }
#XlcRULmGKklc2yF7m9X6AzZm9ehZhe2z { 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:1.375rem;width:1.375rem;top:33.6875rem;left:2.5625rem;overflow:hidden;display:block; }
#HqODNABZgxOM5wy39ZiDyTTMcvUg93LC { position:absolute;display:block;z-index:15014;height:26.375rem;width:34.0625rem;top:18.935546875rem;left:21.25rem;display:block; }
#X3TCMw6yoEduh4oM8MEwSKcgbFIetnSv { color:#000000;display:block;width:8.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:27rem;left:5.8125rem;display:none; }
#GP5S1RbXGT5hw1L9dtOxyGSTDm3WuK1B { 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; }#GP5S1RbXGT5hw1L9dtOxyGSTDm3WuK1B > .row .container { border-width: 0; border-radius: 0; }#GP5S1RbXGT5hw1L9dtOxyGSTDm3WuK1B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GP5S1RbXGT5hw1L9dtOxyGSTDm3WuK1B > .row .container { font-size:0.875rem;font-family:arial;height:17.6875rem;width:60rem;position:relative;display:none; }#Db4CzFBDuWDvaEVsaFg8WiWG6nRdAHBL { color:rgba(var(--color-tertiary-4),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:4.375rem;left:0.060367584228516rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I0WzUJpq4J05kwLBxyt20Jkv0bB5IHhf { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.8;letter-spacing:0;top:8.6390266418456rem;left:-0.094106674194338rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n92HNXmmVN9cQ7nVc6HzLgklHEG2HAOB { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:4.5rem;top:14.5625rem;left:27.811611175537rem;display:block; }
#eZ1KoRzV3XJvsF4525V8WFIoG2zI56OD { 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; }#eZ1KoRzV3XJvsF4525V8WFIoG2zI56OD > .row .container { border-width: 0; border-radius: 0; }#eZ1KoRzV3XJvsF4525V8WFIoG2zI56OD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eZ1KoRzV3XJvsF4525V8WFIoG2zI56OD > .row .container { font-size:0.875rem;font-family:arial;height:29.1875rem;width:60rem;position:relative;display:none; }#iiSQf6cPbpMClTUPJ6RVT3LqLA99iukK { color:#3d4051;display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.9;letter-spacing:0;top:17.062303543091rem;left:1.9051837921143rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VAVw0eTKTShW20wsQFoqp0LBDhsUiP34 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:27.373933792114rem;left:3.7491111755371rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CvEU1eH8q4ZbSsCmKSDhXA8OcbUz3bVI { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:27.4375rem;left:23.75rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iuQt0AwlV5EsT0JkPdXmudRD2mWfM7Bk { color:#3d4051;display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.9;letter-spacing:0;top:17.0625rem;left:21.875rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A2Vchf02H7qZq6MNMLlsaECrDwiCrCbn { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:27.4375rem;left:43.75rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vMTmzmpzdV7MC6Tw49v1XP3v41P4LJdf { color:#3d4051;display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.9;letter-spacing:0;top:17.0625rem;left:41.875rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ih0iTVLpsWBgAIJSXKD7TSHFaUguAgEy { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.9375rem;border-top-right-radius:11.9375rem;border-bottom-left-radius:11.9375rem;border-bottom-right-radius:11.9375rem;box-shadow: none;height:9.875rem;width:9.875rem;top:1.0625rem;left:5rem;overflow:hidden;display:block; }
#obcfDrsHwDO1wcwL1DhSO64an6gT59g8 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.9375rem;border-top-right-radius:11.9375rem;border-bottom-left-radius:11.9375rem;border-bottom-right-radius:11.9375rem;box-shadow: none;height:9.875rem;width:9.875rem;top:1.0625rem;left:25.0625rem;overflow:hidden;display:block; }
#TFxiXKCn5mTLMkhVnPl2uEhrq13ApfbK { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-1),1);border-left:0.125rem solid rgba(var(--color-primary-1),1);border-right:0.125rem solid rgba(var(--color-primary-1),1);border-bottom:0.125rem solid rgba(var(--color-primary-1),1);border-top-left-radius:13.0625rem;border-top-right-radius:13.0625rem;border-bottom-left-radius:13.0625rem;border-bottom-right-radius:13.0625rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-primary-4),0.1) ;height:11.81392rem;width:11.75142rem;top:0.0625rem;left:24.0625rem;display:block; }
#xvAEUSNrmRoHxku6PQ7GREwJk6PMADdg { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:13.0625rem;border-top-right-radius:13.0625rem;border-bottom-left-radius:13.0625rem;border-bottom-right-radius:13.0625rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-primary-4),0.1) ;height:11.81392rem;width:11.75142rem;top:0rem;left:44.0625rem;display:block; }
#JM48kXVBwWquGi7dy7q8kBf8bJK5WFko { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.9375rem;border-top-right-radius:11.9375rem;border-bottom-left-radius:11.9375rem;border-bottom-right-radius:11.9375rem;box-shadow: none;height:9.875rem;width:9.875rem;top:1rem;left:45.0625rem;overflow:hidden;display:block; }
#by5e0whgDkBz2Nb57xkbT1ROkLNwpsFU { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:13.0625rem;border-top-right-radius:13.0625rem;border-bottom-left-radius:13.0625rem;border-bottom-right-radius:13.0625rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-primary-4),0.1) ;height:11.75rem;width:11.75rem;top:0.0625rem;left:4rem;display:block; }
#PiSuHdmlEaaSMUSAJ7EELrMJO7EUDEHD { position:absolute;display:block;z-index:15020;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:1.9375rem;top:13.625rem;left:9.03125rem;overflow:hidden;display:block; }
#gszzeKxgx2dnCwLzaKsc2DJBlcSixoz0 { position:absolute;display:block;z-index:15021;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:1.9375rem;top:13.625rem;left:49.03125rem;overflow:hidden;display:block; }
#bVwo5XCxv3MJxDq2oIPmOFQH6wJXg4Jm { position:absolute;display:block;z-index:15021;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:1.9375rem;top:13.625rem;left:29.09375rem;overflow:hidden;display:block; }
#M2t9wy7Olxqa4BtXm9vi96wxiHzV5V5X { 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; }#M2t9wy7Olxqa4BtXm9vi96wxiHzV5V5X > .row .container { background-color: transparent; background-image: none; }#M2t9wy7Olxqa4BtXm9vi96wxiHzV5V5X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M2t9wy7Olxqa4BtXm9vi96wxiHzV5V5X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M2t9wy7Olxqa4BtXm9vi96wxiHzV5V5X > .row .container > .video-iframe-container { display: none; }#M2t9wy7Olxqa4BtXm9vi96wxiHzV5V5X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M2t9wy7Olxqa4BtXm9vi96wxiHzV5V5X > .row > .video-iframe-container { display: none; }#M2t9wy7Olxqa4BtXm9vi96wxiHzV5V5X > .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); }#M2t9wy7Olxqa4BtXm9vi96wxiHzV5V5X > .row .container { border-width: 0; border-radius: 0; }#M2t9wy7Olxqa4BtXm9vi96wxiHzV5V5X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M2t9wy7Olxqa4BtXm9vi96wxiHzV5V5X > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG { 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; }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG > .row .container { background-color: transparent; background-image: none; }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG > .row .container > .video-iframe-container { display: none; }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG > .row > .video-iframe-container { display: none; }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG > .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); }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG > .row .container { border-width: 0; border-radius: 0; }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG > .row .container { font-size:0.875rem;font-family:arial;height:23.625rem;width:60rem;position:relative;display:block; }#nvvua6tiFtqXkk0B1lrQvXVqm8PBoHgU { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:4.052734375rem;left:0rem;height:5.77441875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Pkz9wwesVszMT3nhnTDyh1avQrfknUQr { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.8125rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:16.82470703125rem;left:25.34228515625rem;display:none; }
#z50iRUNZfb8fC6yUTGKFDGQuSbwIWJHH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xpPG55fBdzCTQSaWwsIoKB4NP2hvtttA { background-color:rgba(var(--color-primary-0),0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:4.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:11.26220703125rem;left:25.34228515625rem;display:block; }
#TKZCiuCQBtvwcoPRPxGSE2BdOILVEMaA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#faNBN8vZKnxO9T2JGNgTx6c7PNUzOiTq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;top:11.91845703125rem;left:22.09228515625rem;filter: drop-shadow(0.3125rem 0.375rem 0.1875rem #000000); }
#XJNqhOng2boS7zog3t368Zxycn2HFhfH { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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:#ff0039;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:15.8125rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:16.5625rem;left:25.34228515625rem;display:block; }
#xbp895pcldcmogsQmf495kV7fL7ARwXZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #voiWuoC25vnm7iTC8cTddZKAv9bdgKNz { display:block; }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T76pmy5G0xgfhTsGdKGmogouhVo7bGNM { width:3rem;height:3rem;top:1.875rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6w0CkW9MuQFt8Gw2nwXQKBiFWhQTmKz { width:2.125rem;height:2.125rem;top:2.3125rem;left:45.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgqTiZrvpFG0bXgLMghGpD8slUM1FDTF { width:9.5625rem;height:1.3125rem;top:1.9375rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlsRyzTEMv20gtN4suaHFl2KdzpDfxRU { display:block; }
 }@media only screen and (max-width: 763px) { #NS1fbXp0VLbPGRokTT40gJHZHSC0vky4 { width:15.4375rem;height:1.3125rem;top:1.875rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrkWDfHSfDCUHFPoDDHuc3LAAMQNxnTM { display:block; }
 }@media only screen and (max-width: 763px) { #XGCgO9U7TEKPur1P5czcBBLe7hLQaIsB { width:3rem;height:3rem;top:2rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zw0iJ2IPz6NxMyAZsWp8DTroeMlr0p5J { width:2.125rem;height:2.125rem;top:2.4375rem;left:45.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #enWaMAITbZVXgvi0qhJDJppMEogw13hx { width:1.375rem;height:1.375rem;top:1.9375rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #roQl8WuhqI3P3Je7WyW0tdaWJ46SyJcu { width:1.375rem;height:1.375rem;top:1.875rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLzE22zauXbTiEhKy75mF5yGveJ29e6O { top:0.5rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 { display:block; }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KrsTVShmHDXinRXXuulorVpzfUc3B0c5 { width:47.75rem;height:3.875rem;top:9.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WV0r0hq781cLLvsNew1BOnqsRnQEqUTp { width:29.375rem;height:21.4375rem;top:28.0625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Af8Co0qL8GwinAZwu5S99neTkTmvrRTD { top:42.0625rem;left:13.75rem;width:21.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFAEDycax5Xa1rthR6p52SqInvzvLoTG { display:block; }
 }@media only screen and (max-width: 763px) { #Ai9ugNZEqt9ooPNTvIL6FhHgVs2yFzMw { width:47.75rem;height:3.3125rem;top:15.25rem;left:0rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #okmiUa8lS0Fk5sLRNaN0MSxTMtx03bkD { top:16.8125rem;left:5.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u52ZRToLepKg3NFeIVQXSHKkPZPOeoGK { width:17.4375rem;height:5.0625rem;top:29.5625rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebHGn8DlJ87pJJfq5P6kTneP2bOlbB8z { display:block; }
 }@media only screen and (max-width: 763px) { #PfoGESExoTlR2U6DCTmLn9BxDWhhh6sT { top:30.25rem;left:13.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #liRAnKHlKqf7hT6aMFVsJmRoMbxwuenq { width:20.125rem;height:4.4375rem;top:35.1875rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOm6i0A4P3pFBJDXVfEh51vCk2coB537 { display:block; }
 }@media only screen and (max-width: 763px) { #DcGIbnrT2zKXJT1dqi5vkcTiHDqdQmC5 { top:35.5rem;left:13.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iely56gqavxcp3u6F91baeAcscsb3CBS { width:17.1875rem;height:3.1875rem;top:43.9375rem;left:15.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OR6iB4Aw3X8TyVQyNsRS3OpUOW8bdhaV { display:block; }
 }@media only screen and (max-width: 763px) { #JAC1vmTtizoe8agHs8ggq91mB41z9DPp { width:47.75rem;height:2.125rem;top:19.5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2ND7JGs4lmgngzNEUCkkFPnxJ8Wralx { width:16.9375rem;height:3.1875rem;top:39.625rem;left:15.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rADQals0x5VRqbWQUJeAHCBPiMUHK1oB { display:block; }
 }@media only screen and (max-width: 763px) { #UwIWL5Z1eT7ttzH2TIfbRsy2naGoGB4d { top:40.125rem;left:15.625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5VF03uUeORUyz9h9htBC9FdOXOlAwBy { display:block; }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OXSdEWS13EEX6sRWvu9XFUiWHEi0KTC4 { width:47.75rem;height:2.375rem;top:2.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEo61Lf56U33AhoPTxv9dzJWnaDCkxKk { width:47.75rem;height:4rem;top:6rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8rThVxIQ7JbTbox5tBcvloOfUFupqq6 { width:4.5rem;height:0.125rem;top:12.6875rem;left:21.8115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zi3T90UL779aAry81PfSq6PCuzZdwH5W { width:29.375rem;height:2.8125rem;top:15.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V { display:block; }#rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #prhOGNE0mSi2IuoErQTc4RMQdRGAFpmX { width:15.75rem;height:3.4375rem;top:29rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXDBTTCGTrRfoPllABIDkoV886x1oh59 { display:block; }
 }@media only screen and (max-width: 763px) { #tnARH3UxWL4fcHIvwAPbdhANeZVQnSwa { width:7.0625rem;height:2.125rem;top:84.5rem;left:27.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yizGl9tCHzwAdAwL67TTkUfHseMnFiH1 { width:2.125rem;height:2.125rem;top:84.5rem;left:34.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbwTLEW1wdS2qLTcTsCQNTcNkUbT5Nsl { width:3rem;height:3rem;top:84.0625rem;left:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMouDfPivbxvVsOziGdbWDxnzJfNf2Tk { width:2.0625rem;height:2.125rem;top:84.5rem;left:38.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEwZJoNvKq4NxLDVbbola9aByFhyS2uE { width:3rem;height:3rem;top:84.0625rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaW0iQDxAoueVgZULsDrHcZsvXeoqdPJ { width:1.75rem;height:1.75rem;top:84.6875rem;left:41.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUkIUJ0V8tXyvpWh7K4264GN0EKxv22s { width:3rem;height:3rem;top:84.0625rem;left:41.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHdUJnWEw7nvDcGq09kT3Q0GHS8QNo4i { width:29.3125rem;height:6.625rem;top:2.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5tfo5CBvk5dwvq1Sz4bew93ESRn8gqE { width:15.8125rem;height:3.4375rem;top:79.6875rem;left:27.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPBUcI0ZVUu5OeW0SqvFhOv7Qb86FOLg { display:block; }
 }@media only screen and (max-width: 763px) { #hiGFzhvsIcH4rWDbvg9gleGgc0kooTp7 { top:38.875rem;left:0rem;width:29.9375rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WC8pheNuCkZw683i5rdfSmTx7PIIPONF { width:29.3125rem;height:9.9375rem;top:10.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fe3va8grqR5IMWcK8EWilAxsTST4isdJ { width:29.3125rem;height:3.3125rem;top:20.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #izoFNahdBBOXqcQnodkpsocwLv21sn4R { width:29.375rem;height:2.25rem;top:26.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2EPqoekvAIzyT4LW0pWp23G9PPWtODJ { width:29.3125rem;height:4.9375rem;top:28.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #At5mAw0uZl6DIdmivId52MuBCKMkyObi { width:29.3125rem;height:18.5rem;top:38.875rem;left:18.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKup5xXEXlzmn7GEqccVPpnQX4IdNM7W { width:29.375rem;height:2.25rem;top:36.8125rem;left:18.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPPhpmRD0VT5E4sbowyT02m7vvpa5TTV { top:0rem;left:17.875rem;width:29.875rem;height:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qa57JX7sEVsEoNmDSwzT69NvBFiR8QST { width:13.0625rem;height:4.5rem;top:67.1875rem;left:29.249755859375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKeZiWtvorDnghTo4H1JTh4VBllBH5u2 { width:17.875rem;height:5.6875rem;top:59.75rem;left:25.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLf6yOth8TqTTHWZymKbIRTDJ1zHd50p { top:67.125rem;left:23.875rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NntWF4JB57ZGgVItsTgI2VVQBURbM8I3 { width:29.375rem;height:2.25rem;top:57.375rem;left:18.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyNlHq1ybT1XAVXDR5RFTMVCmb1lWqoz { width:29.375rem;height:1.875rem;top:72.1875rem;left:18.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViJ0VPmK566MaXaSoWNZHJGlvfDaKxuB { width:29.3125rem;height:2.8125rem;top:74.5rem;left:18.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFQNue6buIBi3bqxRWaFeVPMRaX8OH6a { width:6.625rem;height:2.25rem;top:65.125rem;left:32.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2G9nO7qqkaZxULuzyzXpd7pT5nu4ZKr { width:13.125rem;height:1.625rem;top:77.8125rem;left:29.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2m86UTFFMtQEghpf0Kxcd2R28fLULkH { top:59.75rem;left:0rem;width:29.875rem;height:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLea2l5lUi62HHoXkSQSx3HxG5HlxuHL { width:10.8125rem;height:4.9375rem;top:33.9375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qf1ylKUCTl4i7Pb2FzLcKLZH1xRpIy8r { display:block; }#Qf1ylKUCTl4i7Pb2FzLcKLZH1xRpIy8r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K6lZuX6p1kpRci0hzrJ1w7DyDKEUc5XA { width:47.75rem;height:2.375rem;top:2.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzi0C4BayibvRwgXPKCBnprMD94CQWD9 { display:block; }#Tzi0C4BayibvRwgXPKCBnprMD94CQWD9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X4r8b2HOXcAP4TvdfGum0tzNfcFkiiWv { width:11.375rem;height:1.4375rem;top:1.9375rem;left:0.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvKVAzTTONeZOuEVGMClToNVR4yhFKPH { width:14.0625rem;height:0.125rem;top:13.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te8PZxJnKho04udLfu63eqfczP1S1x14 { width:6.25rem;height:6.625rem;top:5.4375rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxT4cIC51abM90sncr7PW83qDfcCUglR { width:0.5rem;height:3.8125rem;top:6.3125rem;left:5.8742885589599rem;display:block; }
 }@media only screen and (max-width: 763px) { #csU7tnksXaS38NIwauUpKkhreX57V3Ju { width:1.25rem;height:0.5rem;top:8.5rem;left:6.53053855896rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUd0Irmszv7XZyOeeFkmmSpFobak4I0P { width:14.0625rem;height:0.125rem;top:13.9375rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTVa2fzypaCboNIX9T7MEXUc3OnAGJaC { width:14.0625rem;height:0.125rem;top:13.9375rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sU3LfyLzf8639HbXw1kHET2hoqt07iXE { width:14.0625rem;height:0.125rem;top:13.9375rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wObdNe7DAyW8lyFVfVDGRceTC2l8RvGe { width:7.1875rem;height:5rem;top:6.25rem;left:13.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhfhAPFeqVu2y4xe3z2qxVJW5CJne9pZ { width:2.3125rem;height:2.5rem;top:6.5625rem;left:17.405536651611rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOEKctcvhuTxIJN0LVxWTlskLfLfeMGF { width:1.1875rem;height:1.1875rem;top:6.8125rem;left:17.965728759766rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlLBd1QTcVma7Tq9kmMfmLb82xrZb5lL { width:1.4375rem;height:1.4375rem;top:7.6875rem;left:28.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7mSb4ruK4vzek3HCTDVkUuVrtPMbxkl { width:1.0625rem;height:0.625rem;top:5.75rem;left:42.031066894531rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8BHsukVIWDlxEGmHU3JHTyQUqTwXWnA { width:1.25rem;height:1.4375rem;top:8.625rem;left:40.155715942382rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLgCwTc4ddOovcHhScS3t4h6Hy2lTr9X { width:14.0625rem;height:14.0625rem;top:0rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8100oR1ZnZAL2Fp1HmS5VodShXvKc2b { width:14.0625rem;height:14.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPzSt0h69aOStm7mqF5NJAxLO7Mar5yE { width:14.0625rem;height:14.0625rem;top:0rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nm0MbhVAA2CeyBkCVna5DBlkrHrpLzhx { width:14.0625rem;height:14.0625rem;top:0rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxW36VCGAOEDqWE7Jpo7pFQuZsaHA34I { width:11.375rem;height:1.4375rem;top:1.9375rem;left:12.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XneQoxuDr3DD6tU0sTP7Vtp0wTi2RXMr { width:11.375rem;height:1.4375rem;top:1.9375rem;left:36.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuHPus3PttxWaDEuqHbm3DN8w4tZyiht { top:5.1875rem;left:38.21875rem;width:7.125rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKSmokNlEL3yhCvnFBmrlQESFNbNIvch { width:6.0625rem;height:7.625rem;top:3.8125rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeBQSlrDUJIsxwbCiqBxTZK38q7UABLX { width:11.375rem;height:1.4375rem;top:1.9375rem;left:24.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENW4kwOM6kuTDTFFhCD2kyWWvSnWEa6Q { display:block; }#ENW4kwOM6kuTDTFFhCD2kyWWvSnWEa6Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zty4wtFABEar6yFiOk8Kp5uwXWzrv7WS { width:14.0625rem;height:0.125rem;top:13.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmUGbLAibznF1OQ4ETBHzNX8SkKATAmI { width:5.625rem;height:6.6875rem;top:4.0625rem;left:2.3076171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbnQ0akJJxv0HbWOPn6TavCa7rtVbzCX { width:0.9375rem;height:0.9375rem;top:7.5rem;left:5.71484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2it8Ei1KLuU8UotI5pN9zFpzxv9fkFs { width:14.0625rem;height:0.125rem;top:13.9375rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WunUqEaoTO1yfrQx7BIX1givUz2obdHy { width:14.0625rem;height:0.125rem;top:13.9375rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #piFJ3mDcl7eLzNZNQqfHOuoX0A2zarZP { width:14.0625rem;height:0.125rem;top:13.9375rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDO3CQLoRzbzOnId82zNv4kahqnG50P1 { width:1.25rem;height:1.3125rem;top:6.375rem;left:16.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvNPvKxa4tuLdKhh6TAxmsAbOIHJJfV6 { width:1.1875rem;height:1.1875rem;top:8.4375rem;left:18.093215942382rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXpZwhDeLxOlXEgPX1upH5EGZHyT254W { width:1.25rem;height:1.25rem;top:6rem;left:40.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hItTRv5xmZcHmRHaPETLRw6JTJFkPmng { width:0.625rem;height:0.75rem;top:7rem;left:42.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzR0hPBJLiExTcBWeRQlJDIpbGbAUpbQ { width:14.0625rem;height:14.0625rem;top:0rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAJggntCoXCAGhWGbxWTKoQWxQG59TCB { width:14.0625rem;height:14.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #remSHTnMl770y4GWRrVnlZaD7C0ftGTC { width:14.0625rem;height:14.0625rem;top:0rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y699xDKtv1V3NVJJqkkHAJOT7zPc1tSl { width:14.0625rem;height:14.0625rem;top:0rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRyK1LX4r087zqF2k4GCi6CNovQxr9BD { width:1.3125rem;height:1.3125rem;top:6.875rem;left:4.4638671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ad5oNOrxXdwBqpnUQtg2BWAAKy4G1JER { width:11.375rem;height:1.4375rem;top:2.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N61GND5NTJplHFMTTRba8DemJ3P3lC6I { width:6.4375rem;height:6.3125rem;top:4.6875rem;left:15.1904296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfiLaB8B0SgZacX5sbznhktXltKimKPP { width:11.375rem;height:1.4375rem;top:2.125rem;left:12.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LB4NtkGNmTed0AOOoKqHeZBPAnk5OWWX { width:5.875rem;height:4.5rem;top:5.1875rem;left:26.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #roWgyJxk0q0p4dTd5IubTmBgwm2E8xf8 { width:11.375rem;height:1.4375rem;top:2.125rem;left:24.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDGfv00Kzg1B8ipw0DCNcO3mnBVPybDA { width:10.5625rem;height:6.4375rem;top:4.1875rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1ETPMUBFp82guE6JSq9bwwNoPDzDfXw { width:11.375rem;height:1.4375rem;top:2.125rem;left:36.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHewd2mA1nQE2cWtHCIeqpZKw21TaEfS { display:block; }#VHewd2mA1nQE2cWtHCIeqpZKw21TaEfS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oZyWyzRn6pFu5VVbDKSlWg6dGeZ9v6mm { width:47.75rem;height:2.375rem;top:0.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e21nTJJXQIK2xomZQVUi82XGFFsTX5bZ { display:block; }#e21nTJJXQIK2xomZQVUi82XGFFsTX5bZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nUBdDvio9EJ6HTik9mLCMPdo5vUSr9F7 { width:14.0625rem;height:0.125rem;top:13.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmRwGurd6DBh5Q85wg1hT6SrdFfxzute { width:7.8125rem;height:6.875rem;top:4.75rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3vus2b7PHGEWFvOCDT8x1Hvi4bzCRB0 { width:2.375rem;height:2.5rem;top:6.9375rem;left:4.7800064086914rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHbf7BgOBoMQNrIX25t4nQgxD4lIw2nL { width:0.9375rem;height:0.9375rem;top:7.8125rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVmtKiDpQ4MSCTK0101CGVu0zl0F8lS3 { width:14.0625rem;height:0.125rem;top:13.9375rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzGEnGHLJyCUqbGazB17dvNfDX9NMHL3 { width:14.0625rem;height:0.125rem;top:13.9375rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBvCGQv48UdSJknCb4dE6VesrycfOoxF { width:14.0625rem;height:0.125rem;top:13.9375rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yebqSZmTJCNzbNxoLSdKtaHwPHbQFGbU { width:2.3125rem;height:2.5rem;top:6.4375rem;left:16.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTT6sHkporWHOG9QPPKkGgx1l2H5fGfM { width:1.1875rem;height:1.1875rem;top:6.9375rem;left:17.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJHyXi1oQhr5dN6uK7qEgvOQEyzbzHpw { width:1.4375rem;height:1.4375rem;top:7.6875rem;left:28.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezKcy3t8S67ciOG9MUzQ5BCSXLV6bzuX { width:2.625rem;height:0.625rem;top:7.0625rem;left:40.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #chBLT33RmsJyXKXuLrZIshmVrK63EUPd { width:0.625rem;height:0.75rem;top:8.0625rem;left:41.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKfhGECduClwFitI3VruNwPZ8SxQ5vkm { width:0.625rem;height:0.75rem;top:9.8125rem;left:41.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWWQFkc9KegagT3yNUCbnvcHBBAgvAEp { width:14.0625rem;height:14.0625rem;top:0rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TooHiPTk4Oik81WLCPDHGEkPcngx8CaJ { width:14.0625rem;height:14.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sci63v9Nm5SMnQTDALDNF8GBGkHXQzGB { width:14.0625rem;height:14.0625rem;top:0rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkdr1CchSp1ZBU4OgleRsZ4ZugKCMkRV { width:14.0625rem;height:14.0625rem;top:0rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4umhqeVZvKVbtyDp2BnBAEHAngk97AD { width:11.375rem;height:1.4375rem;top:2rem;left:24.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBOQqsF95deBlG2oQvPab8fXG4qSsdwA { width:11.375rem;height:1.4375rem;top:2rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOESTN9T1ln7rmXKIPw8ubq0IHFH1ypf { width:6.25rem;height:6.6875rem;top:4.875rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlgZq3RDMhEiTd2oBPVUb5U0Hs548TZ0 { width:11.375rem;height:1.4375rem;top:3.375rem;left:12.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTB8N7M7aTayDmEG3Nbduy4rmPWMfhzs { width:11.375rem;height:1.4375rem;top:1.9375rem;left:35.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4a7RZTRyBqqbin94exuJAPUuZXTiv0y { width:6.4375rem;height:6.5rem;top:4.9375rem;left:37.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugWWcKTeWmyJlBIo6uSu1t5EnC7lSOL2 { display:block; }#ugWWcKTeWmyJlBIo6uSu1t5EnC7lSOL2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MtpzWuNxTGuOA2rfwwr39KPIvJmBGthz { width:11.375rem;height:1.4375rem;top:2rem;left:0.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZK84Z3aoIwhlk5rN0lKP5AJi3zISQte { width:14.0625rem;height:0.125rem;top:13.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaT1TdZI1JnlPQOm1OlqtJ8OCHbaTdgG { width:5.9375rem;height:7.0625rem;top:3.875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6O38mCfRUeTg9TafQJG1GPB7Jky12lI { width:2.375rem;height:2.5rem;top:7.125rem;left:4.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaCgQvbSV2lqvGKe42dXcmGcMqpZlw5T { width:0.9375rem;height:0.9375rem;top:7.9375rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSmoBER8WlMTvMznwAFubcV7BetbnQ6u { width:14.0625rem;height:0.125rem;top:13.9375rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiliTcaHaqbC6ukbTLte9ET7yDEXRS54 { width:14.0625rem;height:0.125rem;top:13.9375rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JU2gXusnGzHReURTTvOanBd6fmsPGNka { width:11.375rem;height:1.4375rem;top:2rem;left:24.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2kvoZBcKqXsr4wwrwdAhtKi7kvCyOOR { width:14.0625rem;height:0.125rem;top:13.9375rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oATaT835hDyqTKfznZzIJAPLTCHbakA8 { width:11.375rem;height:1.4375rem;top:2rem;left:36.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8Q0aL92JxzsW90zoA2wQJlJ9qOw3Wc3 { width:1.4375rem;height:1.6875rem;top:6.375rem;left:17.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZ2Z07GRdr5xWnlL9CQk7Zp8aArCSD38 { width:8.0625rem;height:7.375rem;top:3.75rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcCTJwgouaRLigXxpgKx6WoOQTsRqGiw { width:2rem;height:2rem;top:8.1875rem;left:27.843746901611rem;display:block; }
 }@media only screen and (max-width: 763px) { #w79z3wdpar9A0CeOdbCJ28czkhunhbtd { width:6.25rem;height:6.625rem;top:4.125rem;left:37.7177734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHrifiDS2l6M1qJAKPR9n2hREe0sZCqg { width:0.625rem;height:0.625rem;top:6.125rem;left:39.655715942382rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLuskpv3ZBDbcpP70EW8vR9DgelPuInP { width:0.625rem;height:0.75rem;top:9.75rem;left:43.280715942382rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsSP7tO7BL6MHyv7ZyEJEEcBGbQ4NdzN { width:14.0625rem;height:14.0625rem;top:0rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihD8kPQBTeNLLdzf86CUsrmxX1kssfkk { width:14.0625rem;height:14.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIxqukrH598VLBU2nZq6TMmTa17szUXp { width:14.0625rem;height:14.0625rem;top:0rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzQAJn93trtBtmVOcFmD450o1BdhdREF { width:14.0625rem;height:14.0625rem;top:0.0625rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATO0CoPHzHNfDCGgtVxoaWNhtoNgJTg5 { width:1.5rem;height:1.4375rem;top:9.375rem;left:29.546382436522rem;display:block; }
 }@media only screen and (max-width: 763px) { #AspoTxn7W5r5uGl5GXRFPA9NJISVCHic { width:1.25rem;height:1.3125rem;top:7.25rem;left:40.780715942382rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXWaEEraVoa9CKvN0xTtaK1wNKLJl6xl { width:11.375rem;height:1.4375rem;top:2rem;left:11.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVGMs4AlespwfmPgJ5NtPKpkUkThLpld { width:7.0625rem;height:7.25rem;top:3.875rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qld5N8cADoCBtTv6zS9cEuypmL80XQ0w { display:block; }#qld5N8cADoCBtTv6zS9cEuypmL80XQ0w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N7iU7iTWQTq94THS7H0XL773gQuOXkoZ { display:block; }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iJAWnJBMvgqmqKcme6nW179KHEeBmd8s { width:47.75rem;height:2.375rem;top:1.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kH2DFhDaCyrBxXxGsR6GXO73nv9dpa7I { width:47.25rem;height:;top:3.5625rem;left:0.5rem;font-size:0.75rem;display:block; }#kH2DFhDaCyrBxXxGsR6GXO73nv9dpa7I li:before{  }
 }@media only screen and (max-width: 763px) { #NAwNp13ukqzscHA40oSsQECVhRyLXisB { width:4.5rem;height:0.125rem;top:15.6875rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb { display:block; }#a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fFV3keT4rfRlzymMIrf6sgI9h2EoS48T { width:19.0625rem;height:3.75rem;top:2.625rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPwO4cJQcBokVCTXUL4lkKeshXcNXo43 { width:25.6875rem;height:6rem;top:7.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8WDVDBBbaqvWlvsUR9ZwVnuCTTXZMK2 { width:26.75rem;height:6rem;top:7.6875rem;left:21rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzR8MwlXJS1v0g349Erkcx22HrWevVBJ { width:19rem;height:5.625rem;top:1.6875rem;left:28.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNbTwTEMN7RzwEhGWQ5SKM2pkZox614i { width:30rem;height:15.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHa0B7vpbiKk7D57oCvLNmnJghhdL4ye { width:30rem;height:15.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqK1QByQLDaIcga8VcqnkkaPm12zrBgw { width:5.3125rem;height:5.4375rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhrNbO5yU1OA6b9XuGviXQLPn9Emw56a { width:5.3125rem;height:5.4375rem;top:1.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ { display:block; }#AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dcZtmukIICD1THAwCGtvn6TC5X3wFdbP { width:19.0625rem;height:3.75rem;top:2.5625rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jg0R3RrIiTcbCzil2C5GDJQV4iZsVvrw { width:25.125rem;height:6rem;top:7.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kq4QtkE6UaD7yVXPJGsmukcAp85eASMf { width:27rem;height:8rem;top:8rem;left:20.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qumeLtWzB5TzsagiGf7mtHd00RAONOA8 { width:19.0625rem;height:5.625rem;top:1.625rem;left:28.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxyt4GMXRMdELfsb2eJxTdOaH8Bv7dLv { width:30rem;height:15.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcOyoMp4fJtTkkxaQkW151H4AKDiV99v { width:30rem;height:15.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWuS4527hoPoTm58Gr3TydQvhmoh75i4 { width:4.25rem;height:5.9375rem;top:1.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNli4VwB2FepwUQ72JzEqhlQpfmqNvUO { width:3.75rem;height:5.25rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF { display:block; }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PqdAdzUK7U3NAVTTKsR42J8eGD5TeDOy { width:15.75rem;height:3.4375rem;top:5.0625rem;left:15.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxWeHQS9uP862OdgUhngAD8ktOy6Eg79 { display:block; }
 }@media only screen and (max-width: 763px) { #TKKtuFxoKaFF6u9ckHXod1yrZgNHoKag { width:15.8125rem;height:3.4375rem;top:0.9375rem;left:15.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlualZg4SCeG9bqDLqAtDiFsOPew22CL { display:block; }
 }@media only screen and (max-width: 763px) { #kH9gbxulbNdEQfCqSZPg3nDEZGMUPu1A { display:block; }#kH9gbxulbNdEQfCqSZPg3nDEZGMUPu1A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tUfEQmORLGhMWFge1dKPxcXRDwqnzpQ1 { width:12.5rem;height:5.0625rem;top:3.4375rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJhlCbSkEIT9bsMh3Ln7J32Ozd7BOp5X { width:12.6875rem;height:6.75rem;top:8.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1HtrPlLpbUwZsJSX6stP90tv6TRQSIs { width:12.5rem;height:5.0625rem;top:3.25rem;left:11.375rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1i2xTl4OkN7epIanxyxA7i199iQ4M1L { width:12.75rem;height:5.0625rem;top:9.1875rem;left:11.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQtTF45W6f0l6EeaR0Rnzld9vtzhiMRT { width:12.5rem;height:5.0625rem;top:3.25rem;left:23.3125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6K5bFTRtdN0Vu7UNDSD6wnohLurDqDA { width:11.75rem;height:5.0625rem;top:9.1875rem;left:24.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3QQ9ymSXXHWsrKdIiUkaJCUfiUpFf2D { width:12.5rem;height:5.0625rem;top:3.25rem;left:35.25rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sc20AAsolcwFtlOKdvC1a5QDEpnmyzkJ { width:12.3125rem;height:5.0625rem;top:9.1875rem;left:35.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrHEteIJnRcwU5xyQP3BhQiy8oEQrzTu { display:block; }#wrHEteIJnRcwU5xyQP3BhQiy8oEQrzTu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r28ItkryV8Mi8qCeW0Td9wIcwkCZ92Cc { width:47.75rem;height:2.375rem;top:1.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kp8BMFGhA7zJNc4TSlhaRwJxMzwpeZ1O { width:47.75rem;height:2rem;top:4.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyOqfboXV7kBIyopdAKt7k8UunapsmGL { width:4.5rem;height:0.125rem;top:15.4375rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JG8mdncbnl8umBcOfXGTbTn8Gp6bM3PV { width:3rem;height:3rem;top:6.4375rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qm8yMJwCFvZtgzmVHVh7zVPTnRsGV0kF { width:1.75rem;height:1.75rem;top:7.0625rem;left:26.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENT614lSM4mfgC88h10idELK4E0fktn9 { width:2.0625rem;height:2.125rem;top:6.875rem;left:22.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1iVQk54EnlFSl6LXazU0IxTJwcKfuPX { width:3rem;height:3rem;top:6.4375rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGx76m0fmpvZcdnPOHgqxu8IV71gu8Gu { width:3rem;height:3rem;top:6.4375rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBUBMmryvMZwv77LTQv3mlRFDrAmGJLn { width:2.125rem;height:2.125rem;top:6.875rem;left:19.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6 { display:block; }#HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DJMxkOqz2zPSXToC7LVJT1JsU1ynrW56 { width:19.4375rem;height:12.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWFH7JLcWKTHxkyzTuZCaJ6K6JSvPeT4 { width:19.375rem;height:12.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zu0V9i4LH5lUBUXnVqlrKRsBZTqCDs1C { width:19.1875rem;height:12.75rem;top:0.1875rem;left:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ati8fWV32TkIINI2fODEo07NWGZTvBsb { display:block; }#Ati8fWV32TkIINI2fODEo07NWGZTvBsb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t682ATKTSr1M9nzRtvP2Zdwsltb9IHc4 { width:19.375rem;height:12.875rem;top:0rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P85Vs2NGDyU9ltRhH0hJt0LFcsOHdFnE { width:19.625rem;height:13.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9a9HBwwhPDFPbaHGAf8bXQQSTb6XlGT { width:19.4375rem;height:12.8125rem;top:0rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cpho2mIdv1ZLx0fEdIQU72ArR4DU3K9X { display:block; }#Cpho2mIdv1ZLx0fEdIQU72ArR4DU3K9X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PSHMCmlnhoXnNkkkh4tI8bQKHygPcTHI { width:8.625rem;height:12.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpSpo3akdaLGKWoZE0E9VVhGQeByTyuR { width:8.5625rem;height:12.875rem;top:0rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6bt3QPpovnfTO691PFQIIWU6iOePXc9 { width:8.5625rem;height:12.875rem;top:0rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #No3b4gRnb3JDt5OcGOuDJEZXHq6e0DFC { width:8.75rem;height:13.25rem;top:0rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbQrpwom5vLMxW8vCrIHqfyi0VadTsuk { width:19.3125rem;height:12.75rem;top:0.625rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g59GOdTEddOZKRWTH4XWKLCoFWHxGQQN { display:block; }#g59GOdTEddOZKRWTH4XWKLCoFWHxGQQN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EpviENWEAwlyR1bSWV84FWNA0ToUGFXd { width:19.375rem;height:12.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TonCnoKcO9rRbakZfdTFtK4QX4ft8KA9 { width:19.375rem;height:12.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fttIH7mXkJyd35s3V5oCdbXbvspo9es3 { width:19.375rem;height:12.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uu8GZdod1gXNTD10LtBSxbls2D9MxXUE { display:block; }#Uu8GZdod1gXNTD10LtBSxbls2D9MxXUE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TIkypxTiUzW4v8zULvUFtdvkd25dfEzz { display:block; }#TIkypxTiUzW4v8zULvUFtdvkd25dfEzz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dy6PZvBdnnRfJ6zqm33TxcSuKIkVB2ng { width:15.8125rem;height:3.4375rem;top:4.3125rem;left:13.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoUoTp4XvkeKzgsdaeftoOl3KF8JTvTy { display:block; }
 }@media only screen and (max-width: 763px) { #cmP24PlAIqozwab552KgF9Pp8pqcT51e { width:15.8125rem;height:3.4375rem;top:0.9375rem;left:13.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXzTXvmh62DezTBT1vRyXyz8cKcnGwQ1 { display:block; }
 }@media only screen and (max-width: 763px) { #sTarnTmfcoDipvVhmomQ9KQ575fOXA8v { display:block; }#sTarnTmfcoDipvVhmomQ9KQ575fOXA8v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iqrC48T3VGTXLBrWvV4EBVo7MeoR6Tto { width:47.75rem;height:4rem;top:9.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFgOnG3IPKi3h5B5DMQMg95mUSGlt2Ew { width:4.5625rem;height:0.125rem;top:15.125rem;left:21.874820709229rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4lQLl92Wi0Vh8hpTdbm4nC9nvQ0DHzt { width:19.75rem;height:7.3125rem;top:24.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8gFKuIrxNJVvKI8tCKtUKK0CGfCnzlJ { width:7.3125rem;height:7.3125rem;top:24.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWWnNrN3tORIxbc7IHrQ4yg5G3mtb9CN { width:27.0625rem;height:8.1875rem;top:31.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyFoKds0T2q7EFwtaSyWkta6PvpQkQAK { width:47.75rem;height:2.375rem;top:4.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8KNWxSrr3ZRBXo1xFe923kExh1DXG3u { width:16.4375rem;height:1.4375rem;top:27.0625rem;left:3.123046875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxJRu9XedLcLJAeBtvZpggUrRerXJFW9 { width:4.375rem;height:4.375rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilOh5dtqX8RGPqTCacF2eUg3Uyv6Jbly { width:20.75rem;height:1.3125rem;top:36.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BriFd24pH9nzWNApX35rp8WLWvoXm9vf { display:block; }
 }@media only screen and (max-width: 763px) { #unPKtDXk9AQCkCL8B0at7JTRWpc3tMrT { width:20.75rem;height:1.3125rem;top:32.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wm2hdofPslio1aJAZ8BToAaSxugDz0Ai { display:block; }
 }@media only screen and (max-width: 763px) { #ViKa518TQ6q7DK3oQPIOWIzr4DEo0xVh { width:1.25rem;height:1.25rem;top:35.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlcRULmGKklc2yF7m9X6AzZm9ehZhe2z { width:1.375rem;height:1.375rem;top:33.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqODNABZgxOM5wy39ZiDyTTMcvUg93LC { top:18.875rem;left:8.0625rem;width:34.0625rem;height:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3TCMw6yoEduh4oM8MEwSKcgbFIetnSv { top:27rem;left:0rem;width:8.3125rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #GP5S1RbXGT5hw1L9dtOxyGSTDm3WuK1B { display:block; }#GP5S1RbXGT5hw1L9dtOxyGSTDm3WuK1B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Db4CzFBDuWDvaEVsaFg8WiWG6nRdAHBL { width:47.75rem;height:2.3125rem;top:4.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0WzUJpq4J05kwLBxyt20Jkv0bB5IHhf { width:47.75rem;height:4rem;top:8.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n92HNXmmVN9cQ7nVc6HzLgklHEG2HAOB { width:4.5rem;height:0.125rem;top:14.5625rem;left:21.686611175537rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZ1KoRzV3XJvsF4525V8WFIoG2zI56OD { display:block; }#eZ1KoRzV3XJvsF4525V8WFIoG2zI56OD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iiSQf6cPbpMClTUPJ6RVT3LqLA99iukK { width:16.0625rem;height:9.375rem;top:17rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAVw0eTKTShW20wsQFoqp0LBDhsUiP34 { width:12.5rem;height:1.25rem;top:27.3125rem;left:1.6866111755371rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvEU1eH8q4ZbSsCmKSDhXA8OcbUz3bVI { width:12.5rem;height:1.25rem;top:27.4375rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuQt0AwlV5EsT0JkPdXmudRD2mWfM7Bk { width:16.0625rem;height:7.9375rem;top:17.0625rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2Vchf02H7qZq6MNMLlsaECrDwiCrCbn { width:12.5rem;height:1.25rem;top:27.4375rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMTmzmpzdV7MC6Tw49v1XP3v41P4LJdf { width:16.0625rem;height:7.9375rem;top:17.0625rem;left:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ih0iTVLpsWBgAIJSXKD7TSHFaUguAgEy { width:9.875rem;height:9.875rem;top:1.0625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #obcfDrsHwDO1wcwL1DhSO64an6gT59g8 { width:9.875rem;height:9.875rem;top:1.0625rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFxiXKCn5mTLMkhVnPl2uEhrq13ApfbK { width:11.75rem;height:11.8125rem;top:0.0625rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvAEUSNrmRoHxku6PQ7GREwJk6PMADdg { width:11.75rem;height:11.875rem;top:0rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JM48kXVBwWquGi7dy7q8kBf8bJK5WFko { width:9.875rem;height:9.875rem;top:1rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #by5e0whgDkBz2Nb57xkbT1ROkLNwpsFU { width:11.75rem;height:11.75rem;top:0.0625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiSuHdmlEaaSMUSAJ7EELrMJO7EUDEHD { width:1.9375rem;height:1.9375rem;top:13.625rem;left:6.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gszzeKxgx2dnCwLzaKsc2DJBlcSixoz0 { width:1.9375rem;height:1.9375rem;top:13.625rem;left:38.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVwo5XCxv3MJxDq2oIPmOFQH6wJXg4Jm { width:1.9375rem;height:1.9375rem;top:13.625rem;left:22.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2t9wy7Olxqa4BtXm9vi96wxiHzV5V5X { display:block; }#M2t9wy7Olxqa4BtXm9vi96wxiHzV5V5X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG { display:block; }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nvvua6tiFtqXkk0B1lrQvXVqm8PBoHgU { width:47.75rem;height:5.75rem;top:4rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pkz9wwesVszMT3nhnTDyh1avQrfknUQr { width:15.8125rem;height:3.4375rem;top:16.8125rem;left:19.21728515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z50iRUNZfb8fC6yUTGKFDGQuSbwIWJHH { display:block; }
 }@media only screen and (max-width: 763px) { #xpPG55fBdzCTQSaWwsIoKB4NP2hvtttA { width:17.4375rem;height:4.4375rem;top:11.25rem;left:19.21728515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKZCiuCQBtvwcoPRPxGSE2BdOILVEMaA { display:block; }
 }@media only screen and (max-width: 763px) { #faNBN8vZKnxO9T2JGNgTx6c7PNUzOiTq { top:11.875rem;left:15.96728515625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJNqhOng2boS7zog3t368Zxycn2HFhfH { width:15.8125rem;height:3.4375rem;top:16.5625rem;left:19.21728515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbp895pcldcmogsQmf495kV7fL7ARwXZ { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #voiWuoC25vnm7iTC8cTddZKAv9bdgKNz { position:relative;z-index:auto;display:block; }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz > .row .container { width:20rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T76pmy5G0xgfhTsGdKGmogouhVo7bGNM { width:2.75rem;height:2.75rem;top:5.1875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6w0CkW9MuQFt8Gw2nwXQKBiFWhQTmKz { width:1.75rem;height:1.75rem;top:0.9375rem;left:17.8125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SgqTiZrvpFG0bXgLMghGpD8slUM1FDTF { width:10.4375rem;height:1.3125rem;top:2.28125rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlsRyzTEMv20gtN4suaHFl2KdzpDfxRU { display:block; }
 }@media only screen and (max-width: 763px) { #NS1fbXp0VLbPGRokTT40gJHZHSC0vky4 { width:15.0625rem;height:1.3125rem;top:5.8125rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrkWDfHSfDCUHFPoDDHuc3LAAMQNxnTM { display:block; }
 }@media only screen and (max-width: 763px) { #XGCgO9U7TEKPur1P5czcBBLe7hLQaIsB { width:2.75rem;height:2.75rem;top:1.5625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zw0iJ2IPz6NxMyAZsWp8DTroeMlr0p5J { width:1.75rem;height:1.75rem;top:1rem;left:14.4375rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #enWaMAITbZVXgvi0qhJDJppMEogw13hx { width:1.1875rem;height:1.1875rem;top:2.25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #roQl8WuhqI3P3Je7WyW0tdaWJ46SyJcu { width:1.1875rem;height:1.1875rem;top:6rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLzE22zauXbTiEhKy75mF5yGveJ29e6O { width:4.0625rem;height:4.0625rem;top:0.71875rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 { background-color:rgba(12,16,37,0.5);background-image:url("https://images.assets-landingi.com/uc/42b3ff19-34d7-4912-b113-34e418d217d0/KW001.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78.adaptive-delivery-prevent-bg, #qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78.lazyload, #qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78.lazyloading { background-image: none; }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row .container { background-color: transparent; background-image: none; }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row .container > .video-iframe-container { display: none; }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row > .video-iframe-container { display: none; }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .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); }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row .container { width:20rem;height:48.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KrsTVShmHDXinRXXuulorVpzfUc3B0c5 { width:19.875rem;height:1.79980625rem;top:10.310546875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WV0r0hq781cLLvsNew1BOnqsRnQEqUTp { width:20rem;height:21.75rem;top:23.9736328125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Af8Co0qL8GwinAZwu5S99neTkTmvrRTD { top:27.7490234375rem;left:1.25rem;width:16.8125rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wFAEDycax5Xa1rthR6p52SqInvzvLoTG { display:block; }
 }@media only screen and (max-width: 763px) { #Ai9ugNZEqt9ooPNTvIL6FhHgVs2yFzMw { width:20rem;height:2.3999rem;top:0.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #okmiUa8lS0Fk5sLRNaN0MSxTMtx03bkD { width:4.125rem;height:4.125rem;top:4.625rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u52ZRToLepKg3NFeIVQXSHKkPZPOeoGK { width:14.875rem;height:5.0625rem;top:20.6875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebHGn8DlJ87pJJfq5P6kTneP2bOlbB8z { display:block; }
 }@media only screen and (max-width: 763px) { #PfoGESExoTlR2U6DCTmLn9BxDWhhh6sT { width:3.125rem;height:3.125rem;top:21.6875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #liRAnKHlKqf7hT6aMFVsJmRoMbxwuenq { width:14.3125rem;height:4.75rem;top:28.1875rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOm6i0A4P3pFBJDXVfEh51vCk2coB537 { display:block; }
 }@media only screen and (max-width: 763px) { #DcGIbnrT2zKXJT1dqi5vkcTiHDqdQmC5 { width:3.125rem;height:3.125rem;top:29rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iely56gqavxcp3u6F91baeAcscsb3CBS { width:15.8125rem;height:3.4375rem;top:35.3125rem;left:2.0625rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OR6iB4Aw3X8TyVQyNsRS3OpUOW8bdhaV { display:block; }
 }@media only screen and (max-width: 763px) { #JAC1vmTtizoe8agHs8ggq91mB41z9DPp { width:20rem;height:1.7246125rem;top:13.375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #A2ND7JGs4lmgngzNEUCkkFPnxJ8Wralx { width:16.9375rem;height:3.1875rem;top:40rem;left:1.5rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rADQals0x5VRqbWQUJeAHCBPiMUHK1oB { display:block; }
 }@media only screen and (max-width: 763px) { #UwIWL5Z1eT7ttzH2TIfbRsy2naGoGB4d { display:flex;width:2.1875rem;height:2.1875rem;top:44.4375rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #b5VF03uUeORUyz9h9htBC9FdOXOlAwBy { display:block; }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy > .row .container { width:20rem;height:17.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OXSdEWS13EEX6sRWvu9XFUiWHEi0KTC4 { width:20rem;height:1.5rem;top:1.69921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEo61Lf56U33AhoPTxv9dzJWnaDCkxKk { width:18.75rem;height:4.72411875rem;top:4.8740234375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8rThVxIQ7JbTbox5tBcvloOfUFupqq6 { width:4.5rem;height:0.125rem;top:11.125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zi3T90UL779aAry81PfSq6PCuzZdwH5W { width:19.875rem;height:1.69970625rem;top:13.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V { display:block; }#rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V > .row .container { width:20rem;height:156.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #prhOGNE0mSi2IuoErQTc4RMQdRGAFpmX { width:12.375rem;height:2.875rem;top:84.5625rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXDBTTCGTrRfoPllABIDkoV886x1oh59 { display:block; }
 }@media only screen and (max-width: 763px) { #tnARH3UxWL4fcHIvwAPbdhANeZVQnSwa { width:6.3125rem;height:1.8999rem;top:88.3125rem;left:5.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yizGl9tCHzwAdAwL67TTkUfHseMnFiH1 { width:2.125rem;height:2.125rem;top:91rem;left:4.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbwTLEW1wdS2qLTcTsCQNTcNkUbT5Nsl { width:2.9375rem;height:2.9375rem;top:90.5625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMouDfPivbxvVsOziGdbWDxnzJfNf2Tk { width:2.0625rem;height:2.1875rem;top:90.8125rem;left:7.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEwZJoNvKq4NxLDVbbola9aByFhyS2uE { width:3rem;height:2.9375rem;top:90.5625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaW0iQDxAoueVgZULsDrHcZsvXeoqdPJ { width:1.75rem;height:1.75rem;top:91.1875rem;left:11.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUkIUJ0V8tXyvpWh7K4264GN0EKxv22s { width:3rem;height:2.9375rem;top:90.5625rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHdUJnWEw7nvDcGq09kT3Q0GHS8QNo4i { width:18.75rem;height:5.52345rem;top:1.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #c5tfo5CBvk5dwvq1Sz4bew93ESRn8gqE { width:15.8125rem;height:3.4375rem;top:79.6875rem;left:2.0625rem;font-size:1rem;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #RPBUcI0ZVUu5OeW0SqvFhOv7Qb86FOLg { display:block; }
 }@media only screen and (max-width: 763px) { #hiGFzhvsIcH4rWDbvg9gleGgc0kooTp7 { width:20rem;height:13.25rem;top:127.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WC8pheNuCkZw683i5rdfSmTx7PIIPONF { width:20rem;height:8.2851625rem;top:7.90771484375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #fe3va8grqR5IMWcK8EWilAxsTST4isdJ { width:20rem;height:2.761725rem;top:15.98828125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #izoFNahdBBOXqcQnodkpsocwLv21sn4R { width:20rem;height:1.69970625rem;top:21.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #q2EPqoekvAIzyT4LW0pWp23G9PPWtODJ { width:20rem;height:5.52344375rem;top:23.32421875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #At5mAw0uZl6DIdmivId52MuBCKMkyObi { width:20rem;height:26.23634375rem;top:32.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #uKup5xXEXlzmn7GEqccVPpnQX4IdNM7W { width:20rem;height:1.69970625rem;top:29.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #wPPhpmRD0VT5E4sbowyT02m7vvpa5TTV { width:20rem;height:28.25rem;top:98.13671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qa57JX7sEVsEoNmDSwzT69NvBFiR8QST { width:13.125rem;height:3.3994125rem;top:69.03564453125rem;left:6.875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #hKeZiWtvorDnghTo4H1JTh4VBllBH5u2 { width:20rem;height:5.52345rem;top:60.8125rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.8125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #NLf6yOth8TqTTHWZymKbIRTDJ1zHd50p { width:6.1875rem;height:6.1875rem;top:67.33642578125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NntWF4JB57ZGgVItsTgI2VVQBURbM8I3 { width:20rem;height:1.69970625rem;top:58.48583984375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #nyNlHq1ybT1XAVXDR5RFTMVCmb1lWqoz { width:20rem;height:1.69970625rem;top:74.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #ViJ0VPmK566MaXaSoWNZHJGlvfDaKxuB { width:20rem;height:2.76171875rem;top:76.994140625rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.8125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #rFQNue6buIBi3bqxRWaFeVPMRaX8OH6a { width:6.625rem;height:1.69970625rem;top:67.33642578125rem;left:8.3125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #O2G9nO7qqkaZxULuzyzXpd7pT5nu4ZKr { width:9.5rem;height:1.3808625rem;top:72.4345703125rem;left:7.75rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #B2m86UTFFMtQEghpf0Kxcd2R28fLULkH { width:20rem;height:14.9785rem;top:141rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLea2l5lUi62HHoXkSQSx3HxG5HlxuHL { width:10.8125rem;height:3.50536875rem;top:79.755859375rem;left:9.1875rem;text-align:center;text-align-last:center;font-size:0.6875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #Qf1ylKUCTl4i7Pb2FzLcKLZH1xRpIy8r { display:block; }#Qf1ylKUCTl4i7Pb2FzLcKLZH1xRpIy8r > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K6lZuX6p1kpRci0hzrJ1w7DyDKEUc5XA { width:20rem;height:1.5rem;top:1rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzi0C4BayibvRwgXPKCBnprMD94CQWD9 { display:block; }#Tzi0C4BayibvRwgXPKCBnprMD94CQWD9 > .row .container { width:20rem;height:21.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X4r8b2HOXcAP4TvdfGum0tzNfcFkiiWv { width:9.4375rem;height:1.29980625rem;top:0.84375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PvKVAzTTONeZOuEVGMClToNVR4yhFKPH { width:9.375rem;height:0.125rem;top:9.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te8PZxJnKho04udLfu63eqfczP1S1x14 { width:5rem;height:5.3125rem;top:2.09375rem;left:2.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxT4cIC51abM90sncr7PW83qDfcCUglR { width:0.5rem;height:3.8125rem;top:2.78125rem;left:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #csU7tnksXaS38NIwauUpKkhreX57V3Ju { width:1.25rem;height:0.5rem;top:4.4375rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oUd0Irmszv7XZyOeeFkmmSpFobak4I0P { width:9.375rem;height:0.125rem;top:9.3125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTVa2fzypaCboNIX9T7MEXUc3OnAGJaC { width:9.375rem;height:0.125rem;top:19.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sU3LfyLzf8639HbXw1kHET2hoqt07iXE { width:9.375rem;height:0.125rem;top:19.8125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wObdNe7DAyW8lyFVfVDGRceTC2l8RvGe { width:5.625rem;height:3.9375rem;top:2.78125rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhfhAPFeqVu2y4xe3z2qxVJW5CJne9pZ { width:2.3125rem;height:2.5rem;top:21.3125rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #oOEKctcvhuTxIJN0LVxWTlskLfLfeMGF { width:1.1875rem;height:1.1875rem;top:21.5625rem;left:10.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MlLBd1QTcVma7Tq9kmMfmLb82xrZb5lL { width:1.4375rem;height:1.4375rem;top:37.125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #D7mSb4ruK4vzek3HCTDVkUuVrtPMbxkl { width:1.0625rem;height:0.625rem;top:31.125rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #s8BHsukVIWDlxEGmHU3JHTyQUqTwXWnA { width:1.25rem;height:1.4375rem;top:34rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #qLgCwTc4ddOovcHhScS3t4h6Hy2lTr9X { width:9.375rem;height:9.375rem;top:0rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8100oR1ZnZAL2Fp1HmS5VodShXvKc2b { width:9.375rem;height:9.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPzSt0h69aOStm7mqF5NJAxLO7Mar5yE { width:9.375rem;height:9.375rem;top:10.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nm0MbhVAA2CeyBkCVna5DBlkrHrpLzhx { width:9.375rem;height:9.375rem;top:10.5rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxW36VCGAOEDqWE7Jpo7pFQuZsaHA34I { width:9.3125rem;height:1.29980625rem;top:0.84375rem;left:10.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XneQoxuDr3DD6tU0sTP7Vtp0wTi2RXMr { width:9.25rem;height:1.29980625rem;top:11.0625rem;left:10.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UuHPus3PttxWaDEuqHbm3DN8w4tZyiht { width:7.125rem;height:6.1875rem;top:12.96875rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKSmokNlEL3yhCvnFBmrlQESFNbNIvch { width:4.25rem;height:5.3125rem;top:13.40625rem;left:2.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeBQSlrDUJIsxwbCiqBxTZK38q7UABLX { width:9.125rem;height:1.29980625rem;top:11.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ENW4kwOM6kuTDTFFhCD2kyWWvSnWEa6Q { display:block; }#ENW4kwOM6kuTDTFFhCD2kyWWvSnWEa6Q > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zty4wtFABEar6yFiOk8Kp5uwXWzrv7WS { width:9.375rem;height:0.125rem;top:9.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmUGbLAibznF1OQ4ETBHzNX8SkKATAmI { width:5.25rem;height:6.25rem;top:2.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbnQ0akJJxv0HbWOPn6TavCa7rtVbzCX { width:0.9375rem;height:0.9375rem;top:7.5rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #d2it8Ei1KLuU8UotI5pN9zFpzxv9fkFs { width:9.375rem;height:0.125rem;top:9.3125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WunUqEaoTO1yfrQx7BIX1givUz2obdHy { width:9.375rem;height:0.125rem;top:19.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #piFJ3mDcl7eLzNZNQqfHOuoX0A2zarZP { width:9.375rem;height:0.125rem;top:19.625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDO3CQLoRzbzOnId82zNv4kahqnG50P1 { width:1.25rem;height:1.3125rem;top:21.125rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fvNPvKxa4tuLdKhh6TAxmsAbOIHJJfV6 { width:1.1875rem;height:1.1875rem;top:23.1875rem;left:10.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JXpZwhDeLxOlXEgPX1upH5EGZHyT254W { width:1.25rem;height:1.25rem;top:50.75rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hItTRv5xmZcHmRHaPETLRw6JTJFkPmng { width:0.625rem;height:0.75rem;top:52.0625rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mzR0hPBJLiExTcBWeRQlJDIpbGbAUpbQ { width:9.375rem;height:9.375rem;top:0rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAJggntCoXCAGhWGbxWTKoQWxQG59TCB { width:9.375rem;height:9.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #remSHTnMl770y4GWRrVnlZaD7C0ftGTC { width:9.375rem;height:9.375rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y699xDKtv1V3NVJJqkkHAJOT7zPc1tSl { width:9.375rem;height:9.375rem;top:10.3125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRyK1LX4r087zqF2k4GCi6CNovQxr9BD { width:1.3125rem;height:1.3125rem;top:6.875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ad5oNOrxXdwBqpnUQtg2BWAAKy4G1JER { width:9.375rem;height:1.29980625rem;top:0.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N61GND5NTJplHFMTTRba8DemJ3P3lC6I { width:4.875rem;height:4.8125rem;top:12.9375rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfiLaB8B0SgZacX5sbznhktXltKimKPP { width:9.375rem;height:1.29980625rem;top:11.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LB4NtkGNmTed0AOOoKqHeZBPAnk5OWWX { width:5.875rem;height:4.5rem;top:3.34375rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #roWgyJxk0q0p4dTd5IubTmBgwm2E8xf8 { width:9.3125rem;height:1.29980625rem;top:0.875rem;left:10.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GDGfv00Kzg1B8ipw0DCNcO3mnBVPybDA { width:6.5rem;height:4rem;top:14.25rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1ETPMUBFp82guE6JSq9bwwNoPDzDfXw { width:9.1875rem;height:1.29980625rem;top:11.3125rem;left:10.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VHewd2mA1nQE2cWtHCIeqpZKw21TaEfS { display:none; }#VHewd2mA1nQE2cWtHCIeqpZKw21TaEfS > .row .container { width:20rem;height:4rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oZyWyzRn6pFu5VVbDKSlWg6dGeZ9v6mm { width:20rem;height:1.5rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e21nTJJXQIK2xomZQVUi82XGFFsTX5bZ { display:none; }#e21nTJJXQIK2xomZQVUi82XGFFsTX5bZ > .row .container { width:20rem;height:21.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nUBdDvio9EJ6HTik9mLCMPdo5vUSr9F7 { width:9.375rem;height:0.125rem;top:19.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmRwGurd6DBh5Q85wg1hT6SrdFfxzute { width:5.3125rem;height:5rem;top:13.75rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3vus2b7PHGEWFvOCDT8x1Hvi4bzCRB0 { width:2.375rem;height:2.5rem;top:6.875rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DHbf7BgOBoMQNrIX25t4nQgxD4lIw2nL { width:0.9375rem;height:0.9375rem;top:7.6875rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dVmtKiDpQ4MSCTK0101CGVu0zl0F8lS3 { width:9.375rem;height:0.125rem;top:19.8125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzGEnGHLJyCUqbGazB17dvNfDX9NMHL3 { width:9.375rem;height:0.125rem;top:9.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBvCGQv48UdSJknCb4dE6VesrycfOoxF { width:9.375rem;height:0.125rem;top:9.25rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yebqSZmTJCNzbNxoLSdKtaHwPHbQFGbU { width:2.3125rem;height:2.5rem;top:19.8125rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MTT6sHkporWHOG9QPPKkGgx1l2H5fGfM { width:1.1875rem;height:1.1875rem;top:21.5rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qJHyXi1oQhr5dN6uK7qEgvOQEyzbzHpw { width:1.4375rem;height:1.5rem;top:36.0625rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ezKcy3t8S67ciOG9MUzQ5BCSXLV6bzuX { width:2.625rem;height:0.625rem;top:51.0625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #chBLT33RmsJyXKXuLrZIshmVrK63EUPd { width:0.625rem;height:0.75rem;top:53.4375rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OKfhGECduClwFitI3VruNwPZ8SxQ5vkm { width:0.625rem;height:0.75rem;top:52.25rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #JWWQFkc9KegagT3yNUCbnvcHBBAgvAEp { width:9.375rem;height:9.375rem;top:10.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TooHiPTk4Oik81WLCPDHGEkPcngx8CaJ { width:9.375rem;height:9.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sci63v9Nm5SMnQTDALDNF8GBGkHXQzGB { width:9.375rem;height:9.375rem;top:0rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkdr1CchSp1ZBU4OgleRsZ4ZugKCMkRV { width:9.375rem;height:9.375rem;top:10.4677734375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4umhqeVZvKVbtyDp2BnBAEHAngk97AD { width:9.3125rem;height:1.29980625rem;top:11.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TBOQqsF95deBlG2oQvPab8fXG4qSsdwA { width:9.4375rem;height:1.29980625rem;top:0.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AOESTN9T1ln7rmXKIPw8ubq0IHFH1ypf { width:5rem;height:5.3125rem;top:2.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlgZq3RDMhEiTd2oBPVUb5U0Hs548TZ0 { width:9.25rem;height:1.29980625rem;top:10.5rem;left:10.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wTB8N7M7aTayDmEG3Nbduy4rmPWMfhzs { width:9.4375rem;height:1.29980625rem;top:10.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r4a7RZTRyBqqbin94exuJAPUuZXTiv0y { width:5.25rem;height:5.3125rem;top:13.375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugWWcKTeWmyJlBIo6uSu1t5EnC7lSOL2 { display:none; }#ugWWcKTeWmyJlBIo6uSu1t5EnC7lSOL2 > .row .container { width:20rem;height:22.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MtpzWuNxTGuOA2rfwwr39KPIvJmBGthz { width:9.25rem;height:1.29980625rem;top:0.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kZK84Z3aoIwhlk5rN0lKP5AJi3zISQte { width:9.375rem;height:0.125rem;top:9.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaT1TdZI1JnlPQOm1OlqtJ8OCHbaTdgG { width:4.5rem;height:5.3125rem;top:2.6875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6O38mCfRUeTg9TafQJG1GPB7Jky12lI { width:2.375rem;height:2.5rem;top:7.125rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #FaCgQvbSV2lqvGKe42dXcmGcMqpZlw5T { width:0.9375rem;height:0.9375rem;top:7.9375rem;left:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kSmoBER8WlMTvMznwAFubcV7BetbnQ6u { width:9.375rem;height:0.125rem;top:9.3125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiliTcaHaqbC6ukbTLte9ET7yDEXRS54 { width:9.375rem;height:0.125rem;top:20.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JU2gXusnGzHReURTTvOanBd6fmsPGNka { width:9.0625rem;height:1.29980625rem;top:11.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g2kvoZBcKqXsr4wwrwdAhtKi7kvCyOOR { width:9.375rem;height:0.125rem;top:20.375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oATaT835hDyqTKfznZzIJAPLTCHbakA8 { width:9.3125rem;height:1.29980625rem;top:11.6875rem;left:10.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X8Q0aL92JxzsW90zoA2wQJlJ9qOw3Wc3 { width:1.4375rem;height:1.6875rem;top:21.1875rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JZ2Z07GRdr5xWnlL9CQk7Zp8aArCSD38 { width:5.875rem;height:5.375rem;top:14rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcCTJwgouaRLigXxpgKx6WoOQTsRqGiw { width:2rem;height:2rem;top:37.625rem;left:8rem;display:none; }
 }@media only screen and (max-width: 763px) { #w79z3wdpar9A0CeOdbCJ28czkhunhbtd { width:5.375rem;height:5.6875rem;top:13.84375rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHrifiDS2l6M1qJAKPR9n2hREe0sZCqg { width:0.625rem;height:0.625rem;top:50.25rem;left:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uLuskpv3ZBDbcpP70EW8vR9DgelPuInP { width:0.625rem;height:0.75rem;top:53.875rem;left:11.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nsSP7tO7BL6MHyv7ZyEJEEcBGbQ4NdzN { width:9.375rem;height:9.375rem;top:0rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihD8kPQBTeNLLdzf86CUsrmxX1kssfkk { width:9.375rem;height:9.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIxqukrH598VLBU2nZq6TMmTa17szUXp { width:9.375rem;height:9.375rem;top:11.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzQAJn93trtBtmVOcFmD450o1BdhdREF { width:9.375rem;height:9.375rem;top:11.1875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATO0CoPHzHNfDCGgtVxoaWNhtoNgJTg5 { width:1.5rem;height:1.4375rem;top:38.875rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #AspoTxn7W5r5uGl5GXRFPA9NJISVCHic { width:1.25rem;height:1.3125rem;top:51.375rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nXWaEEraVoa9CKvN0xTtaK1wNKLJl6xl { width:9.25rem;height:1.29980625rem;top:0.6875rem;left:10.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CVGMs4AlespwfmPgJ5NtPKpkUkThLpld { width:6.0625rem;height:6.25rem;top:2.21875rem;left:12.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qld5N8cADoCBtTv6zS9cEuypmL80XQ0w { display:none; }#qld5N8cADoCBtTv6zS9cEuypmL80XQ0w > .row .container { width:20rem;height:1.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #N7iU7iTWQTq94THS7H0XL773gQuOXkoZ { background-color:#f2f2f2;background-image:none;display:block; }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row .container { background-color: transparent; background-image: none; }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row .container > .video-iframe-container { display: none; }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row > .video-iframe-container { display: none; }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .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); }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row .container { width:20rem;height:18.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iJAWnJBMvgqmqKcme6nW179KHEeBmd8s { width:20rem;height:1.5rem;top:1.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kH2DFhDaCyrBxXxGsR6GXO73nv9dpa7I { width:18.75rem;height:12.046875rem;top:4.3125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }#kH2DFhDaCyrBxXxGsR6GXO73nv9dpa7I li:before{  }
 }@media only screen and (max-width: 763px) { #NAwNp13ukqzscHA40oSsQECVhRyLXisB { width:4.5rem;height:0.125rem;top:16.1875rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb { background-color:#f2f2f2;background-image:none;display:none; }#a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb > .row .container { width:20rem;height:40.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fFV3keT4rfRlzymMIrf6sgI9h2EoS48T { width:10.625rem;height:5.09911875rem;top:1.5rem;left:7.3125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #NPwO4cJQcBokVCTXUL4lkKeshXcNXo43 { width:15.75rem;height:8.4985625rem;top:7.4375rem;left:2.125rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #L8WDVDBBbaqvWlvsUR9ZwVnuCTTXZMK2 { width:16.3125rem;height:6.7988125rem;top:29.25rem;left:2.125rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #UzR8MwlXJS1v0g349Erkcx22HrWevVBJ { width:11.1875rem;height:8.4985625rem;top:20.28125rem;left:7.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hNbTwTEMN7RzwEhGWQ5SKM2pkZox614i { width:20rem;height:19.5rem;top:19.5rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #fHa0B7vpbiKk7D57oCvLNmnJghhdL4ye { width:20rem;height:19.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqK1QByQLDaIcga8VcqnkkaPm12zrBgw { width:3.875rem;height:4rem;top:2.03125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhrNbO5yU1OA6b9XuGviXQLPn9Emw56a { width:4.4375rem;height:4.5625rem;top:22.9375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ { background-color:#f2f2f2;background-image:none;display:none; }#AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ > .row .container { width:20rem;height:39.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dcZtmukIICD1THAwCGtvn6TC5X3wFdbP { width:10.625rem;height:3.3994125rem;top:2.5rem;left:7.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Jg0R3RrIiTcbCzil2C5GDJQV4iZsVvrw { width:15.75rem;height:6.7988125rem;top:8.875rem;left:2.125rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #Kq4QtkE6UaD7yVXPJGsmukcAp85eASMf { width:15.75rem;height:10.19825rem;top:28.5625rem;left:2.125rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #qumeLtWzB5TzsagiGf7mtHd00RAONOA8 { width:10.625rem;height:6.7988125rem;top:21.09375rem;left:7.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hxyt4GMXRMdELfsb2eJxTdOaH8Bv7dLv { width:20rem;height:19.5rem;top:0rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #VcOyoMp4fJtTkkxaQkW151H4AKDiV99v { width:20rem;height:19.5rem;top:19.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWuS4527hoPoTm58Gr3TydQvhmoh75i4 { width:3.75rem;height:5.125rem;top:21.90625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNli4VwB2FepwUQ72JzEqhlQpfmqNvUO { width:3.25rem;height:4.625rem;top:1.875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF { background-color:#f2f2f2;background-image:none;display:block; }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row .container { background-color: transparent; background-image: none; }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row .container > .video-iframe-container { display: none; }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row > .video-iframe-container { display: none; }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .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); }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row .container { width:20rem;height:8.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PqdAdzUK7U3NAVTTKsR42J8eGD5TeDOy { width:12.375rem;height:2.875rem;top:2.90625rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxWeHQS9uP862OdgUhngAD8ktOy6Eg79 { display:block; }
 }@media only screen and (max-width: 763px) { #TKKtuFxoKaFF6u9ckHXod1yrZgNHoKag { width:15.8125rem;height:3.4375rem;top:0.9375rem;left:2.0625rem;font-size:1rem;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #HlualZg4SCeG9bqDLqAtDiFsOPew22CL { display:block; }
 }@media only screen and (max-width: 763px) { #kH9gbxulbNdEQfCqSZPg3nDEZGMUPu1A { display:none; }#kH9gbxulbNdEQfCqSZPg3nDEZGMUPu1A > .row .container { width:20rem;height:40.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tUfEQmORLGhMWFge1dKPxcXRDwqnzpQ1 { width:12.5rem;height:3.57470625rem;top:0rem;left:3.75rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pJhlCbSkEIT9bsMh3Ln7J32Ozd7BOp5X { width:13.8125rem;height:6.75rem;top:3.5625rem;left:3.09375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H1HtrPlLpbUwZsJSX6stP90tv6TRQSIs { width:12.5rem;height:3.57470625rem;top:10.25rem;left:3.75rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f1i2xTl4OkN7epIanxyxA7i199iQ4M1L { width:12.375rem;height:5.0625rem;top:13.8125rem;left:3.78125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lQtTF45W6f0l6EeaR0Rnzld9vtzhiMRT { width:12.5rem;height:3.57470625rem;top:19.5rem;left:3.75rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S6K5bFTRtdN0Vu7UNDSD6wnohLurDqDA { width:11.9375rem;height:5.0625rem;top:23.0625rem;left:3.90625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q3QQ9ymSXXHWsrKdIiUkaJCUfiUpFf2D { width:12.5rem;height:3.57470625rem;top:28.75rem;left:3.75rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sc20AAsolcwFtlOKdvC1a5QDEpnmyzkJ { width:11.875rem;height:5.0625rem;top:32.3125rem;left:3.96875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wrHEteIJnRcwU5xyQP3BhQiy8oEQrzTu { display:none; }#wrHEteIJnRcwU5xyQP3BhQiy8oEQrzTu > .row .container { width:20rem;height:18.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #r28ItkryV8Mi8qCeW0Td9wIcwkCZ92Cc { width:20rem;height:1.5rem;top:1.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kp8BMFGhA7zJNc4TSlhaRwJxMzwpeZ1O { width:18.75rem;height:1.57470625rem;top:4.125rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RyOqfboXV7kBIyopdAKt7k8UunapsmGL { width:4.5rem;height:0.125rem;top:16.5625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JG8mdncbnl8umBcOfXGTbTn8Gp6bM3PV { width:3rem;height:3rem;top:12.5rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qm8yMJwCFvZtgzmVHVh7zVPTnRsGV0kF { width:1.75rem;height:1.75rem;top:13.125rem;left:12.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENT614lSM4mfgC88h10idELK4E0fktn9 { width:2.0625rem;height:2.125rem;top:12.9375rem;left:8.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1iVQk54EnlFSl6LXazU0IxTJwcKfuPX { width:3rem;height:3rem;top:12.5rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGx76m0fmpvZcdnPOHgqxu8IV71gu8Gu { width:3rem;height:3rem;top:12.5rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBUBMmryvMZwv77LTQv3mlRFDrAmGJLn { width:2.125rem;height:2.125rem;top:12.9375rem;left:5.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6 { display:block; }#HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6 > .row .container { width:20rem;height:43rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DJMxkOqz2zPSXToC7LVJT1JsU1ynrW56 { width:19.875rem;height:13.25rem;top:14.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWFH7JLcWKTHxkyzTuZCaJ6K6JSvPeT4 { width:19.875rem;height:13.1875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zu0V9i4LH5lUBUXnVqlrKRsBZTqCDs1C { width:19.1875rem;height:12.75rem;top:29rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ati8fWV32TkIINI2fODEo07NWGZTvBsb { display:block; }#Ati8fWV32TkIINI2fODEo07NWGZTvBsb > .row .container { width:20rem;height:42.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t682ATKTSr1M9nzRtvP2Zdwsltb9IHc4 { width:20rem;height:13.3125rem;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P85Vs2NGDyU9ltRhH0hJt0LFcsOHdFnE { width:19.6875rem;height:13.125rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9a9HBwwhPDFPbaHGAf8bXQQSTb6XlGT { width:20rem;height:13.1875rem;top:28.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cpho2mIdv1ZLx0fEdIQU72ArR4DU3K9X { display:block; }#Cpho2mIdv1ZLx0fEdIQU72ArR4DU3K9X > .row .container { width:20rem;height:44.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PSHMCmlnhoXnNkkkh4tI8bQKHygPcTHI { width:8.75rem;height:13.125rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpSpo3akdaLGKWoZE0E9VVhGQeByTyuR { width:9.5625rem;height:14.6875rem;top:0.6875rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6bt3QPpovnfTO691PFQIIWU6iOePXc9 { width:9.875rem;height:14.9375rem;top:28.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #No3b4gRnb3JDt5OcGOuDJEZXHq6e0DFC { width:9.9375rem;height:14.9375rem;top:28.8125rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbQrpwom5vLMxW8vCrIHqfyi0VadTsuk { width:18.9375rem;height:12.5625rem;top:15.375rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g59GOdTEddOZKRWTH4XWKLCoFWHxGQQN { display:block; }#g59GOdTEddOZKRWTH4XWKLCoFWHxGQQN > .row .container { width:20rem;height:43.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EpviENWEAwlyR1bSWV84FWNA0ToUGFXd { width:20rem;height:13.25rem;top:14.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TonCnoKcO9rRbakZfdTFtK4QX4ft8KA9 { width:20rem;height:13.25rem;top:28.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fttIH7mXkJyd35s3V5oCdbXbvspo9es3 { width:20rem;height:13.25rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uu8GZdod1gXNTD10LtBSxbls2D9MxXUE { display:none; }#Uu8GZdod1gXNTD10LtBSxbls2D9MxXUE > .row .container { width:20rem;height:13.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TIkypxTiUzW4v8zULvUFtdvkd25dfEzz { display:block; }#TIkypxTiUzW4v8zULvUFtdvkd25dfEzz > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dy6PZvBdnnRfJ6zqm33TxcSuKIkVB2ng { width:12.375rem;height:2.875rem;top:2.9375rem;left:3.8125rem;font-size:1rem;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #GoUoTp4XvkeKzgsdaeftoOl3KF8JTvTy { display:block; }
 }@media only screen and (max-width: 763px) { #cmP24PlAIqozwab552KgF9Pp8pqcT51e { width:15.8125rem;height:3.4375rem;top:1.25rem;left:2.0625rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fXzTXvmh62DezTBT1vRyXyz8cKcnGwQ1 { display:block; }
 }@media only screen and (max-width: 763px) { #sTarnTmfcoDipvVhmomQ9KQ575fOXA8v { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/mkfIGsQt/36086854_366065990465154_959385205892710400_o.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#sTarnTmfcoDipvVhmomQ9KQ575fOXA8v.adaptive-delivery-prevent-bg, #sTarnTmfcoDipvVhmomQ9KQ575fOXA8v.lazyload, #sTarnTmfcoDipvVhmomQ9KQ575fOXA8v.lazyloading { background-image: none; }#sTarnTmfcoDipvVhmomQ9KQ575fOXA8v > .row .container { background-color: transparent; background-image: none; }#sTarnTmfcoDipvVhmomQ9KQ575fOXA8v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTarnTmfcoDipvVhmomQ9KQ575fOXA8v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTarnTmfcoDipvVhmomQ9KQ575fOXA8v > .row .container > .video-iframe-container { display: none; }#sTarnTmfcoDipvVhmomQ9KQ575fOXA8v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTarnTmfcoDipvVhmomQ9KQ575fOXA8v > .row > .video-iframe-container { display: none; }#sTarnTmfcoDipvVhmomQ9KQ575fOXA8v > .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); }#sTarnTmfcoDipvVhmomQ9KQ575fOXA8v > .row .container { width:20rem;height:34.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iqrC48T3VGTXLBrWvV4EBVo7MeoR6Tto { width:18.75rem;height:6.2988125rem;top:6.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFgOnG3IPKi3h5B5DMQMg95mUSGlt2Ew { width:4.5625rem;height:0.125rem;top:5.625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4lQLl92Wi0Vh8hpTdbm4nC9nvQ0DHzt { width:20rem;height:5.1875rem;top:15.15625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8gFKuIrxNJVvKI8tCKtUKK0CGfCnzlJ { width:5.25rem;height:5.25rem;top:15.125rem;left:0rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #hWWnNrN3tORIxbc7IHrQ4yg5G3mtb9CN { width:20rem;height:10.0625rem;top:20.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyFoKds0T2q7EFwtaSyWkta6PvpQkQAK { width:20rem;height:1.5rem;top:2.5rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n8KNWxSrr3ZRBXo1xFe923kExh1DXG3u { width:11.75rem;height:1.29980625rem;top:21.5rem;left:4.125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxJRu9XedLcLJAeBtvZpggUrRerXJFW9 { width:3.25rem;height:3.25rem;top:16.125rem;left:0.625rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #ilOh5dtqX8RGPqTCacF2eUg3Uyv6Jbly { width:12.375rem;height:1rem;top:27rem;left:3.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BriFd24pH9nzWNApX35rp8WLWvoXm9vf { display:block; }
 }@media only screen and (max-width: 763px) { #unPKtDXk9AQCkCL8B0at7JTRWpc3tMrT { width:11.75rem;height:1rem;top:23.5rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wm2hdofPslio1aJAZ8BToAaSxugDz0Ai { display:block; }
 }@media only screen and (max-width: 763px) { #ViKa518TQ6q7DK3oQPIOWIzr4DEo0xVh { width:1.25rem;height:1.25rem;top:24.0625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlcRULmGKklc2yF7m9X6AzZm9ehZhe2z { width:1.375rem;height:1.375rem;top:21.4375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqODNABZgxOM5wy39ZiDyTTMcvUg93LC { width:20rem;height:26.375rem;top:27.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #X3TCMw6yoEduh4oM8MEwSKcgbFIetnSv { top:17.125rem;left:7.75rem;width:8.3125rem;height:1.29980625rem;z-index:15020;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 763px) { #GP5S1RbXGT5hw1L9dtOxyGSTDm3WuK1B { display:none; }#GP5S1RbXGT5hw1L9dtOxyGSTDm3WuK1B > .row .container { width:20rem;height:15.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Db4CzFBDuWDvaEVsaFg8WiWG6nRdAHBL { width:20rem;height:1.5rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0WzUJpq4J05kwLBxyt20Jkv0bB5IHhf { width:18.75rem;height:6.25rem;top:5.3125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n92HNXmmVN9cQ7nVc6HzLgklHEG2HAOB { width:4.5rem;height:0.125rem;top:12.75rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZ1KoRzV3XJvsF4525V8WFIoG2zI56OD { display:none; }#eZ1KoRzV3XJvsF4525V8WFIoG2zI56OD > .row .container { width:20rem;height:79.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iiSQf6cPbpMClTUPJ6RVT3LqLA99iukK { width:16.0625rem;height:8.4375rem;top:13.5rem;left:1.96875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #VAVw0eTKTShW20wsQFoqp0LBDhsUiP34 { width:12.5rem;height:1.25rem;top:23.1875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvEU1eH8q4ZbSsCmKSDhXA8OcbUz3bVI { width:12.5rem;height:1.25rem;top:50.5625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuQt0AwlV5EsT0JkPdXmudRD2mWfM7Bk { width:16.0625rem;height:8.4375rem;top:40.875rem;left:2rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #A2Vchf02H7qZq6MNMLlsaECrDwiCrCbn { width:12.5rem;height:1.25rem;top:78.25rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMTmzmpzdV7MC6Tw49v1XP3v41P4LJdf { width:16.0625rem;height:8.4375rem;top:68.5rem;left:2rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #ih0iTVLpsWBgAIJSXKD7TSHFaUguAgEy { width:9.875rem;height:9.875rem;top:1.0625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #obcfDrsHwDO1wcwL1DhSO64an6gT59g8 { width:9.875rem;height:9.875rem;top:28.53125rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFxiXKCn5mTLMkhVnPl2uEhrq13ApfbK { width:11.75rem;height:11.8125rem;top:27.4375rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvAEUSNrmRoHxku6PQ7GREwJk6PMADdg { width:11.75rem;height:11.875rem;top:55rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JM48kXVBwWquGi7dy7q8kBf8bJK5WFko { width:9.875rem;height:9.875rem;top:56rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #by5e0whgDkBz2Nb57xkbT1ROkLNwpsFU { width:11.75rem;height:11.75rem;top:0rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiSuHdmlEaaSMUSAJ7EELrMJO7EUDEHD { width:1.9375rem;height:1.9375rem;top:80.75rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #gszzeKxgx2dnCwLzaKsc2DJBlcSixoz0 { width:1.9375rem;height:1.9375rem;top:87.125rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #bVwo5XCxv3MJxDq2oIPmOFQH6wJXg4Jm { width:1.9375rem;height:1.9375rem;top:83.9375rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #M2t9wy7Olxqa4BtXm9vi96wxiHzV5V5X { display:block; }#M2t9wy7Olxqa4BtXm9vi96wxiHzV5V5X > .row .container { width:20rem;height:1.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG { display:block; }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG > .row .container { width:20rem;height:29.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nvvua6tiFtqXkk0B1lrQvXVqm8PBoHgU { width:20rem;height:4.94970625rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pkz9wwesVszMT3nhnTDyh1avQrfknUQr { width:12.375rem;height:2.875rem;top:15.9375rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z50iRUNZfb8fC6yUTGKFDGQuSbwIWJHH { display:block; }
 }@media only screen and (max-width: 763px) { #xpPG55fBdzCTQSaWwsIoKB4NP2hvtttA { width:14.9375rem;height:3.25rem;top:11.3125rem;left:4.45263671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKZCiuCQBtvwcoPRPxGSE2BdOILVEMaA { display:block; }
 }@media only screen and (max-width: 763px) { #faNBN8vZKnxO9T2JGNgTx6c7PNUzOiTq { width:3.125rem;height:3.125rem;top:11.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJNqhOng2boS7zog3t368Zxycn2HFhfH { width:15.8125rem;height:3.4375rem;top:16.5625rem;left:2.0625rem;font-size:1rem;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #xbp895pcldcmogsQmf495kV7fL7ARwXZ { display:block; }
 }