.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:252,217,238;--color-primary-1:246,128,198;--color-primary-2:237,0,140;--color-primary-3:119,0,70;--color-primary-4:36,0,21;--color-secondary-0:252,255,251;--color-secondary-1:244,255,243;--color-secondary-2:232,254,230;--color-secondary-3:116,127,115;--color-secondary-4:35,38,35;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-4),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); }#GUk3yTmLKCcyzTWD8vdlHMuO2sTPg5LD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fe2db89d-55fe-4ed0-b758-a87e90349f4b/toszare1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#GUk3yTmLKCcyzTWD8vdlHMuO2sTPg5LD.adaptive-delivery-prevent-bg, #GUk3yTmLKCcyzTWD8vdlHMuO2sTPg5LD.lazyload, #GUk3yTmLKCcyzTWD8vdlHMuO2sTPg5LD.lazyloading { background-image: none; }#GUk3yTmLKCcyzTWD8vdlHMuO2sTPg5LD > .row .container { border-width: 0; border-radius: 0; }#GUk3yTmLKCcyzTWD8vdlHMuO2sTPg5LD::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GUk3yTmLKCcyzTWD8vdlHMuO2sTPg5LD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GUk3yTmLKCcyzTWD8vdlHMuO2sTPg5LD > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:none; }#FuqvpfF59OWobinBVLQdmOozWinJLOJ0 { color:rgba(var(--color-tertiary-0),1);display:block;width:65.0625rem;position:absolute;font-family:bitter;font-size:2.125rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;text-shadow:0.25rem 0.25rem 0.4375rem rgba(var(--color-tertiary-4),0.33);top:5.2060546875rem;left:4.96875rem;height:5.1001rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NJMGuc2cnHXTu1yw2ArkPen53pMEWXQF { color:rgba(var(--color-tertiary-0),1);display:block;width:65.0625rem;position:absolute;font-family:bitter;font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:0.7119140625rem;left:4.96875rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BH0MTTc2Ao3QebTUlu7oCx49rpgQAVBi { color:rgba(var(--color-tertiary-0),1);display:block;width:65.0625rem;position:absolute;font-family:bitter;font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:10.8994140625rem;left:4.96875rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fe2db89d-55fe-4ed0-b758-a87e90349f4b/toszare1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:relative;z-index:auto;display:block; }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq.adaptive-delivery-prevent-bg, #qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq.lazyload, #qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq.lazyloading { background-image: none; }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row .container { background-color: transparent; background-image: none; }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-0),0.65); }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row .container > .video-iframe-container { display: none; }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-0),0.65); }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row > .video-iframe-container { display: none; }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .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); }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row .container { border-width: 0; border-radius: 0; }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row .container { width:75rem;height:45.25rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#ZVRkpX5wir1XplW8mpaJoG7lKfu2DpoJ { color:rgba(var(--color-tertiary-4),0.5);display:block;width:19.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15028;line-height:1.2;letter-spacing:0;top:47.375rem;left:44.375rem;height:6.295875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ZTwsrn4pzAl7256p3ybx8LTQzC3KBxin { color:rgba(var(--color-tertiary-4),0.5);display:block;width:19.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15028;line-height:1.2;letter-spacing:0;top:47.375rem;left:44.375rem;height:6.295875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#uN4d6eInCTikiWshpMq0VIKgTJW4Cwfg { color:rgba(var(--color-tertiary-4),0.5);display:block;width:19.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15028;line-height:1.2;letter-spacing:0;top:47.375rem;left:44.375rem;height:6.295875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#rEAKJwKFZQEZ8lyEeOXZZ2LsD4FkMVoq { color:rgba(var(--color-tertiary-4),0.5);display:block;width:19.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15028;line-height:1.2;letter-spacing:0;top:47.375rem;left:44.375rem;height:6.295875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#yIMa95CBu94f7lS46hNd2zXdvA6TBz4r { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4375rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.625rem;top:20.9375rem;left:8.75rem;display:none; }
#k6RGzRctSFZiZ7HAEIebBXHt15inGbtm { color:#080909;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:14.375rem;left:5.625rem;height:2.923825rem;display:block; }
#wxl04edgNXnTPNRSgDxHkLsyummPAT6y { color:#080909;display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:14.375rem;left:32.375rem;height:2.923825rem;display:block; }
#suInKuXs2pqemMVi2sTXpuRh35MNrGya { color:#080909;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:14.375rem;left:57.6875rem;height:2.923825rem;display:block; }
#rwpSNE8mg8qg81XAxLMhQ2qrpcDzs7NC { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#f5f5f5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bitter;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.375rem;height:4.125rem;text-decoration:none;z-index:15067;text-align:center;text-align-last:center;top:26.3125rem;left:4.8125rem;display:block; }
#eda0JXT0BmXQ3CcE5mznPhfRMfrk9HpS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UDBSi3sDRtMapvpzbdTHuBWbMm3KVlJK { color:rgba(var(--color-primary-2),1);display:block;width:67.5625rem;position:absolute;font-family:bitter;font-size:2.875rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:4.25rem;left:4.125rem;height:3.44921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lydX43y6XBbNJIIc3xg2iPsFsyQpLalZ { color:#080909;display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:20.6875rem;left:8.0625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#tDTIJEh3R7oJRJtcxHGbrsic3fADqA4N { color:#35ae00;display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:23.3125rem;left:8.0625rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#di3BXW0QRfP5SzhmTwnLQwafTrdFfNwF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:14.9375rem;left:55.3125rem; }
#Okb50Tma3yvEk6zGrOxAOD5wGg99fwlK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15079;opacity:1;top:14.9375rem;left:2.9375rem; }
#x8MRSrXGBZF8gzDNOFcT9910w46xAEQW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15080;opacity:1;top:14.9375rem;left:29.9375rem; }
#LOyZuCPhveZXR7ZX0RJTDnSXFT6fDw8m { color:rgba(var(--color-primary-2),1);display:block;width:65.0625rem;position:absolute;font-family:bitter;font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:1.4375rem;left:6.5625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FNR8V39LQR4TpyZ6FmDoH2pJpN0fabst { color:#080909;display:block;width:34.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.4;letter-spacing:0;top:31rem;left:1.6875rem;height:3.1494125rem;text-align:center;text-align-last:center;display:block; }
#gn5V2Wx9Kq14kCpxUwtGNqJdeLBvth4W { box-sizing:content-box;height:20.375rem;width:38.0625rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:19.125rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.3125rem 0.3125rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#S0gqdz9SIIxnLfPJ07V0AJEpT1K9ERJ8 { position:absolute;display:block;z-index:15081;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:24.75rem;width:37rem;top:17.875rem;left:38rem;overflow:hidden;display:block; }
#bxNE7KzcyW1PkNFlsd6897eTKuN4mTKN { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid rgba(var(--color-primary-2),1);border-left:0.3125rem solid rgba(var(--color-primary-2),1);border-right:0.3125rem solid rgba(var(--color-primary-2),1);border-bottom:0.3125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bitter;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9375rem;height:2.8125rem;text-decoration:none;z-index:15068;text-align:center;text-align-last:center;top:34.75rem;left:8.53125rem;display:block; }
#m1opVQpDGSvBz0PXNSgHEnLANvSdq5Rr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dzqO5QvNNzV8F9v2a1xuMrkGwefElBwi { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#f5f5f5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bitter;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.375rem;height:4.125rem;text-decoration:none;z-index:15067;text-align:center;text-align-last:center;top:26.3125rem;left:4.8125rem;display:none; }
#stum547GEZ4yMOh8QAk2MqG6ni5Za6PA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QoddyuZghuLNrtGEESPtKLFdALDk6hmt { color:#56bf66;display:block;width:73.6875rem;position:absolute;font-family:bitter;font-size:1.8125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:9.6181640625rem;left:1.0625rem;height:2.35546875rem;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; }
#U8Q8M4haQV41QaxTtDhSu8Q7Tt6XZ8ZQ { color:#56bf66;display:block;width:73.6875rem;position:absolute;font-family:bitter;font-size:1.8125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:9.6181640625rem;left:1.0625rem;height:2.35546875rem;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:none; }
#dIdNioCLGBXePw6LtNhcayEvwFoIM6vQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;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; }#dIdNioCLGBXePw6LtNhcayEvwFoIM6vQ > .row .container { background-color: transparent; background-image: none; }#dIdNioCLGBXePw6LtNhcayEvwFoIM6vQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dIdNioCLGBXePw6LtNhcayEvwFoIM6vQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dIdNioCLGBXePw6LtNhcayEvwFoIM6vQ > .row .container > .video-iframe-container { display: none; }#dIdNioCLGBXePw6LtNhcayEvwFoIM6vQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dIdNioCLGBXePw6LtNhcayEvwFoIM6vQ > .row > .video-iframe-container { display: none; }#dIdNioCLGBXePw6LtNhcayEvwFoIM6vQ > .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); }#dIdNioCLGBXePw6LtNhcayEvwFoIM6vQ > .row .container { border-width: 0; border-radius: 0; }#dIdNioCLGBXePw6LtNhcayEvwFoIM6vQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dIdNioCLGBXePw6LtNhcayEvwFoIM6vQ > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:75rem;position:relative;display:block; }#vv1WkqORSZZkVNSboroFSCzA0mTOymkt { color:#56bf66;display:block;width:73.6875rem;position:absolute;font-family:bitter;font-size:2.375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.0810546875rem;left:0.65625rem;height:3.0869125rem;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; }
#uKPgxMccsaaP0T7sooXDo9ctGIk473fB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;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; }#uKPgxMccsaaP0T7sooXDo9ctGIk473fB > .row .container { background-color: transparent; background-image: none; }#uKPgxMccsaaP0T7sooXDo9ctGIk473fB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uKPgxMccsaaP0T7sooXDo9ctGIk473fB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uKPgxMccsaaP0T7sooXDo9ctGIk473fB > .row .container > .video-iframe-container { display: none; }#uKPgxMccsaaP0T7sooXDo9ctGIk473fB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uKPgxMccsaaP0T7sooXDo9ctGIk473fB > .row > .video-iframe-container { display: none; }#uKPgxMccsaaP0T7sooXDo9ctGIk473fB > .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); }#uKPgxMccsaaP0T7sooXDo9ctGIk473fB > .row .container { border-width: 0; border-radius: 0; }#uKPgxMccsaaP0T7sooXDo9ctGIk473fB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uKPgxMccsaaP0T7sooXDo9ctGIk473fB > .row .container { font-size:0.875rem;font-family:arial;height:24.125rem;width:75rem;position:relative;display:block; }#bIKx0mET4xiUqGdgZ6l5wXVGaoN1k8Xi { color:#080909;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:9.75rem;left:1.03125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#r5rOuef39XGuZO1ysTaPvWK8uOUGTPnK { color:#080909;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:13.625rem;left:1.03125rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#IcRBMaUPFiG6ZfPgEsCw2EV1KUvr6fi8 { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:9.5625rem;top:0rem;left:4.59375rem;overflow:hidden;display:block; }
#iP5iQlP0snDFrgPGZvNV4qG79yGcJ61W { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;height:13.8125rem;width:17.5rem;top:7.25rem;left:19.375rem;display:block; }
#Qoi2bSBmIEvofAb5TeNhkBFSDAb555tE { position:absolute;display:block;z-index:15082;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:9.5625rem;top:0rem;left:23.375rem;overflow:hidden;display:block; }
#yvvZdBGTb7198If7i8tFqu9KWM3Tvm2P { color:#080909;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15080;line-height:1.3;letter-spacing:0;top:9.75rem;left:19.8125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#AIBgtyc2yKvc05DNRQK9hqf3R3W1Kker { color:#080909;display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15081;line-height:1.3;letter-spacing:0;top:13.625rem;left:19.5rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#sX1GJydgXFHFDzXdVB0o2fNZENxukofI { position:absolute;display:block;z-index:15086;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:9.5625rem;top:0rem;left:42.125rem;overflow:hidden;display:block; }
#VCEEdTHCHqkFrWC6nlsyyH3FTgIFX1t6 { color:#080909;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:9.75rem;left:38.5625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#p1N4UimydK9DZuZNQWK8k1TTdbPoimOx { color:#080909;display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15085;line-height:1.3;letter-spacing:0;top:13.625rem;left:39.21875rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#rntpctb60QnG0uMqfg52uoU69amud0AF { position:absolute;display:block;z-index:15090;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:9.5625rem;top:0rem;left:60.875rem;overflow:hidden;display:block; }
#gURSantsqZSNMlk4d4EV5fyQOzLsOQrI { color:#080909;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15088;line-height:1.3;letter-spacing:0;top:9.75rem;left:57.3125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#yQKu7oDBwTSfZWO1OkngfbzCNQCkmnqC { color:#080909;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15089;line-height:1.3;letter-spacing:0;top:13.625rem;left:57.3125rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#daIzklthN5mDRQT8aDVKUBzC3T0m6Cn8 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;height:13.8125rem;width:17.5rem;top:7.25rem;left:0.625rem;display:block; }
#mDhG0CvPRVe7qXr6iN0i2uJXyeETWb2S { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;height:13.8125rem;width:17.5rem;top:7.25rem;left:38.125rem;display:block; }
#MnkfiSbU3GAxQr5IS1C0cx71wXcJWokk { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;height:13.8125rem;width:17.5rem;top:7.25rem;left:56.875rem;display:block; }
#XLVaTkW8p1TAU03dWaQpa92mhnEncFr6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#XLVaTkW8p1TAU03dWaQpa92mhnEncFr6 > .row .container { background-color: transparent; background-image: none; }#XLVaTkW8p1TAU03dWaQpa92mhnEncFr6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XLVaTkW8p1TAU03dWaQpa92mhnEncFr6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XLVaTkW8p1TAU03dWaQpa92mhnEncFr6 > .row .container > .video-iframe-container { display: none; }#XLVaTkW8p1TAU03dWaQpa92mhnEncFr6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XLVaTkW8p1TAU03dWaQpa92mhnEncFr6 > .row > .video-iframe-container { display: none; }#XLVaTkW8p1TAU03dWaQpa92mhnEncFr6 > .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); }#XLVaTkW8p1TAU03dWaQpa92mhnEncFr6 > .row .container { border-width: 0; border-radius: 0; }#XLVaTkW8p1TAU03dWaQpa92mhnEncFr6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XLVaTkW8p1TAU03dWaQpa92mhnEncFr6 > .row .container { font-size:0.875rem;font-family:arial;height:12.8125rem;width:75rem;position:relative;display:block; }#ex9gpLGX97y4tvdThwwJ2WimZeQasGrA { color:rgba(var(--color-tertiary-0),1);display:block;width:61.6875rem;position:absolute;font-family:bitter;font-size:2.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:2.65283203125rem;left:6.65625rem;height:3.73730625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sWzRoFhOKELUK5S42Fb9pO26D6H8yTeD { color:rgba(var(--color-tertiary-0),1);display:block;width:61.6875rem;position:absolute;font-family:bitter;font-size:2.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:7.14013671875rem;left:6.65625rem;height:3.0869125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a2FJvRAU30FcdKXifIRQ6GXc5MnZnSkK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#a2FJvRAU30FcdKXifIRQ6GXc5MnZnSkK > .row .container { background-color: transparent; background-image: none; }#a2FJvRAU30FcdKXifIRQ6GXc5MnZnSkK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a2FJvRAU30FcdKXifIRQ6GXc5MnZnSkK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a2FJvRAU30FcdKXifIRQ6GXc5MnZnSkK > .row .container > .video-iframe-container { display: none; }#a2FJvRAU30FcdKXifIRQ6GXc5MnZnSkK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a2FJvRAU30FcdKXifIRQ6GXc5MnZnSkK > .row > .video-iframe-container { display: none; }#a2FJvRAU30FcdKXifIRQ6GXc5MnZnSkK > .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); }#a2FJvRAU30FcdKXifIRQ6GXc5MnZnSkK > .row .container { border-width: 0; border-radius: 0; }#a2FJvRAU30FcdKXifIRQ6GXc5MnZnSkK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a2FJvRAU30FcdKXifIRQ6GXc5MnZnSkK > .row .container { font-size:0.875rem;font-family:arial;height:14.4375rem;width:75rem;position:relative;display:block; }#CTJL2ILmHQVIuOaqFNFuidLnzvXaPeEN { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;height:9.75rem;width:20.25rem;top:2.5625rem;left:2.375rem;display:block; }
#h7AmU8GQvTQccwP9P7MFAXrTn79Qon4F { color:#080909;display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:5.8125rem;left:4.65625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#a6zSaXes8zcT9crRC8n8aCnvtTzWszmB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15077;opacity:1;top:0rem;left:10.625rem; }
#xgBloQK9urXL1Mdny1h6A2m0aH17P824 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;height:9.75rem;width:20.25rem;top:2.5625rem;left:27.375rem;display:block; }
#TdgfHMcdOyzzWyBRNBqWzx5FmsEc1lgo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15080;opacity:1;top:0rem;left:35.625rem; }
#Tf4wB2rUAZZoP2877PoguorkCCd0cHRL { color:#080909;display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15079;line-height:1.3;letter-spacing:0;top:4.78125rem;left:28.46875rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#xJpBNFWv9SAw0zvSxWsDFZGF2LSxoO0Q { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;height:9.75rem;width:20.25rem;top:2.5625rem;left:52.375rem;display:block; }
#OloXrEJ12KfPx0C0JDdRezgZXJiMzNan { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15083;opacity:1;top:0rem;left:60.625rem; }
#f8KS2p8exBTPsShooe61t9HZTCH1zBoR { color:#080909;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:5rem;left:54.15625rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#vc2wQM9D1rTGTvn0DMT2lALBBmmDZWGc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#vc2wQM9D1rTGTvn0DMT2lALBBmmDZWGc > .row .container { background-color: transparent; background-image: none; }#vc2wQM9D1rTGTvn0DMT2lALBBmmDZWGc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vc2wQM9D1rTGTvn0DMT2lALBBmmDZWGc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vc2wQM9D1rTGTvn0DMT2lALBBmmDZWGc > .row .container > .video-iframe-container { display: none; }#vc2wQM9D1rTGTvn0DMT2lALBBmmDZWGc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vc2wQM9D1rTGTvn0DMT2lALBBmmDZWGc > .row > .video-iframe-container { display: none; }#vc2wQM9D1rTGTvn0DMT2lALBBmmDZWGc > .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); }#vc2wQM9D1rTGTvn0DMT2lALBBmmDZWGc > .row .container { border-width: 0; border-radius: 0; }#vc2wQM9D1rTGTvn0DMT2lALBBmmDZWGc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vc2wQM9D1rTGTvn0DMT2lALBBmmDZWGc > .row .container { font-size:0.875rem;font-family:arial;height:15.5rem;width:75rem;position:relative;display:block; }#dCElT93nofnCgZFsrFaT8TIVsMsH08wD { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;height:9.75rem;width:20.25rem;top:2.5625rem;left:2.375rem;display:block; }
#KlGSfFu008An4RdBmF9zbK4pvzguPp71 { color:#080909;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:5.59375rem;left:4.15625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#GbwZOB3kB6af9iLCrCCx6EAx3zZtR6tr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15077;opacity:1;top:0rem;left:10.625rem; }
#WOdtGJqkthKaHupML7tccgIyFz41ZPz1 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;height:9.75rem;width:20.25rem;top:2.5625rem;left:27.375rem;display:block; }
#RVoMpwVgHfaAngFt9Tma41vGMBrg9H8D { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15080;opacity:1;top:0rem;left:35.625rem; }
#BnwRLh1i4KrnCf76VTcAqGSaRLDszrUD { color:#080909;display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15079;line-height:1.3;letter-spacing:0;top:5rem;left:30.1875rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#cR0g9VIEIGec5KLNMOZTxS2hUODgzyUT { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;height:9.75rem;width:20.25rem;top:2.5625rem;left:52.375rem;display:block; }
#KnqbsSitbFDlBWGUIZf3IfreNt7mexLA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15083;opacity:1;top:0rem;left:60.625rem; }
#gpCeEnvTuUJiB8wWDlBdTvqF9TvUSf1O { color:#080909;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:5.8125rem;left:54.15625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#wbMcnF0euxEteVlVli8oTHvE0qJIWSt1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#wbMcnF0euxEteVlVli8oTHvE0qJIWSt1 > .row .container { background-color: transparent; background-image: none; }#wbMcnF0euxEteVlVli8oTHvE0qJIWSt1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbMcnF0euxEteVlVli8oTHvE0qJIWSt1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbMcnF0euxEteVlVli8oTHvE0qJIWSt1 > .row .container > .video-iframe-container { display: none; }#wbMcnF0euxEteVlVli8oTHvE0qJIWSt1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbMcnF0euxEteVlVli8oTHvE0qJIWSt1 > .row > .video-iframe-container { display: none; }#wbMcnF0euxEteVlVli8oTHvE0qJIWSt1 > .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); }#wbMcnF0euxEteVlVli8oTHvE0qJIWSt1 > .row .container { border-width: 0; border-radius: 0; }#wbMcnF0euxEteVlVli8oTHvE0qJIWSt1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wbMcnF0euxEteVlVli8oTHvE0qJIWSt1 > .row .container { font-size:0.875rem;font-family:arial;height:23.375rem;width:75rem;position:relative;display:block; }#DfMFIBov1MDFCzy8DPiyUzZRp98vr44k { box-sizing:content-box;height:20.375rem;width:43.375rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:15.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.3125rem 0.3125rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#P5dkhUGMDAESbJVBCWSSKwyZJqwJzxnl { color:#080909;display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:1.6875rem;left:23.75rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#GWssgSFyeTxTPVgfSbKr46C4nmTHwyJE { color:#35ae00;display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:4.1875rem;left:26.5625rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#OiL3y80dE0iKzXG1SlQziieT1UhccwCT { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#f5f5f5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bitter;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.375rem;height:4.125rem;text-decoration:none;z-index:15073;text-align:center;text-align-last:center;top:7.1875rem;left:23.3125rem;display:block; }
#GG34tyknrecAgmxxBae9xN07KkLNKTUs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LiyXynIHbUxbfdLOVT3BamlvMWVcNTL9 { color:#080909;display:block;width:34.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15033;line-height:1.4;letter-spacing:0;top:11.875rem;left:20.1875rem;height:3.1494125rem;text-align:center;text-align-last:center;display:block; }
#QTlvZsFHiuTIqA0AyTLuMyzDUF60OiAK { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid rgba(var(--color-primary-2),1);border-left:0.3125rem solid rgba(var(--color-primary-2),1);border-right:0.3125rem solid rgba(var(--color-primary-2),1);border-bottom:0.3125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bitter;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.0625rem;height:2.8125rem;text-decoration:none;z-index:15074;text-align:center;text-align-last:center;top:15.75rem;left:18.96875rem;display:block; }
#i9p5EHptwBTeGSRhTuMzrh7gKwvWNhmP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ChPe4MhfF14i9tV8lZ4L5D2Fiypq8thq { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid rgba(var(--color-primary-2),1);border-left:0.3125rem solid rgba(var(--color-primary-2),1);border-right:0.3125rem solid rgba(var(--color-primary-2),1);border-bottom:0.3125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bitter;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.0625rem;height:2.8125rem;text-decoration:none;z-index:15074;text-align:center;text-align-last:center;top:15.75rem;left:18.96875rem;display:none; }
#grb67bTCNfAk1PVWE7w8r9sNzAT6STuC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wmp9iPdZ067duumwoMstx6TSPh49RXui { 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; }#wmp9iPdZ067duumwoMstx6TSPh49RXui > .row .container { background-color: transparent; background-image: none; }#wmp9iPdZ067duumwoMstx6TSPh49RXui::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wmp9iPdZ067duumwoMstx6TSPh49RXui > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wmp9iPdZ067duumwoMstx6TSPh49RXui > .row .container > .video-iframe-container { display: none; }#wmp9iPdZ067duumwoMstx6TSPh49RXui > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wmp9iPdZ067duumwoMstx6TSPh49RXui > .row > .video-iframe-container { display: none; }#wmp9iPdZ067duumwoMstx6TSPh49RXui > .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); }#wmp9iPdZ067duumwoMstx6TSPh49RXui > .row .container { border-width: 0; border-radius: 0; }#wmp9iPdZ067duumwoMstx6TSPh49RXui > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wmp9iPdZ067duumwoMstx6TSPh49RXui > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:block; }#gM0Zcywgp9fPLvseXHa9xZsirILOAZAT { color:rgba(var(--color-tertiary-4),1);display:block;width:61.6875rem;position:absolute;font-family:bitter;font-size:2.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.724609375rem;left:6.65625rem;height:3.73730625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kzBZsd7HaqEInlogo78xJN1dieg9uny6 { 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; }#kzBZsd7HaqEInlogo78xJN1dieg9uny6 > .row .container { background-color: transparent; background-image: none; }#kzBZsd7HaqEInlogo78xJN1dieg9uny6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kzBZsd7HaqEInlogo78xJN1dieg9uny6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kzBZsd7HaqEInlogo78xJN1dieg9uny6 > .row .container > .video-iframe-container { display: none; }#kzBZsd7HaqEInlogo78xJN1dieg9uny6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kzBZsd7HaqEInlogo78xJN1dieg9uny6 > .row > .video-iframe-container { display: none; }#kzBZsd7HaqEInlogo78xJN1dieg9uny6 > .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); }#kzBZsd7HaqEInlogo78xJN1dieg9uny6 > .row .container { border-width: 0; border-radius: 0; }#kzBZsd7HaqEInlogo78xJN1dieg9uny6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kzBZsd7HaqEInlogo78xJN1dieg9uny6 > .row .container { font-size:0.875rem;font-family:arial;height:46.1875rem;width:75rem;position:relative;display:block; }#le7CsCDQ8hDNqN3h4KwIHTzvlf8xHB7J { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:26.125rem;left:1.875rem; }
#NH4tI4aDyz3kCbURGzTVK7bw5xouTHfv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:33.125rem;left:1.875rem; }
#y5oQUnc8OTIdVJZT6hheK79cEP5e2QOq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:30.75rem;left:1.8125rem; }
#Rgc0abibrl5AFtvngb4rgDARibtm8cr2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:28.5rem;left:1.8125rem; }
#HleS8lkdExTpuJyTKJOFafLxxEaGdJrB { color:rgba(var(--color-tertiary-4),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:35.25rem;left:4.25rem;height:1.4624rem;display:block; }
#RMcgWZngMwDC3WPCOHanBKZdeqrW6KPP { color:rgba(var(--color-tertiary-4),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:33.1875rem;left:4.25rem;height:1.4624rem;display:block; }
#O5ILkoTgwGGUyz6RJTKazfJriWzkkTdw { color:rgba(var(--color-tertiary-4),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:30.9375rem;left:4.25rem;height:1.4624rem;display:block; }
#MwKqTbLTNtmB3hSExdFTxOu1QmOdgJNw { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:28.5625rem;left:4.25rem;height:1.4624rem;display:block; }
#K4ZOH7eNdto7eMk0x65m8cvAQPkJUZsF { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:26.25rem;left:4.25rem;height:1.4624rem;display:block; }
#kMpxQndsHd6KNx4owxLf2y58xei3JlcN { color:rgba(var(--color-tertiary-4),1);display:block;width:36.125rem;position:absolute;font-family:bitter;font-size:1.5625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:22.75rem;left:0.6875rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#cvSWC1aNC4ITcwziwnV6Xt1BF8zROQST { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:35.1875rem;left:1.875rem; }
#xMiDG075HPPphaWaJN3KJfqTGGwoiSAk { 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:22.8125rem;width:22.8125rem;top:0rem;left:8.40625rem;overflow:hidden;display:block; }
#oeOna8mdv1GTTKz0iALHUELzsSBgaN1i { position:absolute;display:block;z-index:15043;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.8125rem;width:22.8125rem;top:0.0625rem;left:45.9375rem;overflow:hidden;display:block; }
#iZA59nzL2gPoaZV4bCqiIZZoiZzOQzB8 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.125rem;position:absolute;font-family:bitter;font-size:1.5625rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:22.8125rem;left:38.1875rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#VDisM8DALg3IigG1MLD8XUDsQyt6qKM4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:26.125rem;left:39.125rem; }
#HCkH4Sc5RskAIiUSwt99zNuR50zMwvnD { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:25.47509765625rem;left:41.5625rem;height:2.923825rem;display:block; }
#gtTO9CcX4B90qoWTTgooUWXpW7p9rMDa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:30.125rem;left:39.125rem; }
#PFfEugJO9hcfQcVVOts6RwCr0VFSBe38 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:29.51220703125rem;left:41.65625rem;height:2.923825rem;display:block; }
#KhI2SEcd1h0G8o1WAt3lMNviVgv9R98d { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:33.125rem;left:39.125rem; }
#m8UeKp4iopa9lkfLtBCH1Kg56JP7SXxc { color:rgba(var(--color-tertiary-4),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:33.2060546875rem;left:41.5625rem;height:1.4624rem;display:block; }
#rX3sCIy1iTL0GKuA5cOxyTIUt5RE69RV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:35.16845703125rem;left:39.125rem; }
#QqOzUZc3tgX89zHX5wpSG8IVO9hSN0Jp { color:rgba(var(--color-tertiary-4),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:35.4130859375rem;left:41.5625rem;height:1.4619125rem;display:block; }
#CwQIgySottHOT3f1frezoG0Id8lETyDf { color:rgba(var(--color-tertiary-4),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:37.375rem;left:4.25rem;height:1.4624rem;display:block; }
#KDJc0vT1xc4wmQIQzT1imenwphmRPrhk { color:rgba(var(--color-tertiary-4),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:39.4375rem;left:4.25rem;height:1.4624rem;display:block; }
#aBMX6FyUKyAr88E0rTqn9ENWTnen4Drx { color:rgba(var(--color-tertiary-4),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:41.4375rem;left:4.25rem;height:1.4624rem;display:block; }
#xTV69Vnhf4p0FwPuPA9CsPCNPsPni3pV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:37.3125rem;left:1.875rem; }
#zRE24KFf5LQq7RyZwqZDx17u78IMvOrN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:39.375rem;left:1.875rem; }
#wbJaOvyGNDaeSqb7XJpcq27RmatWFySg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:41.375rem;left:1.875rem; }
#R5LUcWBuQB5T4kNWg21W0d8y0oq4aeve { color:rgba(var(--color-tertiary-4),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:37.37451171875rem;left:41.5625rem;height:1.4624rem;display:block; }
#N8wgs5AU0PCTrNL3ltBtqt8fBosGrWIe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:37.29345703125rem;left:39.125rem; }
#tHpUQ6x9NAOJVuprw9tMQuga3HftLLGB { 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; }#tHpUQ6x9NAOJVuprw9tMQuga3HftLLGB > .row .container { background-color: transparent; background-image: none; }#tHpUQ6x9NAOJVuprw9tMQuga3HftLLGB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tHpUQ6x9NAOJVuprw9tMQuga3HftLLGB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tHpUQ6x9NAOJVuprw9tMQuga3HftLLGB > .row .container > .video-iframe-container { display: none; }#tHpUQ6x9NAOJVuprw9tMQuga3HftLLGB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tHpUQ6x9NAOJVuprw9tMQuga3HftLLGB > .row > .video-iframe-container { display: none; }#tHpUQ6x9NAOJVuprw9tMQuga3HftLLGB > .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); }#tHpUQ6x9NAOJVuprw9tMQuga3HftLLGB > .row .container { border-width: 0; border-radius: 0; }#tHpUQ6x9NAOJVuprw9tMQuga3HftLLGB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tHpUQ6x9NAOJVuprw9tMQuga3HftLLGB > .row .container { font-size:0.875rem;font-family:arial;height:41.0625rem;width:75rem;position:relative;display:block; }#OsdG8MUFUAQg0ODgxzNJDdI3IxAD30gR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:28.5rem;left:1.875rem; }
#TV111Lw3qN8IRyvn5491uFXCO6XiQIh3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:35.5rem;left:1.875rem; }
#gTvX7Hmr6awk7rd3gr0qQ6EoL7xrER9G { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:33.125rem;left:1.8125rem; }
#u8cAE0lr0dyD9sHH5t5mfKfyAM0rmPXw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:30.875rem;left:1.8125rem; }
#C2kBQCiQ98zSV9aAerOqKZMecOfwt4RN { color:rgba(var(--color-tertiary-4),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:35.5625rem;left:4.25rem;height:1.4624rem;display:block; }
#OgVcl6vImThP9lxqbO9fMc3WyGapInT6 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:33.3125rem;left:4.25rem;height:1.4619125rem;display:block; }
#GbqLgFnE7Mf8ozolrsJ3UatRZVhXVzmd { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:30.9375rem;left:4.25rem;height:1.4624rem;display:block; }
#c9Q0NWt7mmo6D5kXEow4mB4AACAQ0ZA8 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:28.625rem;left:4.25rem;height:1.4624rem;display:block; }
#mfqiy7eTi7uKdCup1T4KDOGANwhIC6oe { color:rgba(var(--color-tertiary-4),1);display:block;width:36.125rem;position:absolute;font-family:bitter;font-size:1.5625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:23.828125rem;left:0.6875rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#aqIaVNmwaHcz5Bi1fw34qSvIguDHyTLW { 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:22.8125rem;width:22.8125rem;top:0rem;left:8.40625rem;overflow:hidden;display:block; }
#SZLRK5c1gvZK2kbLgaKhnogaTt3lKTt9 { position:absolute;display:block;z-index:15043;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.8125rem;width:22.8125rem;top:0.0625rem;left:45.9375rem;overflow:hidden;display:block; }
#bVwm2xkdDtO8TX2fbmTawRsulokQRayB { color:rgba(var(--color-tertiary-4),1);display:block;width:38.3125rem;position:absolute;font-family:bitter;font-size:1.5625rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:22.8125rem;left:36.875rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#TpJ47lutDO9zBtftHLHFM8HzggpdKAfd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:28.5rem;left:39.125rem; }
#bli37y53KRiWzJ4T5bIKzAPwtcp2uf4K { color:rgba(var(--color-tertiary-4),1);display:block;width:31.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:28.5810546875rem;left:41.65625rem;height:1.4624rem;display:block; }
#IGQdhpLZUUHVxpUTuunG7EJTru89EA5H { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:30.75rem;left:39.125rem; }
#dJ4lrOVatiq513nclOTo5xPvMCSKQTHP { color:rgba(var(--color-tertiary-4),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:30.8310546875rem;left:41.8125rem;height:1.4624rem;display:block; }
#EzM7C4iFUryNn5TXpTuAChodRc05MJnt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:33.125rem;left:39.125rem; }
#OzyATOqASVORowpt0TdENafnXmQbTnm8 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:33.2060546875rem;left:41.8125rem;height:1.4624rem;display:block; }
#QLsi6qPxZLVJRRq54ITxIfXgTHDLLQFz { color:rgba(var(--color-tertiary-4),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:35.5810546875rem;left:41.8125rem;height:1.4624rem;display:block; }
#JbSwVyczeJwgfCzyT5L1IqDbO78dmkzS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:35.5rem;left:39.125rem; }
#RtDHKNI6VTfLAF1ePifUvvcwqHnX9J2l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;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; }#RtDHKNI6VTfLAF1ePifUvvcwqHnX9J2l > .row .container { background-color: transparent; background-image: none; }#RtDHKNI6VTfLAF1ePifUvvcwqHnX9J2l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RtDHKNI6VTfLAF1ePifUvvcwqHnX9J2l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RtDHKNI6VTfLAF1ePifUvvcwqHnX9J2l > .row .container > .video-iframe-container { display: none; }#RtDHKNI6VTfLAF1ePifUvvcwqHnX9J2l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RtDHKNI6VTfLAF1ePifUvvcwqHnX9J2l > .row > .video-iframe-container { display: none; }#RtDHKNI6VTfLAF1ePifUvvcwqHnX9J2l > .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); }#RtDHKNI6VTfLAF1ePifUvvcwqHnX9J2l > .row .container { border-width: 0; border-radius: 0; }#RtDHKNI6VTfLAF1ePifUvvcwqHnX9J2l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RtDHKNI6VTfLAF1ePifUvvcwqHnX9J2l > .row .container { font-size:0.875rem;font-family:arial;height:29.875rem;width:75rem;position:relative;display:block; }#TclX621r5k3CGTTP9zKgpexdQgUrkdsW { color:rgba(var(--color-tertiary-4),1);display:block;width:62.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:10.125rem;left:7.8125rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oPSJtLVGE6tzJ4N9SICKmLuwxcDAQdCC { color:rgba(var(--color-primary-2),1);display:block;width:58.5rem;position:absolute;font-family:bitter;font-size:2.375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2.4375rem;left:8.25rem;height:6.173825rem;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; }
#TRN88BIFzhdBGuzLG4yBZmcQHonbTsTe { color:rgba(var(--color-tertiary-4),1);display:block;width:62.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:13.75rem;left:7.875rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Haa8ntWMgpaT0iyTixT8sFAWM5Kp5vxN { color:rgba(var(--color-tertiary-4),1);display:block;width:62.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:17.5rem;left:7.875rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bgleMdgrczzBH3Sk0v2xJBxR9C1ZptR6 { color:rgba(var(--color-tertiary-4),1);display:block;width:62.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:21.1875rem;left:7.875rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ihV2bEuGSW9evJm7yQo8ACcQgnXWqLS1 { color:rgba(var(--color-tertiary-4),1);display:block;width:62.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:24.9375rem;left:7.875rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VndUPi4Ba9g67Td7suTRDeCH0dCuBXGk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:10.125rem;left:4.8125rem; }
#yTbDiF1lESTvxDz9CiZi6RkHyZBv3AdT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15073;opacity:1;top:13.75rem;left:4.8125rem; }
#aKI2EDkODGSo1deVDhDql8CM1RtqXWoD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:17.5rem;left:4.8125rem; }
#edX82QZzFiXTBnAAwKvgZthST6LVDmM6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15075;opacity:1;top:21.1875rem;left:4.8125rem; }
#dxWD0Cbn0UKifOCaOKI9vSCAkJBtUzGy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15076;opacity:1;top:24.9375rem;left:4.8125rem; }
#vTAp0sStKmw5gNileRFr6h7aRRosidci { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#vTAp0sStKmw5gNileRFr6h7aRRosidci > .row .container { background-color: transparent; background-image: none; }#vTAp0sStKmw5gNileRFr6h7aRRosidci::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTAp0sStKmw5gNileRFr6h7aRRosidci > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTAp0sStKmw5gNileRFr6h7aRRosidci > .row .container > .video-iframe-container { display: none; }#vTAp0sStKmw5gNileRFr6h7aRRosidci > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTAp0sStKmw5gNileRFr6h7aRRosidci > .row > .video-iframe-container { display: none; }#vTAp0sStKmw5gNileRFr6h7aRRosidci > .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); }#vTAp0sStKmw5gNileRFr6h7aRRosidci > .row .container { border-width: 0; border-radius: 0; }#vTAp0sStKmw5gNileRFr6h7aRRosidci > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vTAp0sStKmw5gNileRFr6h7aRRosidci > .row .container { font-size:0.875rem;font-family:arial;height:63.625rem;width:75rem;position:relative;display:block; }#EGTrdXTPLeyT6fXsow1AqLd0qhcBkSE6 { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(9,43,61,0.5) ;height:52.625rem;width:72.6875rem;top:4.375rem;left:1.15625rem;display:block; }
#DugKm1SRTVZZTkWXNaGZx2iqHwZyA9vC { color:#56bf66;display:block;width:52.75rem;position:absolute;font-family:fraunces;font-size:2.375rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:6.8125rem;left:11.125rem;height:3.0874rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wdLBLNaC9Hpdi4pu8WcrNlKasJwO6bwV { color:#080909;display:block;width:34.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15102;line-height:1.3;letter-spacing:0;top:20.625rem;left:29.875rem;height:1.4619125rem;text-align:left;text-align-last:left;display:block; }
#iKt7omUoTyEBUgw5BgkzfkocOxHwQc5w { color:#080909;display:block;width:38.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15104;line-height:1.3;letter-spacing:0;top:23.25rem;left:29.875rem;height:1.4619125rem;text-align:left;text-align-last:left;display:block; }
#sMLGB1kAgcbfwfX5IW8xzIxeaf8zfSwh { color:#080909;display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15106;line-height:1.3;letter-spacing:0;top:18.0625rem;left:29.875rem;height:1.4619125rem;text-align:left;text-align-last:left;display:block; }
#trLzOluluCmmsJrRGtsuBoy3ZiqWsaTz { color:#080909;display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15108;line-height:1.3;letter-spacing:0;top:15.625rem;left:29.875rem;height:1.4624rem;text-align:left;text-align-last:left;display:block; }
#wQSIqsWV7fovROTxDK610NWouhpDSXK0 { position:absolute;display:block;z-index:15109;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:25.0625rem;top:11.08642578125rem;left:3.125rem;overflow:hidden;display:block; }
#zEr8M1F7OXWEC4KXbUnSEFgORBNnT6r6 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#f5f5f5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:fraunces;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:48.875rem;height:4.125rem;text-decoration:none;z-index:15084;text-align:center;text-align-last:center;top:34.625rem;left:13.0625rem;display:none; }
#vTGJ9UCCgDzIOgIp6lf8IDznkpJULc8a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uBtfJInCMikaMEToCvb6ZZkvJne4dsX2 { color:rgba(var(--color-tertiary-4),1);display:block;width:62.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:23rem;left:4.5625rem;height:1.94970625rem;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; }
#cebM5N1TNf1nMdBRW0NXA28cX9i40yKU { color:#080909;display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:27.525390625rem;left:23.71875rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#E3W3KrTZZL73KfrtX3euQbdGiPOdT510 { color:#35ae00;display:block;width:33.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:30.82421875rem;left:20.90625rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#s9m8HZzOT42BuhCf03MmGDhDW12OBmoA { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid rgba(var(--color-primary-2),1);border-left:0.3125rem solid rgba(var(--color-primary-2),1);border-right:0.3125rem solid rgba(var(--color-primary-2),1);border-bottom:0.3125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bitter;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.875rem;height:2.8125rem;text-decoration:none;z-index:15075;text-align:center;text-align-last:center;top:40.1875rem;left:23.5625rem;display:block; }
#sS3XX9SDOpWrQpBrkSlGqNysglcrcpqU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k1VyCSugvBgVJhbdOHSICWDkzSP6mLu5 { color:#080909;display:block;width:38.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15105;line-height:1.3;letter-spacing:0;top:44.6875rem;left:18.34375rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#O27tXiGlnTgS3mWoXVuolMmkOG1wgBT5 { color:#080909;display:block;width:38.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15106;line-height:1.3;letter-spacing:0;top:47.25rem;left:18.34375rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#cBS4WVWcEMsiJWXUtpfiDt9XG7W3bDda { color:#080909;display:block;width:38.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15107;line-height:1.3;letter-spacing:0;top:49.9375rem;left:18.96875rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#luLcgX36Jk4XzANNrTqMh0BsgU7WTKQa { color:#080909;display:block;width:38.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15108;line-height:1.3;letter-spacing:0;top:52.375rem;left:18.96875rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#hu5ifawRllcWoTzsOqiWEPv0HkMSwJFt { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#f5f5f5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:fraunces;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:48.875rem;height:4.125rem;text-decoration:none;z-index:15084;text-align:center;text-align-last:center;top:34.625rem;left:13.0625rem;display:block; }
#MLVb2DDaGzGhdTT2OEKQskATptmdxbi3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M5Tg2xJFvbzut7NyGpv3vytwFzBHgW69 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;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; }#M5Tg2xJFvbzut7NyGpv3vytwFzBHgW69 > .row .container { background-color: transparent; background-image: none; }#M5Tg2xJFvbzut7NyGpv3vytwFzBHgW69::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M5Tg2xJFvbzut7NyGpv3vytwFzBHgW69 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M5Tg2xJFvbzut7NyGpv3vytwFzBHgW69 > .row .container > .video-iframe-container { display: none; }#M5Tg2xJFvbzut7NyGpv3vytwFzBHgW69 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M5Tg2xJFvbzut7NyGpv3vytwFzBHgW69 > .row > .video-iframe-container { display: none; }#M5Tg2xJFvbzut7NyGpv3vytwFzBHgW69 > .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); }#M5Tg2xJFvbzut7NyGpv3vytwFzBHgW69 > .row .container { border-width: 0; border-radius: 0; }#M5Tg2xJFvbzut7NyGpv3vytwFzBHgW69 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M5Tg2xJFvbzut7NyGpv3vytwFzBHgW69 > .row .container { font-size:0.875rem;font-family:arial;height:19.875rem;width:75rem;position:relative;display:block; }#z2RhPaLEhWV2S1qvrTIxkkmeIp3SdUXL { color:rgba(var(--color-tertiary-4),1);display:block;width:62.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:7rem;left:6.34375rem;height:9.75rem;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; }
#A8Jtfy0X4UrJT3b8MrLrSbQNTBk53Qsk { color:rgba(var(--color-primary-2),1);display:block;width:58.5rem;position:absolute;font-family:bitter;font-size:2.375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2.4375rem;left:8.25rem;height:3.0874rem;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; }
#LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;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; }#LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn > .row .container { background-color: transparent; background-image: none; }#LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn > .row .container > .video-iframe-container { display: none; }#LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn > .row > .video-iframe-container { display: none; }#LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn > .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); }#LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn > .row .container { border-width: 0; border-radius: 0; }#LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;position:relative;display:block; }#b7rbd6qIM22NPNfxrq4bKIQXAey8ANSq { color:#080909;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.0625rem;left:63.375rem;height:1.13769375rem;text-align:right;text-align-last:right;display:block; }
#WXDHRyQSdMT3DbSOcw5liOL32TxvpSJs { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:4.125rem;width:11.0625rem;top:1.3125rem;left:0rem;overflow:hidden;display:block; }
#hTd2giNUkeeD4sOO6iTa40duDLmVP5kO { color:#080909;display:block;width:15.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.5625rem;left:59.25rem;height:1.13769375rem;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GUk3yTmLKCcyzTWD8vdlHMuO2sTPg5LD { display:block; }#GUk3yTmLKCcyzTWD8vdlHMuO2sTPg5LD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FuqvpfF59OWobinBVLQdmOozWinJLOJ0 { width:47.75rem;height:5.0625rem;top:5.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJMGuc2cnHXTu1yw2ArkPen53pMEWXQF { width:47.75rem;height:3.75rem;top:0.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BH0MTTc2Ao3QebTUlu7oCx49rpgQAVBi { width:47.75rem;height:1.875rem;top:10.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq { display:block; }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZVRkpX5wir1XplW8mpaJoG7lKfu2DpoJ { top:47.375rem;left:28.375rem;width:19.375rem;height:6.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZTwsrn4pzAl7256p3ybx8LTQzC3KBxin { top:47.375rem;left:28.375rem;width:19.375rem;height:6.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uN4d6eInCTikiWshpMq0VIKgTJW4Cwfg { top:47.375rem;left:28.375rem;width:19.375rem;height:6.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rEAKJwKFZQEZ8lyEeOXZZ2LsD4FkMVoq { top:47.375rem;left:28.375rem;width:19.375rem;height:6.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #yIMa95CBu94f7lS46hNd2zXdvA6TBz4r { top:20.9375rem;left:0rem;width:17.4375rem;height:1.625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #k6RGzRctSFZiZ7HAEIebBXHt15inGbtm { top:14.375rem;left:0rem;width:19.375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxl04edgNXnTPNRSgDxHkLsyummPAT6y { top:14.375rem;left:18.75rem;width:18.5625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #suInKuXs2pqemMVi2sTXpuRh35MNrGya { top:14.375rem;left:31.75rem;width:16rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwpSNE8mg8qg81XAxLMhQ2qrpcDzs7NC { width:28.375rem;height:4.125rem;top:26.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eda0JXT0BmXQ3CcE5mznPhfRMfrk9HpS { display:block; }
 }@media only screen and (max-width: 763px) { #UDBSi3sDRtMapvpzbdTHuBWbMm3KVlJK { width:47.75rem;height:3.4375rem;top:4.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lydX43y6XBbNJIIc3xg2iPsFsyQpLalZ { top:20.6875rem;left:0rem;width:21.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDTIJEh3R7oJRJtcxHGbrsic3fADqA4N { top:23.3125rem;left:0rem;width:21.875rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #di3BXW0QRfP5SzhmTwnLQwafTrdFfNwF { top:14.9375rem;left:41.6875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Okb50Tma3yvEk6zGrOxAOD5wGg99fwlK { top:14.9375rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8MRSrXGBZF8gzDNOFcT9910w46xAEQW { top:14.9375rem;left:16.3125rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOyZuCPhveZXR7ZX0RJTDnSXFT6fDw8m { width:47.75rem;height:2.25rem;top:1.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNR8V39LQR4TpyZ6FmDoH2pJpN0fabst { top:31rem;left:0rem;width:34.625rem;height:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gn5V2Wx9Kq14kCpxUwtGNqJdeLBvth4W { top:19.125rem;left:0rem;width:38.0625rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0gqdz9SIIxnLfPJ07V0AJEpT1K9ERJ8 { top:17.875rem;left:10.75rem;width:37rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxNE7KzcyW1PkNFlsd6897eTKuN4mTKN { width:20.9375rem;height:2.8125rem;top:34.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1opVQpDGSvBz0PXNSgHEnLANvSdq5Rr { display:block; }
 }@media only screen and (max-width: 763px) { #dzqO5QvNNzV8F9v2a1xuMrkGwefElBwi { width:28.375rem;height:4.125rem;top:26.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #stum547GEZ4yMOh8QAk2MqG6ni5Za6PA { display:block; }
 }@media only screen and (max-width: 763px) { #QoddyuZghuLNrtGEESPtKLFdALDk6hmt { top:9.5625rem;left:0rem;width:47.75rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8Q8M4haQV41QaxTtDhSu8Q7Tt6XZ8ZQ { top:8.625rem;left:0rem;width:17rem;height:;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dIdNioCLGBXePw6LtNhcayEvwFoIM6vQ { display:block; }#dIdNioCLGBXePw6LtNhcayEvwFoIM6vQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vv1WkqORSZZkVNSboroFSCzA0mTOymkt { top:2.0625rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKPgxMccsaaP0T7sooXDo9ctGIk473fB { display:block; }#uKPgxMccsaaP0T7sooXDo9ctGIk473fB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bIKx0mET4xiUqGdgZ6l5wXVGaoN1k8Xi { top:9.75rem;left:0rem;width:16.6875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5rOuef39XGuZO1ysTaPvWK8uOUGTPnK { top:13.625rem;left:0rem;width:16.6875rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcRBMaUPFiG6ZfPgEsCw2EV1KUvr6fi8 { top:0rem;left:1.1875rem;width:9.5625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iP5iQlP0snDFrgPGZvNV4qG79yGcJ61W { top:7.25rem;left:6.375rem;width:17.5rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qoi2bSBmIEvofAb5TeNhkBFSDAb555tE { top:0rem;left:13.15625rem;width:9.5625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvvZdBGTb7198If7i8tFqu9KWM3Tvm2P { top:9.75rem;left:7.1875rem;width:16.6875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIBgtyc2yKvc05DNRQK9hqf3R3W1Kker { top:13.625rem;left:6.875rem;width:17.3125rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sX1GJydgXFHFDzXdVB0o2fNZENxukofI { top:0rem;left:25.09375rem;width:9.5625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCEEdTHCHqkFrWC6nlsyyH3FTgIFX1t6 { top:9.75rem;left:19.125rem;width:16.6875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1N4UimydK9DZuZNQWK8k1TTdbPoimOx { top:13.625rem;left:20.5rem;width:15.3125rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rntpctb60QnG0uMqfg52uoU69amud0AF { top:0rem;left:37.03125rem;width:9.5625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gURSantsqZSNMlk4d4EV5fyQOzLsOQrI { top:9.75rem;left:31.0625rem;width:16.6875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQKu7oDBwTSfZWO1OkngfbzCNQCkmnqC { top:13.625rem;left:31.0625rem;width:16.6875rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #daIzklthN5mDRQT8aDVKUBzC3T0m6Cn8 { top:7.25rem;left:0rem;width:17.5rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDhG0CvPRVe7qXr6iN0i2uJXyeETWb2S { top:7.25rem;left:18.3125rem;width:17.5rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnkfiSbU3GAxQr5IS1C0cx71wXcJWokk { top:7.25rem;left:30.25rem;width:17.5rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLVaTkW8p1TAU03dWaQpa92mhnEncFr6 { display:block; }#XLVaTkW8p1TAU03dWaQpa92mhnEncFr6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ex9gpLGX97y4tvdThwwJ2WimZeQasGrA { top:2.625rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWzRoFhOKELUK5S42Fb9pO26D6H8yTeD { top:7.125rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2FJvRAU30FcdKXifIRQ6GXc5MnZnSkK { display:block; }#a2FJvRAU30FcdKXifIRQ6GXc5MnZnSkK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CTJL2ILmHQVIuOaqFNFuidLnzvXaPeEN { top:2.5625rem;left:0rem;width:20.25rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7AmU8GQvTQccwP9P7MFAXrTn79Qon4F { top:5.8125rem;left:0.09375rem;width:15.6875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6zSaXes8zcT9crRC8n8aCnvtTzWszmB { top:0rem;left:6.0625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgBloQK9urXL1Mdny1h6A2m0aH17P824 { top:2.5625rem;left:11.5rem;width:20.25rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdgfHMcdOyzzWyBRNBqWzx5FmsEc1lgo { top:0rem;left:21.9375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf4wB2rUAZZoP2877PoguorkCCd0cHRL { top:4.75rem;left:13.6875rem;width:18.0625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJpBNFWv9SAw0zvSxWsDFZGF2LSxoO0Q { top:2.5625rem;left:27.375rem;width:20.25rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OloXrEJ12KfPx0C0JDdRezgZXJiMzNan { top:0rem;left:37.8125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8KS2p8exBTPsShooe61t9HZTCH1zBoR { top:5rem;left:30.9375rem;width:16.6875rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vc2wQM9D1rTGTvn0DMT2lALBBmmDZWGc { display:block; }#vc2wQM9D1rTGTvn0DMT2lALBBmmDZWGc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dCElT93nofnCgZFsrFaT8TIVsMsH08wD { top:2.5625rem;left:0rem;width:20.25rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlGSfFu008An4RdBmF9zbK4pvzguPp71 { top:5.5625rem;left:0rem;width:16.6875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbwZOB3kB6af9iLCrCCx6EAx3zZtR6tr { top:0rem;left:6.0625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOdtGJqkthKaHupML7tccgIyFz41ZPz1 { top:2.5625rem;left:11.5rem;width:20.25rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVoMpwVgHfaAngFt9Tma41vGMBrg9H8D { top:0rem;left:21.9375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnwRLh1i4KrnCf76VTcAqGSaRLDszrUD { top:5rem;left:16.5rem;width:14.625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cR0g9VIEIGec5KLNMOZTxS2hUODgzyUT { top:2.5625rem;left:27.375rem;width:20.25rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnqbsSitbFDlBWGUIZf3IfreNt7mexLA { top:0rem;left:37.8125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpCeEnvTuUJiB8wWDlBdTvqF9TvUSf1O { top:5.8125rem;left:30.9375rem;width:16.6875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbMcnF0euxEteVlVli8oTHvE0qJIWSt1 { display:block; }#wbMcnF0euxEteVlVli8oTHvE0qJIWSt1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DfMFIBov1MDFCzy8DPiyUzZRp98vr44k { top:0rem;left:2.1875rem;width:43.375rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5dkhUGMDAESbJVBCWSSKwyZJqwJzxnl { top:1.6875rem;left:10.125rem;width:27.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWssgSFyeTxTPVgfSbKr46C4nmTHwyJE { top:4.1875rem;left:12.9375rem;width:21.875rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiL3y80dE0iKzXG1SlQziieT1UhccwCT { width:28.375rem;height:4.125rem;top:7.1875rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GG34tyknrecAgmxxBae9xN07KkLNKTUs { display:block; }
 }@media only screen and (max-width: 763px) { #LiyXynIHbUxbfdLOVT3BamlvMWVcNTL9 { top:11.875rem;left:6.5625rem;width:34.625rem;height:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTlvZsFHiuTIqA0AyTLuMyzDUF60OiAK { width:37.0625rem;height:2.8125rem;top:15.75rem;left:5.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9p5EHptwBTeGSRhTuMzrh7gKwvWNhmP { display:block; }
 }@media only screen and (max-width: 763px) { #ChPe4MhfF14i9tV8lZ4L5D2Fiypq8thq { width:37.0625rem;height:2.8125rem;top:15.75rem;left:5.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #grb67bTCNfAk1PVWE7w8r9sNzAT6STuC { display:block; }
 }@media only screen and (max-width: 763px) { #wmp9iPdZ067duumwoMstx6TSPh49RXui { display:none; }#wmp9iPdZ067duumwoMstx6TSPh49RXui > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gM0Zcywgp9fPLvseXHa9xZsirILOAZAT { top:1.6875rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzBZsd7HaqEInlogo78xJN1dieg9uny6 { display:block; }#kzBZsd7HaqEInlogo78xJN1dieg9uny6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #le7CsCDQ8hDNqN3h4KwIHTzvlf8xHB7J { top:26.125rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NH4tI4aDyz3kCbURGzTVK7bw5xouTHfv { top:33.125rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5oQUnc8OTIdVJZT6hheK79cEP5e2QOq { top:30.75rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rgc0abibrl5AFtvngb4rgDARibtm8cr2 { top:28.5rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HleS8lkdExTpuJyTKJOFafLxxEaGdJrB { top:35.25rem;left:0rem;width:23.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMcgWZngMwDC3WPCOHanBKZdeqrW6KPP { top:33.1875rem;left:0rem;width:28.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5ILkoTgwGGUyz6RJTKazfJriWzkkTdw { top:30.9375rem;left:0rem;width:28.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwKqTbLTNtmB3hSExdFTxOu1QmOdgJNw { top:28.5625rem;left:0rem;width:31.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4ZOH7eNdto7eMk0x65m8cvAQPkJUZsF { top:26.25rem;left:0rem;width:31.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMpxQndsHd6KNx4owxLf2y58xei3JlcN { top:22.75rem;left:0rem;width:36.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvSWC1aNC4ITcwziwnV6Xt1BF8zROQST { top:35.1875rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMiDG075HPPphaWaJN3KJfqTGGwoiSAk { top:0rem;left:1.0625rem;width:22.8125rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeOna8mdv1GTTKz0iALHUELzsSBgaN1i { top:0.0625rem;left:24.9375rem;width:22.8125rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZA59nzL2gPoaZV4bCqiIZZoiZzOQzB8 { top:22.8125rem;left:11.625rem;width:36.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDisM8DALg3IigG1MLD8XUDsQyt6qKM4 { top:26.125rem;left:23.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCkH4Sc5RskAIiUSwt99zNuR50zMwvnD { top:25.4375rem;left:16.1875rem;width:31.5625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtTO9CcX4B90qoWTTgooUWXpW7p9rMDa { top:30.125rem;left:23.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFfEugJO9hcfQcVVOts6RwCr0VFSBe38 { top:29.5rem;left:16.375rem;width:31.375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhI2SEcd1h0G8o1WAt3lMNviVgv9R98d { top:33.125rem;left:23.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8UeKp4iopa9lkfLtBCH1Kg56JP7SXxc { top:33.1875rem;left:19.3125rem;width:28.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rX3sCIy1iTL0GKuA5cOxyTIUt5RE69RV { top:35.125rem;left:23.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqOzUZc3tgX89zHX5wpSG8IVO9hSN0Jp { top:35.375rem;left:19.3125rem;width:28.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwQIgySottHOT3f1frezoG0Id8lETyDf { top:37.375rem;left:0rem;width:23.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDJc0vT1xc4wmQIQzT1imenwphmRPrhk { top:39.4375rem;left:0rem;width:23.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBMX6FyUKyAr88E0rTqn9ENWTnen4Drx { top:41.4375rem;left:0rem;width:23.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTV69Vnhf4p0FwPuPA9CsPCNPsPni3pV { top:37.3125rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRE24KFf5LQq7RyZwqZDx17u78IMvOrN { top:39.375rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbJaOvyGNDaeSqb7XJpcq27RmatWFySg { top:41.375rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5LUcWBuQB5T4kNWg21W0d8y0oq4aeve { top:37.3125rem;left:19.3125rem;width:28.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8wgs5AU0PCTrNL3ltBtqt8fBosGrWIe { top:37.25rem;left:23.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHpUQ6x9NAOJVuprw9tMQuga3HftLLGB { display:block; }#tHpUQ6x9NAOJVuprw9tMQuga3HftLLGB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OsdG8MUFUAQg0ODgxzNJDdI3IxAD30gR { top:28.5rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV111Lw3qN8IRyvn5491uFXCO6XiQIh3 { top:35.5rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTvX7Hmr6awk7rd3gr0qQ6EoL7xrER9G { top:33.125rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8cAE0lr0dyD9sHH5t5mfKfyAM0rmPXw { top:30.875rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2kBQCiQ98zSV9aAerOqKZMecOfwt4RN { top:35.5625rem;left:0rem;width:28.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgVcl6vImThP9lxqbO9fMc3WyGapInT6 { top:33.3125rem;left:0rem;width:28.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbqLgFnE7Mf8ozolrsJ3UatRZVhXVzmd { top:30.9375rem;left:0rem;width:31.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9Q0NWt7mmo6D5kXEow4mB4AACAQ0ZA8 { top:28.625rem;left:0rem;width:31.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfqiy7eTi7uKdCup1T4KDOGANwhIC6oe { top:23.8125rem;left:0rem;width:36.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqIaVNmwaHcz5Bi1fw34qSvIguDHyTLW { top:0rem;left:1.0625rem;width:22.8125rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZLRK5c1gvZK2kbLgaKhnogaTt3lKTt9 { top:0.0625rem;left:24.9375rem;width:22.8125rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVwm2xkdDtO8TX2fbmTawRsulokQRayB { top:22.8125rem;left:0rem;width:38.3125rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpJ47lutDO9zBtftHLHFM8HzggpdKAfd { top:28.5rem;left:23.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bli37y53KRiWzJ4T5bIKzAPwtcp2uf4K { top:28.5625rem;left:16.375rem;width:31.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGQdhpLZUUHVxpUTuunG7EJTru89EA5H { top:30.75rem;left:23.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJ4lrOVatiq513nclOTo5xPvMCSKQTHP { top:30.8125rem;left:19.3125rem;width:28.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzM7C4iFUryNn5TXpTuAChodRc05MJnt { top:33.125rem;left:23.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzyATOqASVORowpt0TdENafnXmQbTnm8 { top:33.1875rem;left:19.3125rem;width:28.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLsi6qPxZLVJRRq54ITxIfXgTHDLLQFz { top:35.5625rem;left:19.3125rem;width:28.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbSwVyczeJwgfCzyT5L1IqDbO78dmkzS { top:35.5rem;left:23.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtDHKNI6VTfLAF1ePifUvvcwqHnX9J2l { display:block; }#RtDHKNI6VTfLAF1ePifUvvcwqHnX9J2l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TclX621r5k3CGTTP9zKgpexdQgUrkdsW { top:10.125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPSJtLVGE6tzJ4N9SICKmLuwxcDAQdCC { top:2.4375rem;left:0rem;width:47.75rem;height:6.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRN88BIFzhdBGuzLG4yBZmcQHonbTsTe { top:13.75rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Haa8ntWMgpaT0iyTixT8sFAWM5Kp5vxN { top:17.5rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgleMdgrczzBH3Sk0v2xJBxR9C1ZptR6 { top:21.1875rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihV2bEuGSW9evJm7yQo8ACcQgnXWqLS1 { top:24.9375rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VndUPi4Ba9g67Td7suTRDeCH0dCuBXGk { top:10.125rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTbDiF1lESTvxDz9CiZi6RkHyZBv3AdT { top:13.75rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKI2EDkODGSo1deVDhDql8CM1RtqXWoD { top:17.5rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #edX82QZzFiXTBnAAwKvgZthST6LVDmM6 { top:21.1875rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxWD0Cbn0UKifOCaOKI9vSCAkJBtUzGy { top:24.9375rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTAp0sStKmw5gNileRFr6h7aRRosidci { display:block; }#vTAp0sStKmw5gNileRFr6h7aRRosidci > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EGTrdXTPLeyT6fXsow1AqLd0qhcBkSE6 { top:4.375rem;left:0rem;width:47.75rem;height:52.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DugKm1SRTVZZTkWXNaGZx2iqHwZyA9vC { top:6.8125rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdLBLNaC9Hpdi4pu8WcrNlKasJwO6bwV { top:20.625rem;left:13.6875rem;width:34.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKt7omUoTyEBUgw5BgkzfkocOxHwQc5w { top:23.25rem;left:9.4375rem;width:38.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMLGB1kAgcbfwfX5IW8xzIxeaf8zfSwh { top:18.0625rem;left:16.25rem;width:21.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #trLzOluluCmmsJrRGtsuBoy3ZiqWsaTz { top:15.625rem;left:16.25rem;width:31.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQSIqsWV7fovROTxDK610NWouhpDSXK0 { top:11.0625rem;left:0rem;width:25.0625rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEr8M1F7OXWEC4KXbUnSEFgORBNnT6r6 { width:46.75rem;height:4.125rem;top:34.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTGJ9UCCgDzIOgIp6lf8IDznkpJULc8a { display:block; }
 }@media only screen and (max-width: 763px) { #uBtfJInCMikaMEToCvb6ZZkvJne4dsX2 { top:23rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cebM5N1TNf1nMdBRW0NXA28cX9i40yKU { top:27.5rem;left:10.09375rem;width:27.5625rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3W3KrTZZL73KfrtX3euQbdGiPOdT510 { top:30.8125rem;left:7.28125rem;width:33.1875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9m8HZzOT42BuhCf03MmGDhDW12OBmoA { width:27.875rem;height:2.8125rem;top:40.1875rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sS3XX9SDOpWrQpBrkSlGqNysglcrcpqU { display:block; }
 }@media only screen and (max-width: 763px) { #k1VyCSugvBgVJhbdOHSICWDkzSP6mLu5 { top:44.6875rem;left:4.71875rem;width:38.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O27tXiGlnTgS3mWoXVuolMmkOG1wgBT5 { top:47.25rem;left:4.71875rem;width:38.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBS4WVWcEMsiJWXUtpfiDt9XG7W3bDda { top:49.9375rem;left:5.34375rem;width:38.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #luLcgX36Jk4XzANNrTqMh0BsgU7WTKQa { top:52.375rem;left:5.34375rem;width:38.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hu5ifawRllcWoTzsOqiWEPv0HkMSwJFt { width:46.75rem;height:4.125rem;top:34.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MLVb2DDaGzGhdTT2OEKQskATptmdxbi3 { display:block; }
 }@media only screen and (max-width: 763px) { #M5Tg2xJFvbzut7NyGpv3vytwFzBHgW69 { display:block; }#M5Tg2xJFvbzut7NyGpv3vytwFzBHgW69 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z2RhPaLEhWV2S1qvrTIxkkmeIp3SdUXL { top:7rem;left:0rem;width:47.75rem;height:9.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8Jtfy0X4UrJT3b8MrLrSbQNTBk53Qsk { top:2.4375rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn { display:block; }#LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b7rbd6qIM22NPNfxrq4bKIQXAey8ANSq { top:2.0625rem;left:36.125rem;width:11.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXDHRyQSdMT3DbSOcw5liOL32TxvpSJs { top:1.3125rem;left:0rem;width:11.0625rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTd2giNUkeeD4sOO6iTa40duDLmVP5kO { top:3.5625rem;left:32rem;width:15.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;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); } }@media only screen and (max-width: 763px) { #GUk3yTmLKCcyzTWD8vdlHMuO2sTPg5LD { display:none; }#GUk3yTmLKCcyzTWD8vdlHMuO2sTPg5LD > .row .container { width:20rem;height:21.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FuqvpfF59OWobinBVLQdmOozWinJLOJ0 { width:20rem;height:6.5966875rem;top:8.3125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NJMGuc2cnHXTu1yw2ArkPen53pMEWXQF { width:20rem;height:5.4003875rem;top:0.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BH0MTTc2Ao3QebTUlu7oCx49rpgQAVBi { width:20rem;height:2.99805rem;top:16.8603515625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fe2db89d-55fe-4ed0-b758-a87e90349f4b/toszare1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq.adaptive-delivery-prevent-bg, #qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq.lazyload, #qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq.lazyloading { background-image: none; }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row .container { background-color: transparent; background-image: none; }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(232,254,230,0.37); }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row .container > .video-iframe-container { display: none; }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(232,254,230,0.37); }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row > .video-iframe-container { display: none; }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .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); }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row .container { width:20rem;height:62.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZVRkpX5wir1XplW8mpaJoG7lKfu2DpoJ { width:19.375rem;height:0;top:44.875rem;left:2.03125rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;color:#ffffff;z-index:15029;display:none; }
 }@media only screen and (max-width: 763px) { #ZTwsrn4pzAl7256p3ybx8LTQzC3KBxin { width:19.375rem;height:0;top:45.8125rem;left:2.03125rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;color:#ffffff;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #uN4d6eInCTikiWshpMq0VIKgTJW4Cwfg { width:19.375rem;height:0;top:49.8125rem;left:2.03125rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;color:#ffffff;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #rEAKJwKFZQEZ8lyEeOXZZ2LsD4FkMVoq { width:19.375rem;height:0;top:45.375rem;left:2.03125rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;color:#ffffff;z-index:15032;display:none; }
 }@media only screen and (max-width: 763px) { #yIMa95CBu94f7lS46hNd2zXdvA6TBz4r { top:19.390625rem;left:1.28125rem;width:17.4375rem;height:0;z-index:15049;font-size:0.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #k6RGzRctSFZiZ7HAEIebBXHt15inGbtm { width:17.25rem;height:4.72265625rem;top:26.25rem;left:2.75rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wxl04edgNXnTPNRSgDxHkLsyummPAT6y { width:17.25rem;height:2.923825rem;top:31.6875rem;left:2.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #suInKuXs2pqemMVi2sTXpuRh35MNrGya { width:17.25rem;height:2.923825rem;top:35.875rem;left:2.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rwpSNE8mg8qg81XAxLMhQ2qrpcDzs7NC { width:19rem;height:4.125rem;top:53.25rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eda0JXT0BmXQ3CcE5mznPhfRMfrk9HpS { display:block; }
 }@media only screen and (max-width: 763px) { #UDBSi3sDRtMapvpzbdTHuBWbMm3KVlJK { width:13.875rem;height:3.5996125rem;top:3.4365234375rem;left:3.0625rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #lydX43y6XBbNJIIc3xg2iPsFsyQpLalZ { width:20rem;height:1.7871125rem;top:41.5625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tDTIJEh3R7oJRJtcxHGbrsic3fADqA4N { width:20rem;height:2.1933625rem;top:44.6875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #di3BXW0QRfP5SzhmTwnLQwafTrdFfNwF { display:flex;width:1.8125rem;height:1.8125rem;top:26.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Okb50Tma3yvEk6zGrOxAOD5wGg99fwlK { display:flex;width:1.8125rem;height:1.8125rem;top:32.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #x8MRSrXGBZF8gzDNOFcT9910w46xAEQW { display:flex;width:1.8125rem;height:1.8125rem;top:36.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LOyZuCPhveZXR7ZX0RJTDnSXFT6fDw8m { width:20rem;height:1.79980625rem;top:0.888671875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;color:rgba(var(--color-primary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #FNR8V39LQR4TpyZ6FmDoH2pJpN0fabst { width:19.75rem;height:2.449225rem;top:52.9375rem;left:0.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gn5V2Wx9Kq14kCpxUwtGNqJdeLBvth4W { width:20rem;height:20.9375rem;top:40.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0gqdz9SIIxnLfPJ07V0AJEpT1K9ERJ8 { width:15.625rem;height:10.375rem;top:14.8125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxNE7KzcyW1PkNFlsd6897eTKuN4mTKN { width:18.375rem;height:2.8125rem;top:56.5625rem;left:0.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1opVQpDGSvBz0PXNSgHEnLANvSdq5Rr { display:block; }
 }@media only screen and (max-width: 763px) { #dzqO5QvNNzV8F9v2a1xuMrkGwefElBwi { width:19rem;height:4.125rem;top:48.3125rem;left:0.5rem;font-size:1.125rem;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #stum547GEZ4yMOh8QAk2MqG6ni5Za6PA { display:block; }
 }@media only screen and (max-width: 763px) { #QoddyuZghuLNrtGEESPtKLFdALDk6hmt { width:17rem;height:7.472625rem;top:8.6591796875rem;left:1.5rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #U8Q8M4haQV41QaxTtDhSu8Q7Tt6XZ8ZQ { width:16.3125rem;height:4.875rem;top:8.7841796875rem;left:1.84375rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #dIdNioCLGBXePw6LtNhcayEvwFoIM6vQ { display:block; }#dIdNioCLGBXePw6LtNhcayEvwFoIM6vQ > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vv1WkqORSZZkVNSboroFSCzA0mTOymkt { width:20rem;height:7.7988125rem;top:1.50634765625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uKPgxMccsaaP0T7sooXDo9ctGIk473fB { display:block; }#uKPgxMccsaaP0T7sooXDo9ctGIk473fB > .row .container { width:20rem;height:80.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bIKx0mET4xiUqGdgZ6l5wXVGaoN1k8Xi { width:18.4375rem;height:2.76171875rem;top:10.19921875rem;left:0.78125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r5rOuef39XGuZO1ysTaPvWK8uOUGTPnK { width:18.75rem;height:2.76171875rem;top:14.15869140625rem;left:0.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IcRBMaUPFiG6ZfPgEsCw2EV1KUvr6fi8 { width:9.5625rem;height:9.5625rem;top:0.63671875rem;left:5.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iP5iQlP0snDFrgPGZvNV4qG79yGcJ61W { width:20rem;height:11.375rem;top:27.82421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qoi2bSBmIEvofAb5TeNhkBFSDAb555tE { width:9.5625rem;height:9.5625rem;top:20.44921875rem;left:5.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvvZdBGTb7198If7i8tFqu9KWM3Tvm2P { width:16.6875rem;height:2.76171875rem;top:30.01171875rem;left:1.65625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AIBgtyc2yKvc05DNRQK9hqf3R3W1Kker { width:18.8125rem;height:4.142575rem;top:33.38671875rem;left:0.78125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sX1GJydgXFHFDzXdVB0o2fNZENxukofI { width:9.5625rem;height:9.5625rem;top:40.76171875rem;left:5.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCEEdTHCHqkFrWC6nlsyyH3FTgIFX1t6 { width:19.5625rem;height:2.761725rem;top:50.32421875rem;left:0.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p1N4UimydK9DZuZNQWK8k1TTdbPoimOx { width:18.6875rem;height:2.76171875rem;top:53.724609375rem;left:0.65625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rntpctb60QnG0uMqfg52uoU69amud0AF { width:9.5625rem;height:9.5625rem;top:59.44921875rem;left:5.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gURSantsqZSNMlk4d4EV5fyQOzLsOQrI { width:16.6875rem;height:2.76171875rem;top:69.01171875rem;left:1.65625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yQKu7oDBwTSfZWO1OkngfbzCNQCkmnqC { width:18.6875rem;height:2.76171875rem;top:72.474609375rem;left:0.65625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #daIzklthN5mDRQT8aDVKUBzC3T0m6Cn8 { width:20rem;height:10.3125rem;top:8.63671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDhG0CvPRVe7qXr6iN0i2uJXyeETWb2S { width:20rem;height:9.875rem;top:48.19921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnkfiSbU3GAxQr5IS1C0cx71wXcJWokk { width:20rem;height:9.875rem;top:66.94921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLVaTkW8p1TAU03dWaQpa92mhnEncFr6 { display:block; }#XLVaTkW8p1TAU03dWaQpa92mhnEncFr6 > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ex9gpLGX97y4tvdThwwJ2WimZeQasGrA { width:20rem;height:5.19921875rem;top:2.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWzRoFhOKELUK5S42Fb9pO26D6H8yTeD { width:20rem;height:6.09375rem;top:8.51171875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2FJvRAU30FcdKXifIRQ6GXc5MnZnSkK { display:block; }#a2FJvRAU30FcdKXifIRQ6GXc5MnZnSkK > .row .container { width:20rem;height:33rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CTJL2ILmHQVIuOaqFNFuidLnzvXaPeEN { width:20rem;height:7.75rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7AmU8GQvTQccwP9P7MFAXrTn79Qon4F { width:16.6875rem;height:2.76171875rem;top:6rem;left:1.65625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a6zSaXes8zcT9crRC8n8aCnvtTzWszmB { display:flex;width:3.75rem;height:3.75rem;top:0.8125rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #xgBloQK9urXL1Mdny1h6A2m0aH17P824 { width:20rem;height:8.4375rem;top:14rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdgfHMcdOyzzWyBRNBqWzx5FmsEc1lgo { display:flex;width:3.75rem;height:3.75rem;top:12.0625rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #Tf4wB2rUAZZoP2877PoguorkCCd0cHRL { width:16.875rem;height:4.142575rem;top:16.6875rem;left:1.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xJpBNFWv9SAw0zvSxWsDFZGF2LSxoO0Q { width:20rem;height:6.9375rem;top:26.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OloXrEJ12KfPx0C0JDdRezgZXJiMzNan { display:flex;width:3.75rem;height:3.75rem;top:24.1875rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #f8KS2p8exBTPsShooe61t9HZTCH1zBoR { width:18.25rem;height:2.76171875rem;top:28.9375rem;left:0.875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vc2wQM9D1rTGTvn0DMT2lALBBmmDZWGc { display:block; }#vc2wQM9D1rTGTvn0DMT2lALBBmmDZWGc > .row .container { width:20rem;height:29.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dCElT93nofnCgZFsrFaT8TIVsMsH08wD { width:20rem;height:6.9375rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlGSfFu008An4RdBmF9zbK4pvzguPp71 { width:16.6875rem;height:2.76171875rem;top:5.6875rem;left:1.65625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GbwZOB3kB6af9iLCrCCx6EAx3zZtR6tr { display:flex;width:3.75rem;height:3.75rem;top:0.8125rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #WOdtGJqkthKaHupML7tccgIyFz41ZPz1 { width:20rem;height:6.5625rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVoMpwVgHfaAngFt9Tma41vGMBrg9H8D { display:flex;width:3.75rem;height:3.75rem;top:11rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #BnwRLh1i4KrnCf76VTcAqGSaRLDszrUD { width:16.875rem;height:2.76171875rem;top:15.625rem;left:1.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cR0g9VIEIGec5KLNMOZTxS2hUODgzyUT { width:20rem;height:6.9375rem;top:22.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnqbsSitbFDlBWGUIZf3IfreNt7mexLA { display:flex;width:3.75rem;height:3.75rem;top:20.75rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #gpCeEnvTuUJiB8wWDlBdTvqF9TvUSf1O { width:16.6875rem;height:2.76171875rem;top:25.4375rem;left:1.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wbMcnF0euxEteVlVli8oTHvE0qJIWSt1 { display:block; }#wbMcnF0euxEteVlVli8oTHvE0qJIWSt1 > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DfMFIBov1MDFCzy8DPiyUzZRp98vr44k { width:20rem;height:25.4375rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5dkhUGMDAESbJVBCWSSKwyZJqwJzxnl { width:18.6875rem;height:3.57421875rem;top:4.8125rem;left:0.65625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GWssgSFyeTxTPVgfSbKr46C4nmTHwyJE { width:20rem;height:2.1933625rem;top:9.55615234375rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OiL3y80dE0iKzXG1SlQziieT1UhccwCT { width:19.5rem;height:4.125rem;top:12.875rem;left:0.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GG34tyknrecAgmxxBae9xN07KkLNKTUs { display:block; }
 }@media only screen and (max-width: 763px) { #LiyXynIHbUxbfdLOVT3BamlvMWVcNTL9 { width:20rem;height:2.44921875rem;top:17.9375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QTlvZsFHiuTIqA0AyTLuMyzDUF60OiAK { width:20rem;height:2.8125rem;top:47.5625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #i9p5EHptwBTeGSRhTuMzrh7gKwvWNhmP { display:block; }
 }@media only screen and (max-width: 763px) { #ChPe4MhfF14i9tV8lZ4L5D2Fiypq8thq { width:16.8125rem;height:4.3125rem;top:22.0625rem;left:1.59375rem;font-size:1.125rem;z-index:15075;display:block; }
 }@media only screen and (max-width: 763px) { #grb67bTCNfAk1PVWE7w8r9sNzAT6STuC { display:block; }
 }@media only screen and (max-width: 763px) { #wmp9iPdZ067duumwoMstx6TSPh49RXui { display:block; }#wmp9iPdZ067duumwoMstx6TSPh49RXui > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gM0Zcywgp9fPLvseXHa9xZsirILOAZAT { width:20rem;height:5.19921875rem;top:2.462890625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzBZsd7HaqEInlogo78xJN1dieg9uny6 { display:block; }#kzBZsd7HaqEInlogo78xJN1dieg9uny6 > .row .container { width:20rem;height:134.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #le7CsCDQ8hDNqN3h4KwIHTzvlf8xHB7J { display:flex;width:1.625rem;height:1.625rem;top:24.4375rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #NH4tI4aDyz3kCbURGzTVK7bw5xouTHfv { display:flex;width:1.625rem;height:1.625rem;top:43.75rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #y5oQUnc8OTIdVJZT6hheK79cEP5e2QOq { display:flex;width:1.625rem;height:1.625rem;top:36.75rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #Rgc0abibrl5AFtvngb4rgDARibtm8cr2 { display:flex;width:1.625rem;height:1.625rem;top:31.5rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #HleS8lkdExTpuJyTKJOFafLxxEaGdJrB { width:20rem;height:1.4624rem;top:52.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RMcgWZngMwDC3WPCOHanBKZdeqrW6KPP { width:20rem;height:1.4624rem;top:46.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O5ILkoTgwGGUyz6RJTKazfJriWzkkTdw { width:20rem;height:2.923825rem;top:39.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MwKqTbLTNtmB3hSExdFTxOu1QmOdgJNw { width:20rem;height:1.4624rem;top:34.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K4ZOH7eNdto7eMk0x65m8cvAQPkJUZsF { width:20rem;height:2.923825rem;top:27.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kMpxQndsHd6KNx4owxLf2y58xei3JlcN { width:20rem;height:4.0625rem;top:19.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvSWC1aNC4ITcwziwnV6Xt1BF8zROQST { display:flex;width:1.625rem;height:1.625rem;top:49.25rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #xMiDG075HPPphaWaJN3KJfqTGGwoiSAk { width:20rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeOna8mdv1GTTKz0iALHUELzsSBgaN1i { width:20rem;height:20rem;top:75.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZA59nzL2gPoaZV4bCqiIZZoiZzOQzB8 { width:20rem;height:4.0625rem;top:94.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDisM8DALg3IigG1MLD8XUDsQyt6qKM4 { display:flex;width:1.625rem;height:1.625rem;top:99.75rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #HCkH4Sc5RskAIiUSwt99zNuR50zMwvnD { width:20rem;height:2.923825rem;top:102.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gtTO9CcX4B90qoWTTgooUWXpW7p9rMDa { display:flex;width:1.625rem;height:1.625rem;top:106.8125rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #PFfEugJO9hcfQcVVOts6RwCr0VFSBe38 { width:20rem;height:2.923825rem;top:109.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KhI2SEcd1h0G8o1WAt3lMNviVgv9R98d { display:flex;width:1.625rem;height:1.625rem;top:113.875rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #m8UeKp4iopa9lkfLtBCH1Kg56JP7SXxc { width:20rem;height:1.4624rem;top:116.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rX3sCIy1iTL0GKuA5cOxyTIUt5RE69RV { display:flex;width:1.625rem;height:1.625rem;top:119.5rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #QqOzUZc3tgX89zHX5wpSG8IVO9hSN0Jp { width:20rem;height:2.923825rem;top:122.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CwQIgySottHOT3f1frezoG0Id8lETyDf { width:20rem;height:2.923825rem;top:129.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KDJc0vT1xc4wmQIQzT1imenwphmRPrhk { width:20rem;height:1.4624rem;top:57.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aBMX6FyUKyAr88E0rTqn9ENWTnen4Drx { width:20rem;height:2.923825rem;top:63.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xTV69Vnhf4p0FwPuPA9CsPCNPsPni3pV { display:flex;width:1.625rem;height:1.625rem;top:126.5625rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #zRE24KFf5LQq7RyZwqZDx17u78IMvOrN { display:flex;width:1.625rem;height:1.625rem;top:54.75rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #wbJaOvyGNDaeSqb7XJpcq27RmatWFySg { display:flex;width:1.625rem;height:1.625rem;top:60.375rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #R5LUcWBuQB5T4kNWg21W0d8y0oq4aeve { width:20rem;height:2.923825rem;top:70.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N8wgs5AU0PCTrNL3ltBtqt8fBosGrWIe { display:flex;width:1.625rem;height:1.625rem;top:67.4375rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #tHpUQ6x9NAOJVuprw9tMQuga3HftLLGB { display:block; }#tHpUQ6x9NAOJVuprw9tMQuga3HftLLGB > .row .container { width:20rem;height:100.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OsdG8MUFUAQg0ODgxzNJDdI3IxAD30gR { display:flex;width:1.625rem;height:1.625rem;top:21.875rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #TV111Lw3qN8IRyvn5491uFXCO6XiQIh3 { display:flex;width:1.625rem;height:1.625rem;top:43rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #gTvX7Hmr6awk7rd3gr0qQ6EoL7xrER9G { display:flex;width:1.625rem;height:1.625rem;top:36rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #u8cAE0lr0dyD9sHH5t5mfKfyAM0rmPXw { display:flex;width:1.625rem;height:1.625rem;top:28.9375rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #C2kBQCiQ98zSV9aAerOqKZMecOfwt4RN { width:20rem;height:2.923825rem;top:45.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OgVcl6vImThP9lxqbO9fMc3WyGapInT6 { width:20rem;height:2.923825rem;top:38.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GbqLgFnE7Mf8ozolrsJ3UatRZVhXVzmd { width:20rem;height:2.923825rem;top:31.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c9Q0NWt7mmo6D5kXEow4mB4AACAQ0ZA8 { width:20rem;height:2.923825rem;top:24.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mfqiy7eTi7uKdCup1T4KDOGANwhIC6oe { width:20rem;height:2.03125rem;top:18.8466796875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqIaVNmwaHcz5Bi1fw34qSvIguDHyTLW { width:20rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZLRK5c1gvZK2kbLgaKhnogaTt3lKTt9 { width:20rem;height:20rem;top:50.0927734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVwm2xkdDtO8TX2fbmTawRsulokQRayB { width:20rem;height:4.0625rem;top:69.0615234375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpJ47lutDO9zBtftHLHFM8HzggpdKAfd { display:flex;width:1.625rem;height:1.625rem;top:73.875rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #bli37y53KRiWzJ4T5bIKzAPwtcp2uf4K { width:20rem;height:2.923825rem;top:76.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IGQdhpLZUUHVxpUTuunG7EJTru89EA5H { display:flex;width:1.625rem;height:1.625rem;top:80.9375rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #dJ4lrOVatiq513nclOTo5xPvMCSKQTHP { width:20rem;height:2.923825rem;top:83.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EzM7C4iFUryNn5TXpTuAChodRc05MJnt { display:flex;width:1.625rem;height:1.625rem;top:88rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #OzyATOqASVORowpt0TdENafnXmQbTnm8 { width:20rem;height:1.4624rem;top:90.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QLsi6qPxZLVJRRq54ITxIfXgTHDLLQFz { width:20rem;height:1.4624rem;top:96.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JbSwVyczeJwgfCzyT5L1IqDbO78dmkzS { display:flex;width:1.625rem;height:1.625rem;top:93.5625rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #RtDHKNI6VTfLAF1ePifUvvcwqHnX9J2l { display:block; }#RtDHKNI6VTfLAF1ePifUvvcwqHnX9J2l > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TclX621r5k3CGTTP9zKgpexdQgUrkdsW { width:16rem;height:3.4121125rem;top:13.86474609375rem;left:3.375rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oPSJtLVGE6tzJ4N9SICKmLuwxcDAQdCC { width:20rem;height:9.75rem;top:2.0625rem;left:0rem;font-size:1.875rem;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; }
 }@media only screen and (max-width: 763px) { #TRN88BIFzhdBGuzLG4yBZmcQHonbTsTe { width:16.8125rem;height:6.82425rem;top:18.375rem;left:3.375rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Haa8ntWMgpaT0iyTixT8sFAWM5Kp5vxN { width:16.0625rem;height:3.4121125rem;top:26.37939453125rem;left:3.34375rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bgleMdgrczzBH3Sk0v2xJBxR9C1ZptR6 { width:16.6875rem;height:5.1181625rem;top:30.97900390625rem;left:3.3125rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ihV2bEuGSW9evJm7yQo8ACcQgnXWqLS1 { width:16.625rem;height:5.1181625rem;top:37.125rem;left:3.375rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VndUPi4Ba9g67Td7suTRDeCH0dCuBXGk { display:flex;width:1.9375rem;height:1.9375rem;top:14.6025390625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yTbDiF1lESTvxDz9CiZi6RkHyZBv3AdT { display:flex;width:1.9375rem;height:1.9375rem;top:20.818359375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aKI2EDkODGSo1deVDhDql8CM1RtqXWoD { display:flex;width:1.9375rem;height:1.9375rem;top:27.11669921875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #edX82QZzFiXTBnAAwKvgZthST6LVDmM6 { display:flex;width:1.9375rem;height:1.9375rem;top:32.56884765625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dxWD0Cbn0UKifOCaOKI9vSCAkJBtUzGy { display:flex;width:1.9375rem;height:1.9375rem;top:38.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vTAp0sStKmw5gNileRFr6h7aRRosidci { display:block; }#vTAp0sStKmw5gNileRFr6h7aRRosidci > .row .container { width:20rem;height:86.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EGTrdXTPLeyT6fXsow1AqLd0qhcBkSE6 { width:20rem;height:79.625rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DugKm1SRTVZZTkWXNaGZx2iqHwZyA9vC { width:18.375rem;height:7.7988125rem;top:5.724609375rem;left:0.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdLBLNaC9Hpdi4pu8WcrNlKasJwO6bwV { width:16.875rem;height:2.76171875rem;top:37.880859375rem;left:0.8125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iKt7omUoTyEBUgw5BgkzfkocOxHwQc5w { width:18.8125rem;height:2.76171875rem;top:41.5869140625rem;left:0.8125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sMLGB1kAgcbfwfX5IW8xzIxeaf8zfSwh { width:18rem;height:2.76171875rem;top:34.0869140625rem;left:0.9375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #trLzOluluCmmsJrRGtsuBoy3ZiqWsaTz { width:18.125rem;height:2.76171875rem;top:30.51953125rem;left:0.9375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wQSIqsWV7fovROTxDK610NWouhpDSXK0 { width:20rem;height:13.5rem;top:14.6474609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEr8M1F7OXWEC4KXbUnSEFgORBNnT6r6 { width:19rem;height:5.875rem;top:57.662109375rem;left:0.5rem;font-size:1.125rem;box-shadow: 0.25rem 0.25rem 0.5rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #vTGJ9UCCgDzIOgIp6lf8IDznkpJULc8a { display:block; }
 }@media only screen and (max-width: 763px) { #uBtfJInCMikaMEToCvb6ZZkvJne4dsX2 { width:20rem;height:5.1181625rem;top:22.7871125rem;left:-1.875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cebM5N1TNf1nMdBRW0NXA28cX9i40yKU { width:20rem;height:3.57421875rem;top:46.4873046875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E3W3KrTZZL73KfrtX3euQbdGiPOdT510 { width:19.5rem;height:4.875rem;top:51.173828125rem;left:0.25rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s9m8HZzOT42BuhCf03MmGDhDW12OBmoA { width:18.375rem;height:2.8125rem;top:65.509765625rem;left:0.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sS3XX9SDOpWrQpBrkSlGqNysglcrcpqU { display:block; }
 }@media only screen and (max-width: 763px) { #k1VyCSugvBgVJhbdOHSICWDkzSP6mLu5 { width:20rem;height:1.3808625rem;top:69.125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O27tXiGlnTgS3mWoXVuolMmkOG1wgBT5 { width:19.125rem;height:2.76171875rem;top:71.3125rem;left:0.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cBS4WVWcEMsiJWXUtpfiDt9XG7W3bDda { width:20rem;height:1.3808625rem;top:74.8125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #luLcgX36Jk4XzANNrTqMh0BsgU7WTKQa { width:19.125rem;height:2.76171875rem;top:76.9375rem;left:0.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hu5ifawRllcWoTzsOqiWEPv0HkMSwJFt { width:19rem;height:4.125rem;top:68.849609375rem;left:0.5rem;font-size:1.125rem;box-shadow: 0.25rem 0.25rem 0.5rem rgba(0,0,0,0.5) ;z-index:15085;display:none; }
 }@media only screen and (max-width: 763px) { #MLVb2DDaGzGhdTT2OEKQskATptmdxbi3 { display:block; }
 }@media only screen and (max-width: 763px) { #M5Tg2xJFvbzut7NyGpv3vytwFzBHgW69 { display:block; }#M5Tg2xJFvbzut7NyGpv3vytwFzBHgW69 > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z2RhPaLEhWV2S1qvrTIxkkmeIp3SdUXL { width:20rem;height:10.2363125rem;top:13.1279296875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A8Jtfy0X4UrJT3b8MrLrSbQNTBk53Qsk { width:20rem;height:8.53125rem;top:2.75rem;left:0rem;font-size:2.1875rem;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; }
 }@media only screen and (max-width: 763px) { #LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn { display:block; }#LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b7rbd6qIM22NPNfxrq4bKIQXAey8ANSq { width:9rem;height:1.13769375rem;top:9.5rem;left:5.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WXDHRyQSdMT3DbSOcw5liOL32TxvpSJs { width:11.0625rem;height:4.125rem;top:4.125rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTd2giNUkeeD4sOO6iTa40duDLmVP5kO { width:15.75rem;height:1.13769375rem;top:11.25rem;left:2.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }